@import url(//fonts.googleapis.com/css?family=Hind:400,600,700);@import url(https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i);@import url(https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i);@charset "UTF-8";
/*!
 *  Font Awesome 3.2.1
 *  the iconic font designed for Bootstrap
 *  ------------------------------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation can be
 *  found at http://fontawesome.io.  Stay up to date on Twitter at
 *  http://twitter.com/fontawesome.
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - The Font Awesome font is licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Font Awesome documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 *
 *  Author - Dave Gandy
 *  ------------------------------------------------------------------------------
 *  Email: dave@fontawesome.io
 *  Twitter: http://twitter.com/davegandy
 *  Work: Lead Product Designer @ Kyruus - http://kyruus.com
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.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; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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"; }

/*!
 *  Material Design Iconic Font by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - http://zavoloklom.github.io/material-design-iconic-font/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'Material-Design-Iconic-Font';
  src: url("../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0") format("woff2"), url("../fonts/Material-Design-Iconic-Font.woff?v=2.2.0") format("woff"), url("../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0") format("truetype");
  font-weight: normal;
  font-style: normal; }

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.zmdi-hc-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.zmdi-hc-2x {
  font-size: 2em; }

.zmdi-hc-3x {
  font-size: 3em; }

.zmdi-hc-4x {
  font-size: 4em; }

.zmdi-hc-5x {
  font-size: 5em; }

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

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

.zmdi-hc-ul > li {
  position: relative; }

.zmdi-hc-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.zmdi-hc-li.zmdi-hc-lg {
  left: -1.85714286em; }

.zmdi-hc-border {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 2px; }

.zmdi-hc-border-circle {
  padding: .1em .25em;
  border: solid 0.1em #9e9e9e;
  border-radius: 50%; }

.zmdi.pull-left {
  float: left;
  margin-right: .15em; }

.zmdi.pull-right {
  float: right;
  margin-left: .15em; }

.zmdi-hc-spin {
  animation: zmdi-spin 1.5s infinite linear; }

.zmdi-hc-spin-reverse {
  animation: zmdi-spin-reverse 1.5s infinite linear; }

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

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

.zmdi-hc-rotate-90 {
  transform: rotate(90deg); }

.zmdi-hc-rotate-180 {
  transform: rotate(180deg); }

.zmdi-hc-rotate-270 {
  transform: rotate(270deg); }

.zmdi-hc-flip-horizontal {
  transform: scale(-1, 1); }

.zmdi-hc-flip-vertical {
  transform: scale(1, -1); }

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

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

.zmdi-hc-stack-1x {
  line-height: inherit; }

.zmdi-hc-stack-2x {
  font-size: 2em; }

.zmdi-hc-inverse {
  color: #ffffff; }

/* Material Design Iconic Font uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.zmdi-3d-rotation:before {
  content: '\F101'; }

.zmdi-airplane-off:before {
  content: '\F102'; }

.zmdi-airplane:before {
  content: '\F103'; }

.zmdi-album:before {
  content: '\F104'; }

.zmdi-archive:before {
  content: '\F105'; }

.zmdi-assignment-account:before {
  content: '\F106'; }

.zmdi-assignment-alert:before {
  content: '\F107'; }

.zmdi-assignment-check:before {
  content: '\F108'; }

.zmdi-assignment-o:before {
  content: '\F109'; }

.zmdi-assignment-return:before {
  content: '\F10A'; }

.zmdi-assignment-returned:before {
  content: '\F10B'; }

.zmdi-assignment:before {
  content: '\F10C'; }

.zmdi-attachment-alt:before {
  content: '\F10D'; }

.zmdi-attachment:before {
  content: '\F10E'; }

.zmdi-audio:before {
  content: '\F10F'; }

.zmdi-badge-check:before {
  content: '\F110'; }

.zmdi-balance-wallet:before {
  content: '\F111'; }

.zmdi-balance:before {
  content: '\F112'; }

.zmdi-battery-alert:before {
  content: '\F113'; }

.zmdi-battery-flash:before {
  content: '\F114'; }

.zmdi-battery-unknown:before {
  content: '\F115'; }

.zmdi-battery:before {
  content: '\F116'; }

.zmdi-bike:before {
  content: '\F117'; }

.zmdi-block-alt:before {
  content: '\F118'; }

.zmdi-block:before {
  content: '\F119'; }

.zmdi-boat:before {
  content: '\F11A'; }

.zmdi-book-image:before {
  content: '\F11B'; }

.zmdi-book:before {
  content: '\F11C'; }

.zmdi-bookmark-outline:before {
  content: '\F11D'; }

.zmdi-bookmark:before {
  content: '\F11E'; }

.zmdi-brush:before {
  content: '\F11F'; }

.zmdi-bug:before {
  content: '\F120'; }

.zmdi-bus:before {
  content: '\F121'; }

.zmdi-cake:before {
  content: '\F122'; }

.zmdi-car-taxi:before {
  content: '\F123'; }

.zmdi-car-wash:before {
  content: '\F124'; }

.zmdi-car:before {
  content: '\F125'; }

.zmdi-card-giftcard:before {
  content: '\F126'; }

.zmdi-card-membership:before {
  content: '\F127'; }

.zmdi-card-travel:before {
  content: '\F128'; }

.zmdi-card:before {
  content: '\F129'; }

.zmdi-case-check:before {
  content: '\F12A'; }

.zmdi-case-download:before {
  content: '\F12B'; }

.zmdi-case-play:before {
  content: '\F12C'; }

.zmdi-case:before {
  content: '\F12D'; }

.zmdi-cast-connected:before {
  content: '\F12E'; }

.zmdi-cast:before {
  content: '\F12F'; }

.zmdi-chart-donut:before {
  content: '\F130'; }

.zmdi-chart:before {
  content: '\F131'; }

.zmdi-city-alt:before {
  content: '\F132'; }

.zmdi-city:before {
  content: '\F133'; }

.zmdi-close-circle-o:before {
  content: '\F134'; }

.zmdi-close-circle:before {
  content: '\F135'; }

.zmdi-close:before {
  content: '\F136'; }

.zmdi-cocktail:before {
  content: '\F137'; }

.zmdi-code-setting:before {
  content: '\F138'; }

.zmdi-code-smartphone:before {
  content: '\F139'; }

.zmdi-code:before {
  content: '\F13A'; }

.zmdi-coffee:before {
  content: '\F13B'; }

.zmdi-collection-bookmark:before {
  content: '\F13C'; }

.zmdi-collection-case-play:before {
  content: '\F13D'; }

.zmdi-collection-folder-image:before {
  content: '\F13E'; }

.zmdi-collection-image-o:before {
  content: '\F13F'; }

.zmdi-collection-image:before {
  content: '\F140'; }

.zmdi-collection-item-1:before {
  content: '\F141'; }

.zmdi-collection-item-2:before {
  content: '\F142'; }

.zmdi-collection-item-3:before {
  content: '\F143'; }

.zmdi-collection-item-4:before {
  content: '\F144'; }

.zmdi-collection-item-5:before {
  content: '\F145'; }

.zmdi-collection-item-6:before {
  content: '\F146'; }

.zmdi-collection-item-7:before {
  content: '\F147'; }

.zmdi-collection-item-8:before {
  content: '\F148'; }

.zmdi-collection-item-9-plus:before {
  content: '\F149'; }

.zmdi-collection-item-9:before {
  content: '\F14A'; }

.zmdi-collection-item:before {
  content: '\F14B'; }

.zmdi-collection-music:before {
  content: '\F14C'; }

.zmdi-collection-pdf:before {
  content: '\F14D'; }

.zmdi-collection-plus:before {
  content: '\F14E'; }

.zmdi-collection-speaker:before {
  content: '\F14F'; }

.zmdi-collection-text:before {
  content: '\F150'; }

.zmdi-collection-video:before {
  content: '\F151'; }

.zmdi-compass:before {
  content: '\F152'; }

.zmdi-cutlery:before {
  content: '\F153'; }

.zmdi-delete:before {
  content: '\F154'; }

.zmdi-dialpad:before {
  content: '\F155'; }

.zmdi-dns:before {
  content: '\F156'; }

.zmdi-drink:before {
  content: '\F157'; }

.zmdi-edit:before {
  content: '\F158'; }

.zmdi-email-open:before {
  content: '\F159'; }

.zmdi-email:before {
  content: '\F15A'; }

.zmdi-eye-off:before {
  content: '\F15B'; }

.zmdi-eye:before {
  content: '\F15C'; }

.zmdi-eyedropper:before {
  content: '\F15D'; }

.zmdi-favorite-outline:before {
  content: '\F15E'; }

.zmdi-favorite:before {
  content: '\F15F'; }

.zmdi-filter-list:before {
  content: '\F160'; }

.zmdi-fire:before {
  content: '\F161'; }

.zmdi-flag:before {
  content: '\F162'; }

.zmdi-flare:before {
  content: '\F163'; }

.zmdi-flash-auto:before {
  content: '\F164'; }

.zmdi-flash-off:before {
  content: '\F165'; }

.zmdi-flash:before {
  content: '\F166'; }

.zmdi-flip:before {
  content: '\F167'; }

.zmdi-flower-alt:before {
  content: '\F168'; }

.zmdi-flower:before {
  content: '\F169'; }

.zmdi-font:before {
  content: '\F16A'; }

.zmdi-fullscreen-alt:before {
  content: '\F16B'; }

.zmdi-fullscreen-exit:before {
  content: '\F16C'; }

.zmdi-fullscreen:before {
  content: '\F16D'; }

.zmdi-functions:before {
  content: '\F16E'; }

.zmdi-gas-station:before {
  content: '\F16F'; }

.zmdi-gesture:before {
  content: '\F170'; }

.zmdi-globe-alt:before {
  content: '\F171'; }

.zmdi-globe-lock:before {
  content: '\F172'; }

.zmdi-globe:before {
  content: '\F173'; }

.zmdi-graduation-cap:before {
  content: '\F174'; }

.zmdi-home:before {
  content: '\F175'; }

.zmdi-hospital-alt:before {
  content: '\F176'; }

.zmdi-hospital:before {
  content: '\F177'; }

.zmdi-hotel:before {
  content: '\F178'; }

.zmdi-hourglass-alt:before {
  content: '\F179'; }

.zmdi-hourglass-outline:before {
  content: '\F17A'; }

.zmdi-hourglass:before {
  content: '\F17B'; }

.zmdi-http:before {
  content: '\F17C'; }

.zmdi-image-alt:before {
  content: '\F17D'; }

.zmdi-image-o:before {
  content: '\F17E'; }

.zmdi-image:before {
  content: '\F17F'; }

.zmdi-inbox:before {
  content: '\F180'; }

.zmdi-invert-colors-off:before {
  content: '\F181'; }

.zmdi-invert-colors:before {
  content: '\F182'; }

.zmdi-key:before {
  content: '\F183'; }

.zmdi-label-alt-outline:before {
  content: '\F184'; }

.zmdi-label-alt:before {
  content: '\F185'; }

.zmdi-label-heart:before {
  content: '\F186'; }

.zmdi-label:before {
  content: '\F187'; }

.zmdi-labels:before {
  content: '\F188'; }

.zmdi-lamp:before {
  content: '\F189'; }

.zmdi-landscape:before {
  content: '\F18A'; }

.zmdi-layers-off:before {
  content: '\F18B'; }

.zmdi-layers:before {
  content: '\F18C'; }

.zmdi-library:before {
  content: '\F18D'; }

.zmdi-link:before {
  content: '\F18E'; }

.zmdi-lock-open:before {
  content: '\F18F'; }

.zmdi-lock-outline:before {
  content: '\F190'; }

.zmdi-lock:before {
  content: '\F191'; }

.zmdi-mail-reply-all:before {
  content: '\F192'; }

.zmdi-mail-reply:before {
  content: '\F193'; }

.zmdi-mail-send:before {
  content: '\F194'; }

.zmdi-mall:before {
  content: '\F195'; }

.zmdi-map:before {
  content: '\F196'; }

.zmdi-menu:before {
  content: '\F197'; }

.zmdi-money-box:before {
  content: '\F198'; }

.zmdi-money-off:before {
  content: '\F199'; }

.zmdi-money:before {
  content: '\F19A'; }

.zmdi-more-vert:before {
  content: '\F19B'; }

.zmdi-more:before {
  content: '\F19C'; }

.zmdi-movie-alt:before {
  content: '\F19D'; }

.zmdi-movie:before {
  content: '\F19E'; }

.zmdi-nature-people:before {
  content: '\F19F'; }

.zmdi-nature:before {
  content: '\F1A0'; }

.zmdi-navigation:before {
  content: '\F1A1'; }

.zmdi-open-in-browser:before {
  content: '\F1A2'; }

.zmdi-open-in-new:before {
  content: '\F1A3'; }

.zmdi-palette:before {
  content: '\F1A4'; }

.zmdi-parking:before {
  content: '\F1A5'; }

.zmdi-pin-account:before {
  content: '\F1A6'; }

.zmdi-pin-assistant:before {
  content: '\F1A7'; }

.zmdi-pin-drop:before {
  content: '\F1A8'; }

.zmdi-pin-help:before {
  content: '\F1A9'; }

.zmdi-pin-off:before {
  content: '\F1AA'; }

.zmdi-pin:before {
  content: '\F1AB'; }

.zmdi-pizza:before {
  content: '\F1AC'; }

.zmdi-plaster:before {
  content: '\F1AD'; }

.zmdi-power-setting:before {
  content: '\F1AE'; }

.zmdi-power:before {
  content: '\F1AF'; }

.zmdi-print:before {
  content: '\F1B0'; }

.zmdi-puzzle-piece:before {
  content: '\F1B1'; }

.zmdi-quote:before {
  content: '\F1B2'; }

.zmdi-railway:before {
  content: '\F1B3'; }

.zmdi-receipt:before {
  content: '\F1B4'; }

.zmdi-refresh-alt:before {
  content: '\F1B5'; }

.zmdi-refresh-sync-alert:before {
  content: '\F1B6'; }

.zmdi-refresh-sync-off:before {
  content: '\F1B7'; }

.zmdi-refresh-sync:before {
  content: '\F1B8'; }

.zmdi-refresh:before {
  content: '\F1B9'; }

.zmdi-roller:before {
  content: '\F1BA'; }

.zmdi-ruler:before {
  content: '\F1BB'; }

.zmdi-scissors:before {
  content: '\F1BC'; }

.zmdi-screen-rotation-lock:before {
  content: '\F1BD'; }

.zmdi-screen-rotation:before {
  content: '\F1BE'; }

.zmdi-search-for:before {
  content: '\F1BF'; }

.zmdi-search-in-file:before {
  content: '\F1C0'; }

.zmdi-search-in-page:before {
  content: '\F1C1'; }

.zmdi-search-replace:before {
  content: '\F1C2'; }

.zmdi-search:before {
  content: '\F1C3'; }

.zmdi-seat:before {
  content: '\F1C4'; }

.zmdi-settings-square:before {
  content: '\F1C5'; }

.zmdi-settings:before {
  content: '\F1C6'; }

.zmdi-shield-check:before {
  content: '\F1C7'; }

.zmdi-shield-security:before {
  content: '\F1C8'; }

.zmdi-shopping-basket:before {
  content: '\F1C9'; }

.zmdi-shopping-cart-plus:before {
  content: '\F1CA'; }

.zmdi-shopping-cart:before {
  content: '\F1CB'; }

.zmdi-sign-in:before {
  content: '\F1CC'; }

.zmdi-sort-amount-asc:before {
  content: '\F1CD'; }

.zmdi-sort-amount-desc:before {
  content: '\F1CE'; }

.zmdi-sort-asc:before {
  content: '\F1CF'; }

.zmdi-sort-desc:before {
  content: '\F1D0'; }

.zmdi-spellcheck:before {
  content: '\F1D1'; }

.zmdi-storage:before {
  content: '\F1D2'; }

.zmdi-store-24:before {
  content: '\F1D3'; }

.zmdi-store:before {
  content: '\F1D4'; }

.zmdi-subway:before {
  content: '\F1D5'; }

.zmdi-sun:before {
  content: '\F1D6'; }

.zmdi-tab-unselected:before {
  content: '\F1D7'; }

.zmdi-tab:before {
  content: '\F1D8'; }

.zmdi-tag-close:before {
  content: '\F1D9'; }

.zmdi-tag-more:before {
  content: '\F1DA'; }

.zmdi-tag:before {
  content: '\F1DB'; }

.zmdi-thumb-down:before {
  content: '\F1DC'; }

.zmdi-thumb-up-down:before {
  content: '\F1DD'; }

.zmdi-thumb-up:before {
  content: '\F1DE'; }

.zmdi-ticket-star:before {
  content: '\F1DF'; }

.zmdi-toll:before {
  content: '\F1E0'; }

.zmdi-toys:before {
  content: '\F1E1'; }

.zmdi-traffic:before {
  content: '\F1E2'; }

.zmdi-translate:before {
  content: '\F1E3'; }

.zmdi-triangle-down:before {
  content: '\F1E4'; }

.zmdi-triangle-up:before {
  content: '\F1E5'; }

.zmdi-truck:before {
  content: '\F1E6'; }

.zmdi-turning-sign:before {
  content: '\F1E7'; }

.zmdi-wallpaper:before {
  content: '\F1E8'; }

.zmdi-washing-machine:before {
  content: '\F1E9'; }

.zmdi-window-maximize:before {
  content: '\F1EA'; }

.zmdi-window-minimize:before {
  content: '\F1EB'; }

.zmdi-window-restore:before {
  content: '\F1EC'; }

.zmdi-wrench:before {
  content: '\F1ED'; }

.zmdi-zoom-in:before {
  content: '\F1EE'; }

.zmdi-zoom-out:before {
  content: '\F1EF'; }

.zmdi-alert-circle-o:before {
  content: '\F1F0'; }

.zmdi-alert-circle:before {
  content: '\F1F1'; }

.zmdi-alert-octagon:before {
  content: '\F1F2'; }

.zmdi-alert-polygon:before {
  content: '\F1F3'; }

.zmdi-alert-triangle:before {
  content: '\F1F4'; }

.zmdi-help-outline:before {
  content: '\F1F5'; }

.zmdi-help:before {
  content: '\F1F6'; }

.zmdi-info-outline:before {
  content: '\F1F7'; }

.zmdi-info:before {
  content: '\F1F8'; }

.zmdi-notifications-active:before {
  content: '\F1F9'; }

.zmdi-notifications-add:before {
  content: '\F1FA'; }

.zmdi-notifications-none:before {
  content: '\F1FB'; }

.zmdi-notifications-off:before {
  content: '\F1FC'; }

.zmdi-notifications-paused:before {
  content: '\F1FD'; }

.zmdi-notifications:before {
  content: '\F1FE'; }

.zmdi-account-add:before {
  content: '\F1FF'; }

.zmdi-account-box-mail:before {
  content: '\F200'; }

.zmdi-account-box-o:before {
  content: '\F201'; }

.zmdi-account-box-phone:before {
  content: '\F202'; }

.zmdi-account-box:before {
  content: '\F203'; }

.zmdi-account-calendar:before {
  content: '\F204'; }

.zmdi-account-circle:before {
  content: '\F205'; }

.zmdi-account-o:before {
  content: '\F206'; }

.zmdi-account:before {
  content: '\F207'; }

.zmdi-accounts-add:before {
  content: '\F208'; }

.zmdi-accounts-alt:before {
  content: '\F209'; }

.zmdi-accounts-list-alt:before {
  content: '\F20A'; }

.zmdi-accounts-list:before {
  content: '\F20B'; }

.zmdi-accounts-outline:before {
  content: '\F20C'; }

.zmdi-accounts:before {
  content: '\F20D'; }

.zmdi-face:before {
  content: '\F20E'; }

.zmdi-female:before {
  content: '\F20F'; }

.zmdi-male-alt:before {
  content: '\F210'; }

.zmdi-male-female:before {
  content: '\F211'; }

.zmdi-male:before {
  content: '\F212'; }

.zmdi-mood-bad:before {
  content: '\F213'; }

.zmdi-mood:before {
  content: '\F214'; }

.zmdi-run:before {
  content: '\F215'; }

.zmdi-walk:before {
  content: '\F216'; }

.zmdi-cloud-box:before {
  content: '\F217'; }

.zmdi-cloud-circle:before {
  content: '\F218'; }

.zmdi-cloud-done:before {
  content: '\F219'; }

.zmdi-cloud-download:before {
  content: '\F21A'; }

.zmdi-cloud-off:before {
  content: '\F21B'; }

.zmdi-cloud-outline-alt:before {
  content: '\F21C'; }

.zmdi-cloud-outline:before {
  content: '\F21D'; }

.zmdi-cloud-upload:before {
  content: '\F21E'; }

.zmdi-cloud:before {
  content: '\F21F'; }

.zmdi-download:before {
  content: '\F220'; }

.zmdi-file-plus:before {
  content: '\F221'; }

.zmdi-file-text:before {
  content: '\F222'; }

.zmdi-file:before {
  content: '\F223'; }

.zmdi-folder-outline:before {
  content: '\F224'; }

.zmdi-folder-person:before {
  content: '\F225'; }

.zmdi-folder-star-alt:before {
  content: '\F226'; }

.zmdi-folder-star:before {
  content: '\F227'; }

.zmdi-folder:before {
  content: '\F228'; }

.zmdi-gif:before {
  content: '\F229'; }

.zmdi-upload:before {
  content: '\F22A'; }

.zmdi-border-all:before {
  content: '\F22B'; }

.zmdi-border-bottom:before {
  content: '\F22C'; }

.zmdi-border-clear:before {
  content: '\F22D'; }

.zmdi-border-color:before {
  content: '\F22E'; }

.zmdi-border-horizontal:before {
  content: '\F22F'; }

.zmdi-border-inner:before {
  content: '\F230'; }

.zmdi-border-left:before {
  content: '\F231'; }

.zmdi-border-outer:before {
  content: '\F232'; }

.zmdi-border-right:before {
  content: '\F233'; }

.zmdi-border-style:before {
  content: '\F234'; }

.zmdi-border-top:before {
  content: '\F235'; }

.zmdi-border-vertical:before {
  content: '\F236'; }

.zmdi-copy:before {
  content: '\F237'; }

.zmdi-crop:before {
  content: '\F238'; }

.zmdi-format-align-center:before {
  content: '\F239'; }

.zmdi-format-align-justify:before {
  content: '\F23A'; }

.zmdi-format-align-left:before {
  content: '\F23B'; }

.zmdi-format-align-right:before {
  content: '\F23C'; }

.zmdi-format-bold:before {
  content: '\F23D'; }

.zmdi-format-clear-all:before {
  content: '\F23E'; }

.zmdi-format-clear:before {
  content: '\F23F'; }

.zmdi-format-color-fill:before {
  content: '\F240'; }

.zmdi-format-color-reset:before {
  content: '\F241'; }

.zmdi-format-color-text:before {
  content: '\F242'; }

.zmdi-format-indent-decrease:before {
  content: '\F243'; }

.zmdi-format-indent-increase:before {
  content: '\F244'; }

.zmdi-format-italic:before {
  content: '\F245'; }

.zmdi-format-line-spacing:before {
  content: '\F246'; }

.zmdi-format-list-bulleted:before {
  content: '\F247'; }

.zmdi-format-list-numbered:before {
  content: '\F248'; }

.zmdi-format-ltr:before {
  content: '\F249'; }

.zmdi-format-rtl:before {
  content: '\F24A'; }

.zmdi-format-size:before {
  content: '\F24B'; }

.zmdi-format-strikethrough-s:before {
  content: '\F24C'; }

.zmdi-format-strikethrough:before {
  content: '\F24D'; }

.zmdi-format-subject:before {
  content: '\F24E'; }

.zmdi-format-underlined:before {
  content: '\F24F'; }

.zmdi-format-valign-bottom:before {
  content: '\F250'; }

.zmdi-format-valign-center:before {
  content: '\F251'; }

.zmdi-format-valign-top:before {
  content: '\F252'; }

.zmdi-redo:before {
  content: '\F253'; }

.zmdi-select-all:before {
  content: '\F254'; }

.zmdi-space-bar:before {
  content: '\F255'; }

.zmdi-text-format:before {
  content: '\F256'; }

.zmdi-transform:before {
  content: '\F257'; }

.zmdi-undo:before {
  content: '\F258'; }

.zmdi-wrap-text:before {
  content: '\F259'; }

.zmdi-comment-alert:before {
  content: '\F25A'; }

.zmdi-comment-alt-text:before {
  content: '\F25B'; }

.zmdi-comment-alt:before {
  content: '\F25C'; }

.zmdi-comment-edit:before {
  content: '\F25D'; }

.zmdi-comment-image:before {
  content: '\F25E'; }

.zmdi-comment-list:before {
  content: '\F25F'; }

.zmdi-comment-more:before {
  content: '\F260'; }

.zmdi-comment-outline:before {
  content: '\F261'; }

.zmdi-comment-text-alt:before {
  content: '\F262'; }

.zmdi-comment-text:before {
  content: '\F263'; }

.zmdi-comment-video:before {
  content: '\F264'; }

.zmdi-comment:before {
  content: '\F265'; }

.zmdi-comments:before {
  content: '\F266'; }

.zmdi-check-all:before {
  content: '\F267'; }

.zmdi-check-circle-u:before {
  content: '\F268'; }

.zmdi-check-circle:before {
  content: '\F269'; }

.zmdi-check-square:before {
  content: '\F26A'; }

.zmdi-check:before {
  content: '\F26B'; }

.zmdi-circle-o:before {
  content: '\F26C'; }

.zmdi-circle:before {
  content: '\F26D'; }

.zmdi-dot-circle-alt:before {
  content: '\F26E'; }

.zmdi-dot-circle:before {
  content: '\F26F'; }

.zmdi-minus-circle-outline:before {
  content: '\F270'; }

.zmdi-minus-circle:before {
  content: '\F271'; }

.zmdi-minus-square:before {
  content: '\F272'; }

.zmdi-minus:before {
  content: '\F273'; }

.zmdi-plus-circle-o-duplicate:before {
  content: '\F274'; }

.zmdi-plus-circle-o:before {
  content: '\F275'; }

.zmdi-plus-circle:before {
  content: '\F276'; }

.zmdi-plus-square:before {
  content: '\F277'; }

.zmdi-plus:before {
  content: '\F278'; }

.zmdi-square-o:before {
  content: '\F279'; }

.zmdi-star-circle:before {
  content: '\F27A'; }

.zmdi-star-half:before {
  content: '\F27B'; }

.zmdi-star-outline:before {
  content: '\F27C'; }

.zmdi-star:before {
  content: '\F27D'; }

.zmdi-bluetooth-connected:before {
  content: '\F27E'; }

.zmdi-bluetooth-off:before {
  content: '\F27F'; }

.zmdi-bluetooth-search:before {
  content: '\F280'; }

.zmdi-bluetooth-setting:before {
  content: '\F281'; }

.zmdi-bluetooth:before {
  content: '\F282'; }

.zmdi-camera-add:before {
  content: '\F283'; }

.zmdi-camera-alt:before {
  content: '\F284'; }

.zmdi-camera-bw:before {
  content: '\F285'; }

.zmdi-camera-front:before {
  content: '\F286'; }

.zmdi-camera-mic:before {
  content: '\F287'; }

.zmdi-camera-party-mode:before {
  content: '\F288'; }

.zmdi-camera-rear:before {
  content: '\F289'; }

.zmdi-camera-roll:before {
  content: '\F28A'; }

.zmdi-camera-switch:before {
  content: '\F28B'; }

.zmdi-camera:before {
  content: '\F28C'; }

.zmdi-card-alert:before {
  content: '\F28D'; }

.zmdi-card-off:before {
  content: '\F28E'; }

.zmdi-card-sd:before {
  content: '\F28F'; }

.zmdi-card-sim:before {
  content: '\F290'; }

.zmdi-desktop-mac:before {
  content: '\F291'; }

.zmdi-desktop-windows:before {
  content: '\F292'; }

.zmdi-device-hub:before {
  content: '\F293'; }

.zmdi-devices-off:before {
  content: '\F294'; }

.zmdi-devices:before {
  content: '\F295'; }

.zmdi-dock:before {
  content: '\F296'; }

.zmdi-floppy:before {
  content: '\F297'; }

.zmdi-gamepad:before {
  content: '\F298'; }

.zmdi-gps-dot:before {
  content: '\F299'; }

.zmdi-gps-off:before {
  content: '\F29A'; }

.zmdi-gps:before {
  content: '\F29B'; }

.zmdi-headset-mic:before {
  content: '\F29C'; }

.zmdi-headset:before {
  content: '\F29D'; }

.zmdi-input-antenna:before {
  content: '\F29E'; }

.zmdi-input-composite:before {
  content: '\F29F'; }

.zmdi-input-hdmi:before {
  content: '\F2A0'; }

.zmdi-input-power:before {
  content: '\F2A1'; }

.zmdi-input-svideo:before {
  content: '\F2A2'; }

.zmdi-keyboard-hide:before {
  content: '\F2A3'; }

.zmdi-keyboard:before {
  content: '\F2A4'; }

.zmdi-laptop-chromebook:before {
  content: '\F2A5'; }

.zmdi-laptop-mac:before {
  content: '\F2A6'; }

.zmdi-laptop:before {
  content: '\F2A7'; }

.zmdi-mic-off:before {
  content: '\F2A8'; }

.zmdi-mic-outline:before {
  content: '\F2A9'; }

.zmdi-mic-setting:before {
  content: '\F2AA'; }

.zmdi-mic:before {
  content: '\F2AB'; }

.zmdi-mouse:before {
  content: '\F2AC'; }

.zmdi-network-alert:before {
  content: '\F2AD'; }

.zmdi-network-locked:before {
  content: '\F2AE'; }

.zmdi-network-off:before {
  content: '\F2AF'; }

.zmdi-network-outline:before {
  content: '\F2B0'; }

.zmdi-network-setting:before {
  content: '\F2B1'; }

.zmdi-network:before {
  content: '\F2B2'; }

.zmdi-phone-bluetooth:before {
  content: '\F2B3'; }

.zmdi-phone-end:before {
  content: '\F2B4'; }

.zmdi-phone-forwarded:before {
  content: '\F2B5'; }

.zmdi-phone-in-talk:before {
  content: '\F2B6'; }

.zmdi-phone-locked:before {
  content: '\F2B7'; }

.zmdi-phone-missed:before {
  content: '\F2B8'; }

.zmdi-phone-msg:before {
  content: '\F2B9'; }

.zmdi-phone-paused:before {
  content: '\F2BA'; }

.zmdi-phone-ring:before {
  content: '\F2BB'; }

.zmdi-phone-setting:before {
  content: '\F2BC'; }

.zmdi-phone-sip:before {
  content: '\F2BD'; }

.zmdi-phone:before {
  content: '\F2BE'; }

.zmdi-portable-wifi-changes:before {
  content: '\F2BF'; }

.zmdi-portable-wifi-off:before {
  content: '\F2C0'; }

.zmdi-portable-wifi:before {
  content: '\F2C1'; }

.zmdi-radio:before {
  content: '\F2C2'; }

.zmdi-reader:before {
  content: '\F2C3'; }

.zmdi-remote-control-alt:before {
  content: '\F2C4'; }

.zmdi-remote-control:before {
  content: '\F2C5'; }

.zmdi-router:before {
  content: '\F2C6'; }

.zmdi-scanner:before {
  content: '\F2C7'; }

.zmdi-smartphone-android:before {
  content: '\F2C8'; }

.zmdi-smartphone-download:before {
  content: '\F2C9'; }

.zmdi-smartphone-erase:before {
  content: '\F2CA'; }

.zmdi-smartphone-info:before {
  content: '\F2CB'; }

.zmdi-smartphone-iphone:before {
  content: '\F2CC'; }

.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD'; }

.zmdi-smartphone-landscape:before {
  content: '\F2CE'; }

.zmdi-smartphone-lock:before {
  content: '\F2CF'; }

.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0'; }

.zmdi-smartphone-ring:before {
  content: '\F2D1'; }

.zmdi-smartphone-setting:before {
  content: '\F2D2'; }

.zmdi-smartphone-setup:before {
  content: '\F2D3'; }

.zmdi-smartphone:before {
  content: '\F2D4'; }

.zmdi-speaker:before {
  content: '\F2D5'; }

.zmdi-tablet-android:before {
  content: '\F2D6'; }

.zmdi-tablet-mac:before {
  content: '\F2D7'; }

.zmdi-tablet:before {
  content: '\F2D8'; }

.zmdi-tv-alt-play:before {
  content: '\F2D9'; }

.zmdi-tv-list:before {
  content: '\F2DA'; }

.zmdi-tv-play:before {
  content: '\F2DB'; }

.zmdi-tv:before {
  content: '\F2DC'; }

.zmdi-usb:before {
  content: '\F2DD'; }

.zmdi-videocam-off:before {
  content: '\F2DE'; }

.zmdi-videocam-switch:before {
  content: '\F2DF'; }

.zmdi-videocam:before {
  content: '\F2E0'; }

.zmdi-watch:before {
  content: '\F2E1'; }

.zmdi-wifi-alt-2:before {
  content: '\F2E2'; }

.zmdi-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-wifi-info:before {
  content: '\F2E4'; }

.zmdi-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-wifi-off:before {
  content: '\F2E6'; }

.zmdi-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-wifi:before {
  content: '\F2E8'; }

.zmdi-arrow-left-bottom:before {
  content: '\F2E9'; }

.zmdi-arrow-left:before {
  content: '\F2EA'; }

.zmdi-arrow-merge:before {
  content: '\F2EB'; }

.zmdi-arrow-missed:before {
  content: '\F2EC'; }

.zmdi-arrow-right-top:before {
  content: '\F2ED'; }

.zmdi-arrow-right:before {
  content: '\F2EE'; }

.zmdi-arrow-split:before {
  content: '\F2EF'; }

.zmdi-arrows:before {
  content: '\F2F0'; }

.zmdi-caret-down-circle:before {
  content: '\F2F1'; }

.zmdi-caret-down:before {
  content: '\F2F2'; }

.zmdi-caret-left-circle:before {
  content: '\F2F3'; }

.zmdi-caret-left:before {
  content: '\F2F4'; }

.zmdi-caret-right-circle:before {
  content: '\F2F5'; }

.zmdi-caret-right:before {
  content: '\F2F6'; }

.zmdi-caret-up-circle:before {
  content: '\F2F7'; }

.zmdi-caret-up:before {
  content: '\F2F8'; }

.zmdi-chevron-down:before {
  content: '\F2F9'; }

.zmdi-chevron-left:before {
  content: '\F2FA'; }

.zmdi-chevron-right:before {
  content: '\F2FB'; }

.zmdi-chevron-up:before {
  content: '\F2FC'; }

.zmdi-forward:before {
  content: '\F2FD'; }

.zmdi-long-arrow-down:before {
  content: '\F2FE'; }

.zmdi-long-arrow-left:before {
  content: '\F2FF'; }

.zmdi-long-arrow-return:before {
  content: '\F300'; }

.zmdi-long-arrow-right:before {
  content: '\F301'; }

.zmdi-long-arrow-tab:before {
  content: '\F302'; }

.zmdi-long-arrow-up:before {
  content: '\F303'; }

.zmdi-rotate-ccw:before {
  content: '\F304'; }

.zmdi-rotate-cw:before {
  content: '\F305'; }

.zmdi-rotate-left:before {
  content: '\F306'; }

.zmdi-rotate-right:before {
  content: '\F307'; }

.zmdi-square-down:before {
  content: '\F308'; }

.zmdi-square-right:before {
  content: '\F309'; }

.zmdi-swap-alt:before {
  content: '\F30A'; }

.zmdi-swap-vertical-circle:before {
  content: '\F30B'; }

.zmdi-swap-vertical:before {
  content: '\F30C'; }

.zmdi-swap:before {
  content: '\F30D'; }

.zmdi-trending-down:before {
  content: '\F30E'; }

.zmdi-trending-flat:before {
  content: '\F30F'; }

.zmdi-trending-up:before {
  content: '\F310'; }

.zmdi-unfold-less:before {
  content: '\F311'; }

.zmdi-unfold-more:before {
  content: '\F312'; }

.zmdi-apps:before {
  content: '\F313'; }

.zmdi-grid-off:before {
  content: '\F314'; }

.zmdi-grid:before {
  content: '\F315'; }

.zmdi-view-agenda:before {
  content: '\F316'; }

.zmdi-view-array:before {
  content: '\F317'; }

.zmdi-view-carousel:before {
  content: '\F318'; }

.zmdi-view-column:before {
  content: '\F319'; }

.zmdi-view-comfy:before {
  content: '\F31A'; }

.zmdi-view-compact:before {
  content: '\F31B'; }

.zmdi-view-dashboard:before {
  content: '\F31C'; }

.zmdi-view-day:before {
  content: '\F31D'; }

.zmdi-view-headline:before {
  content: '\F31E'; }

.zmdi-view-list-alt:before {
  content: '\F31F'; }

.zmdi-view-list:before {
  content: '\F320'; }

.zmdi-view-module:before {
  content: '\F321'; }

.zmdi-view-quilt:before {
  content: '\F322'; }

.zmdi-view-stream:before {
  content: '\F323'; }

.zmdi-view-subtitles:before {
  content: '\F324'; }

.zmdi-view-toc:before {
  content: '\F325'; }

.zmdi-view-web:before {
  content: '\F326'; }

.zmdi-view-week:before {
  content: '\F327'; }

.zmdi-widgets:before {
  content: '\F328'; }

.zmdi-alarm-check:before {
  content: '\F329'; }

.zmdi-alarm-off:before {
  content: '\F32A'; }

.zmdi-alarm-plus:before {
  content: '\F32B'; }

.zmdi-alarm-snooze:before {
  content: '\F32C'; }

.zmdi-alarm:before {
  content: '\F32D'; }

.zmdi-calendar-alt:before {
  content: '\F32E'; }

.zmdi-calendar-check:before {
  content: '\F32F'; }

.zmdi-calendar-close:before {
  content: '\F330'; }

.zmdi-calendar-note:before {
  content: '\F331'; }

.zmdi-calendar:before {
  content: '\F332'; }

.zmdi-time-countdown:before {
  content: '\F333'; }

.zmdi-time-interval:before {
  content: '\F334'; }

.zmdi-time-restore-setting:before {
  content: '\F335'; }

.zmdi-time-restore:before {
  content: '\F336'; }

.zmdi-time:before {
  content: '\F337'; }

.zmdi-timer-off:before {
  content: '\F338'; }

.zmdi-timer:before {
  content: '\F339'; }

.zmdi-android-alt:before {
  content: '\F33A'; }

.zmdi-android:before {
  content: '\F33B'; }

.zmdi-apple:before {
  content: '\F33C'; }

.zmdi-behance:before {
  content: '\F33D'; }

.zmdi-codepen:before {
  content: '\F33E'; }

.zmdi-dribbble:before {
  content: '\F33F'; }

.zmdi-dropbox:before {
  content: '\F340'; }

.zmdi-evernote:before {
  content: '\F341'; }

.zmdi-facebook-box:before {
  content: '\F342'; }

.zmdi-facebook:before {
  content: '\F343'; }

.zmdi-github-box:before {
  content: '\F344'; }

.zmdi-github:before {
  content: '\F345'; }

.zmdi-google-drive:before {
  content: '\F346'; }

.zmdi-google-earth:before {
  content: '\F347'; }

.zmdi-google-glass:before {
  content: '\F348'; }

.zmdi-google-maps:before {
  content: '\F349'; }

.zmdi-google-pages:before {
  content: '\F34A'; }

.zmdi-google-play:before {
  content: '\F34B'; }

.zmdi-google-plus-box:before {
  content: '\F34C'; }

.zmdi-google-plus:before {
  content: '\F34D'; }

.zmdi-google:before {
  content: '\F34E'; }

.zmdi-instagram:before {
  content: '\F34F'; }

.zmdi-language-css3:before {
  content: '\F350'; }

.zmdi-language-html5:before {
  content: '\F351'; }

.zmdi-language-javascript:before {
  content: '\F352'; }

.zmdi-language-python-alt:before {
  content: '\F353'; }

.zmdi-language-python:before {
  content: '\F354'; }

.zmdi-lastfm:before {
  content: '\F355'; }

.zmdi-linkedin-box:before {
  content: '\F356'; }

.zmdi-paypal:before {
  content: '\F357'; }

.zmdi-pinterest-box:before {
  content: '\F358'; }

.zmdi-pocket:before {
  content: '\F359'; }

.zmdi-polymer:before {
  content: '\F35A'; }

.zmdi-share:before {
  content: '\F35B'; }

.zmdi-stackoverflow:before {
  content: '\F35C'; }

.zmdi-steam-square:before {
  content: '\F35D'; }

.zmdi-steam:before {
  content: '\F35E'; }

.zmdi-twitter-box:before {
  content: '\F35F'; }

.zmdi-twitter:before {
  content: '\F360'; }

.zmdi-vk:before {
  content: '\F361'; }

.zmdi-wikipedia:before {
  content: '\F362'; }

.zmdi-windows:before {
  content: '\F363'; }

.zmdi-aspect-ratio-alt:before {
  content: '\F364'; }

.zmdi-aspect-ratio:before {
  content: '\F365'; }

.zmdi-blur-circular:before {
  content: '\F366'; }

.zmdi-blur-linear:before {
  content: '\F367'; }

.zmdi-blur-off:before {
  content: '\F368'; }

.zmdi-blur:before {
  content: '\F369'; }

.zmdi-brightness-2:before {
  content: '\F36A'; }

.zmdi-brightness-3:before {
  content: '\F36B'; }

.zmdi-brightness-4:before {
  content: '\F36C'; }

.zmdi-brightness-5:before {
  content: '\F36D'; }

.zmdi-brightness-6:before {
  content: '\F36E'; }

.zmdi-brightness-7:before {
  content: '\F36F'; }

.zmdi-brightness-auto:before {
  content: '\F370'; }

.zmdi-brightness-setting:before {
  content: '\F371'; }

.zmdi-broken-image:before {
  content: '\F372'; }

.zmdi-center-focus-strong:before {
  content: '\F373'; }

.zmdi-center-focus-weak:before {
  content: '\F374'; }

.zmdi-compare:before {
  content: '\F375'; }

.zmdi-crop-16-9:before {
  content: '\F376'; }

.zmdi-crop-3-2:before {
  content: '\F377'; }

.zmdi-crop-5-4:before {
  content: '\F378'; }

.zmdi-crop-7-5:before {
  content: '\F379'; }

.zmdi-crop-din:before {
  content: '\F37A'; }

.zmdi-crop-free:before {
  content: '\F37B'; }

.zmdi-crop-landscape:before {
  content: '\F37C'; }

.zmdi-crop-portrait:before {
  content: '\F37D'; }

.zmdi-crop-square:before {
  content: '\F37E'; }

.zmdi-exposure-alt:before {
  content: '\F37F'; }

.zmdi-exposure:before {
  content: '\F380'; }

.zmdi-filter-b-and-w:before {
  content: '\F381'; }

.zmdi-filter-center-focus:before {
  content: '\F382'; }

.zmdi-filter-frames:before {
  content: '\F383'; }

.zmdi-filter-tilt-shift:before {
  content: '\F384'; }

.zmdi-gradient:before {
  content: '\F385'; }

.zmdi-grain:before {
  content: '\F386'; }

.zmdi-graphic-eq:before {
  content: '\F387'; }

.zmdi-hdr-off:before {
  content: '\F388'; }

.zmdi-hdr-strong:before {
  content: '\F389'; }

.zmdi-hdr-weak:before {
  content: '\F38A'; }

.zmdi-hdr:before {
  content: '\F38B'; }

.zmdi-iridescent:before {
  content: '\F38C'; }

.zmdi-leak-off:before {
  content: '\F38D'; }

.zmdi-leak:before {
  content: '\F38E'; }

.zmdi-looks:before {
  content: '\F38F'; }

.zmdi-loupe:before {
  content: '\F390'; }

.zmdi-panorama-horizontal:before {
  content: '\F391'; }

.zmdi-panorama-vertical:before {
  content: '\F392'; }

.zmdi-panorama-wide-angle:before {
  content: '\F393'; }

.zmdi-photo-size-select-large:before {
  content: '\F394'; }

.zmdi-photo-size-select-small:before {
  content: '\F395'; }

.zmdi-picture-in-picture:before {
  content: '\F396'; }

.zmdi-slideshow:before {
  content: '\F397'; }

.zmdi-texture:before {
  content: '\F398'; }

.zmdi-tonality:before {
  content: '\F399'; }

.zmdi-vignette:before {
  content: '\F39A'; }

.zmdi-wb-auto:before {
  content: '\F39B'; }

.zmdi-eject-alt:before {
  content: '\F39C'; }

.zmdi-eject:before {
  content: '\F39D'; }

.zmdi-equalizer:before {
  content: '\F39E'; }

.zmdi-fast-forward:before {
  content: '\F39F'; }

.zmdi-fast-rewind:before {
  content: '\F3A0'; }

.zmdi-forward-10:before {
  content: '\F3A1'; }

.zmdi-forward-30:before {
  content: '\F3A2'; }

.zmdi-forward-5:before {
  content: '\F3A3'; }

.zmdi-hearing:before {
  content: '\F3A4'; }

.zmdi-pause-circle-outline:before {
  content: '\F3A5'; }

.zmdi-pause-circle:before {
  content: '\F3A6'; }

.zmdi-pause:before {
  content: '\F3A7'; }

.zmdi-play-circle-outline:before {
  content: '\F3A8'; }

.zmdi-play-circle:before {
  content: '\F3A9'; }

.zmdi-play:before {
  content: '\F3AA'; }

.zmdi-playlist-audio:before {
  content: '\F3AB'; }

.zmdi-playlist-plus:before {
  content: '\F3AC'; }

.zmdi-repeat-one:before {
  content: '\F3AD'; }

.zmdi-repeat:before {
  content: '\F3AE'; }

.zmdi-replay-10:before {
  content: '\F3AF'; }

.zmdi-replay-30:before {
  content: '\F3B0'; }

.zmdi-replay-5:before {
  content: '\F3B1'; }

.zmdi-replay:before {
  content: '\F3B2'; }

.zmdi-shuffle:before {
  content: '\F3B3'; }

.zmdi-skip-next:before {
  content: '\F3B4'; }

.zmdi-skip-previous:before {
  content: '\F3B5'; }

.zmdi-stop:before {
  content: '\F3B6'; }

.zmdi-surround-sound:before {
  content: '\F3B7'; }

.zmdi-tune:before {
  content: '\F3B8'; }

.zmdi-volume-down:before {
  content: '\F3B9'; }

.zmdi-volume-mute:before {
  content: '\F3BA'; }

.zmdi-volume-off:before {
  content: '\F3BB'; }

.zmdi-volume-up:before {
  content: '\F3BC'; }

.zmdi-n-1-square:before {
  content: '\F3BD'; }

.zmdi-n-2-square:before {
  content: '\F3BE'; }

.zmdi-n-3-square:before {
  content: '\F3BF'; }

.zmdi-n-4-square:before {
  content: '\F3C0'; }

.zmdi-n-5-square:before {
  content: '\F3C1'; }

.zmdi-n-6-square:before {
  content: '\F3C2'; }

.zmdi-neg-1:before {
  content: '\F3C3'; }

.zmdi-neg-2:before {
  content: '\F3C4'; }

.zmdi-plus-1:before {
  content: '\F3C5'; }

.zmdi-plus-2:before {
  content: '\F3C6'; }

.zmdi-sec-10:before {
  content: '\F3C7'; }

.zmdi-sec-3:before {
  content: '\F3C8'; }

.zmdi-zero:before {
  content: '\F3C9'; }

.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA'; }

.zmdi-airline-seat-flat:before {
  content: '\F3CB'; }

.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC'; }

.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD'; }

.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE'; }

.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF'; }

.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0'; }

.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1'; }

.zmdi-airplay:before {
  content: '\F3D2'; }

.zmdi-closed-caption:before {
  content: '\F3D3'; }

.zmdi-confirmation-number:before {
  content: '\F3D4'; }

.zmdi-developer-board:before {
  content: '\F3D5'; }

.zmdi-disc-full:before {
  content: '\F3D6'; }

.zmdi-explicit:before {
  content: '\F3D7'; }

.zmdi-flight-land:before {
  content: '\F3D8'; }

.zmdi-flight-takeoff:before {
  content: '\F3D9'; }

.zmdi-flip-to-back:before {
  content: '\F3DA'; }

.zmdi-flip-to-front:before {
  content: '\F3DB'; }

.zmdi-group-work:before {
  content: '\F3DC'; }

.zmdi-hd:before {
  content: '\F3DD'; }

.zmdi-hq:before {
  content: '\F3DE'; }

.zmdi-markunread-mailbox:before {
  content: '\F3DF'; }

.zmdi-memory:before {
  content: '\F3E0'; }

.zmdi-nfc:before {
  content: '\F3E1'; }

.zmdi-play-for-work:before {
  content: '\F3E2'; }

.zmdi-power-input:before {
  content: '\F3E3'; }

.zmdi-present-to-all:before {
  content: '\F3E4'; }

.zmdi-satellite:before {
  content: '\F3E5'; }

.zmdi-tap-and-play:before {
  content: '\F3E6'; }

.zmdi-vibration:before {
  content: '\F3E7'; }

.zmdi-voicemail:before {
  content: '\F3E8'; }

.zmdi-group:before {
  content: '\F3E9'; }

.zmdi-rss:before {
  content: '\F3EA'; }

.zmdi-shape:before {
  content: '\F3EB'; }

.zmdi-spinner:before {
  content: '\F3EC'; }

.zmdi-ungroup:before {
  content: '\F3ED'; }

.zmdi-500px:before {
  content: '\F3EE'; }

.zmdi-8tracks:before {
  content: '\F3EF'; }

.zmdi-amazon:before {
  content: '\F3F0'; }

.zmdi-blogger:before {
  content: '\F3F1'; }

.zmdi-delicious:before {
  content: '\F3F2'; }

.zmdi-disqus:before {
  content: '\F3F3'; }

.zmdi-flattr:before {
  content: '\F3F4'; }

.zmdi-flickr:before {
  content: '\F3F5'; }

.zmdi-github-alt:before {
  content: '\F3F6'; }

.zmdi-google-old:before {
  content: '\F3F7'; }

.zmdi-linkedin:before {
  content: '\F3F8'; }

.zmdi-odnoklassniki:before {
  content: '\F3F9'; }

.zmdi-outlook:before {
  content: '\F3FA'; }

.zmdi-paypal-alt:before {
  content: '\F3FB'; }

.zmdi-pinterest:before {
  content: '\F3FC'; }

.zmdi-playstation:before {
  content: '\F3FD'; }

.zmdi-reddit:before {
  content: '\F3FE'; }

.zmdi-skype:before {
  content: '\F3FF'; }

.zmdi-slideshare:before {
  content: '\F400'; }

.zmdi-soundcloud:before {
  content: '\F401'; }

.zmdi-tumblr:before {
  content: '\F402'; }

.zmdi-twitch:before {
  content: '\F403'; }

.zmdi-vimeo:before {
  content: '\F404'; }

.zmdi-whatsapp:before {
  content: '\F405'; }

.zmdi-xbox:before {
  content: '\F406'; }

.zmdi-yahoo:before {
  content: '\F407'; }

.zmdi-youtube-play:before {
  content: '\F408'; }

.zmdi-youtube:before {
  content: '\F409'; }

.zmdi-3d-rotation:before {
  content: '\F101'; }

.zmdi-airplane-off:before {
  content: '\F102'; }

.zmdi-airplane:before {
  content: '\F103'; }

.zmdi-album:before {
  content: '\F104'; }

.zmdi-archive:before {
  content: '\F105'; }

.zmdi-assignment-account:before {
  content: '\F106'; }

.zmdi-assignment-alert:before {
  content: '\F107'; }

.zmdi-assignment-check:before {
  content: '\F108'; }

.zmdi-assignment-o:before {
  content: '\F109'; }

.zmdi-assignment-return:before {
  content: '\F10A'; }

.zmdi-assignment-returned:before {
  content: '\F10B'; }

.zmdi-assignment:before {
  content: '\F10C'; }

.zmdi-attachment-alt:before {
  content: '\F10D'; }

.zmdi-attachment:before {
  content: '\F10E'; }

.zmdi-audio:before {
  content: '\F10F'; }

.zmdi-badge-check:before {
  content: '\F110'; }

.zmdi-balance-wallet:before {
  content: '\F111'; }

.zmdi-balance:before {
  content: '\F112'; }

.zmdi-battery-alert:before {
  content: '\F113'; }

.zmdi-battery-flash:before {
  content: '\F114'; }

.zmdi-battery-unknown:before {
  content: '\F115'; }

.zmdi-battery:before {
  content: '\F116'; }

.zmdi-bike:before {
  content: '\F117'; }

.zmdi-block-alt:before {
  content: '\F118'; }

.zmdi-block:before {
  content: '\F119'; }

.zmdi-boat:before {
  content: '\F11A'; }

.zmdi-book-image:before {
  content: '\F11B'; }

.zmdi-book:before {
  content: '\F11C'; }

.zmdi-bookmark-outline:before {
  content: '\F11D'; }

.zmdi-bookmark:before {
  content: '\F11E'; }

.zmdi-brush:before {
  content: '\F11F'; }

.zmdi-bug:before {
  content: '\F120'; }

.zmdi-bus:before {
  content: '\F121'; }

.zmdi-cake:before {
  content: '\F122'; }

.zmdi-car-taxi:before {
  content: '\F123'; }

.zmdi-car-wash:before {
  content: '\F124'; }

.zmdi-car:before {
  content: '\F125'; }

.zmdi-card-giftcard:before {
  content: '\F126'; }

.zmdi-card-membership:before {
  content: '\F127'; }

.zmdi-card-travel:before {
  content: '\F128'; }

.zmdi-card:before {
  content: '\F129'; }

.zmdi-case-check:before {
  content: '\F12A'; }

.zmdi-case-download:before {
  content: '\F12B'; }

.zmdi-case-play:before {
  content: '\F12C'; }

.zmdi-case:before {
  content: '\F12D'; }

.zmdi-cast-connected:before {
  content: '\F12E'; }

.zmdi-cast:before {
  content: '\F12F'; }

.zmdi-chart-donut:before {
  content: '\F130'; }

.zmdi-chart:before {
  content: '\F131'; }

.zmdi-city-alt:before {
  content: '\F132'; }

.zmdi-city:before {
  content: '\F133'; }

.zmdi-close-circle-o:before {
  content: '\F134'; }

.zmdi-close-circle:before {
  content: '\F135'; }

.zmdi-close:before {
  content: '\F136'; }

.zmdi-cocktail:before {
  content: '\F137'; }

.zmdi-code-setting:before {
  content: '\F138'; }

.zmdi-code-smartphone:before {
  content: '\F139'; }

.zmdi-code:before {
  content: '\F13A'; }

.zmdi-coffee:before {
  content: '\F13B'; }

.zmdi-collection-bookmark:before {
  content: '\F13C'; }

.zmdi-collection-case-play:before {
  content: '\F13D'; }

.zmdi-collection-folder-image:before {
  content: '\F13E'; }

.zmdi-collection-image-o:before {
  content: '\F13F'; }

.zmdi-collection-image:before {
  content: '\F140'; }

.zmdi-collection-item-1:before {
  content: '\F141'; }

.zmdi-collection-item-2:before {
  content: '\F142'; }

.zmdi-collection-item-3:before {
  content: '\F143'; }

.zmdi-collection-item-4:before {
  content: '\F144'; }

.zmdi-collection-item-5:before {
  content: '\F145'; }

.zmdi-collection-item-6:before {
  content: '\F146'; }

.zmdi-collection-item-7:before {
  content: '\F147'; }

.zmdi-collection-item-8:before {
  content: '\F148'; }

.zmdi-collection-item-9-plus:before {
  content: '\F149'; }

.zmdi-collection-item-9:before {
  content: '\F14A'; }

.zmdi-collection-item:before {
  content: '\F14B'; }

.zmdi-collection-music:before {
  content: '\F14C'; }

.zmdi-collection-pdf:before {
  content: '\F14D'; }

.zmdi-collection-plus:before {
  content: '\F14E'; }

.zmdi-collection-speaker:before {
  content: '\F14F'; }

.zmdi-collection-text:before {
  content: '\F150'; }

.zmdi-collection-video:before {
  content: '\F151'; }

.zmdi-compass:before {
  content: '\F152'; }

.zmdi-cutlery:before {
  content: '\F153'; }

.zmdi-delete:before {
  content: '\F154'; }

.zmdi-dialpad:before {
  content: '\F155'; }

.zmdi-dns:before {
  content: '\F156'; }

.zmdi-drink:before {
  content: '\F157'; }

.zmdi-edit:before {
  content: '\F158'; }

.zmdi-email-open:before {
  content: '\F159'; }

.zmdi-email:before {
  content: '\F15A'; }

.zmdi-eye-off:before {
  content: '\F15B'; }

.zmdi-eye:before {
  content: '\F15C'; }

.zmdi-eyedropper:before {
  content: '\F15D'; }

.zmdi-favorite-outline:before {
  content: '\F15E'; }

.zmdi-favorite:before {
  content: '\F15F'; }

.zmdi-filter-list:before {
  content: '\F160'; }

.zmdi-fire:before {
  content: '\F161'; }

.zmdi-flag:before {
  content: '\F162'; }

.zmdi-flare:before {
  content: '\F163'; }

.zmdi-flash-auto:before {
  content: '\F164'; }

.zmdi-flash-off:before {
  content: '\F165'; }

.zmdi-flash:before {
  content: '\F166'; }

.zmdi-flip:before {
  content: '\F167'; }

.zmdi-flower-alt:before {
  content: '\F168'; }

.zmdi-flower:before {
  content: '\F169'; }

.zmdi-font:before {
  content: '\F16A'; }

.zmdi-fullscreen-alt:before {
  content: '\F16B'; }

.zmdi-fullscreen-exit:before {
  content: '\F16C'; }

.zmdi-fullscreen:before {
  content: '\F16D'; }

.zmdi-functions:before {
  content: '\F16E'; }

.zmdi-gas-station:before {
  content: '\F16F'; }

.zmdi-gesture:before {
  content: '\F170'; }

.zmdi-globe-alt:before {
  content: '\F171'; }

.zmdi-globe-lock:before {
  content: '\F172'; }

.zmdi-globe:before {
  content: '\F173'; }

.zmdi-graduation-cap:before {
  content: '\F174'; }

.zmdi-home:before {
  content: '\F175'; }

.zmdi-hospital-alt:before {
  content: '\F176'; }

.zmdi-hospital:before {
  content: '\F177'; }

.zmdi-hotel:before {
  content: '\F178'; }

.zmdi-hourglass-alt:before {
  content: '\F179'; }

.zmdi-hourglass-outline:before {
  content: '\F17A'; }

.zmdi-hourglass:before {
  content: '\F17B'; }

.zmdi-http:before {
  content: '\F17C'; }

.zmdi-image-alt:before {
  content: '\F17D'; }

.zmdi-image-o:before {
  content: '\F17E'; }

.zmdi-image:before {
  content: '\F17F'; }

.zmdi-inbox:before {
  content: '\F180'; }

.zmdi-invert-colors-off:before {
  content: '\F181'; }

.zmdi-invert-colors:before {
  content: '\F182'; }

.zmdi-key:before {
  content: '\F183'; }

.zmdi-label-alt-outline:before {
  content: '\F184'; }

.zmdi-label-alt:before {
  content: '\F185'; }

.zmdi-label-heart:before {
  content: '\F186'; }

.zmdi-label:before {
  content: '\F187'; }

.zmdi-labels:before {
  content: '\F188'; }

.zmdi-lamp:before {
  content: '\F189'; }

.zmdi-landscape:before {
  content: '\F18A'; }

.zmdi-layers-off:before {
  content: '\F18B'; }

.zmdi-layers:before {
  content: '\F18C'; }

.zmdi-library:before {
  content: '\F18D'; }

.zmdi-link:before {
  content: '\F18E'; }

.zmdi-lock-open:before {
  content: '\F18F'; }

.zmdi-lock-outline:before {
  content: '\F190'; }

.zmdi-lock:before {
  content: '\F191'; }

.zmdi-mail-reply-all:before {
  content: '\F192'; }

.zmdi-mail-reply:before {
  content: '\F193'; }

.zmdi-mail-send:before {
  content: '\F194'; }

.zmdi-mall:before {
  content: '\F195'; }

.zmdi-map:before {
  content: '\F196'; }

.zmdi-menu:before {
  content: '\F197'; }

.zmdi-money-box:before {
  content: '\F198'; }

.zmdi-money-off:before {
  content: '\F199'; }

.zmdi-money:before {
  content: '\F19A'; }

.zmdi-more-vert:before {
  content: '\F19B'; }

.zmdi-more:before {
  content: '\F19C'; }

.zmdi-movie-alt:before {
  content: '\F19D'; }

.zmdi-movie:before {
  content: '\F19E'; }

.zmdi-nature-people:before {
  content: '\F19F'; }

.zmdi-nature:before {
  content: '\F1A0'; }

.zmdi-navigation:before {
  content: '\F1A1'; }

.zmdi-open-in-browser:before {
  content: '\F1A2'; }

.zmdi-open-in-new:before {
  content: '\F1A3'; }

.zmdi-palette:before {
  content: '\F1A4'; }

.zmdi-parking:before {
  content: '\F1A5'; }

.zmdi-pin-account:before {
  content: '\F1A6'; }

.zmdi-pin-assistant:before {
  content: '\F1A7'; }

.zmdi-pin-drop:before {
  content: '\F1A8'; }

.zmdi-pin-help:before {
  content: '\F1A9'; }

.zmdi-pin-off:before {
  content: '\F1AA'; }

.zmdi-pin:before {
  content: '\F1AB'; }

.zmdi-pizza:before {
  content: '\F1AC'; }

.zmdi-plaster:before {
  content: '\F1AD'; }

.zmdi-power-setting:before {
  content: '\F1AE'; }

.zmdi-power:before {
  content: '\F1AF'; }

.zmdi-print:before {
  content: '\F1B0'; }

.zmdi-puzzle-piece:before {
  content: '\F1B1'; }

.zmdi-quote:before {
  content: '\F1B2'; }

.zmdi-railway:before {
  content: '\F1B3'; }

.zmdi-receipt:before {
  content: '\F1B4'; }

.zmdi-refresh-alt:before {
  content: '\F1B5'; }

.zmdi-refresh-sync-alert:before {
  content: '\F1B6'; }

.zmdi-refresh-sync-off:before {
  content: '\F1B7'; }

.zmdi-refresh-sync:before {
  content: '\F1B8'; }

.zmdi-refresh:before {
  content: '\F1B9'; }

.zmdi-roller:before {
  content: '\F1BA'; }

.zmdi-ruler:before {
  content: '\F1BB'; }

.zmdi-scissors:before {
  content: '\F1BC'; }

.zmdi-screen-rotation-lock:before {
  content: '\F1BD'; }

.zmdi-screen-rotation:before {
  content: '\F1BE'; }

.zmdi-search-for:before {
  content: '\F1BF'; }

.zmdi-search-in-file:before {
  content: '\F1C0'; }

.zmdi-search-in-page:before {
  content: '\F1C1'; }

.zmdi-search-replace:before {
  content: '\F1C2'; }

.zmdi-search:before {
  content: '\F1C3'; }

.zmdi-seat:before {
  content: '\F1C4'; }

.zmdi-settings-square:before {
  content: '\F1C5'; }

.zmdi-settings:before {
  content: '\F1C6'; }

.zmdi-shield-check:before {
  content: '\F1C7'; }

.zmdi-shield-security:before {
  content: '\F1C8'; }

.zmdi-shopping-basket:before {
  content: '\F1C9'; }

.zmdi-shopping-cart-plus:before {
  content: '\F1CA'; }

.zmdi-shopping-cart:before {
  content: '\F1CB'; }

.zmdi-sign-in:before {
  content: '\F1CC'; }

.zmdi-sort-amount-asc:before {
  content: '\F1CD'; }

.zmdi-sort-amount-desc:before {
  content: '\F1CE'; }

.zmdi-sort-asc:before {
  content: '\F1CF'; }

.zmdi-sort-desc:before {
  content: '\F1D0'; }

.zmdi-spellcheck:before {
  content: '\F1D1'; }

.zmdi-storage:before {
  content: '\F1D2'; }

.zmdi-store-24:before {
  content: '\F1D3'; }

.zmdi-store:before {
  content: '\F1D4'; }

.zmdi-subway:before {
  content: '\F1D5'; }

.zmdi-sun:before {
  content: '\F1D6'; }

.zmdi-tab-unselected:before {
  content: '\F1D7'; }

.zmdi-tab:before {
  content: '\F1D8'; }

.zmdi-tag-close:before {
  content: '\F1D9'; }

.zmdi-tag-more:before {
  content: '\F1DA'; }

.zmdi-tag:before {
  content: '\F1DB'; }

.zmdi-thumb-down:before {
  content: '\F1DC'; }

.zmdi-thumb-up-down:before {
  content: '\F1DD'; }

.zmdi-thumb-up:before {
  content: '\F1DE'; }

.zmdi-ticket-star:before {
  content: '\F1DF'; }

.zmdi-toll:before {
  content: '\F1E0'; }

.zmdi-toys:before {
  content: '\F1E1'; }

.zmdi-traffic:before {
  content: '\F1E2'; }

.zmdi-translate:before {
  content: '\F1E3'; }

.zmdi-triangle-down:before {
  content: '\F1E4'; }

.zmdi-triangle-up:before {
  content: '\F1E5'; }

.zmdi-truck:before {
  content: '\F1E6'; }

.zmdi-turning-sign:before {
  content: '\F1E7'; }

.zmdi-wallpaper:before {
  content: '\F1E8'; }

.zmdi-washing-machine:before {
  content: '\F1E9'; }

.zmdi-window-maximize:before {
  content: '\F1EA'; }

.zmdi-window-minimize:before {
  content: '\F1EB'; }

.zmdi-window-restore:before {
  content: '\F1EC'; }

.zmdi-wrench:before {
  content: '\F1ED'; }

.zmdi-zoom-in:before {
  content: '\F1EE'; }

.zmdi-zoom-out:before {
  content: '\F1EF'; }

.zmdi-alert-circle-o:before {
  content: '\F1F0'; }

.zmdi-alert-circle:before {
  content: '\F1F1'; }

.zmdi-alert-octagon:before {
  content: '\F1F2'; }

.zmdi-alert-polygon:before {
  content: '\F1F3'; }

.zmdi-alert-triangle:before {
  content: '\F1F4'; }

.zmdi-help-outline:before {
  content: '\F1F5'; }

.zmdi-help:before {
  content: '\F1F6'; }

.zmdi-info-outline:before {
  content: '\F1F7'; }

.zmdi-info:before {
  content: '\F1F8'; }

.zmdi-notifications-active:before {
  content: '\F1F9'; }

.zmdi-notifications-add:before {
  content: '\F1FA'; }

.zmdi-notifications-none:before {
  content: '\F1FB'; }

.zmdi-notifications-off:before {
  content: '\F1FC'; }

.zmdi-notifications-paused:before {
  content: '\F1FD'; }

.zmdi-notifications:before {
  content: '\F1FE'; }

.zmdi-account-add:before {
  content: '\F1FF'; }

.zmdi-account-box-mail:before {
  content: '\F200'; }

.zmdi-account-box-o:before {
  content: '\F201'; }

.zmdi-account-box-phone:before {
  content: '\F202'; }

.zmdi-account-box:before {
  content: '\F203'; }

.zmdi-account-calendar:before {
  content: '\F204'; }

.zmdi-account-circle:before {
  content: '\F205'; }

.zmdi-account-o:before {
  content: '\F206'; }

.zmdi-account:before {
  content: '\F207'; }

.zmdi-accounts-add:before {
  content: '\F208'; }

.zmdi-accounts-alt:before {
  content: '\F209'; }

.zmdi-accounts-list-alt:before {
  content: '\F20A'; }

.zmdi-accounts-list:before {
  content: '\F20B'; }

.zmdi-accounts-outline:before {
  content: '\F20C'; }

.zmdi-accounts:before {
  content: '\F20D'; }

.zmdi-face:before {
  content: '\F20E'; }

.zmdi-female:before {
  content: '\F20F'; }

.zmdi-male-alt:before {
  content: '\F210'; }

.zmdi-male-female:before {
  content: '\F211'; }

.zmdi-male:before {
  content: '\F212'; }

.zmdi-mood-bad:before {
  content: '\F213'; }

.zmdi-mood:before {
  content: '\F214'; }

.zmdi-run:before {
  content: '\F215'; }

.zmdi-walk:before {
  content: '\F216'; }

.zmdi-cloud-box:before {
  content: '\F217'; }

.zmdi-cloud-circle:before {
  content: '\F218'; }

.zmdi-cloud-done:before {
  content: '\F219'; }

.zmdi-cloud-download:before {
  content: '\F21A'; }

.zmdi-cloud-off:before {
  content: '\F21B'; }

.zmdi-cloud-outline-alt:before {
  content: '\F21C'; }

.zmdi-cloud-outline:before {
  content: '\F21D'; }

.zmdi-cloud-upload:before {
  content: '\F21E'; }

.zmdi-cloud:before {
  content: '\F21F'; }

.zmdi-download:before {
  content: '\F220'; }

.zmdi-file-plus:before {
  content: '\F221'; }

.zmdi-file-text:before {
  content: '\F222'; }

.zmdi-file:before {
  content: '\F223'; }

.zmdi-folder-outline:before {
  content: '\F224'; }

.zmdi-folder-person:before {
  content: '\F225'; }

.zmdi-folder-star-alt:before {
  content: '\F226'; }

.zmdi-folder-star:before {
  content: '\F227'; }

.zmdi-folder:before {
  content: '\F228'; }

.zmdi-gif:before {
  content: '\F229'; }

.zmdi-upload:before {
  content: '\F22A'; }

.zmdi-border-all:before {
  content: '\F22B'; }

.zmdi-border-bottom:before {
  content: '\F22C'; }

.zmdi-border-clear:before {
  content: '\F22D'; }

.zmdi-border-color:before {
  content: '\F22E'; }

.zmdi-border-horizontal:before {
  content: '\F22F'; }

.zmdi-border-inner:before {
  content: '\F230'; }

.zmdi-border-left:before {
  content: '\F231'; }

.zmdi-border-outer:before {
  content: '\F232'; }

.zmdi-border-right:before {
  content: '\F233'; }

.zmdi-border-style:before {
  content: '\F234'; }

.zmdi-border-top:before {
  content: '\F235'; }

.zmdi-border-vertical:before {
  content: '\F236'; }

.zmdi-copy:before {
  content: '\F237'; }

.zmdi-crop:before {
  content: '\F238'; }

.zmdi-format-align-center:before {
  content: '\F239'; }

.zmdi-format-align-justify:before {
  content: '\F23A'; }

.zmdi-format-align-left:before {
  content: '\F23B'; }

.zmdi-format-align-right:before {
  content: '\F23C'; }

.zmdi-format-bold:before {
  content: '\F23D'; }

.zmdi-format-clear-all:before {
  content: '\F23E'; }

.zmdi-format-clear:before {
  content: '\F23F'; }

.zmdi-format-color-fill:before {
  content: '\F240'; }

.zmdi-format-color-reset:before {
  content: '\F241'; }

.zmdi-format-color-text:before {
  content: '\F242'; }

.zmdi-format-indent-decrease:before {
  content: '\F243'; }

.zmdi-format-indent-increase:before {
  content: '\F244'; }

.zmdi-format-italic:before {
  content: '\F245'; }

.zmdi-format-line-spacing:before {
  content: '\F246'; }

.zmdi-format-list-bulleted:before {
  content: '\F247'; }

.zmdi-format-list-numbered:before {
  content: '\F248'; }

.zmdi-format-ltr:before {
  content: '\F249'; }

.zmdi-format-rtl:before {
  content: '\F24A'; }

.zmdi-format-size:before {
  content: '\F24B'; }

.zmdi-format-strikethrough-s:before {
  content: '\F24C'; }

.zmdi-format-strikethrough:before {
  content: '\F24D'; }

.zmdi-format-subject:before {
  content: '\F24E'; }

.zmdi-format-underlined:before {
  content: '\F24F'; }

.zmdi-format-valign-bottom:before {
  content: '\F250'; }

.zmdi-format-valign-center:before {
  content: '\F251'; }

.zmdi-format-valign-top:before {
  content: '\F252'; }

.zmdi-redo:before {
  content: '\F253'; }

.zmdi-select-all:before {
  content: '\F254'; }

.zmdi-space-bar:before {
  content: '\F255'; }

.zmdi-text-format:before {
  content: '\F256'; }

.zmdi-transform:before {
  content: '\F257'; }

.zmdi-undo:before {
  content: '\F258'; }

.zmdi-wrap-text:before {
  content: '\F259'; }

.zmdi-comment-alert:before {
  content: '\F25A'; }

.zmdi-comment-alt-text:before {
  content: '\F25B'; }

.zmdi-comment-alt:before {
  content: '\F25C'; }

.zmdi-comment-edit:before {
  content: '\F25D'; }

.zmdi-comment-image:before {
  content: '\F25E'; }

.zmdi-comment-list:before {
  content: '\F25F'; }

.zmdi-comment-more:before {
  content: '\F260'; }

.zmdi-comment-outline:before {
  content: '\F261'; }

.zmdi-comment-text-alt:before {
  content: '\F262'; }

.zmdi-comment-text:before {
  content: '\F263'; }

.zmdi-comment-video:before {
  content: '\F264'; }

.zmdi-comment:before {
  content: '\F265'; }

.zmdi-comments:before {
  content: '\F266'; }

.zmdi-check-all:before {
  content: '\F267'; }

.zmdi-check-circle-u:before {
  content: '\F268'; }

.zmdi-check-circle:before {
  content: '\F269'; }

.zmdi-check-square:before {
  content: '\F26A'; }

.zmdi-check:before {
  content: '\F26B'; }

.zmdi-circle-o:before {
  content: '\F26C'; }

.zmdi-circle:before {
  content: '\F26D'; }

.zmdi-dot-circle-alt:before {
  content: '\F26E'; }

.zmdi-dot-circle:before {
  content: '\F26F'; }

.zmdi-minus-circle-outline:before {
  content: '\F270'; }

.zmdi-minus-circle:before {
  content: '\F271'; }

.zmdi-minus-square:before {
  content: '\F272'; }

.zmdi-minus:before {
  content: '\F273'; }

.zmdi-plus-circle-o-duplicate:before {
  content: '\F274'; }

.zmdi-plus-circle-o:before {
  content: '\F275'; }

.zmdi-plus-circle:before {
  content: '\F276'; }

.zmdi-plus-square:before {
  content: '\F277'; }

.zmdi-plus:before {
  content: '\F278'; }

.zmdi-square-o:before {
  content: '\F279'; }

.zmdi-star-circle:before {
  content: '\F27A'; }

.zmdi-star-half:before {
  content: '\F27B'; }

.zmdi-star-outline:before {
  content: '\F27C'; }

.zmdi-star:before {
  content: '\F27D'; }

.zmdi-bluetooth-connected:before {
  content: '\F27E'; }

.zmdi-bluetooth-off:before {
  content: '\F27F'; }

.zmdi-bluetooth-search:before {
  content: '\F280'; }

.zmdi-bluetooth-setting:before {
  content: '\F281'; }

.zmdi-bluetooth:before {
  content: '\F282'; }

.zmdi-camera-add:before {
  content: '\F283'; }

.zmdi-camera-alt:before {
  content: '\F284'; }

.zmdi-camera-bw:before {
  content: '\F285'; }

.zmdi-camera-front:before {
  content: '\F286'; }

.zmdi-camera-mic:before {
  content: '\F287'; }

.zmdi-camera-party-mode:before {
  content: '\F288'; }

.zmdi-camera-rear:before {
  content: '\F289'; }

.zmdi-camera-roll:before {
  content: '\F28A'; }

.zmdi-camera-switch:before {
  content: '\F28B'; }

.zmdi-camera:before {
  content: '\F28C'; }

.zmdi-card-alert:before {
  content: '\F28D'; }

.zmdi-card-off:before {
  content: '\F28E'; }

.zmdi-card-sd:before {
  content: '\F28F'; }

.zmdi-card-sim:before {
  content: '\F290'; }

.zmdi-desktop-mac:before {
  content: '\F291'; }

.zmdi-desktop-windows:before {
  content: '\F292'; }

.zmdi-device-hub:before {
  content: '\F293'; }

.zmdi-devices-off:before {
  content: '\F294'; }

.zmdi-devices:before {
  content: '\F295'; }

.zmdi-dock:before {
  content: '\F296'; }

.zmdi-floppy:before {
  content: '\F297'; }

.zmdi-gamepad:before {
  content: '\F298'; }

.zmdi-gps-dot:before {
  content: '\F299'; }

.zmdi-gps-off:before {
  content: '\F29A'; }

.zmdi-gps:before {
  content: '\F29B'; }

.zmdi-headset-mic:before {
  content: '\F29C'; }

.zmdi-headset:before {
  content: '\F29D'; }

.zmdi-input-antenna:before {
  content: '\F29E'; }

.zmdi-input-composite:before {
  content: '\F29F'; }

.zmdi-input-hdmi:before {
  content: '\F2A0'; }

.zmdi-input-power:before {
  content: '\F2A1'; }

.zmdi-input-svideo:before {
  content: '\F2A2'; }

.zmdi-keyboard-hide:before {
  content: '\F2A3'; }

.zmdi-keyboard:before {
  content: '\F2A4'; }

.zmdi-laptop-chromebook:before {
  content: '\F2A5'; }

.zmdi-laptop-mac:before {
  content: '\F2A6'; }

.zmdi-laptop:before {
  content: '\F2A7'; }

.zmdi-mic-off:before {
  content: '\F2A8'; }

.zmdi-mic-outline:before {
  content: '\F2A9'; }

.zmdi-mic-setting:before {
  content: '\F2AA'; }

.zmdi-mic:before {
  content: '\F2AB'; }

.zmdi-mouse:before {
  content: '\F2AC'; }

.zmdi-network-alert:before {
  content: '\F2AD'; }

.zmdi-network-locked:before {
  content: '\F2AE'; }

.zmdi-network-off:before {
  content: '\F2AF'; }

.zmdi-network-outline:before {
  content: '\F2B0'; }

.zmdi-network-setting:before {
  content: '\F2B1'; }

.zmdi-network:before {
  content: '\F2B2'; }

.zmdi-phone-bluetooth:before {
  content: '\F2B3'; }

.zmdi-phone-end:before {
  content: '\F2B4'; }

.zmdi-phone-forwarded:before {
  content: '\F2B5'; }

.zmdi-phone-in-talk:before {
  content: '\F2B6'; }

.zmdi-phone-locked:before {
  content: '\F2B7'; }

.zmdi-phone-missed:before {
  content: '\F2B8'; }

.zmdi-phone-msg:before {
  content: '\F2B9'; }

.zmdi-phone-paused:before {
  content: '\F2BA'; }

.zmdi-phone-ring:before {
  content: '\F2BB'; }

.zmdi-phone-setting:before {
  content: '\F2BC'; }

.zmdi-phone-sip:before {
  content: '\F2BD'; }

.zmdi-phone:before {
  content: '\F2BE'; }

.zmdi-portable-wifi-changes:before {
  content: '\F2BF'; }

.zmdi-portable-wifi-off:before {
  content: '\F2C0'; }

.zmdi-portable-wifi:before {
  content: '\F2C1'; }

.zmdi-radio:before {
  content: '\F2C2'; }

.zmdi-reader:before {
  content: '\F2C3'; }

.zmdi-remote-control-alt:before {
  content: '\F2C4'; }

.zmdi-remote-control:before {
  content: '\F2C5'; }

.zmdi-router:before {
  content: '\F2C6'; }

.zmdi-scanner:before {
  content: '\F2C7'; }

.zmdi-smartphone-android:before {
  content: '\F2C8'; }

.zmdi-smartphone-download:before {
  content: '\F2C9'; }

.zmdi-smartphone-erase:before {
  content: '\F2CA'; }

.zmdi-smartphone-info:before {
  content: '\F2CB'; }

.zmdi-smartphone-iphone:before {
  content: '\F2CC'; }

.zmdi-smartphone-landscape-lock:before {
  content: '\F2CD'; }

.zmdi-smartphone-landscape:before {
  content: '\F2CE'; }

.zmdi-smartphone-lock:before {
  content: '\F2CF'; }

.zmdi-smartphone-portrait-lock:before {
  content: '\F2D0'; }

.zmdi-smartphone-ring:before {
  content: '\F2D1'; }

.zmdi-smartphone-setting:before {
  content: '\F2D2'; }

.zmdi-smartphone-setup:before {
  content: '\F2D3'; }

.zmdi-smartphone:before {
  content: '\F2D4'; }

.zmdi-speaker:before {
  content: '\F2D5'; }

.zmdi-tablet-android:before {
  content: '\F2D6'; }

.zmdi-tablet-mac:before {
  content: '\F2D7'; }

.zmdi-tablet:before {
  content: '\F2D8'; }

.zmdi-tv-alt-play:before {
  content: '\F2D9'; }

.zmdi-tv-list:before {
  content: '\F2DA'; }

.zmdi-tv-play:before {
  content: '\F2DB'; }

.zmdi-tv:before {
  content: '\F2DC'; }

.zmdi-usb:before {
  content: '\F2DD'; }

.zmdi-videocam-off:before {
  content: '\F2DE'; }

.zmdi-videocam-switch:before {
  content: '\F2DF'; }

.zmdi-videocam:before {
  content: '\F2E0'; }

.zmdi-watch:before {
  content: '\F2E1'; }

.zmdi-wifi-alt-2:before {
  content: '\F2E2'; }

.zmdi-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-wifi-info:before {
  content: '\F2E4'; }

.zmdi-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-wifi-off:before {
  content: '\F2E6'; }

.zmdi-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-wifi:before {
  content: '\F2E8'; }

.zmdi-arrow-left-bottom:before {
  content: '\F2E9'; }

.zmdi-arrow-left:before {
  content: '\F2EA'; }

.zmdi-arrow-merge:before {
  content: '\F2EB'; }

.zmdi-arrow-missed:before {
  content: '\F2EC'; }

.zmdi-arrow-right-top:before {
  content: '\F2ED'; }

.zmdi-arrow-right:before {
  content: '\F2EE'; }

.zmdi-arrow-split:before {
  content: '\F2EF'; }

.zmdi-arrows:before {
  content: '\F2F0'; }

.zmdi-caret-down-circle:before {
  content: '\F2F1'; }

.zmdi-caret-down:before {
  content: '\F2F2'; }

.zmdi-caret-left-circle:before {
  content: '\F2F3'; }

.zmdi-caret-left:before {
  content: '\F2F4'; }

.zmdi-caret-right-circle:before {
  content: '\F2F5'; }

.zmdi-caret-right:before {
  content: '\F2F6'; }

.zmdi-caret-up-circle:before {
  content: '\F2F7'; }

.zmdi-caret-up:before {
  content: '\F2F8'; }

.zmdi-chevron-down:before {
  content: '\F2F9'; }

.zmdi-chevron-left:before {
  content: '\F2FA'; }

.zmdi-chevron-right:before {
  content: '\F2FB'; }

.zmdi-chevron-up:before {
  content: '\F2FC'; }

.zmdi-forward:before {
  content: '\F2FD'; }

.zmdi-long-arrow-down:before {
  content: '\F2FE'; }

.zmdi-long-arrow-left:before {
  content: '\F2FF'; }

.zmdi-long-arrow-return:before {
  content: '\F300'; }

.zmdi-long-arrow-right:before {
  content: '\F301'; }

.zmdi-long-arrow-tab:before {
  content: '\F302'; }

.zmdi-long-arrow-up:before {
  content: '\F303'; }

.zmdi-rotate-ccw:before {
  content: '\F304'; }

.zmdi-rotate-cw:before {
  content: '\F305'; }

.zmdi-rotate-left:before {
  content: '\F306'; }

.zmdi-rotate-right:before {
  content: '\F307'; }

.zmdi-square-down:before {
  content: '\F308'; }

.zmdi-square-right:before {
  content: '\F309'; }

.zmdi-swap-alt:before {
  content: '\F30A'; }

.zmdi-swap-vertical-circle:before {
  content: '\F30B'; }

.zmdi-swap-vertical:before {
  content: '\F30C'; }

.zmdi-swap:before {
  content: '\F30D'; }

.zmdi-trending-down:before {
  content: '\F30E'; }

.zmdi-trending-flat:before {
  content: '\F30F'; }

.zmdi-trending-up:before {
  content: '\F310'; }

.zmdi-unfold-less:before {
  content: '\F311'; }

.zmdi-unfold-more:before {
  content: '\F312'; }

.zmdi-apps:before {
  content: '\F313'; }

.zmdi-grid-off:before {
  content: '\F314'; }

.zmdi-grid:before {
  content: '\F315'; }

.zmdi-view-agenda:before {
  content: '\F316'; }

.zmdi-view-array:before {
  content: '\F317'; }

.zmdi-view-carousel:before {
  content: '\F318'; }

.zmdi-view-column:before {
  content: '\F319'; }

.zmdi-view-comfy:before {
  content: '\F31A'; }

.zmdi-view-compact:before {
  content: '\F31B'; }

.zmdi-view-dashboard:before {
  content: '\F31C'; }

.zmdi-view-day:before {
  content: '\F31D'; }

.zmdi-view-headline:before {
  content: '\F31E'; }

.zmdi-view-list-alt:before {
  content: '\F31F'; }

.zmdi-view-list:before {
  content: '\F320'; }

.zmdi-view-module:before {
  content: '\F321'; }

.zmdi-view-quilt:before {
  content: '\F322'; }

.zmdi-view-stream:before {
  content: '\F323'; }

.zmdi-view-subtitles:before {
  content: '\F324'; }

.zmdi-view-toc:before {
  content: '\F325'; }

.zmdi-view-web:before {
  content: '\F326'; }

.zmdi-view-week:before {
  content: '\F327'; }

.zmdi-widgets:before {
  content: '\F328'; }

.zmdi-alarm-check:before {
  content: '\F329'; }

.zmdi-alarm-off:before {
  content: '\F32A'; }

.zmdi-alarm-plus:before {
  content: '\F32B'; }

.zmdi-alarm-snooze:before {
  content: '\F32C'; }

.zmdi-alarm:before {
  content: '\F32D'; }

.zmdi-calendar-alt:before {
  content: '\F32E'; }

.zmdi-calendar-check:before {
  content: '\F32F'; }

.zmdi-calendar-close:before {
  content: '\F330'; }

.zmdi-calendar-note:before {
  content: '\F331'; }

.zmdi-calendar:before {
  content: '\F332'; }

.zmdi-time-countdown:before {
  content: '\F333'; }

.zmdi-time-interval:before {
  content: '\F334'; }

.zmdi-time-restore-setting:before {
  content: '\F335'; }

.zmdi-time-restore:before {
  content: '\F336'; }

.zmdi-time:before {
  content: '\F337'; }

.zmdi-timer-off:before {
  content: '\F338'; }

.zmdi-timer:before {
  content: '\F339'; }

.zmdi-android-alt:before {
  content: '\F33A'; }

.zmdi-android:before {
  content: '\F33B'; }

.zmdi-apple:before {
  content: '\F33C'; }

.zmdi-behance:before {
  content: '\F33D'; }

.zmdi-codepen:before {
  content: '\F33E'; }

.zmdi-dribbble:before {
  content: '\F33F'; }

.zmdi-dropbox:before {
  content: '\F340'; }

.zmdi-evernote:before {
  content: '\F341'; }

.zmdi-facebook-box:before {
  content: '\F342'; }

.zmdi-facebook:before {
  content: '\F343'; }

.zmdi-github-box:before {
  content: '\F344'; }

.zmdi-github:before {
  content: '\F345'; }

.zmdi-google-drive:before {
  content: '\F346'; }

.zmdi-google-earth:before {
  content: '\F347'; }

.zmdi-google-glass:before {
  content: '\F348'; }

.zmdi-google-maps:before {
  content: '\F349'; }

.zmdi-google-pages:before {
  content: '\F34A'; }

.zmdi-google-play:before {
  content: '\F34B'; }

.zmdi-google-plus-box:before {
  content: '\F34C'; }

.zmdi-google-plus:before {
  content: '\F34D'; }

.zmdi-google:before {
  content: '\F34E'; }

.zmdi-instagram:before {
  content: '\F34F'; }

.zmdi-language-css3:before {
  content: '\F350'; }

.zmdi-language-html5:before {
  content: '\F351'; }

.zmdi-language-javascript:before {
  content: '\F352'; }

.zmdi-language-python-alt:before {
  content: '\F353'; }

.zmdi-language-python:before {
  content: '\F354'; }

.zmdi-lastfm:before {
  content: '\F355'; }

.zmdi-linkedin-box:before {
  content: '\F356'; }

.zmdi-paypal:before {
  content: '\F357'; }

.zmdi-pinterest-box:before {
  content: '\F358'; }

.zmdi-pocket:before {
  content: '\F359'; }

.zmdi-polymer:before {
  content: '\F35A'; }

.zmdi-share:before {
  content: '\F35B'; }

.zmdi-stackoverflow:before {
  content: '\F35C'; }

.zmdi-steam-square:before {
  content: '\F35D'; }

.zmdi-steam:before {
  content: '\F35E'; }

.zmdi-twitter-box:before {
  content: '\F35F'; }

.zmdi-twitter:before {
  content: '\F360'; }

.zmdi-vk:before {
  content: '\F361'; }

.zmdi-wikipedia:before {
  content: '\F362'; }

.zmdi-windows:before {
  content: '\F363'; }

.zmdi-aspect-ratio-alt:before {
  content: '\F364'; }

.zmdi-aspect-ratio:before {
  content: '\F365'; }

.zmdi-blur-circular:before {
  content: '\F366'; }

.zmdi-blur-linear:before {
  content: '\F367'; }

.zmdi-blur-off:before {
  content: '\F368'; }

.zmdi-blur:before {
  content: '\F369'; }

.zmdi-brightness-2:before {
  content: '\F36A'; }

.zmdi-brightness-3:before {
  content: '\F36B'; }

.zmdi-brightness-4:before {
  content: '\F36C'; }

.zmdi-brightness-5:before {
  content: '\F36D'; }

.zmdi-brightness-6:before {
  content: '\F36E'; }

.zmdi-brightness-7:before {
  content: '\F36F'; }

.zmdi-brightness-auto:before {
  content: '\F370'; }

.zmdi-brightness-setting:before {
  content: '\F371'; }

.zmdi-broken-image:before {
  content: '\F372'; }

.zmdi-center-focus-strong:before {
  content: '\F373'; }

.zmdi-center-focus-weak:before {
  content: '\F374'; }

.zmdi-compare:before {
  content: '\F375'; }

.zmdi-crop-16-9:before {
  content: '\F376'; }

.zmdi-crop-3-2:before {
  content: '\F377'; }

.zmdi-crop-5-4:before {
  content: '\F378'; }

.zmdi-crop-7-5:before {
  content: '\F379'; }

.zmdi-crop-din:before {
  content: '\F37A'; }

.zmdi-crop-free:before {
  content: '\F37B'; }

.zmdi-crop-landscape:before {
  content: '\F37C'; }

.zmdi-crop-portrait:before {
  content: '\F37D'; }

.zmdi-crop-square:before {
  content: '\F37E'; }

.zmdi-exposure-alt:before {
  content: '\F37F'; }

.zmdi-exposure:before {
  content: '\F380'; }

.zmdi-filter-b-and-w:before {
  content: '\F381'; }

.zmdi-filter-center-focus:before {
  content: '\F382'; }

.zmdi-filter-frames:before {
  content: '\F383'; }

.zmdi-filter-tilt-shift:before {
  content: '\F384'; }

.zmdi-gradient:before {
  content: '\F385'; }

.zmdi-grain:before {
  content: '\F386'; }

.zmdi-graphic-eq:before {
  content: '\F387'; }

.zmdi-hdr-off:before {
  content: '\F388'; }

.zmdi-hdr-strong:before {
  content: '\F389'; }

.zmdi-hdr-weak:before {
  content: '\F38A'; }

.zmdi-hdr:before {
  content: '\F38B'; }

.zmdi-iridescent:before {
  content: '\F38C'; }

.zmdi-leak-off:before {
  content: '\F38D'; }

.zmdi-leak:before {
  content: '\F38E'; }

.zmdi-looks:before {
  content: '\F38F'; }

.zmdi-loupe:before {
  content: '\F390'; }

.zmdi-panorama-horizontal:before {
  content: '\F391'; }

.zmdi-panorama-vertical:before {
  content: '\F392'; }

.zmdi-panorama-wide-angle:before {
  content: '\F393'; }

.zmdi-photo-size-select-large:before {
  content: '\F394'; }

.zmdi-photo-size-select-small:before {
  content: '\F395'; }

.zmdi-picture-in-picture:before {
  content: '\F396'; }

.zmdi-slideshow:before {
  content: '\F397'; }

.zmdi-texture:before {
  content: '\F398'; }

.zmdi-tonality:before {
  content: '\F399'; }

.zmdi-vignette:before {
  content: '\F39A'; }

.zmdi-wb-auto:before {
  content: '\F39B'; }

.zmdi-eject-alt:before {
  content: '\F39C'; }

.zmdi-eject:before {
  content: '\F39D'; }

.zmdi-equalizer:before {
  content: '\F39E'; }

.zmdi-fast-forward:before {
  content: '\F39F'; }

.zmdi-fast-rewind:before {
  content: '\F3A0'; }

.zmdi-forward-10:before {
  content: '\F3A1'; }

.zmdi-forward-30:before {
  content: '\F3A2'; }

.zmdi-forward-5:before {
  content: '\F3A3'; }

.zmdi-hearing:before {
  content: '\F3A4'; }

.zmdi-pause-circle-outline:before {
  content: '\F3A5'; }

.zmdi-pause-circle:before {
  content: '\F3A6'; }

.zmdi-pause:before {
  content: '\F3A7'; }

.zmdi-play-circle-outline:before {
  content: '\F3A8'; }

.zmdi-play-circle:before {
  content: '\F3A9'; }

.zmdi-play:before {
  content: '\F3AA'; }

.zmdi-playlist-audio:before {
  content: '\F3AB'; }

.zmdi-playlist-plus:before {
  content: '\F3AC'; }

.zmdi-repeat-one:before {
  content: '\F3AD'; }

.zmdi-repeat:before {
  content: '\F3AE'; }

.zmdi-replay-10:before {
  content: '\F3AF'; }

.zmdi-replay-30:before {
  content: '\F3B0'; }

.zmdi-replay-5:before {
  content: '\F3B1'; }

.zmdi-replay:before {
  content: '\F3B2'; }

.zmdi-shuffle:before {
  content: '\F3B3'; }

.zmdi-skip-next:before {
  content: '\F3B4'; }

.zmdi-skip-previous:before {
  content: '\F3B5'; }

.zmdi-stop:before {
  content: '\F3B6'; }

.zmdi-surround-sound:before {
  content: '\F3B7'; }

.zmdi-tune:before {
  content: '\F3B8'; }

.zmdi-volume-down:before {
  content: '\F3B9'; }

.zmdi-volume-mute:before {
  content: '\F3BA'; }

.zmdi-volume-off:before {
  content: '\F3BB'; }

.zmdi-volume-up:before {
  content: '\F3BC'; }

.zmdi-n-1-square:before {
  content: '\F3BD'; }

.zmdi-n-2-square:before {
  content: '\F3BE'; }

.zmdi-n-3-square:before {
  content: '\F3BF'; }

.zmdi-n-4-square:before {
  content: '\F3C0'; }

.zmdi-n-5-square:before {
  content: '\F3C1'; }

.zmdi-n-6-square:before {
  content: '\F3C2'; }

.zmdi-neg-1:before {
  content: '\F3C3'; }

.zmdi-neg-2:before {
  content: '\F3C4'; }

.zmdi-plus-1:before {
  content: '\F3C5'; }

.zmdi-plus-2:before {
  content: '\F3C6'; }

.zmdi-sec-10:before {
  content: '\F3C7'; }

.zmdi-sec-3:before {
  content: '\F3C8'; }

.zmdi-zero:before {
  content: '\F3C9'; }

.zmdi-airline-seat-flat-angled:before {
  content: '\F3CA'; }

.zmdi-airline-seat-flat:before {
  content: '\F3CB'; }

.zmdi-airline-seat-individual-suite:before {
  content: '\F3CC'; }

.zmdi-airline-seat-legroom-extra:before {
  content: '\F3CD'; }

.zmdi-airline-seat-legroom-normal:before {
  content: '\F3CE'; }

.zmdi-airline-seat-legroom-reduced:before {
  content: '\F3CF'; }

.zmdi-airline-seat-recline-extra:before {
  content: '\F3D0'; }

.zmdi-airline-seat-recline-normal:before {
  content: '\F3D1'; }

.zmdi-airplay:before {
  content: '\F3D2'; }

.zmdi-closed-caption:before {
  content: '\F3D3'; }

.zmdi-confirmation-number:before {
  content: '\F3D4'; }

.zmdi-developer-board:before {
  content: '\F3D5'; }

.zmdi-disc-full:before {
  content: '\F3D6'; }

.zmdi-explicit:before {
  content: '\F3D7'; }

.zmdi-flight-land:before {
  content: '\F3D8'; }

.zmdi-flight-takeoff:before {
  content: '\F3D9'; }

.zmdi-flip-to-back:before {
  content: '\F3DA'; }

.zmdi-flip-to-front:before {
  content: '\F3DB'; }

.zmdi-group-work:before {
  content: '\F3DC'; }

.zmdi-hd:before {
  content: '\F3DD'; }

.zmdi-hq:before {
  content: '\F3DE'; }

.zmdi-markunread-mailbox:before {
  content: '\F3DF'; }

.zmdi-memory:before {
  content: '\F3E0'; }

.zmdi-nfc:before {
  content: '\F3E1'; }

.zmdi-play-for-work:before {
  content: '\F3E2'; }

.zmdi-power-input:before {
  content: '\F3E3'; }

.zmdi-present-to-all:before {
  content: '\F3E4'; }

.zmdi-satellite:before {
  content: '\F3E5'; }

.zmdi-tap-and-play:before {
  content: '\F3E6'; }

.zmdi-vibration:before {
  content: '\F3E7'; }

.zmdi-voicemail:before {
  content: '\F3E8'; }

.zmdi-group:before {
  content: '\F3E9'; }

.zmdi-rss:before {
  content: '\F3EA'; }

.zmdi-shape:before {
  content: '\F3EB'; }

.zmdi-spinner:before {
  content: '\F3EC'; }

.zmdi-ungroup:before {
  content: '\F3ED'; }

.zmdi-500px:before {
  content: '\F3EE'; }

.zmdi-8tracks:before {
  content: '\F3EF'; }

.zmdi-amazon:before {
  content: '\F3F0'; }

.zmdi-blogger:before {
  content: '\F3F1'; }

.zmdi-delicious:before {
  content: '\F3F2'; }

.zmdi-disqus:before {
  content: '\F3F3'; }

.zmdi-flattr:before {
  content: '\F3F4'; }

.zmdi-flickr:before {
  content: '\F3F5'; }

.zmdi-github-alt:before {
  content: '\F3F6'; }

.zmdi-google-old:before {
  content: '\F3F7'; }

.zmdi-linkedin:before {
  content: '\F3F8'; }

.zmdi-odnoklassniki:before {
  content: '\F3F9'; }

.zmdi-outlook:before {
  content: '\F3FA'; }

.zmdi-paypal-alt:before {
  content: '\F3FB'; }

.zmdi-pinterest:before {
  content: '\F3FC'; }

.zmdi-playstation:before {
  content: '\F3FD'; }

.zmdi-reddit:before {
  content: '\F3FE'; }

.zmdi-skype:before {
  content: '\F3FF'; }

.zmdi-slideshare:before {
  content: '\F400'; }

.zmdi-soundcloud:before {
  content: '\F401'; }

.zmdi-tumblr:before {
  content: '\F402'; }

.zmdi-twitch:before {
  content: '\F403'; }

.zmdi-vimeo:before {
  content: '\F404'; }

.zmdi-whatsapp:before {
  content: '\F405'; }

.zmdi-xbox:before {
  content: '\F406'; }

.zmdi-yahoo:before {
  content: '\F407'; }

.zmdi-youtube-play:before {
  content: '\F408'; }

.zmdi-youtube:before {
  content: '\F409'; }

.zmdi-import-export:before {
  content: '\F30C'; }

.zmdi-swap-vertical-:before {
  content: '\F30C'; }

.zmdi-airplanemode-inactive:before {
  content: '\F102'; }

.zmdi-airplanemode-active:before {
  content: '\F103'; }

.zmdi-rate-review:before {
  content: '\F103'; }

.zmdi-comment-sign:before {
  content: '\F25A'; }

.zmdi-network-warning:before {
  content: '\F2AD'; }

.zmdi-shopping-cart-add:before {
  content: '\F1CA'; }

.zmdi-file-add:before {
  content: '\F221'; }

.zmdi-network-wifi-scan:before {
  content: '\F2E4'; }

.zmdi-collection-add:before {
  content: '\F14E'; }

.zmdi-format-playlist-add:before {
  content: '\F3AC'; }

.zmdi-format-queue-music:before {
  content: '\F3AB'; }

.zmdi-plus-box:before {
  content: '\F277'; }

.zmdi-tag-backspace:before {
  content: '\F1D9'; }

.zmdi-alarm-add:before {
  content: '\F32B'; }

.zmdi-battery-charging:before {
  content: '\F114'; }

.zmdi-daydream-setting:before {
  content: '\F217'; }

.zmdi-more-horiz:before {
  content: '\F19C'; }

.zmdi-book-photo:before {
  content: '\F11B'; }

.zmdi-incandescent:before {
  content: '\F189'; }

.zmdi-wb-iridescent:before {
  content: '\F38C'; }

.zmdi-calendar-remove:before {
  content: '\F330'; }

.zmdi-refresh-sync-disabled:before {
  content: '\F1B7'; }

.zmdi-refresh-sync-problem:before {
  content: '\F1B6'; }

.zmdi-crop-original:before {
  content: '\F17E'; }

.zmdi-power-off:before {
  content: '\F1AF'; }

.zmdi-power-off-setting:before {
  content: '\F1AE'; }

.zmdi-leak-remove:before {
  content: '\F38D'; }

.zmdi-star-border:before {
  content: '\F27C'; }

.zmdi-brightness-low:before {
  content: '\F36D'; }

.zmdi-brightness-medium:before {
  content: '\F36E'; }

.zmdi-brightness-high:before {
  content: '\F36F'; }

.zmdi-smartphone-portrait:before {
  content: '\F2D4'; }

.zmdi-live-tv:before {
  content: '\F2D9'; }

.zmdi-format-textdirection-l-to-r:before {
  content: '\F249'; }

.zmdi-format-textdirection-r-to-l:before {
  content: '\F24A'; }

.zmdi-arrow-back:before {
  content: '\F2EA'; }

.zmdi-arrow-forward:before {
  content: '\F2EE'; }

.zmdi-arrow-in:before {
  content: '\F2E9'; }

.zmdi-arrow-out:before {
  content: '\F2ED'; }

.zmdi-rotate-90-degrees-ccw:before {
  content: '\F304'; }

.zmdi-adb:before {
  content: '\F33A'; }

.zmdi-network-wifi:before {
  content: '\F2E8'; }

.zmdi-network-wifi-alt:before {
  content: '\F2E3'; }

.zmdi-network-wifi-lock:before {
  content: '\F2E5'; }

.zmdi-network-wifi-off:before {
  content: '\F2E6'; }

.zmdi-network-wifi-outline:before {
  content: '\F2E7'; }

.zmdi-network-wifi-info:before {
  content: '\F2E4'; }

.zmdi-layers-clear:before {
  content: '\F18B'; }

.zmdi-colorize:before {
  content: '\F15D'; }

.zmdi-format-paint:before {
  content: '\F1BA'; }

.zmdi-format-quote:before {
  content: '\F1B2'; }

.zmdi-camera-monochrome-photos:before {
  content: '\F285'; }

.zmdi-sort-by-alpha:before {
  content: '\F1CF'; }

.zmdi-folder-shared:before {
  content: '\F225'; }

.zmdi-folder-special:before {
  content: '\F226'; }

.zmdi-comment-dots:before {
  content: '\F260'; }

.zmdi-reorder:before {
  content: '\F31E'; }

.zmdi-dehaze:before {
  content: '\F197'; }

.zmdi-sort:before {
  content: '\F1CE'; }

.zmdi-pages:before {
  content: '\F34A'; }

.zmdi-stack-overflow:before {
  content: '\F35C'; }

.zmdi-calendar-account:before {
  content: '\F204'; }

.zmdi-paste:before {
  content: '\F109'; }

.zmdi-cut:before {
  content: '\F1BC'; }

.zmdi-save:before {
  content: '\F297'; }

.zmdi-smartphone-code:before {
  content: '\F139'; }

.zmdi-directions-bike:before {
  content: '\F117'; }

.zmdi-directions-boat:before {
  content: '\F11A'; }

.zmdi-directions-bus:before {
  content: '\F121'; }

.zmdi-directions-car:before {
  content: '\F125'; }

.zmdi-directions-railway:before {
  content: '\F1B3'; }

.zmdi-directions-run:before {
  content: '\F215'; }

.zmdi-directions-subway:before {
  content: '\F1D5'; }

.zmdi-directions-walk:before {
  content: '\F216'; }

.zmdi-local-hotel:before {
  content: '\F178'; }

.zmdi-local-activity:before {
  content: '\F1DF'; }

.zmdi-local-play:before {
  content: '\F1DF'; }

.zmdi-local-airport:before {
  content: '\F103'; }

.zmdi-local-atm:before {
  content: '\F198'; }

.zmdi-local-bar:before {
  content: '\F137'; }

.zmdi-local-cafe:before {
  content: '\F13B'; }

.zmdi-local-car-wash:before {
  content: '\F124'; }

.zmdi-local-convenience-store:before {
  content: '\F1D3'; }

.zmdi-local-dining:before {
  content: '\F153'; }

.zmdi-local-drink:before {
  content: '\F157'; }

.zmdi-local-florist:before {
  content: '\F168'; }

.zmdi-local-gas-station:before {
  content: '\F16F'; }

.zmdi-local-grocery-store:before {
  content: '\F1CB'; }

.zmdi-local-hospital:before {
  content: '\F177'; }

.zmdi-local-laundry-service:before {
  content: '\F1E9'; }

.zmdi-local-library:before {
  content: '\F18D'; }

.zmdi-local-mall:before {
  content: '\F195'; }

.zmdi-local-movies:before {
  content: '\F19D'; }

.zmdi-local-offer:before {
  content: '\F187'; }

.zmdi-local-parking:before {
  content: '\F1A5'; }

.zmdi-local-parking:before {
  content: '\F1A5'; }

.zmdi-local-pharmacy:before {
  content: '\F176'; }

.zmdi-local-phone:before {
  content: '\F2BE'; }

.zmdi-local-pizza:before {
  content: '\F1AC'; }

.zmdi-local-post-office:before {
  content: '\F15A'; }

.zmdi-local-printshop:before {
  content: '\F1B0'; }

.zmdi-local-see:before {
  content: '\F28C'; }

.zmdi-local-shipping:before {
  content: '\F1E6'; }

.zmdi-local-store:before {
  content: '\F1D4'; }

.zmdi-local-taxi:before {
  content: '\F123'; }

.zmdi-local-wc:before {
  content: '\F211'; }

.zmdi-my-location:before {
  content: '\F299'; }

.zmdi-directions:before {
  content: '\F1E7'; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/*
 *  Bootstrap TouchSpin - v3.1.1
 *  A mobile and touch friendly input spinner component for Bootstrap 3.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -1px;
  border-radius: 0; }

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal; }

.rtl .bootstrap-touchspin .input-group-btn-vertical > .btn {
  margin-left: inherit;
  margin-right: -1px; }

.rtl .bootstrap-touchspin .input-group-btn-vertical i {
  left: inherit;
  right: 2px; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*!
 * Bootstrap v4.0.0-alpha.3 (http://getbootstrap.com)
 * Copyright 2011-2016 The Bootstrap Authors
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/_bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

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

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

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@media print {
  *,
  *::before,
  *::after,
  *::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .tag {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

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

html {
  font-size: 13px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #828282;
  background-color: #fff; }

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

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

blockquote {
  margin: 0 0 1rem; }

a {
  color: #333333;
  text-decoration: none;
  transition: 0.3s all ease 0s; }
  a:focus, a:hover {
    color: #181818;
    text-decoration: underline; }
  a:focus {
    text-decoration: none;
    outline: inherit; }

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: none; }

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

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #99999B;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

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

button:focus {
  outline: none; }

input,
button,
select,
textarea {
  line-height: inherit; }

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

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

textarea {
  resize: vertical; }

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

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

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1.15385rem;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #333333; }

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

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

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

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

hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 2px solid #F2F2F2; }

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

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

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

.list-inline {
  padding-left: 0;
  list-style: none; }
  .list-inline > li {
    display: inline-block; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

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

.blockquote {
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 1.25rem;
  border-left: 0.25rem solid #bfbfbf; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #99999B; }
  .blockquote-footer::before {
    content: "\2014   \A0"; }

.blockquote-reverse {
  padding-right: 10px;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #bfbfbf;
  border-left: 0; }

.blockquote-reverse .blockquote-footer::before {
  content: ""; }

.blockquote-reverse .blockquote-footer::after {
  content: "\A0   \2014"; }

dl.row > dd + dt {
  clear: left; }

.img-fluid, .carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  max-width: 100%;
  height: auto; }
  @media (max-width: 991px) {
    .img-fluid, .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      max-width: 100%;
      height: auto; } }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: none;
  height: 100%; }
  @media (max-width: 991px) {
    .img-thumbnail {
      max-width: 100%;
      height: auto; } }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 90%;
  color: #99999B; }

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0; }

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

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 570px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 750px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 990px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1176px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
  padding-right: 9px;
  padding-left: 0;
  padding-right: 0; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -9px;
  margin-left: -9px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -9px;
      margin-left: -9px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -9px;
      margin-left: -9px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -9px;
      margin-left: -9px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -9px;
      margin-left: -9px; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 9px;
  padding-left: 9px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 9px;
      padding-left: 9px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 9px;
      padding-left: 9px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 9px;
      padding-left: 9px; } }
  @media (min-width: 1200px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 9px;
      padding-left: 9px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

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

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

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

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

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

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

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

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

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

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

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

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

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

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

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

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

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #bfbfbf; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #bfbfbf; }
  .table tbody + tbody {
    border-top: 2px solid #bfbfbf; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 1px solid #bfbfbf; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #bfbfbf; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

.thead-inverse th {
  color: #fff;
  background-color: #878787; }

.thead-default th {
  color: #acaaa6;
  background-color: #bfbfbf; }

.table-inverse {
  color: #bfbfbf;
  background-color: #878787; }
  .table-inverse th,
  .table-inverse td,
  .table-inverse thead th {
    border-color: #acaaa6; }
  .table-inverse.table-bordered {
    border: 0; }

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto; }

.table-reflow thead {
  float: left; }

.table-reflow tbody {
  display: block;
  white-space: nowrap; }

.table-reflow th,
.table-reflow td {
  border-top: 1px solid #bfbfbf;
  border-left: 1px solid #bfbfbf; }
  .table-reflow th:last-child,
  .table-reflow td:last-child {
    border-right: 1px solid #bfbfbf; }

.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #bfbfbf; }

.table-reflow tr {
  float: left; }
  .table-reflow tr th,
  .table-reflow tr td {
    display: block !important;
    border: 1px solid #bfbfbf; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.7rem 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #55595c;
    background-color: #fff;
    border-color: #66afe9;
    outline: none;
    box-shadow: none, 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1; }
  .form-control::placeholder {
    color: #999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #bfbfbf;
    opacity: 1; }
  .form-control:disabled {
    cursor: not-allowed; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.9rem); }

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

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

.col-form-label {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0; }

.col-form-label-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem; }

.col-form-legend {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
  font-size: 1rem; }

.form-control-static {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  line-height: 1.6;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-static.form-control-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn, .form-control-static.form-control-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 1.8125rem; }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: 3.16667rem; }

.form-group {
  margin-bottom: 10px; }

.form-text {
  display: block;
  margin-top: 2.5px; }

.form-check {
  position: relative;
  display: block;
  margin-bottom: 7.5px; }
  .form-check + .form-check {
    margin-top: -.25rem; }
  .form-check.disabled .form-check-label {
    color: #99999B;
    cursor: not-allowed; }

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
  cursor: pointer; }

.form-check-input {
  position: absolute;
  margin-top: .25rem;
  margin-left: -1.25rem; }
  .form-check-input:only-child {
    position: static; }

.form-check-inline {
  position: relative;
  display: inline-block;
  padding-left: 1.25rem;
  margin-bottom: 0;
  vertical-align: middle;
  cursor: pointer; }
  .form-check-inline + .form-check-inline {
    margin-left: .75rem; }
  .form-check-inline.disabled {
    color: #99999B;
    cursor: not-allowed; }

.form-control-feedback {
  margin-top: 2.5px; }

.form-control-success,
.form-control-warning,
.form-control-danger {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.725rem;
  background-size: 1.45rem 1.45rem; }

.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .form-check-label,
.has-success .form-check-inline,
.has-success .custom-control {
  color: #5cb85c; }

.has-success .form-control {
  border-color: #5cb85c; }
  .has-success .form-control:focus {
    box-shadow: none, 0 0 6px #a3d7a3; }

.has-success .input-group-addon {
  color: #5cb85c;
  border-color: #5cb85c;
  background-color: #eaf6ea; }

.has-success .form-control-success {
  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='#5cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E"); }

.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .form-check-label,
.has-warning .form-check-inline,
.has-warning .custom-control {
  color: #f0ad4e; }

.has-warning .form-control {
  border-color: #f0ad4e; }
  .has-warning .form-control:focus {
    box-shadow: none, 0 0 6px #f8d9ac; }

.has-warning .input-group-addon {
  color: #f0ad4e;
  border-color: #f0ad4e;
  background-color: white; }

.has-warning .form-control-warning {
  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='#f0ad4e' d='M4.4 5.324h-.8v-2.46h.8zm0 1.42h-.8V5.89h.8zM3.76.63L.04 7.075c-.115.2.016.425.26.426h7.397c.242 0 .372-.226.258-.426C6.726 4.924 5.47 2.79 4.253.63c-.113-.174-.39-.174-.494 0z'/%3E%3C/svg%3E"); }

.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .form-check-label,
.has-danger .form-check-inline,
.has-danger .custom-control {
  color: #d9534f; }

.has-danger .form-control {
  border-color: #d9534f; }
  .has-danger .form-control:focus {
    box-shadow: none, 0 0 6px #eba5a3; }

.has-danger .input-group-addon {
  color: #d9534f;
  border-color: #d9534f;
  background-color: #fdf7f7; }

.has-danger .form-control-danger {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E"); }

@media (min-width: 576px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    width: auto;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-check-label {
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #e9e9e9;
  padding: 0.85rem 1rem;
  font-size: 1rem;
  border-radius: 0;
  transition: all 0.2s ease-in-out; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:focus, .btn:hover {
    text-decoration: none; }
  .btn.focus {
    text-decoration: none; }
  .btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    cursor: not-allowed;
    opacity: .65;
    box-shadow: none; }

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

.btn-primary {
  color: #fff;
  background-color: #181818;
  border-color: #181818;
  box-shadow: none; }
  .btn-primary:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black;
    background-image: none;
    box-shadow: none; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #181818;
    border-color: #181818; }
  .btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #181818;
    border-color: #181818; }

.btn-secondary {
  color: #373a3c;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: none; }
  .btn-secondary:hover {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-secondary:active, .btn-secondary.active,
  .open > .btn-secondary.dropdown-toggle {
    color: #373a3c;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
    box-shadow: none; }
    .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
    .open > .btn-secondary.dropdown-toggle:hover,
    .open > .btn-secondary.dropdown-toggle:focus,
    .open > .btn-secondary.dropdown-toggle.focus {
      color: #373a3c;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
    background-color: #fff;
    border-color: #ccc; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de;
  box-shadow: none; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2aabd2;
    background-image: none;
    box-shadow: none; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-info.disabled:hover, .btn-info:disabled:hover {
    background-color: #5bc0de;
    border-color: #5bc0de; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: none; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #419641; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #419641;
    background-image: none;
    box-shadow: none; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-success.disabled:hover, .btn-success:disabled:hover {
    background-color: #5cb85c;
    border-color: #5cb85c; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  box-shadow: none; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #eb9316;
    background-image: none;
    box-shadow: none; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-warning.disabled:hover, .btn-warning:disabled:hover {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: none; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #c12e2a;
    background-image: none;
    box-shadow: none; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-danger.disabled:hover, .btn-danger:disabled:hover {
    background-color: #d9534f;
    border-color: #d9534f; }

.btn-outline-primary {
  color: #181818;
  background-image: none;
  background-color: transparent;
  border-color: #181818; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #181818;
    border-color: #181818; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    color: #fff;
    background-color: #181818;
    border-color: #181818; }
  .btn-outline-primary:active, .btn-outline-primary.active,
  .open > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #181818;
    border-color: #181818; }
    .btn-outline-primary:active:hover, .btn-outline-primary:active:focus, .btn-outline-primary:active.focus, .btn-outline-primary.active:hover, .btn-outline-primary.active:focus, .btn-outline-primary.active.focus,
    .open > .btn-outline-primary.dropdown-toggle:hover,
    .open > .btn-outline-primary.dropdown-toggle:focus,
    .open > .btn-outline-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: black;
      border-color: black; }
  .btn-outline-primary.disabled:focus, .btn-outline-primary.disabled.focus, .btn-outline-primary:disabled:focus, .btn-outline-primary:disabled.focus {
    border-color: #4b4b4b; }
  .btn-outline-primary.disabled:hover, .btn-outline-primary:disabled:hover {
    border-color: #4b4b4b; }

.btn-outline-secondary {
  color: #ccc;
  background-image: none;
  background-color: transparent;
  border-color: #ccc; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
  .btn-outline-secondary:active, .btn-outline-secondary.active,
  .open > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ccc;
    border-color: #ccc; }
    .btn-outline-secondary:active:hover, .btn-outline-secondary:active:focus, .btn-outline-secondary:active.focus, .btn-outline-secondary.active:hover, .btn-outline-secondary.active:focus, .btn-outline-secondary.active.focus,
    .open > .btn-outline-secondary.dropdown-toggle:hover,
    .open > .btn-outline-secondary.dropdown-toggle:focus,
    .open > .btn-outline-secondary.dropdown-toggle.focus {
      color: #fff;
      background-color: #a1a1a1;
      border-color: #8c8c8c; }
  .btn-outline-secondary.disabled:focus, .btn-outline-secondary.disabled.focus, .btn-outline-secondary:disabled:focus, .btn-outline-secondary:disabled.focus {
    border-color: white; }
  .btn-outline-secondary.disabled:hover, .btn-outline-secondary:disabled:hover {
    border-color: white; }

.btn-outline-info {
  color: #5bc0de;
  background-image: none;
  background-color: transparent;
  border-color: #5bc0de; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .btn-outline-info:active, .btn-outline-info.active,
  .open > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de; }
    .btn-outline-info:active:hover, .btn-outline-info:active:focus, .btn-outline-info:active.focus, .btn-outline-info.active:hover, .btn-outline-info.active:focus, .btn-outline-info.active.focus,
    .open > .btn-outline-info.dropdown-toggle:hover,
    .open > .btn-outline-info.dropdown-toggle:focus,
    .open > .btn-outline-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1f7e9a; }
  .btn-outline-info.disabled:focus, .btn-outline-info.disabled.focus, .btn-outline-info:disabled:focus, .btn-outline-info:disabled.focus {
    border-color: #b0e1ef; }
  .btn-outline-info.disabled:hover, .btn-outline-info:disabled:hover {
    border-color: #b0e1ef; }

.btn-outline-success {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .btn-outline-success:active, .btn-outline-success.active,
  .open > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c; }
    .btn-outline-success:active:hover, .btn-outline-success:active:focus, .btn-outline-success:active.focus, .btn-outline-success.active:hover, .btn-outline-success.active:focus, .btn-outline-success.active.focus,
    .open > .btn-outline-success.dropdown-toggle:hover,
    .open > .btn-outline-success.dropdown-toggle:focus,
    .open > .btn-outline-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #2d672d; }
  .btn-outline-success.disabled:focus, .btn-outline-success.disabled.focus, .btn-outline-success:disabled:focus, .btn-outline-success:disabled.focus {
    border-color: #a3d7a3; }
  .btn-outline-success.disabled:hover, .btn-outline-success:disabled:hover {
    border-color: #a3d7a3; }

.btn-outline-warning {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e; }
  .btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .btn-outline-warning:active, .btn-outline-warning.active,
  .open > .btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
    .btn-outline-warning:active:hover, .btn-outline-warning:active:focus, .btn-outline-warning:active.focus, .btn-outline-warning.active:hover, .btn-outline-warning.active:focus, .btn-outline-warning.active.focus,
    .open > .btn-outline-warning.dropdown-toggle:hover,
    .open > .btn-outline-warning.dropdown-toggle:focus,
    .open > .btn-outline-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #b06d0f; }
  .btn-outline-warning.disabled:focus, .btn-outline-warning.disabled.focus, .btn-outline-warning:disabled:focus, .btn-outline-warning:disabled.focus {
    border-color: #f8d9ac; }
  .btn-outline-warning.disabled:hover, .btn-outline-warning:disabled:hover {
    border-color: #f8d9ac; }

.btn-outline-danger {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
  .btn-outline-danger:active, .btn-outline-danger.active,
  .open > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f; }
    .btn-outline-danger:active:hover, .btn-outline-danger:active:focus, .btn-outline-danger:active.focus, .btn-outline-danger.active:hover, .btn-outline-danger.active:focus, .btn-outline-danger.active.focus,
    .open > .btn-outline-danger.dropdown-toggle:hover,
    .open > .btn-outline-danger.dropdown-toggle:focus,
    .open > .btn-outline-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #8b211e; }
  .btn-outline-danger.disabled:focus, .btn-outline-danger.disabled.focus, .btn-outline-danger:disabled:focus, .btn-outline-danger:disabled.focus {
    border-color: #eba5a3; }
  .btn-outline-danger.disabled:hover, .btn-outline-danger:disabled:hover {
    border-color: #eba5a3; }

.btn-link {
  font-weight: normal;
  color: #333333;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .btn-link, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover {
    border-color: transparent; }
  .btn-link:focus, .btn-link:hover {
    color: #181818;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link:disabled:focus, .btn-link:disabled:hover {
    color: #99999B;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 40px;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

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

.btn-block + .btn-block {
  margin-top: 0.5rem; }

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

.fade {
  opacity: 0;
  transition: opacity .15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

.dropdown-toggle:focus {
  outline: 0; }

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #828282;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175); }
  .rtl .dropdown-menu {
    text-align: right; }
  @media (max-width: 767px) {
    .dropdown-menu {
      left: auto;
      right: 0; }
      .rtl .dropdown-menu {
        right: auto;
        left: auto; }
      .rtl .dropdown-menu {
        left: 0;
        right: auto; } }
  .dropdown-menu li a {
    text-transform: capitalize; }

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: normal;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0; }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #2b2d2f;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    color: #fff;
    text-decoration: none;
    background-color: #181818;
    outline: 0; }
  .dropdown-item.disabled, .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    color: #99999B; }
  .dropdown-item.disabled:focus, .dropdown-item.disabled:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: "progid:DXImageTransform.Microsoft.gradient(enabled = false)"; }

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

.open > a {
  outline: 0; }

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

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

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #99999B;
  white-space: nowrap; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left;
    margin-bottom: 0; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 2; }

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

.btn-toolbar {
  margin-left: -0.5rem; }
  .btn-toolbar::after {
    content: "";
    display: table;
    clear: both; }
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 0.5rem; }

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

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

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

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

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

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

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

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

.btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .btn + .dropdown-toggle-split::after {
    margin-left: 0; }

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

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

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

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 0.3em 0.3em 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 0.3em 0.3em; }

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

.btn-group-vertical > .btn-group::after {
  content: "";
  display: table;
  clear: both; }

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

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

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

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

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

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

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

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

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

.input-group {
  position: relative;
  width: 100%;
  display: table;
  border-collapse: separate; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
      z-index: 3; }

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

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

.input-group-addon {
  padding: 0.7rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #55595c;
  text-align: center;
  background-color: #bfbfbf;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .input-group-addon.form-control-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0; }
  .input-group-addon.form-control-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

.input-group-addon:not(:last-child) {
  border-right: 0; }

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

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
      z-index: 3; }
  .input-group-btn:not(:last-child) > .btn,
  .input-group-btn:not(:last-child) > .btn-group {
    margin-right: -1px; }
  .input-group-btn:not(:first-child) > .btn,
  .input-group-btn:not(:first-child) > .btn-group {
    z-index: 2;
    margin-left: -1px; }
    .input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
    .input-group-btn:not(:first-child) > .btn-group:focus,
    .input-group-btn:not(:first-child) > .btn-group:active,
    .input-group-btn:not(:first-child) > .btn-group:hover {
      z-index: 3; }

.custom-control {
  position: relative;
  display: inline-block;
  padding-left: 1.5rem;
  cursor: pointer; }
  .custom-control + .custom-control {
    margin-left: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-indicator {
    color: #fff;
    background-color: #0074d9;
    box-shadow: none; }
  .custom-control-input:focus ~ .custom-control-indicator {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }
  .custom-control-input:active ~ .custom-control-indicator {
    color: #fff;
    background-color: #84c6ff;
    box-shadow: none; }
  .custom-control-input:disabled ~ .custom-control-indicator {
    cursor: not-allowed;
    background-color: #eee; }
  .custom-control-input:disabled ~ .custom-control-description {
    color: #767676;
    cursor: not-allowed; }

.custom-control-indicator {
  position: absolute;
  top: .25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.custom-checkbox .custom-control-indicator {
  border-radius: 0; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  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='#fff' 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-indicator {
  background-color: #0074d9;
  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='#fff' d='M0 2h4'/%3E%3C/svg%3E");
  box-shadow: none; }

.custom-radio .custom-control-indicator {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  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='#fff'/%3E%3C/svg%3E"); }

.custom-controls-stacked .custom-control {
  float: left;
  clear: left; }
  .custom-controls-stacked .custom-control + .custom-control {
    margin-left: 0; }

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.9rem - 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  padding-right: 0.75rem \9;
  color: #55595c;
  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='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-image: none \9;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .custom-select:focus {
    border-color: #51a7e8;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }
    .custom-select:focus::-ms-value {
      color: #55595c;
      background-color: #fff; }
  .custom-select:disabled {
    color: #99999B;
    cursor: not-allowed;
    background-color: #bfbfbf; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 3rem;
  line-height: 3rem;
  cursor: pointer; }

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #0074d9; }

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 3rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  box-shadow: inset 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05); }
  .custom-file-control:lang(en)::after {
    content: "Choose file..."; }
  .custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: 3rem;
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: #555;
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 0 0 0 0; }
  .custom-file-control:lang(en)::before {
    content: "Browse"; }

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

.nav-link {
  display: inline-block; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #99999B; }
    .nav-link.disabled, .nav-link.disabled:focus, .nav-link.disabled:hover {
      color: #99999B;
      cursor: not-allowed;
      background-color: transparent; }

.nav-inline .nav-item {
  display: inline-block; }

.nav-inline .nav-item + .nav-item,
.nav-inline .nav-link + .nav-link {
  margin-left: 1rem; }

.nav-tabs {
  border-bottom: 0 solid transparent; }
  .nav-tabs::after {
    content: "";
    display: table;
    clear: both; }
  .nav-tabs .nav-item {
    float: left;
    margin-bottom: 0; }
    .rtl .nav-tabs .nav-item {
      float: right; }
    .nav-tabs .nav-item + .nav-item {
      margin-left: 0.2rem; }
  .nav-tabs .nav-link {
    display: block;
    padding: 0.5em 1em;
    border: 0 solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #bfbfbf #bfbfbf transparent; }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link.disabled:focus, .nav-tabs .nav-link.disabled:hover {
      color: #99999B;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover,
  .nav-tabs .nav-item.open .nav-link,
  .nav-tabs .nav-item.open .nav-link:focus,
  .nav-tabs .nav-item.open .nav-link:hover {
    color: #55595c;
    background-color: #fff;
    border-color: #ddd #ddd transparent; }
  .nav-tabs .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.nav-pills::after {
  content: "";
  display: table;
  clear: both; }

.nav-pills .nav-item {
  float: left; }
  .nav-pills .nav-item + .nav-item {
    margin-left: 0.2rem; }

.nav-pills .nav-link {
  display: block;
  padding: 0.5em 1em;
  border-radius: 0; }

.nav-pills .nav-link.active, .nav-pills .nav-link.active:focus, .nav-pills .nav-link.active:hover,
.nav-pills .nav-item.open .nav-link,
.nav-pills .nav-item.open .nav-link:focus,
.nav-pills .nav-item.open .nav-link:hover {
  color: #fff;
  cursor: default;
  background-color: #181818; }

.nav-stacked .nav-item {
  display: block;
  float: none; }
  .nav-stacked .nav-item + .nav-item {
    margin-top: 0.2rem;
    margin-left: 0; }

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

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

.navbar {
  position: relative;
  padding: 5px 10px; }
  .navbar::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .navbar {
      border-radius: 0; } }

.navbar-full {
  z-index: 1000; }
  @media (min-width: 576px) {
    .navbar-full {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 576px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0; }

.navbar-fixed-bottom {
  bottom: 0; }

.navbar-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1030;
  width: 100%; }
  @media (min-width: 576px) {
    .navbar-sticky-top {
      border-radius: 0; } }

.navbar-brand {
  float: left;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-divider {
  float: left;
  width: 1px;
  padding-top: 0.425rem;
  padding-bottom: 0.425rem;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden; }
  .navbar-divider::before {
    content: "\A0"; }

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

.navbar-toggler {
  width: 2em;
  height: 2em;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent no-repeat center center;
  background-size: 24px 24px;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xs .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xs .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-sm .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-sm .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-md .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-md .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block; } }

.navbar-toggleable-lg::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-lg .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-lg .navbar-nav .dropdown-menu {
      position: static;
      float: none; } }

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    display: block; } }

.navbar-toggleable-xl {
  display: block; }
  .navbar-toggleable-xl::after {
    content: "";
    display: table;
    clear: both; }
  .navbar-toggleable-xl .navbar-brand {
    display: block;
    float: none;
    margin-top: .5rem;
    margin-right: 0; }
  .navbar-toggleable-xl .navbar-nav {
    margin-top: .5rem;
    margin-bottom: .5rem; }
    .navbar-toggleable-xl .navbar-nav .dropdown-menu {
      position: static;
      float: none; }

.navbar-nav .nav-item {
  float: left; }

.navbar-nav .nav-link {
  display: block;
  padding-top: .425rem;
  padding-bottom: .425rem; }
  .navbar-nav .nav-link + .nav-link {
    margin-left: 1rem; }

.navbar-nav .nav-item + .nav-item {
  margin-left: 1rem; }

.navbar-toggleable-xs::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 575px) {
  .navbar-toggleable-xs .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 576px) {
  .navbar-toggleable-xs {
    display: block !important; } }

.navbar-toggleable-sm::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    display: block !important; } }

.navbar-toggleable-md::after {
  content: "";
  display: table;
  clear: both; }

@media (max-width: 991px) {
  .navbar-toggleable-md .navbar-nav .nav-item {
    float: none;
    margin-left: 0; } }

@media (min-width: 992px) {
  .navbar-toggleable-md {
    display: block !important; } }

.card {
  position: relative;
  display: block;
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.card-block {
  padding: 1.25rem; }
  .card-block::after {
    content: "";
    display: table;
    clear: both; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.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 > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header::after {
    content: "";
    display: table;
    clear: both; }
  .card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f5f5f5;
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer::after {
    content: "";
    display: table;
    clear: both; }
  .card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px); }

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

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

.card-primary {
  background-color: #181818;
  border-color: #181818; }
  .card-primary .card-header,
  .card-primary .card-footer {
    background-color: transparent; }

.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
  .card-success .card-header,
  .card-success .card-footer {
    background-color: transparent; }

.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de; }
  .card-info .card-header,
  .card-info .card-footer {
    background-color: transparent; }

.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
  .card-warning .card-header,
  .card-warning .card-footer {
    background-color: transparent; }

.card-danger {
  background-color: #d9534f;
  border-color: #d9534f; }
  .card-danger .card-header,
  .card-danger .card-footer {
    background-color: transparent; }

.card-outline-primary {
  background-color: transparent;
  border-color: #181818; }

.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc; }

.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de; }

.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c; }

.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e; }

.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f; }

.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2); }

.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff; }

.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65); }

.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff; }

.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0; }

.card-img {
  border-radius: calc(0 - 1px); }

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

.card-img-top {
  border-top-right-radius: calc(0 - 1px);
  border-top-left-radius: calc(0 - 1px); }

.card-img-bottom {
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px); }

@media (min-width: 576px) {
  .card-deck {
    display: table;
    width: 100%;
    margin-bottom: 0.75rem;
    table-layout: fixed;
    border-spacing: 1.25rem 0; }
    .card-deck .card {
      display: table-cell;
      margin-bottom: 0;
      vertical-align: top; }
  .card-deck-wrapper {
    margin-right: -1.25rem;
    margin-left: -1.25rem; } }

@media (min-width: 576px) {
  .card-group {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .card-group .card {
      display: table-cell;
      vertical-align: top; }
      .card-group .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group .card:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-top {
          border-top-right-radius: 0; }
        .card-group .card:first-child .card-img-bottom {
          border-bottom-right-radius: 0; }
      .card-group .card:last-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-top {
          border-top-left-radius: 0; }
        .card-group .card:last-child .card-img-bottom {
          border-bottom-left-radius: 0; }
      .card-group .card:not(:first-child):not(:last-child) {
        border-radius: 0; }
        .card-group .card:not(:first-child):not(:last-child) .card-img-top,
        .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
          border-radius: 0; } }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  padding: 1.4rem 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0; }
  .breadcrumb::after {
    content: "";
    display: table;
    clear: both; }

.breadcrumb-item {
  float: left; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #99999B;
    content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #99999B; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 0; }

.page-item {
  display: inline; }
  .page-item:first-child .page-link {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .page-item:last-child .page-link {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  .page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #181818;
    border-color: #181818; }
  .page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
    color: #99999B;
    pointer-events: none;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd; }

.page-link {
  position: relative;
  float: left;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  color: #333333;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:focus, .page-link:hover {
    color: #181818;
    background-color: #bfbfbf;
    border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem; }

.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.275rem 0.75rem;
  font-size: 0.875rem; }

.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.tag {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0; }
  .tag:empty {
    display: none; }

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

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

.tag-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.tag-default {
  background-color: #99999B; }
  .tag-default[href]:focus, .tag-default[href]:hover {
    background-color: #7f7f82; }

.tag-primary {
  background-color: #181818; }
  .tag-primary[href]:focus, .tag-primary[href]:hover {
    background-color: black; }

.tag-success {
  background-color: #5cb85c; }
  .tag-success[href]:focus, .tag-success[href]:hover {
    background-color: #449d44; }

.tag-info {
  background-color: #5bc0de; }
  .tag-info[href]:focus, .tag-info[href]:hover {
    background-color: #31b0d5; }

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

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

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #bfbfbf;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-hr {
  border-top-color: #a6a6a6; }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 10px;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2.5rem; }
  .alert-dismissible .close {
    position: relative;
    top: -.125rem;
    right: -1.25rem;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c1e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6d5ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9b9; }
  .alert-danger .alert-link {
    color: #843534; }

@keyframes progress-bar-stripes {
  from {
    background-position: 10px 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: block;
  width: 100%;
  height: 10px;
  margin-bottom: 10px; }

.progress[value] {
  background-color: #eee;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0; }

.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.progress[value="100"]::-moz-progress-bar {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.progress[value="100"]::-webkit-progress-value {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.progress[value]::-webkit-progress-bar {
  background-color: #eee;
  border-radius: 0;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

base::-moz-progress-bar,
.progress[value] {
  background-color: #eee;
  border-radius: 0;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }

@media screen and (min-width: 0\0) {
  .progress {
    background-color: #eee;
    border-radius: 0;
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1); }
  .progress-bar {
    display: inline-block;
    height: 10px;
    text-indent: -999rem;
    background-color: #0074d9;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }
  .progress[width="100%"] {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; } }

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

.progress-striped[value]::-moz-progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

.progress-striped[value]::-ms-fill {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 10px 10px; }

@media screen and (min-width: 0\0) {
  .progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 10px 10px; } }

.progress-animated[value]::-webkit-progress-value {
  animation: progress-bar-stripes 2s linear infinite; }

.progress-animated[value]::-moz-progress-bar {
  animation: progress-bar-stripes 2s linear infinite; }

@media screen and (min-width: 0\0) {
  .progress-animated .progress-bar-striped {
    animation: progress-bar-stripes 2s linear infinite; } }

.progress-success[value]::-webkit-progress-value {
  background-color: #5cb85c; }

.progress-success[value]::-moz-progress-bar {
  background-color: #5cb85c; }

.progress-success[value]::-ms-fill {
  background-color: #5cb85c; }

@media screen and (min-width: 0\0) {
  .progress-success .progress-bar {
    background-color: #5cb85c; } }

.progress-info[value]::-webkit-progress-value {
  background-color: #5bc0de; }

.progress-info[value]::-moz-progress-bar {
  background-color: #5bc0de; }

.progress-info[value]::-ms-fill {
  background-color: #5bc0de; }

@media screen and (min-width: 0\0) {
  .progress-info .progress-bar {
    background-color: #5bc0de; } }

.progress-warning[value]::-webkit-progress-value {
  background-color: #f0ad4e; }

.progress-warning[value]::-moz-progress-bar {
  background-color: #f0ad4e; }

.progress-warning[value]::-ms-fill {
  background-color: #f0ad4e; }

@media screen and (min-width: 0\0) {
  .progress-warning .progress-bar {
    background-color: #f0ad4e; } }

.progress-danger[value]::-webkit-progress-value {
  background-color: #d9534f; }

.progress-danger[value]::-moz-progress-bar {
  background-color: #d9534f; }

.progress-danger[value]::-ms-fill {
  background-color: #d9534f; }

@media screen and (min-width: 0\0) {
  .progress-danger .progress-bar {
    background-color: #d9534f; } }

.media,
.media-body {
  overflow: hidden; }

.media-body {
  width: 10000px; }

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

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right {
  padding-left: 1.53846rem; }
  .rtl .media-right {
    padding-right: 1.53846rem;
    padding-left: inherit; }

.media-left {
  padding-right: 1.53846rem; }
  .rtl .media-left {
    padding-left: 1.53846rem;
    padding-right: inherit; }

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

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item.disabled:focus, .list-group-item.disabled:hover {
    color: #99999B;
    cursor: not-allowed;
    background-color: #bfbfbf; }
    .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading {
      color: inherit; }
    .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text {
      color: #99999B; }
  .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #181818;
    border-color: #181818; }
    .list-group-item.active .list-group-item-heading,
    .list-group-item.active .list-group-item-heading > small,
    .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
    .list-group-item.active:focus .list-group-item-heading > small,
    .list-group-item.active:focus .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
    .list-group-item.active:hover .list-group-item-heading > small,
    .list-group-item.active:hover .list-group-item-heading > .small {
      color: inherit; }
    .list-group-item.active .list-group-item-text, .list-group-item.active:focus .list-group-item-text, .list-group-item.active:hover .list-group-item-text {
      color: #7e7e7e; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-item-action {
  width: 100%;
  color: #555;
  text-align: inherit; }
  .list-group-item-action .list-group-item-heading {
    color: #333; }
  .list-group-item-action:focus, .list-group-item-action:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:focus, a.list-group-item-success:hover,
  button.list-group-item-success:focus,
  button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:focus, a.list-group-item-success.active:hover,
  button.list-group-item-success.active,
  button.list-group-item-success.active:focus,
  button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:focus, a.list-group-item-info:hover,
  button.list-group-item-info:focus,
  button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:focus, a.list-group-item-info.active:hover,
  button.list-group-item-info.active,
  button.list-group-item-info.active:focus,
  button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:focus, a.list-group-item-warning:hover,
  button.list-group-item-warning:focus,
  button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:focus, a.list-group-item-warning.active:hover,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:focus,
  button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:focus, a.list-group-item-danger:hover,
  button.list-group-item-danger:focus,
  button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:focus, a.list-group-item-danger.active:hover,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:focus,
  button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9 {
  padding-bottom: 42.85714%; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.embed-responsive-1by1 {
  padding-bottom: 100%; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2; }
  .rtl .close {
    float: left; }
  .close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5; }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0, -25%); }
  .modal.in .modal-dialog {
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  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.in {
    opacity: 0.5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header::after {
    content: "";
    display: table;
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer::after {
    content: "";
    display: table;
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.in {
    opacity: 0.9; }
  .tooltip.tooltip-top, .tooltip.bs-tether-element-attached-bottom {
    padding: 5px 0;
    margin-top: -3px; }
    .tooltip.tooltip-top .tooltip-inner::before, .tooltip.bs-tether-element-attached-bottom .tooltip-inner::before {
      bottom: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 5px 5px 0;
      border-top-color: #000; }
  .tooltip.tooltip-right, .tooltip.bs-tether-element-attached-left {
    padding: 0 5px;
    margin-left: 3px; }
    .tooltip.tooltip-right .tooltip-inner::before, .tooltip.bs-tether-element-attached-left .tooltip-inner::before {
      top: 50%;
      left: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 5px 5px 0;
      border-right-color: #000; }
  .tooltip.tooltip-bottom, .tooltip.bs-tether-element-attached-top {
    padding: 5px 0;
    margin-top: 3px; }
    .tooltip.tooltip-bottom .tooltip-inner::before, .tooltip.bs-tether-element-attached-top .tooltip-inner::before {
      top: 0;
      left: 50%;
      margin-left: -5px;
      content: "";
      border-width: 0 5px 5px;
      border-bottom-color: #000; }
  .tooltip.tooltip-left, .tooltip.bs-tether-element-attached-right {
    padding: 0 5px;
    margin-left: -3px; }
    .tooltip.tooltip-left .tooltip-inner::before, .tooltip.bs-tether-element-attached-right .tooltip-inner::before {
      top: 50%;
      right: 0;
      margin-top: -5px;
      content: "";
      border-width: 5px 0 5px 5px;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }
  .tooltip-inner::before {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: "Raleway", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.popover-top, .popover.bs-tether-element-attached-bottom {
    margin-top: -10px; }
    .popover.popover-top::before, .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::before, .popover.bs-tether-element-attached-bottom::after {
      left: 50%;
      border-bottom-width: 0; }
    .popover.popover-top::before, .popover.bs-tether-element-attached-bottom::before {
      bottom: -11px;
      margin-left: -11px;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-top::after, .popover.bs-tether-element-attached-bottom::after {
      bottom: -10px;
      margin-left: -10px;
      border-top-color: #fff; }
  .popover.popover-right, .popover.bs-tether-element-attached-left {
    margin-left: 10px; }
    .popover.popover-right::before, .popover.popover-right::after, .popover.bs-tether-element-attached-left::before, .popover.bs-tether-element-attached-left::after {
      top: 50%;
      border-left-width: 0; }
    .popover.popover-right::before, .popover.bs-tether-element-attached-left::before {
      left: -11px;
      margin-top: -11px;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-right::after, .popover.bs-tether-element-attached-left::after {
      left: -10px;
      margin-top: -10px;
      border-right-color: #fff; }
  .popover.popover-bottom, .popover.bs-tether-element-attached-top {
    margin-top: 10px; }
    .popover.popover-bottom::before, .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::before, .popover.bs-tether-element-attached-top::after {
      left: 50%;
      border-top-width: 0; }
    .popover.popover-bottom::before, .popover.bs-tether-element-attached-top::before {
      top: -11px;
      margin-left: -11px;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-bottom::after, .popover.bs-tether-element-attached-top::after {
      top: -10px;
      margin-left: -10px;
      border-bottom-color: #f7f7f7; }
    .popover.popover-bottom .popover-title::before, .popover.bs-tether-element-attached-top .popover-title::before {
      position: absolute;
      top: 0;
      left: 50%;
      display: block;
      width: 20px;
      margin-left: -10px;
      content: "";
      border-bottom: 1px solid #f7f7f7; }
  .popover.popover-left, .popover.bs-tether-element-attached-right {
    margin-left: -10px; }
    .popover.popover-left::before, .popover.popover-left::after, .popover.bs-tether-element-attached-right::before, .popover.bs-tether-element-attached-right::after {
      top: 50%;
      border-right-width: 0; }
    .popover.popover-left::before, .popover.bs-tether-element-attached-right::before {
      right: -11px;
      margin-top: -11px;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .popover.popover-left::after, .popover.bs-tether-element-attached-right::after {
      right: -10px;
      margin-top: -10px;
      border-left-color: #fff; }

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -0.07692 -0.07692 0 0; }
  .popover-title:empty {
    display: none; }

.popover-content {
  padding: 9px 14px; }

.popover::before,
.popover::after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover::before {
  content: "";
  border-width: 11px; }

.popover::after {
  content: "";
  border-width: 10px; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner > .carousel-item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left; }
    .carousel-inner > .carousel-item > img,
    .carousel-inner > .carousel-item > a > img {
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .carousel-item {
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        perspective: 1000px; }
        .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
          left: 0;
          transform: translate3d(100%, 0, 0); }
        .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
          left: 0;
          transform: translate3d(-100%, 0, 0); }
        .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
          left: 0;
          transform: translate3d(0, 0, 0); } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-controls {
  position: absolute;
  top: 37%;
  width: 20px;
  height: 72px;
  right: 0; }
  .rtl .carousel-controls {
    left: 0;
    right: auto; }

.owl-carousel-play:hover .carousel-controls .carousel-control.left {
  left: 0; }

.owl-carousel-play:hover .carousel-controls .carousel-control.right {
  right: 0; }

.carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 20px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  opacity: 0;
  background: #e1e1e1;
  border: 1px solid transparent;
  z-index: 80;
  visibility: hidden;
  display: block;
  transition: all 0.3s ease-in-out 0s; }
  .carousel-control.left {
    left: 1.53846rem;
    top: 0; }
    @media (max-width: 991px) {
      .carousel-control.left {
        left: 0; } }
  .carousel-control.right {
    right: 1.53846rem;
    top: auto;
    bottom: 0; }
    @media (max-width: 991px) {
      .carousel-control.right {
        right: 0; } }
  .carousel-control:focus, .carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    font-family: serif;
    line-height: 1; }
  .carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev::before {
    content: "\2039"; }
  .carousel-control .icon-next::before {
    content: "\203A"; }
  .carousel-control:hover {
    color: #fff;
    background-color: #181818;
    border-color: #181818; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px; }
  .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none; }
  .carousel-caption .btn {
    text-shadow: none; }

@media (min-width: 576px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px; }
  .carousel-control .icon-prev {
    margin-left: -15px; }
  .carousel-control .icon-next {
    margin-right: -15px; }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.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-faded {
  background-color: #F2F2F2; }

.bg-primary {
  background-color: #181818; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: black !important; }

.bg-success {
  background-color: #5cb85c; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44 !important; }

.bg-info {
  background-color: #5bc0de; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5 !important; }

.bg-warning {
  background-color: #f0ad4e; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f !important; }

.bg-danger {
  background-color: #d9534f; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c !important; }

.bg-inverse {
  background-color: #373a3c; }

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: #1f2021 !important; }

.rounded {
  border-radius: 0; }

.rounded-top {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.rounded-right {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.rounded-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.rounded-left {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.rounded-circle {
  border-radius: 50%; }

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

.d-block {
  display: block !important; }

.d-inline-block {
  display: inline-block !important; }

.d-inline {
  display: inline !important; }

.float-xs-left {
  float: left !important; }

.float-xs-right {
  float: right !important; }

.float-xs-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; } }

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

.w-100 {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

.m-0 {
  margin: 0 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.m-1 {
  margin: 2.5px 2.5px !important; }

.mt-1 {
  margin-top: 2.5px !important; }

.mr-1 {
  margin-right: 2.5px !important; }

.mb-1 {
  margin-bottom: 2.5px !important; }

.ml-1 {
  margin-left: 2.5px !important; }

.mx-1 {
  margin-right: 2.5px !important;
  margin-left: 2.5px !important; }

.my-1 {
  margin-top: 2.5px !important;
  margin-bottom: 2.5px !important; }

.m-2 {
  margin: 5px 5px !important; }

.mt-2 {
  margin-top: 5px !important; }

.mr-2 {
  margin-right: 5px !important; }

.mb-2 {
  margin-bottom: 5px !important; }

.ml-2 {
  margin-left: 5px !important; }

.mx-2 {
  margin-right: 5px !important;
  margin-left: 5px !important; }

.my-2 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.m-3 {
  margin: 10px 10px !important; }

.mt-3 {
  margin-top: 10px !important; }

.mr-3 {
  margin-right: 10px !important; }

.mb-3 {
  margin-bottom: 10px !important; }

.ml-3 {
  margin-left: 10px !important; }

.mx-3 {
  margin-right: 10px !important;
  margin-left: 10px !important; }

.my-3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.m-4 {
  margin: 15px 15px !important; }

.mt-4 {
  margin-top: 15px !important; }

.mr-4 {
  margin-right: 15px !important; }

.mb-4 {
  margin-bottom: 15px !important; }

.ml-4 {
  margin-left: 15px !important; }

.mx-4 {
  margin-right: 15px !important;
  margin-left: 15px !important; }

.my-4 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.m-5 {
  margin: 30px 30px !important; }

.mt-5 {
  margin-top: 30px !important; }

.mr-5 {
  margin-right: 30px !important; }

.mb-5 {
  margin-bottom: 30px !important; }

.ml-5 {
  margin-left: 30px !important; }

.mx-5 {
  margin-right: 30px !important;
  margin-left: 30px !important; }

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.p-0 {
  padding: 0 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.p-1 {
  padding: 2.5px 2.5px !important; }

.pt-1 {
  padding-top: 2.5px !important; }

.pr-1 {
  padding-right: 2.5px !important; }

.pb-1 {
  padding-bottom: 2.5px !important; }

.pl-1 {
  padding-left: 2.5px !important; }

.px-1 {
  padding-right: 2.5px !important;
  padding-left: 2.5px !important; }

.py-1 {
  padding-top: 2.5px !important;
  padding-bottom: 2.5px !important; }

.p-2 {
  padding: 5px 5px !important; }

.pt-2 {
  padding-top: 5px !important; }

.pr-2 {
  padding-right: 5px !important; }

.pb-2 {
  padding-bottom: 5px !important; }

.pl-2 {
  padding-left: 5px !important; }

.px-2 {
  padding-right: 5px !important;
  padding-left: 5px !important; }

.py-2 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.p-3 {
  padding: 10px 10px !important; }

.pt-3 {
  padding-top: 10px !important; }

.pr-3 {
  padding-right: 10px !important; }

.pb-3 {
  padding-bottom: 10px !important; }

.pl-3 {
  padding-left: 10px !important; }

.px-3 {
  padding-right: 10px !important;
  padding-left: 10px !important; }

.py-3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.p-4 {
  padding: 15px 15px !important; }

.pt-4 {
  padding-top: 15px !important; }

.pr-4 {
  padding-right: 15px !important; }

.pb-4 {
  padding-bottom: 15px !important; }

.pl-4 {
  padding-left: 15px !important; }

.px-4 {
  padding-right: 15px !important;
  padding-left: 15px !important; }

.py-4 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.p-5 {
  padding: 30px 30px !important; }

.pt-5 {
  padding-top: 30px !important; }

.pr-5 {
  padding-right: 30px !important; }

.pb-5 {
  padding-bottom: 30px !important; }

.pl-5 {
  padding-left: 30px !important; }

.px-5 {
  padding-right: 30px !important;
  padding-left: 30px !important; }

.py-5 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left !important; }

.text-xs-right {
  text-align: right !important; }

.text-xs-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-normal {
  font-weight: normal; }

.font-weight-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic; }

.text-white {
  color: #fff !important; }

.text-muted {
  color: #99999B !important; }

a.text-muted:focus, a.text-muted:hover {
  color: #7f7f82 !important; }

.text-primary {
  color: #181818 !important; }

a.text-primary:focus, a.text-primary:hover {
  color: black !important; }

.text-success {
  color: #5cb85c !important; }

a.text-success:focus, a.text-success:hover {
  color: #449d44 !important; }

.text-info {
  color: #5bc0de !important; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5 !important; }

.text-warning {
  color: #f0ad4e !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f !important; }

.text-danger {
  color: #d9534f !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c !important; }

.text-gray-dark {
  color: #878787 !important; }

a.text-gray-dark:focus, a.text-gray-dark:hover {
  color: #6e6e6e !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Material-Icons.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/Material-Icons.woff2) format("woff2"), url(../fonts/Material-Icons.woff) format("woff"), url(../fonts/Material-Icons.ttf) format("truetype"); }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga'; }

.lang-rtl * {
  direction: rtl !important; }

.lang-rtl main {
  text-align: right !important; }

body {
  font-family: "Raleway", sans-serif;
  font-size: 13px;
  color: #828282;
  line-height: 1.53846rem;
  font-weight: 300;
  overflow-x: hidden;
  overflow-y: hidden;
  overflow-y: auto;
  background-color: #f5f5f5; }

ul {
  list-style: none;
  padding-left: 0rem; }
  .rtl ul {
    padding-right: 0rem;
    padding-left: inherit; }

a:hover {
  color: #181818;
  text-decoration: none; }

.dropdown-item:focus, .dropdown-item:hover {
  background: none; }

.color,
.custom-checkbox input[type="checkbox"] + span.color {
  width: 0.92308rem;
  height: 0.92308rem;
  display: inline-block;
  margin: 0.07692rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
  vertical-align: middle; }
  .color.active, .color:hover,
  .custom-checkbox input[type="checkbox"] + span.color.active,
  .custom-checkbox input[type="checkbox"] + span.color:hover {
    border: 1px solid #181818; }

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {
  border: 2px solid #414141; }

.h1,
.h2,
.h3 {
  color: #333333; }

.h4 {
  font-weight: 600;
  color: #414141; }

.btn-primary,
.btn-secondary {
  text-transform: uppercase;
  font-weight: 600; }
  .btn-primary .material-icons,
  .btn-secondary .material-icons {
    margin-right: 0.76923rem; }

label, .label {
  color: #414141;
  text-align: right;
  font-size: 1.07692rem; }
  .rtl label, .rtl .label {
    text-align: left; }

small.label, small.value {
  font-size: 1rem; }

.form-control-label {
  padding-top: 0.76923rem; }

.form-control {
  background: #fff;
  color: #999999;
  border: none;
  padding: 0.61538rem 1.23077rem;
  border: 1px solid #e9e9e9; }

.input-group .form-control:focus {
  outline: none; }

.input-group .input-group-btn > .btn {
  border: 0;
  box-shadow: none;
  font-size: 0.84615rem;
  font-weight: normal;
  margin-left: 0;
  padding: 1.07692rem 1.23077rem;
  text-transform: uppercase; }
  .rtl .input-group .input-group-btn > .btn {
    margin-right: 0;
    margin-left: inherit; }

.form-control-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #99999B url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.61538rem center/1.53846rem 1.53846rem;
  padding-right: 2.46154rem; }
  .rtl .form-control-select {
    padding-left: 2.46154rem;
    padding-right: inherit; }

.form-control-valign {
  padding-top: 0.61538rem; }

.form-control-comment {
  font-size: 1.07692rem;
  padding-top: 0.61538rem;
  color: #878787; }

.form-control-submit.disabled {
  background: #5bc0de;
  color: white; }

.form-group.has-error input,
.form-group.has-error select {
  outline: 0.23077rem solid #d9534f; }

.form-group.has-error .help-block {
  color: #d9534f; }

.group-span-filestyle label {
  margin: 0; }

.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #181818;
  color: white;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 1.07692rem;
  padding: 0.61538rem 1.23077rem; }

.bootstrap-touchspin input:focus {
  outline: none; }

.bootstrap-touchspin input.form-control {
  border: 1px solid rgba(0, 0, 0, 0.15); }

.bootstrap-touchspin .btn-touchspin {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 1.3125rem;
  height: 1.45rem0.07692rem; }
  .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #99999B; }

.bootstrap-touchspin .input-group-btn-vertical {
  color: #414141; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\E5CE"; }
  .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\E5CF"; }
  .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0.07692rem;
    left: 0.23077rem;
    font-size: 1.15385rem; }
    .rtl .bootstrap-touchspin .input-group-btn-vertical i {
      right: 0.23077rem;
      left: auto; }

.custom-radio {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: #acaaa6 2px solid;
  background: white;
  margin-right: 1.53846rem; }
  .rtl .custom-radio {
    margin-left: 1.53846rem;
    margin-right: inherit; }
  .custom-radio input[type="radio"] {
    opacity: 0;
    cursor: pointer; }
  .custom-radio input[type="radio"]:checked + span {
    display: block;
    background-color: #181818;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0; }
    .rtl .custom-radio input[type="radio"]:checked + span {
      right: 0;
      left: auto; }

.custom-checkbox {
  position: relative; }
  .custom-checkbox input[type="checkbox"] {
    margin-top: 0.30769rem;
    opacity: 0;
    cursor: pointer;
    position: absolute; }
    .custom-checkbox input[type="checkbox"] + span {
      margin-right: 3px;
      display: inline-block;
      width: 0.92308rem;
      height: 0.92308rem;
      vertical-align: middle;
      cursor: pointer;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
      border: 1px solid #e9e9e9; }
      .rtl .custom-checkbox input[type="checkbox"] + span {
        margin-left: 3px;
        margin-right: inherit; }
      .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        display: none;
        margin: -0.30769rem -0.15385rem;
        font-size: 1.1rem;
        color: #414141; }
    .custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked {
      display: block; }
  .custom-checkbox label {
    text-align: left; }
    .rtl .custom-checkbox label {
      text-align: right; }

.text-muted {
  font-size: 1.07692rem; }

.done {
  color: #5cb85c;
  display: inline-block;
  padding: 0 1rem;
  margin-right: 1.92308rem; }
  .rtl .done {
    margin-left: 1.92308rem;
    margin-right: inherit; }

.thumb-mask > .mask {
  position: relative;
  width: 4.23077rem;
  height: 4.23077rem;
  overflow: hidden;
  border: #99999B 1px solid;
  margin: 0.76923rem 0; }
  .thumb-mask > .mask img {
    width: 55px;
    height: 55px; }

.definition-list dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .definition-list dl dt {
    font-weight: normal; }
  .definition-list dl dd,
  .definition-list dl dt {
    -moz-flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    background: #99999B;
    padding: 0.76923rem;
    margin: 0.15385rem; }
    .definition-list dl dd:nth-of-type(even),
    .definition-list dl dt:nth-of-type(even) {
      background: #bfbfbf; }

.help-block {
  margin-top: 0.76923rem;
  color: #d9534f; }

.btn.disabled,
.btn.disabled:hover {
  background: #acaaa6; }

.alert-warning .material-icons {
  color: #d9534f;
  font-size: 2.46154rem;
  margin-right: 0.76923rem;
  padding-top: 0.38462rem; }

.alert-warning .alert-text {
  font-size: 1.15385rem;
  padding-top: 0.76923rem; }

.alert-warning .alert-link {
  border-radius: 2px;
  border-width: 2px;
  margin-left: 0.76923rem;
  padding: 0.38462rem 1.53846rem;
  font-weight: 600;
  font-size: 1rem;
  color: #6C868E; }
  .rtl .alert-warning .alert-link {
    margin-right: 0.76923rem;
    margin-left: inherit; }

.alert-warning ul li:last-child .alert-link {
  color: white; }

.alert-warning .warning-buttons {
  margin-top: 0.38462rem; }

.btn-warning {
  transition: all 0.4s ease-in-out; }

.alert {
  font-size: 1rem; }

.nav-item .nav-link,
.nav-item .nav-separtor {
  color: #acaaa6;
  font-weight: bold; }
  .nav-item .nav-link.active,
  .nav-item .nav-separtor.active {
    color: #414141; }

/**
 * BASE CSS STYLES
 */
html {
  margin: 0;
  padding: 0; }
  @media (min-width: 992px) {
    html {
      overflow-x: hidden; } }

.tree > ul > li,
.tree-menu > ul > li {
  width: 100%;
  height: auto;
  position: relative; }
  .tree > ul > li.active > a,
  .tree-menu > ul > li.active > a {
    color: #181818; }
  .tree > ul > li ul li,
  .tree-menu > ul > li ul li {
    position: relative;
    padding-right: 0; }
    .rtl .tree > ul > li ul li, .rtl
    .tree-menu > ul > li ul li {
      padding-left: 0;
      padding-right: inherit; }
    .tree > ul > li ul li.last,
    .tree-menu > ul > li ul li.last {
      padding-bottom: 0; }
  .tree > ul > li a.active,
  .tree-menu > ul > li a.active {
    font-weight: bold;
    color: #181818; }
    .tree > ul > li a.active + ul,
    .tree-menu > ul > li a.active + ul {
      display: block;
      padding: 0 0 10px 10px; }
  .tree > ul > li ul > li > a.active,
  .tree-menu > ul > li ul > li > a.active {
    font-weight: bold;
    color: #181818; }

a:hover {
  color: #181818;
  text-decoration: none;
  outline: none; }

ul.circle {
  list-style-type: circle;
  margin-left: 15px; }
  .rtl ul.circle {
    margin-right: 15px;
    margin-left: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 15px; }
  .rtl ul.square {
    margin-right: 15px;
    margin-left: inherit; }

ul.decimal {
  list-style-type: decimal;
  margin-left: 15px; }
  .rtl ul.decimal {
    margin-right: 15px;
    margin-left: inherit; }

ul.georgian {
  list-style-type: georgian;
  margin-left: 15px; }
  .rtl ul.georgian {
    margin-right: 15px;
    margin-left: inherit; }

ul.cjk-ideographic {
  list-style-type: cjk-ideographic;
  margin-left: 15px; }
  .rtl ul.cjk-ideographic {
    margin-right: 15px;
    margin-left: inherit; }

ul.kannada {
  list-style-type: kannada;
  margin-left: 15px; }
  .rtl ul.kannada {
    margin-right: 15px;
    margin-left: inherit; }

ul.upper-roman {
  list-style-type: upper-roman;
  margin-left: 15px; }
  .rtl ul.upper-roman {
    margin-right: 15px;
    margin-left: inherit; }

ul.lower-alpha {
  list-style-type: lower-alpha;
  margin-left: 15px; }
  .rtl ul.lower-alpha {
    margin-right: 15px;
    margin-left: inherit; }

ul.arrow li a {
  padding: 0 0 0 12px;
  display: block;
  position: relative;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out 0s; }
  ul.arrow li a:before {
    content: "\F105";
    font-family: "Material Icons";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    font-size: 11px;
    color: #979797; }
  ul.arrow li a:hover {
    margin-left: 5px; }
    ul.arrow li a:hover:before {
      color: #181818; }

ul.list-circle li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative; }
  .rtl ul.list-circle li {
    padding-right: 20px;
    padding-left: inherit; }
  ul.list-circle li:before {
    background-color: #181818;
    border-radius: 6px;
    content: "";
    left: 0;
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px; }
    .rtl ul.list-circle li:before {
      right: 0;
      left: auto; }

.timeWork li {
  clear: both;
  display: block;
  padding: 8px 0; }

.box-content {
  padding: 9px 0; }

.nopadding .owl-carousel-play,
.nopadding .flexRow, .nopadding.flexRow,
.nopadding .row {
  margin-left: 0;
  margin-right: 0; }

.nopadding [class*="col-"],
.nopadding [class^="col-"] {
  padding-left: 0;
  padding-right: 0; }

.nopadding .owl-carousel-play .item {
  padding-left: 0;
  padding-right: 0; }

.bg_black .widget-html {
  color: #999999;
  text-align: center; }
  .bg_black .widget-html .title_block {
    color: #fff;
    font-size: 30px;
    border-bottom: 0; }

.bg_black .widget-ourservice .ourservice-heading {
  color: #181818; }

.bg_black .widget-ourservice .ourservice-content {
  color: #fff; }

/******************************************************
 * $package Pav Prestashop Theme Framework for Prestashop 1.5.x
 * $version 1.1
 * $author http://www.prestabrain.com
 * $copyright   Copyright (C) Augus 2013 PavoThemes.com <$emai:prestabrain$gmail.com>.All rights reserved.
 * $license     GNU General Public License version 2
 *******************************************************/
.layout-boxed-md {
  background: #fff; }
  .layout-boxed-md #page {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    background: #fff;
    max-width: 990px; }
    .layout-boxed-md #page .container {
      max-width: 990px; }

.layout-boxed-lg #page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  background: #fff;
  max-width: 1176px; }

@media (max-width: 991px) {
  #page {
    padding-top: 0 !important; } }

.row-offcanvas {
  max-width: 1920px;
  margin: 0 auto; }

/*
* HEADER
*/
/*** Position Topbar***/
#header {
  position: relative;
  z-index: 99; }

.header-nav .topbar-inner {
  position: relative; }

.header-nav .block {
  margin-bottom: 0; }

.header-nav .list-inline {
  margin-bottom: 0; }

.header-nav .content_top {
  margin-bottom: 0; }
  .header-nav .content_top li {
    padding: 0 10px;
    position: relative; }
    .header-nav .content_top li a .icon {
      display: none; }

.toogle_content {
  background-color: #fff;
  position: absolute;
  top: 100%;
  min-width: 13.07692rem;
  z-index: 115;
  display: none;
  border: 1px solid #e9e9e9;
  padding: 0.38462rem 0.76923rem; }
  .toogle_content a {
    color: #292733; }
  .toogle_content li {
    display: block; }
    .toogle_content li.selected a, .toogle_content li.selected span {
      color: #181818; }
    .toogle_content li a:hover, .toogle_content li a:focus, .toogle_content li a:active {
      color: #181818; }

.logo-theme {
  background: none;
  position: relative;
  z-index: 99;
  display: block; }
  @media (max-width: 575px) {
    .logo-theme {
      text-align: center; } }
  .logo-theme a {
    vertical-align: middle;
    width: 10.38462rem;
    height: 7.30769rem;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block; }
    .rtl .logo-theme a {
      background-position: right center; }

/*
* NAVIGATION
*/
.ps_megamenu {
  background-color: #131313; }

/*
* SLIDESHOW
*/
#wrapper {
  padding-bottom: 2.30769rem; }
  @media (max-width: 991px) {
    #wrapper {
      padding-top: 30px; } }

#index #wrapper {
  padding: 0; }

/*Breadcrumb*/
.ps_breadcumb {
  background-color: transparent;
  border-bottom: 1px solid #dedede;
  margin-bottom: 30px; }

/*
* SHOWCASE
*/
/*
* MAIN CONTENT
*/
/*top column*/
/*end*/
/* FOOTER */
#footer {
  color: #828282;
  font-size: 14px;
  position: relative; }
  #footer::after {
    content: "";
    display: table;
    clear: both; }
  #footer .block {
    border: 0;
    background-color: transparent; }

.footer-top .row-inner {
  background-color: #3a3a3a; }

.footer-center {
  position: relative;
  background-color: transparent;
  color: #9c9c9c; }
  .footer-center a {
    color: #9c9c9c; }
  .footer-center a:hover {
    color: darkgray; }
  .footer-center .row-inner {
    background-color: #333333;
    padding: 2.30769rem; }
  .footer-center .pts-borderbox {
    background-color: transparent; }
  .footer-center a {
    color: #828282; }
    .footer-center a:hover {
      color: #181818; }
  .footer-center .pts-inner > .row-inner {
    background: #333333; }
  .footer-center .nav-links li a,
  .footer-center .lists li a {
    display: block;
    padding: 5px 0;
    line-height: 18px;
    position: relative; }
  .footer-center .block .title_block {
    border-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    display: block;
    margin-bottom: 0.38462rem;
    background: transparent;
    text-align: left;
    padding: 10px 0; }
    .rtl .footer-center .block .title_block {
      text-align: right; }

.footer-bottom {
  position: relative;
  background-color: transparent;
  color: #828282;
  padding: 2.30769rem 0 1.53846rem; }
  .footer-bottom a {
    color: #828282; }
  .footer-bottom a:hover {
    color: #181818; }
  .footer-bottom .row-inner {
    background-color: #fff;
    padding: 0; }

/* POWER BY */
.pts-copyright {
  position: relative;
  color: #909cad;
  font-size: 12px;
  background-color: transparent;
  color: #909cad; }
  .pts-copyright a {
    color: #181818; }
  .pts-copyright a:hover {
    color: #181818; }
  .pts-copyright .row-inner {
    padding: 45px 0;
    background-color: #333333;
    color: #909cad;
    text-align: center;
    border-top: 1px solid #3d3d3d; }
  .pts-copyright p {
    margin-bottom: 0; }
  .pts-copyright .powered a {
    color: #181818; }
    .pts-copyright .powered a:hover {
      color: #181818; }
  .pts-copyright .block {
    margin-bottom: 0 !important; }
  .pts-copyright .widget-images {
    padding-top: 10px; }
    .pts-copyright .widget-images .title_block {
      display: inline-block;
      font-size: 14px;
      font-weight: 300; }
      @media (max-width: 767px) {
        .pts-copyright .widget-images .title_block {
          display: none; } }
      .pts-copyright .widget-images .title_block span {
        color: #909cad; }
        .pts-copyright .widget-images .title_block span:before {
          display: none; }
    .pts-copyright .widget-images .widget-inner {
      display: inline-block; }
  .pts-copyright .widget-links {
    margin-bottom: 0; }
    .pts-copyright .widget-links .panel-group {
      margin-bottom: 0; }
      .pts-copyright .widget-links .panel-group .nav-links li {
        display: inline-block;
        vertical-align: middle;
        line-height: 10px;
        padding-right: 15px;
        margin-right: 15px;
        border-right: 1px solid #e1e1e1; }
        .rtl .pts-copyright .widget-links .panel-group .nav-links li {
          border-left: 1px solid #e1e1e1;
          border-right: 0; }
        .pts-copyright .widget-links .panel-group .nav-links li a {
          font-weight: 700;
          color: #333333;
          transition: all 0.3s ease-in-out 0s;
          text-transform: uppercase; }
          .pts-copyright .widget-links .panel-group .nav-links li a:hover {
            color: #181818; }
        .pts-copyright .widget-links .panel-group .nav-links li:last-child {
          border-right: 0;
          margin-right: 0;
          padding-right: 0; }
          .rtl .pts-copyright .widget-links .panel-group .nav-links li:last-child {
            border-left: 0;
            border-right: 0; }

/* block */
.block {
  margin-bottom: 18px;
  position: relative; }
  .block .title_block {
    position: relative;
    background: #181818;
    color: #fff;
    text-transform: uppercase;
    font-family: "Arvo", serif;
    font-size: 1.07692rem;
    padding: 0.76923rem 0rem;
    font-weight: 600;
    margin: 0;
    text-align: center;
    border-bottom: 0; }
  .block .title_style1 {
    line-height: 45px;
    min-height: 80px;
    padding: 20px 5px 15px 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 700; }
    .rtl .block .title_style1 {
      padding: 20px 25px 15px 5px; }
    .rtl .block .title_style1 {
      text-align: right; }

#index .block {
  margin-bottom: 20px; }

.title-sidebar {
  color: #fff;
  font-family: "Arvo", serif;
  font-size: 1.23077rem;
  font-weight: 400;
  margin: 0;
  padding: 17px 10px 17px 25px;
  text-transform: uppercase;
  position: relative;
  background-color: #181818; }
  .rtl .title-sidebar {
    padding: 17px 25px 17px 10px; }

.page_title {
  font-family: "Arvo", serif;
  font-size: 1.84615rem;
  font-weight: 300;
  text-transform: uppercase;
  color: #444; }

/* .block-default {
  @include block-variant($brand-default, #000, transparent, $brand-default);
    .title_block {
        font-size: rem(36px);
        line-height: rem(38px);
    }
} */
.block-borderbox .title_block {
  background-color: #f7f7f7;
  color: #222222;
  border: 1px solid #e5e5e5;
  margin-bottom: -1px;
  padding: 1.53846rem; }

.block-borderbox .block_content {
  border: 1px solid #e5e5e5;
  padding: 0.76923rem 1.53846rem; }

.block-borderbox .title_block {
  font-size: 1.38462rem;
  line-height: 1.23077rem; }

.block-borderbox .list1 .product-title {
  margin-top: 0.38462rem; }

.block-borderbox .list1 .product-thumbnail img {
  max-width: 5.38462rem; }

.block-highlighted:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  display: block;
  height: 4px;
  content: "";
  z-index: 1;
  background-color: #333333; }

.sidebar .block {
  background-color: #fff;
  margin-bottom: 18px; }

.block_newsletter .box-newsletter {
  border-bottom: 1px solid #444;
  color: #fff; }
  .block_newsletter .box-newsletter .wrap {
    padding: 28px 0 15px 0;
    display: inline-block;
    width: 100%; }
  .block_newsletter .box-newsletter .description {
    display: inline-block;
    padding-top: 15px;
    margin: 0; }
  .block_newsletter .box-newsletter .block_content {
    text-align: left; }
    .rtl .block_newsletter .box-newsletter .block_content {
      text-align: right; }

.block_newsletter h2 {
  display: block;
  margin-bottom: 0.76923rem;
  font-size: 1.15385rem;
  color: #fff;
  font-weight: 300;
  padding: 10px 15px;
  text-transform: uppercase;
  text-align: right; }
  .rtl .block_newsletter h2 {
    text-align: left; }
  @media (max-width: 991px) {
    .block_newsletter h2 {
      text-align: center !important; } }

.block_newsletter form {
  display: inline-block;
  width: 100%;
  max-width: 42.30769rem; }

.block_newsletter .input-wrapper {
  overflow: hidden;
  position: relative; }
  .block_newsletter .input-wrapper:before {
    content: "\F15A";
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    text-align: center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
    color: #828282; }
    .rtl .block_newsletter .input-wrapper:before {
      right: 10px;
      left: auto; }
  .block_newsletter .input-wrapper .input-group-addon {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: auto;
    height: 40px;
    line-height: 40px;
    background: #181818;
    padding: 0;
    box-shadow: none;
    color: #fff;
    text-align: left; }
    .rtl .block_newsletter .input-wrapper .input-group-addon {
      left: 0;
      right: auto; }
    .rtl .block_newsletter .input-wrapper .input-group-addon {
      text-align: right; }
    .block_newsletter .input-wrapper .input-group-addon:hover {
      background-color: #6bc15f; }
    .block_newsletter .input-wrapper .input-group-addon input {
      border: 0;
      background-color: transparent;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding: 0 20px;
      display: block;
      cursor: pointer; }
  .block_newsletter .input-wrapper:hover .input-group-addon:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    color: #181818; }

.block_newsletter .form-control {
  height: 3.07692rem;
  font-size: 1rem;
  background: #ffffff;
  position: relative;
  padding: 8px 36px; }

.block_newsletter .alert {
  margin-top: 0.76923rem; }

/* module Map*/
#fancybox-map {
  text-transform: uppercase;
  font-weight: 900;
  color: #181818 !important;
  font-size: 11px; }
  #fancybox-map span {
    font-size: 9px;
    margin-right: 5px; }
    .rtl #fancybox-map span {
      margin-left: 5px;
      margin-right: inherit; }

.pts-contact-footer h5 {
  color: #bbb;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding-top: 10px; }

.ptsmaplocator .page-subheading {
  font-size: 36px;
  line-height: 38px;
  background-color: transparent;
  padding: 0;
  text-align: center; }
  .ptsmaplocator .page-subheading span {
    color: #333;
    display: inline-block;
    line-height: 18px;
    padding: 20px 15px;
    position: relative; }
    .ptsmaplocator .page-subheading span:before {
      background-color: #4f4f4f;
      bottom: -1px;
      content: "";
      height: 3px;
      left: 50%;
      margin-left: -15px;
      position: absolute;
      width: 30px; }

.ptsmaplocator .box-content {
  padding: 0; }

.ptsmaplocator .page-subheading {
  display: none; }

.ptsmaplocator .maplocator {
  margin-bottom: 0; }

.blockcart .header {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.blockcart .shopping-cart {
  width: 1.53846rem;
  height: 1.69231rem;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.38462rem;
  line-height: 1.84615rem; }

.blockcart .cart-products-count {
  font-weight: 300;
  font-size: 10px;
  padding: 0 5px; }
  @media (max-width: 767px) {
    .blockcart .cart-products-count {
      background: rgba(0, 0, 0, 0) url(../img/data/icon-cart.png) no-repeat scroll 0 0;
      padding: 0 0 0 25px;
      background-position: left center;
      display: inline-block;
      line-height: 25px;
      margin-top: 0;
      vertical-align: middle; }
      .rtl .blockcart .cart-products-count {
        padding: 0 25px 0 0; }
      .rtl .blockcart .cart-products-count {
        background-position: right center; } }
  .blockcart .cart-products-count span {
    margin: 0 3px; }

#product_comparison {
  background-color: #fff; }
  #product_comparison .product-miniature {
    background-color: transparent; }
    #product_comparison .product-miniature .thumbnail-container {
      margin-bottom: 30px;
      position: relative; }
    #product_comparison .product-miniature .product-title {
      padding-top: 15px; }

.ps_categoryproducts {
  margin-bottom: 0 !important; }

#contact-link {
  text-align: right; }
  .rtl #contact-link {
    text-align: left; }
  #contact-link span.phone {
    color: #181818;
    font-weight: 600; }

.mfp-figure figure {
  margin: 0 !important; }

.modal-open {
  padding-right: 0 !important; }

#to_top {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 15px;
  background-color: #181818;
  z-index: 90;
  border-radius: 3px;
  padding: 5px 0;
  width: 2.92308rem;
  height: 2.92308rem;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase; }
  .rtl #to_top {
    left: 15px;
    right: auto; }
  #to_top span {
    display: block;
    line-height: 10px; }

.no-space-row .row {
  margin: 0; }

.bg_norepeat {
  background-repeat: no-repeat; }

.bg_hidden {
  overflow: hidden; }

.no-space-row [class^="col-"],
.no-space-row [class*="col-"] {
  padding: 0; }

.tab-content .tab-loading {
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  visible: hidden;
  transition: 0.9s all ease-out 0s; }

@media (min-width: 992px) {
  .col-lg-offset-3 .row > div:first-child {
    margin: 0 0 0 25%; }
    .rtl .col-lg-offset-3 .row > div:first-child {
      margin: 0 25% 0 0; } }

.space-bt-50 {
  margin-bottom: 50px !important; }

.owl-carousel-play {
  margin-left: -9px;
  margin-right: -9px;
  position: relative; }
  .owl-carousel-play .item {
    padding-left: 9px;
    padding-right: 9px; }
  .owl-carousel-play:hover .carousel-control {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible; }
    .owl-carousel-play:hover .carousel-control.left {
      left: 0; }
    .owl-carousel-play:hover .carousel-control.right {
      right: 0; }
  .owl-carousel-play.carousel_style1 > .carousel-controls {
    position: static;
    height: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }
    .owl-carousel-play.carousel_style1 > .carousel-controls .carousel-control {
      visibility: visible;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      width: 1.53846rem;
      height: 1.53846rem;
      line-height: 1.53846rem;
      background-color: transparent;
      margin-top: 0;
      top: -28px;
      border-color: #fff;
      color: #fff;
      font-size: 1.15385rem; }
      .owl-carousel-play.carousel_style1 > .carousel-controls .carousel-control.left {
        left: 10px; }
        .owl-carousel-play.carousel_style1 > .carousel-controls .carousel-control.left .fa:before {
          content: "\F060"; }
      .owl-carousel-play.carousel_style1 > .carousel-controls .carousel-control.right {
        right: 10px; }
        .owl-carousel-play.carousel_style1 > .carousel-controls .carousel-control.right .fa:before {
          content: "\F061"; }
  .owl-carousel-play.carousel_style1:hover > .carousel-controls {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.owl-controls .owl-pagination {
  text-align: center; }
  .owl-controls .owl-pagination .owl-page {
    display: block; }
    .owl-controls .owl-pagination .owl-page > span {
      display: block;
      width: 1.15385rem;
      height: 1.15385rem;
      border: 2px solid #d7d7d7;
      background-color: #d7d7d7;
      border-radius: 50%;
      margin: 0.38462rem; }
    .owl-controls .owl-pagination .owl-page.active > span {
      border-color: #333;
      background-color: #fff; }

.block-social .facebook {
  background: #3b5998; }

.block-social .twitter {
  background: #00bdec; }

.block-social .rss {
  background: #ff7f00; }

.block-social .youtube {
  background: #c4302b; }

.block-social .googleplus {
  background: #d94a39; }

.block-social .pinterest {
  background: #b8242a; }

.block-social .instagram {
  background: #4c799f; }

.block-social .vimeo {
  background: #01557a; }

.bo-social-icons [class^="bo-social-"] {
  color: #999999;
  display: inline-block;
  width: 1.92308rem;
  height: 1.92308rem;
  line-height: 1.92308rem;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.92308rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.2s ease-out 0s; }
  .bo-social-icons [class^="bo-social-"]:hover {
    background: #222222;
    color: #FFFFFF; }
  .bo-social-icons [class^="bo-social-"] em, .bo-social-icons [class^="bo-social-"] i {
    font-size: 16px;
    position: relative;
    top: 2px; }

.bo-social-icons .fontawesome-icon-list [class^="bo-social-"] {
  padding: 0 15px; }

.opentime span {
  color: #fff; }

.tabs.tabs-info {
  margin: 2.30769rem 0; }
  @media (max-width: 767px) {
    .tabs.tabs-info {
      padding: 1.15385rem; } }
  .tabs.tabs-info .nav-tabs .nav-item {
    margin-right: 5px; }
    .rtl .tabs.tabs-info .nav-tabs .nav-item {
      margin-left: 5px;
      margin-right: inherit; }
  .tabs.tabs-info .nav-tabs a {
    font-size: 0.92308rem;
    font-weight: 600;
    background: #fff;
    padding: 14px 25px;
    color: #333333;
    float: left;
    text-transform: uppercase; }
    .rtl .tabs.tabs-info .nav-tabs a {
      float: right; }
    .tabs.tabs-info .nav-tabs a.active, .tabs.tabs-info .nav-tabs a:hover {
      background-color: #f8694d;
      color: #fff; }
  .tabs.tabs-info .tab-content {
    border: 0;
    background: #fff;
    padding: 25px 25px 20px;
    color: #999;
    line-height: 25px; }

.tab-v2 .nav-tabs {
  position: relative;
  background: #181818;
  color: #fff;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-size: 1.07692rem;
  padding: 0.76923rem 0rem;
  font-weight: 600;
  margin: 0 0 9px;
  border-bottom: 0;
  line-height: 1.53846rem; }
  .tab-v2 .nav-tabs .nav-item:before {
    display: inline-block;
    content: "/";
    margin: 0 1.15385rem; }
  .tab-v2 .nav-tabs .nav-item:first-child:before {
    display: none; }
  .tab-v2 .nav-tabs a.active,
  .tab-v2 .nav-tabs a.active :hover {
    color: #181818; }

.space-0 {
  margin-bottom: 0; }
  .space-0 .block {
    margin-bottom: 0; }

.all-product-link {
  border: 1px solid #e9e9e9;
  padding: 6px 15px;
  margin: 10px; }

.bg_iconbox .row-inner {
  background-color: #fff; }

.feature-box {
  margin: 0 !important;
  padding: 25px 15px;
  background-color: #fff; }
  .feature-box .fbox-image {
    float: left;
    overflow: hidden;
    margin: 0 9px 0 0; }
    .rtl .feature-box .fbox-image {
      float: right; }
    .rtl .feature-box .fbox-image {
      margin: 0 0 0 9px; }
  .feature-box .fbox-body {
    overflow: hidden; }
    .feature-box .fbox-body h4 {
      font-size: 15px;
      color: #181818;
      text-transform: capitalize;
      margin-bottom: 3px;
      font-weight: 600; }

.col-default .title_block {
  background-color: inherit;
  color: inherit; }

.col-highlighted .title_block {
  background-color: #181818 !important;
  color: #fff !important; }

.col-success .title_block {
  background-color: #6bc15f !important;
  color: #fff !important; }

.col-info .title_block {
  background-color: #3cb38d !important;
  color: #fff !important; }

.col-warning .title_block {
  background-color: #d4595e !important;
  color: #fff !important; }

.col-danger .title_block {
  background-color: #674941 !important;
  color: #fff !important; }

.col-primary .title_block {
  background-color: #268bb9 !important;
  color: #fff !important; }

.row-default .title_block {
  background-color: inherit;
  color: inherit; }

.row-highlighted .title_block {
  background-color: transparent;
  color: #181818; }

.row-success .title_block {
  background-color: transparent;
  color: #6bc15f; }

.row-info .title_block {
  background-color: transparent;
  color: #3cb38d; }

.row-warning .title_block {
  background-color: transparent;
  color: #d4595e; }

.row-danger .title_block {
  background-color: transparent;
  color: #674941; }

.row-primary .title_block {
  background-color: transparent;
  color: #268bb9; }

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

.price {
  color: #f8694d;
  font-family: "Arvo", serif;
  font-size: 1.07692rem;
  font-weight: 600;
  line-height: 25px; }

.regular-price {
  color: #999999;
  text-decoration: line-through;
  font-family: "Arvo", serif;
  font-weight: 400;
  font-size: 1rem;
  margin-left: 3px;
  line-height: 25px; }
  .rtl .regular-price {
    margin-right: 3px;
    margin-left: inherit; }

.product-miniature {
  position: relative;
  background-color: #fff;
  padding: 15px; }
  .product-miniature .product-description-short {
    margin-bottom: 1.15385em;
    overflow: hidden;
    display: block;
    max-height: 3.07692rem; }
  .product-miniature .comments_note {
    display: inline-block; }
    .product-miniature .comments_note > * {
      float: left; }
      .rtl .product-miniature .comments_note > * {
        float: right; }
    .product-miniature .comments_note .nb-comments {
      font-size: 11px;
      padding-left: 7px;
      position: relative;
      color: #bebebe;
      line-height: 0.92308rem;
      font-style: italic;
      display: none; }
      .rtl .product-miniature .comments_note .nb-comments {
        padding-right: 7px;
        padding-left: inherit; }
      .product-miniature .comments_note .nb-comments span {
        font-size: 11px; }
  .product-miniature .condition {
    font-size: 0.92308rem;
    text-transform: uppercase;
    color: #666666;
    letter-spacing: 2px; }
  .product-miniature .product-title {
    margin: 0 0 0.61538rem;
    display: block;
    position: relative; }
    .product-miniature .product-title a {
      color: #000;
      font-size: 1.07692rem;
      font-family: "Raleway", sans-serif;
      font-weight: 500;
      line-height: 1.38462rem;
      text-decoration: none;
      display: block;
      overflow: hidden;
      height: 36px; }
      .product-miniature .product-title a:hover {
        color: #181818; }
  .product-miniature .variant-links ul {
    display: inline-block;
    margin-top: 10px; }
    .product-miniature .variant-links ul li {
      border: 1px solid #e9e9e9;
      float: left;
      margin: 0 2px; }
      .rtl .product-miniature .variant-links ul li {
        float: right; }
      .product-miniature .variant-links ul li a {
        display: block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        margin: 1px; }

.product-flags {
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 0;
  z-index: 10; }
  .product-flags > li {
    color: #fff;
    font-size: 0.76923rem;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    z-index: 80;
    position: absolute;
    line-height: 43px;
    width: 43px;
    overflow: hidden;
    border: none;
    padding: 0;
    top: -20px !important;
    text-transform: uppercase;
    text-align: center; }
    .product-flags > li.online-only {
      background: none;
      left: 10px;
      width: auto;
      color: #181818;
      text-align: left; }
      .rtl .product-flags > li.online-only {
        right: 10px;
        left: auto; }
      .rtl .product-flags > li.online-only {
        text-align: right; }
    .product-flags > li.new {
      background-color: #7dc474;
      border-color: #7dc474;
      right: 0.76923rem;
      color: #fff;
      z-index: 1;
      background: url("../img/data/bg_productlabel.png") no-repeat center left transparent; }
      .rtl .product-flags > li.new {
        left: 0.76923rem;
        right: auto; }
    .product-flags > li.on-sale, .product-flags > li.discount-percentage, .product-flags > li.discount, .product-flags > li.discount-promo {
      border-color: #f14e47;
      background-color: #f14e47;
      right: 0.76923rem;
      color: #fff;
      z-index: 2;
      background: url("../img/data/bg_productlabel.png") no-repeat center right transparent; }
      .rtl .product-flags > li.on-sale, .rtl .product-flags > li.discount-percentage, .rtl .product-flags > li.discount, .rtl .product-flags > li.discount-promo {
        left: 0.76923rem;
        right: auto; }
    .product-flags > li.discount {
      display: none !important; }

.gallery-carousel {
  position: relative; }

.products-block .wrap_thumbnail {
  margin: 0;
  position: relative; }
  .products-block .wrap_thumbnail .carousel-controls {
    display: none !important; }
    .products-block .wrap_thumbnail .carousel-controls .carousel-control {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      width: 1.07692rem;
      height: 1.07692rem;
      line-height: 1.07692rem;
      text-align: center;
      top: 50%;
      margin-top: -0.53846rem;
      font-size: 0.92308rem; }
      .products-block .wrap_thumbnail .carousel-controls .carousel-control.left {
        left: 0; }
      .products-block .wrap_thumbnail .carousel-controls .carousel-control.right {
        right: 0; }

.products-block .thumbs_list_frame {
  position: relative;
  margin: 10px 0 5px; }
  .products-block .thumbs_list_frame .item {
    padding: 0; }
    .products-block .thumbs_list_frame .item a {
      padding: 1px;
      margin: 1px 2px;
      border: 1px solid #e9e9e9;
      display: block; }
      .products-block .thumbs_list_frame .item a:hover, .products-block .thumbs_list_frame .item a.shown {
        border-color: #f44336; }

.products-block .left-block {
  position: relative; }

.products-block.grid .product-availability {
  display: none; }

.products-block.style1.grid {
  position: relative; }
  .products-block.style1.grid:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #e5e5e5;
    z-index: 1; }
    .rtl .products-block.style1.grid:before {
      right: 0;
      left: auto; }

.style1.owl-carousel .owl-item.first .product-miniature {
  border-left: 1px solid #e9e9e9; }
  .rtl .style1.owl-carousel .owl-item.first .product-miniature {
    border-right: 1px solid #e9e9e9;
    border-left: 0; }

.style1 .product-miniature {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  display: block; }
  .rtl .style1 .product-miniature {
    border-left: 1px solid #e9e9e9;
    border-right: 0; }
  .style1 .product-miniature .variant-links, .style1 .product-miniature .product-description-short, .style1 .product-miniature .product-availability {
    display: none; }
  .style1 .product-miniature .left-block {
    text-align: left;
    min-height: 92px; }
    .rtl .style1 .product-miniature .left-block {
      text-align: right; }
  .style1 .product-miniature .right-block {
    position: relative;
    text-align: center; }
    .style1 .product-miniature .right-block .product-thumbnail:before {
      position: absolute;
      background-color: rgba(255, 255, 255, 0.8);
      content: "";
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      width: 100%;
      height: 100%;
      top: 0;
      transition: all 0.4s ease-in-out;
      left: 0; }
      .rtl .style1 .product-miniature .right-block .product-thumbnail:before {
        right: 0;
        left: auto; }
      @media (max-width: 991px) {
        .style1 .product-miniature .right-block .product-thumbnail:before {
          display: none; } }
    .style1 .product-miniature .right-block .wrap-hover {
      width: 100%;
      position: absolute;
      left: 0;
      top: 30%;
      transition: all 0.4s ease-in-out;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: 9;
      transform: scale(0.6); }
      .rtl .style1 .product-miniature .right-block .wrap-hover {
        right: 0;
        left: auto; }
      @media (max-width: 991px) {
        .style1 .product-miniature .right-block .wrap-hover {
          position: relative;
          top: 0;
          transform: scale(1);
          margin-top: 15px;
          filter: alpha(opacity=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          z-index: 1;
          transform: scale(1); } }
    .style1 .product-miniature .right-block .action-btn {
      width: 100%;
      text-align: center; }
      .style1 .product-miniature .right-block .action-btn > div > a {
        width: 27px;
        height: 27px;
        line-height: 24px;
        border-radius: 50%;
        background-color: transparent;
        border: 2px solid #181818;
        color: #181818;
        display: inline-block; }
        @media (min-width: 768px) {
          .style1 .product-miniature .right-block .action-btn > div > a {
            overflow: hidden; } }
        .style1 .product-miniature .right-block .action-btn > div > a span span {
          display: none; }
        .style1 .product-miniature .right-block .action-btn > div > a:hover {
          background-color: #181818;
          color: #fff !important; }
      .style1 .product-miniature .right-block .action-btn > * {
        display: inline-block;
        padding: 0 3px 1px 0; }
        .rtl .style1 .product-miniature .right-block .action-btn > * {
          padding: 0 0 1px 3px; }
        @media (max-width: 767px) {
          .style1 .product-miniature .right-block .action-btn > * {
            margin: 0 5px; } }
      .style1 .product-miniature .right-block .action-btn .cart {
        width: 100%;
        margin-top: 3px;
        border: none; }
        .style1 .product-miniature .right-block .action-btn .cart .btn {
          border: 2px solid #181818;
          border-radius: 15px;
          display: inline-block;
          min-width: 115px;
          padding: 0;
          background-color: transparent;
          font-size: 11px;
          color: #181818;
          text-transform: uppercase;
          font-weight: 700;
          line-height: 28px; }
          .style1 .product-miniature .right-block .action-btn .cart .btn:hover {
            color: #fff !important;
            background-color: #181818; }
          .style1 .product-miniature .right-block .action-btn .cart .btn .leo-bt-cart-content i {
            display: none; }
          .style1 .product-miniature .right-block .action-btn .cart .btn .leo-bt-cart-content span {
            display: block; }
        @media (max-width: 991px) {
          .style1 .product-miniature .right-block .action-btn .cart {
            margin-top: 0; } }
        @media (max-width: 767px) {
          .style1 .product-miniature .right-block .action-btn .cart {
            width: auto; } }
  .style1 .product-miniature:hover .right-block .wrap-hover {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transform: scale(1); }
  .style1 .product-miniature:hover .right-block .product-thumbnail:before {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.list2 .product-miniature .product-list-actions {
  display: block;
  padding: 0.38462rem;
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #333333;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 0.3s ease-in-out 0s; }
  .list2 .product-miniature .product-list-actions .add-to-cart {
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    font-family: "Arvo", serif;
    font-size: 14px;
    font-weight: 500;
    color: #333333; }
    .list2 .product-miniature .product-list-actions .add-to-cart .fa {
      margin-right: 0.76923rem; }
      .rtl .list2 .product-miniature .product-list-actions .add-to-cart .fa {
        margin-left: 0.76923rem;
        margin-right: inherit; }
    .list2 .product-miniature .product-list-actions .add-to-cart:hover {
      color: #181818; }

.list2 .product-miniature:hover .product-list-actions {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0); }

.rtl .list2 .product-miniature .product-list-actions {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%); }

.products-block.list1 .product-miniature .left-block {
  min-height: 0; }

.products-block.list1 .product-miniature .right-block {
  text-align: left; }
  .rtl .products-block.list1 .product-miniature .right-block {
    text-align: right; }
  .products-block.list1 .product-miniature .right-block .product-meta {
    padding-top: 12px; }

.sidebar .list1 .product-miniature {
  padding: 10px;
  border-top: 1px solid #e9e9e9; }
  .sidebar .list1 .product-miniature .product-title a {
    height: auto; }
  .sidebar .list1 .product-miniature .product-description-short {
    display: none; }

.parallax {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }

.product-miniature.swap {
  /*swap image*/ }
  .product-miniature.swap .hover-image {
    display: inline-block;
    left: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.3s all ease-out 0s;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 1; }
  @media (min-width: 768px) {
    .product-miniature.swap:hover .hover-image {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

@media (min-width: 576px) {
  .effect-v1 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v1 .img-animation:before {
      background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
      content: "";
      display: inline-block;
      height: 559px;
      position: absolute;
      right: 755px;
      top: 0;
      transform: skew(-45deg);
      transition: all 0.6s ease-in-out 0s;
      width: 600px; }
    .effect-v1 .img-animation:hover:before {
      right: -755px; }
  .effect-v2 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v2 .img-animation:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.35s ease-in-out 0s;
      z-index: 1; }
    .effect-v2 .img-animation:after {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.05);
      transition: all 0.35s ease-in-out 0s;
      z-index: 1; }
    .effect-v2 .img-animation:hover:before {
      top: 100%;
      left: 100%;
      bottom: -100%;
      right: -100%; }
    .effect-v2 .img-animation:hover:after {
      bottom: 100%;
      top: -100%;
      left: -100%;
      right: 100%; }
  .effect-v3 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v3 .img-animation img {
      transform: scale(1);
      transition: all 0.35s ease 0s; }
    .effect-v3 .img-animation:before, .effect-v3 .img-animation:after {
      content: "";
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      transition: all 0.35s ease 0s;
      z-index: 1; }
    .effect-v3 .img-animation:before {
      border-bottom: 1px solid #ffffff;
      border-top: 1px solid #ffffff;
      bottom: 20px;
      left: 10px;
      right: 10px;
      top: 20px;
      transform: scale(1, 0); }
    .effect-v3 .img-animation:after {
      border-left: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      left: 20px;
      right: 20px;
      bottom: 10px;
      top: 10px;
      transform: scale(0, 1); }
    .effect-v3 .img-animation:hover:before, .effect-v3 .img-animation:hover:after {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      transform: scale(1); }
    .effect-v3 .img-animation:hover img {
      transform: scale(1.05); }
  .effect-v4 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v4 .img-animation:before {
      border: 1px solid #ffffff;
      bottom: 30px;
      content: "";
      left: 30px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      right: 30px;
      top: 30px;
      transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      z-index: 1; }
    .effect-v4 .img-animation img {
      transition: all 0.35s ease 0s; }
    .effect-v4 .img-animation .banner-title {
      transition: transform 0.35s ease 0s; }
    .effect-v4 .img-animation:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
    .effect-v4 .img-animation:hover img {
      transition: all 0.35s ease 0s; }
  .effect-v5 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v5 .img-animation:before {
      border: 1px solid #ffffff;
      bottom: 10px;
      content: "";
      left: 10px;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 10px;
      transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      z-index: 1; }
    .effect-v5 .img-animation:after {
      bottom: 10px;
      content: "";
      left: 10px;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      position: absolute;
      right: 10px;
      top: 10px;
      transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
      z-index: 1; }
    .effect-v5 .img-animation img {
      transition: all 0.35s ease 0s; }
    .effect-v5 .img-animation:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }
  .effect-v6 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v6 .img-animation img {
      transition: all 0.35s ease 0s; }
  .effect-v7 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v7 .img-animation:before {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      transition: all 0.4s cubic-bezier(0.94, 0.85, 0.1, 0.62) 0s;
      z-index: 1;
      border: 150px double rgba(0, 0, 0, 0.1);
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      visibility: visible; }
    .effect-v7 .img-animation:hover:before {
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      border: 0 double rgba(255, 255, 255, 0.7);
      visibility: hidden; }
  .effect-v8 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v8 .img-animation:before {
      border-bottom: 50px solid rgba(255, 255, 255, 0.4);
      border-top: 50px solid rgba(255, 255, 255, 0.4);
      content: "";
      height: 100%;
      left: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
      transition: all 0.35s ease-in-out 0s;
      transform-origin: 50% 50% 0;
      width: 100%; }
    .effect-v8 .img-animation:hover:before {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
      -o-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
      -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
      -moz-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1);
      -ms-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 4, 1); }
  .effect-v9 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v9 .img-animation:before {
      border: 50px solid rgba(0, 0, 0, 0.07);
      border-radius: 50%;
      box-sizing: border-box;
      cursor: pointer;
      display: inline-block;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      top: 0;
      content: "";
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      width: 100px;
      height: 100px;
      transition: all 0.7s ease-in-out 0s;
      visibility: visible;
      z-index: 1; }
    .effect-v9 .img-animation:hover:before {
      border-width: 0;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      visibility: hidden; }
  .effect-v10 .img-animation {
    display: block;
    overflow: hidden;
    position: relative; }
    .effect-v10 .img-animation:before {
      background-color: rgba(255, 255, 255, 0.2);
      display: block;
      width: 100%;
      height: 100%;
      left: -100%;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 0.3s ease 0s;
      content: "";
      z-index: 1; }
    .effect-v10 .img-animation:hover:before {
      left: 0;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; } }

/**
 * HEADER CSS STYLES
 */
/* default */
@media (min-width: 992px) {
  #header.headerFixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99; } }

#header .social-follow {
  position: fixed;
  right: 0;
  top: 22%;
  width: 65px; }
  .rtl #header .social-follow {
    left: 0;
    right: auto; }
  #header .social-follow .block-social li a:hover {
    width: 65px; }
  @media (max-width: 991px) {
    #header .social-follow {
      display: none; } }

#header .mini-menu {
  padding: 0; }

.header-nav .dropdown-menu img {
  margin: 0 8px 0 0; }
  .rtl .header-nav .dropdown-menu img {
    margin: 0 0 0 8px; }

.header-nav .left-nav > div, .header-nav .right-nav > div {
  display: inline-block; }

.header-nav .right-nav {
  text-align: right; }
  .rtl .header-nav .right-nav {
    text-align: left; }
  .header-nav .right-nav > div {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #e9e9e9; }
    .rtl .header-nav .right-nav > div {
      padding-right: 10px;
      padding-left: inherit; }
    .rtl .header-nav .right-nav > div {
      margin-right: 10px;
      margin-left: inherit; }
    .rtl .header-nav .right-nav > div {
      border-right: 1px solid #e9e9e9;
      border-left: 0; }
    .header-nav .right-nav > div:first-child {
      border: none; }

@media (max-width: 991px) {
  .header-nav {
    background-color: #fff !important;
    color: inherit !important; }
    .header-nav .user-info a, .header-nav .dropdown .expand-more {
      color: inherit !important; } }

@media (min-width: 992px) {
  #index .header-default:not(.mini-navbar) .pts-verticalmenu {
    display: block !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    top: 50px; } }

.header-default {
  background: #ffffff;
  /*Serach*/ }
  .header-default.mini-navbar .header-nav, .header-default.mini-navbar .header-top {
    display: none; }
  .header-default .logo-theme a {
    background-image: url(../img/data/logo.png); }
  .header-default .header-top {
    transition: 0.9s all ease-out 0s; }
    .header-default .header-top .wrapper {
      padding: 15px 0; }
    .header-default .header-top .wrapper-inner {
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-default .header-bottom {
    background-color: #333;
    color: #fff; }
  .header-default .ps_megamenu {
    background: transparent; }
  .header-default .ps-desktop-megamenu {
    position: relative; }
    .header-default .ps-desktop-megamenu .megamenu > li {
      margin: 0 !important; }
      .header-default .ps-desktop-megamenu .megamenu > li > a {
        position: relative;
        padding: 1rem 1.92308rem; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header-default .ps-desktop-megamenu .megamenu > li > a {
    padding: 1rem 1.38462rem; } }
        .header-default .ps-desktop-megamenu .megamenu > li > a:before {
          bottom: 0;
          content: "";
          width: 0;
          height: 100%;
          left: 0;
          line-height: 0;
          margin: 0 auto;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          position: absolute;
          right: 0;
          transition: all 0.4s ease-out 0s;
          background-color: #434343; }
        .header-default .ps-desktop-megamenu .megamenu > li > a:hover {
          color: #fff !important; }
      .header-default .ps-desktop-megamenu .megamenu > li.dropdown > a:hover {
        color: #fff !important; }
      .header-default .ps-desktop-megamenu .megamenu > li:hover > a:hover {
        color: #fff !important; }
      .header-default .ps-desktop-megamenu .megamenu > li:hover > a:before {
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        width: 100%; }
  .header-default .blockcart .header {
    display: inline-block;
    padding: 0 1.15385rem;
    background: #6bc15f;
    color: #fff;
    line-height: 3.07692rem; }
    .header-default .blockcart .header a {
      color: #fff; }
    @media (max-width: 991px) {
      .header-default .blockcart .header {
        margin: 1.15385rem 0; } }
  .header-default .header-nav {
    border-bottom: 1px solid #e9e9e9;
    padding: 7px 0;
    transition: 0.9s all ease-out 0s; }
    @media (max-width: 991px) {
      .header-default .header-nav .header-nav-inner {
        border-bottom: 1px solid #e9e9e9; } }
    .header-default .header-nav .nav-left {
      position: static; }
    .header-default .header-nav .canvas-menu {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 9px 0; }
      .header-default .header-nav .canvas-menu:hover {
        color: #181818; }
    .header-default .header-nav .blockcart .shopping-cart-group {
      margin-left: 5px;
      padding: 0;
      border: 0; }
      .rtl .header-default .header-nav .blockcart .shopping-cart-group {
        margin-right: 5px;
        margin-left: inherit; }
      .header-default .header-nav .blockcart .shopping-cart-group span {
        display: none; }
  .header-default .open > .dropdown-menu {
    z-index: 9999; }

.header2 {
  background: #ffffff;
  /*Serach*/ }
  .header2.mini-navbar .header-nav, .header2.mini-navbar .search-cart, .header2.mini-navbar .logo-shop {
    display: none; }
  .header2.mini-navbar .header-top {
    padding: 0; }
  .header2.mini-navbar .ps_megamenu {
    display: inline-block;
    width: 100%; }
    .header2.mini-navbar .ps_megamenu .mini-menu {
      width: 100%; }
  .header2 .header-top {
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
    padding: 15px 0 20px 0; }
    @media (min-width: 992px) {
      .header2 .header-top {
        margin-bottom: 20px; } }
    .header2 .header-top .logo {
      padding: 24px 0; }
  .header2 .header-bottom {
    background-color: #333;
    color: #fff; }
  .header2 .ps_megamenu {
    background: transparent; }
  .header2 .ps-desktop-megamenu {
    position: relative; }
    .header2 .ps-desktop-megamenu .megamenu > li {
      margin: 0; }
      .header2 .ps-desktop-megamenu .megamenu > li > a {
        position: relative;
        padding: 1rem 1.92308rem;
        color: #333;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header2 .ps-desktop-megamenu .megamenu > li > a {
    padding: 1rem 1.15385rem; } }
        .header2 .ps-desktop-megamenu .megamenu > li > a:hover {
          color: #181818; }
  @media (min-width: 992px) {
    .header2 .search-widget {
      margin: 0; } }
  .header2 .blockcart .header {
    display: inline-block;
    padding: 0 1.15385rem;
    background: #181818;
    color: #fff;
    line-height: 3.07692rem;
    float: right; }
    .rtl .header2 .blockcart .header {
      float: left; }
    .header2 .blockcart .header a {
      color: #fff !important; }
    @media (max-width: 991px) {
      .header2 .blockcart .header {
        margin: 1.15385rem 0; } }
  .header2 .header-nav {
    padding: 10px 0;
    color: #999;
    position: relative; }
    @media (min-width: 992px) {
      .header2 .header-nav {
        background-color: #333; } }
    .header2 .header-nav .right-nav > div {
      border: none; }
    @media (min-width: 992px) {
      .header2 .header-nav:after {
        background: #3d3d3d none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -15px;
        position: absolute;
        top: 0;
        transform: skewX(-33deg) skewY(0deg);
        width: 31%; } }
    .header2 .header-nav .nav-top {
      position: relative;
      z-index: 1; }
    .header2 .header-nav .user-info a {
      color: #ccc; }
      .header2 .header-nav .user-info a:hover {
        color: #181818; }
    @media (max-width: 991px) {
      .header2 .header-nav .header-nav-inner {
        border-bottom: 1px solid #e9e9e9; } }
    .header2 .header-nav .nav-left {
      position: static; }
    .header2 .header-nav .canvas-menu {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 9px 0; }
      .header2 .header-nav .canvas-menu:hover {
        color: #181818; }
    .header2 .header-nav .blockcart .shopping-cart-group {
      margin-left: 5px;
      padding: 0;
      border: 0; }
      .rtl .header2 .header-nav .blockcart .shopping-cart-group {
        margin-right: 5px;
        margin-left: inherit; }
      .header2 .header-nav .blockcart .shopping-cart-group span {
        display: none; }
  .header2 .open > .dropdown-menu {
    z-index: 9999; }

#index .header3 .header-bottom {
  margin-bottom: 25px; }

.header3 {
  background: #ffffff;
  /*Serach*/ }
  .header3 .logo-theme a {
    background-image: url(../img/data/logo.png); }
  /*.header3.mini-navbar .header-nav, .header3.mini-navbar .header-top {*/
  .header3.mini-navbar .header-nav {
    display: none; }
  .header3 .header-top .wrapper {
    padding: 15px 0; }
  .header3 .header-top .wrapper-inner {
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
        align-items: center; }
  .header3 .header-bottom {
    background-color: #fff;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 0; }
  .header3 .ps_megamenu {
    background: transparent; }
  .header3 .ps-desktop-megamenu {
    position: relative; }
    .header3 .ps-desktop-megamenu .megamenu > li {
      margin: 0; }
      .header3 .ps-desktop-megamenu .megamenu > li > a {
        position: relative;
        padding: 1rem 1.92308rem;
        color: #333;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 700; }

@media (min-width: 992px) and (max-width: 1199px) {
  .header3 .ps-desktop-megamenu .megamenu > li > a {
    padding: 1rem 1.38462rem; } }
      .header3 .ps-desktop-megamenu .megamenu > li.dropdown > a:hover {
        color: #181818 !important; }
      .header3 .ps-desktop-megamenu .megamenu > li:hover > a, .header3 .ps-desktop-megamenu .megamenu > li:hover > a:focus, .header3 .ps-desktop-megamenu .megamenu > li:hover > a:hover {
        color: #181818; }
  .header3 .blockcart .header {
    display: inline-block;
    padding: 0 1.15385rem;
    background: #181818;
    color: #fff;
    line-height: 3.07692rem; }
    .header3 .blockcart .header a {
      color: #fff; }
    @media (max-width: 991px) {
      .header3 .blockcart .header {
        margin: 1.15385rem 0; } }
  .header3 .header-nav {
    padding: 10px 0;
    color: #999;
    position: relative; }
    @media (min-width: 992px) {
      .header3 .header-nav {
        background-color: #333; } }
    .header3 .header-nav .right-nav > div {
      border: none; }
    @media (min-width: 992px) {
      .header3 .header-nav:after {
        background: #3d3d3d none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: -15px;
        position: absolute;
        top: 0;
        transform: skewX(-33deg) skewY(0deg);
        width: 31%; } }
    .header3 .header-nav .nav-top {
      position: relative;
      z-index: 1; }
    .header3 .header-nav .user-info a {
      color: #ccc; }
      .header3 .header-nav .user-info a:hover {
        color: #181818; }
    @media (max-width: 991px) {
      .header3 .header-nav .header-nav-inner {
        border-bottom: 1px solid #e9e9e9; } }
    .header3 .header-nav .nav-left {
      position: static; }
    .header3 .header-nav .canvas-menu {
      background: transparent;
      border: 0;
      padding: 0;
      margin: 9px 0; }
      .header3 .header-nav .canvas-menu:hover {
        color: #181818; }
    .header3 .header-nav .blockcart .shopping-cart-group {
      margin-left: 5px;
      padding: 0;
      border: 0; }
      .rtl .header3 .header-nav .blockcart .shopping-cart-group {
        margin-right: 5px;
        margin-left: inherit; }
      .header3 .header-nav .blockcart .shopping-cart-group span {
        display: none; }
  .header3 .open > .dropdown-menu {
    z-index: 9999; }

.header-mobile .text-label {
  display: none; }

.header-mobile > div {
  display: inline-block;
  width: 100%; }
  .header-mobile > div.top {
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9; }
    .header-mobile > div.top > div {
      margin: 9px 10px; }
  @media (max-width: 575px) {
    .header-mobile > div.bottom > div {
      width: 100% !important; } }
  .header-mobile > div.bottom .mobile_search {
    width: 75%;
    float: left; }
    .rtl .header-mobile > div.bottom .mobile_search {
      float: right; }
  .header-mobile > div.bottom .mobile_cart {
    width: 25%;
    float: left; }
    .rtl .header-mobile > div.bottom .mobile_cart {
      float: right; }

.text-points a {
  padding-right: 0 !important;
  text-align: right !important; }

.btn-default, .bootstrap-touchspin .btn-touchspin {
  padding: 8px 25px;
  font-size: 14px; }
  .btn-default:hover, .bootstrap-touchspin .btn-touchspin:hover {
    background-color: #181818;
    color: #fff; }

.btn-black {
  background-color: #333333;
  color: #fff; }
  .btn-black:hover {
    background-color: #181818;
    color: #fff; }

.btn-outline-black {
  border: 1px solid #333333;
  color: #333333; }
  .btn-outline-black:hover {
    border-color: #181818;
    color: #181818; }

.rtl .material-icons.icon-right,
.rtl .fa.icon-right,
.rtl .fa.icon-left,
.rtl .material-icons.icon-left {
  transform: rotate(180deg); }

sup {
  color: red; }

.ps-alert-error {
  margin-bottom: 0; }

.ps-alert-error .item,
.ps-alert-success .item {
  -ms-flex-align: center;
      align-items: center;
  border: 2px #d9534f solid;
  display: -ms-flexbox;
  display: flex;
  background-color: #d9534f;
  margin-bottom: 1rem; }
  .ps-alert-error .item i,
  .ps-alert-success .item i {
    border: 15px #d9534f solid;
    display: -ms-flexbox;
    display: flex; }
    .ps-alert-error .item i svg,
    .ps-alert-success .item i svg {
      background-color: #d9534f;
      width: 24px;
      height: 24px; }
  .ps-alert-error .item p,
  .ps-alert-success .item p {
    background-color: #fff;
    margin: 0;
    padding: 18px 20px 18px 20px;
    width: 100%; }

.ps-alert-success {
  padding: 0.30769rem 0.30769rem 3.38462rem 0.30769rem; }
  .ps-alert-success .item {
    border-color: #5cb85c;
    background-color: #5cb85c; }
    .ps-alert-success .item i {
      border-color: #5cb85c; }
      .ps-alert-success .item i svg {
        background-color: #5cb85c; }

.renew-password {
  margin-left: 10px; }
  .renew-password .email {
    padding-bottom: 30px; }
  .renew-password [type=submit] {
    margin-left: 50px; }

.sitemap-title {
  text-transform: capitalize; }

.sitemap {
  margin-top: 1.15385rem; }
  .sitemap h2 {
    color: #414141;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #acaaa6;
    margin-left: -15px;
    width: 100%;
    height: 35px; }
    .rtl .sitemap h2 {
      margin-right: -15px;
      margin-left: inherit; }
  .sitemap ul {
    margin-left: -15px;
    margin-top: 20px; }
    .rtl .sitemap ul {
      margin-right: -15px;
      margin-left: inherit; }
    .sitemap ul.nested {
      margin-left: 20px; }
      .rtl .sitemap ul.nested {
        margin-right: 20px;
        margin-left: inherit; }
      .sitemap ul.nested li a:before {
        display: inline-block;
        content: "\F101   ";
        font-family: "FontAwesome";
        font-size: 14px; }
    .sitemap ul li {
      font-size: 0.9rem;
      margin-bottom: 1rem; }

@media (max-width: 575px) {
  .sitemap {
    margin-top: 0; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.dropdown {
  color: #acaaa6; }
  .dropdown:hover .expand-more {
    color: #181818; }
  .dropdown .expand-more {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;
    visibility: visible; }
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #414141;
    background: white; }

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

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#pagenotfound .page-content #search_widget {
  width: 100%; }

/*** Responsive part ***/
.search-widget {
  width: 100%;
  height: 40px;
  margin: 1.15385rem 0;
  border-radius: 3px;
  overflow: hidden; }
  .search-widget form {
    position: relative;
    display: block;
    height: 100%; }
  .search-widget .ui-autocomplete-input {
    border: 0;
    background: transparent;
    padding: 0 30px;
    width: 100%;
    line-height: 38px;
    border: 1px solid #e9e9e9; }
    .search-widget .ui-autocomplete-input:focus {
      border-color: #181818; }
  .search-widget .btnsearch {
    position: absolute;
    right: 0;
    border: 0;
    top: 0;
    height: 40px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 15px;
    font-weight: 600;
    cursor: pointer;
    background-color: #181818;
    color: #fff; }
    .rtl .search-widget .btnsearch {
      left: 0;
      right: auto; }
    .search-widget .btnsearch .material-icons {
      font-size: 1.38462rem; }
    .search-widget .btnsearch:hover {
      color: #fff;
      background-color: #2F2F2F; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.breadcrumb {
  background: transparent;
  padding: 1.38462rem 0;
  font-weight: 300;
  min-height: 88px;
  font-size: 13px; }
  .breadcrumb[data-depth="1"] {
    margin-top: 0; }
  .breadcrumb .breadcrumb-heading {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    padding-top: 5px; }
  .breadcrumb ol {
    padding: 0;
    margin-bottom: 0;
    list-style: none; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    color: #333333; }
    .breadcrumb li::after {
      content: "/";
      color: #828282;
      margin: 0.38462em;
      transform: rotate(0deg);
      display: inline-block;
      vertical-align: middle; }
      .rtl .breadcrumb li::after {
        transform: rotate(0deg); }
    .breadcrumb li:last-child::after {
      content: ""; }
    .breadcrumb li:last-child a {
      color: #333333; }
    .breadcrumb li a {
      color: #828282; }
      .breadcrumb li a:hover {
        color: #181818; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.top-menu[data-depth="1"] {
  margin: 0.76923rem; }

.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 0.76923rem;
  color: #acaaa6;
  font-weight: 400; }

.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 600; }

.top-menu a[data-depth="0"] {
  font-weight: 600;
  padding: 0.23077rem 0.76923rem 0.46154rem; }
  #header .top-menu a[data-depth="0"]:hover {
    color: #181818;
    text-decoration: none; }

.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 0.76923rem 0.76923rem 0; }

.top-menu .collapse {
  display: inherit; }

.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 1.15385rem;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none; }
  .top-menu .sub-menu.collapse {
    display: none; }
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 1.53846rem; }
  .top-menu .sub-menu a:hover {
    color: #181818; }

.top-menu .popover {
  max-width: inherit; }

.popover.bs-tether-element-attached-top {
  margin-top: 0; }

#mobile_top_menu_wrapper {
  margin-top: 0.76923rem;
  padding-bottom: 0.76923rem;
  background: white; }
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 0.76923rem; }
  #mobile_top_menu_wrapper .top-menu {
    color: #414141; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none; }
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: inline-block;
      padding: 0; }
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
      padding: 0.76923rem;
      border-bottom: 1px solid #bfbfbf; }
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none; }
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block; }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      box-shadow: none;
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      min-width: 100%;
      background: #bfbfbf; }
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none; }
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
        border-bottom: 1px solid #acaaa6; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        margin: 0; }
        #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
          float: none;
          margin: 0; }
          #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
            text-transform: none; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul {
        padding: 0; }
      #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        padding: 0.76923rem;
        border-bottom: 1px solid white;
        font-weight: bold; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
        padding-left: 1.53846rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
        padding-left: 3.07692rem; }
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
        padding-left: 4.61538rem; }
    #mobile_top_menu_wrapper .top-menu .popover {
      border-radius: 0; }
  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #acaaa6; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 0.76923rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
      display: inline; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0.76923rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 0.76923rem; }
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 0.76923rem; }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
      padding: 0.76923rem 0;
      display: block;
      width: 100%; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.ps-desktop-megamenu {
  /* level 2 */ }
  .ps-desktop-megamenu .megamenu > li {
    float: left;
    margin-right: 1.15385rem; }
    .rtl .ps-desktop-megamenu .megamenu > li {
      float: right; }
    .rtl .ps-desktop-megamenu .megamenu > li {
      margin-left: 1.15385rem;
      margin-right: inherit; }
    .ps-desktop-megamenu .megamenu > li > a {
      position: relative;
      line-height: 1.84615rem;
      padding: 0;
      font-size: 1.07692rem;
      font-family: "Raleway", sans-serif;
      font-weight: 300;
      text-transform: capitalize;
      color: #fff;
      display: block;
      height: 50px;
      transition: all 0.2s ease-in-out 0s; }
      .ps-desktop-megamenu .megamenu > li > a .menu-title {
        display: inline;
        position: relative; }
      .ps-desktop-megamenu .megamenu > li > a .sub-title {
        display: block;
        text-transform: uppercase;
        font-size: 8px;
        position: absolute;
        top: -5px;
        background: #a1e03d;
        padding: 2px 6px;
        text-align: center;
        left: 20px;
        line-height: 10px;
        font-weight: 600;
        border-radius: 10px;
        color: #fff; }
        .rtl .ps-desktop-megamenu .megamenu > li > a .sub-title {
          right: 20px;
          left: auto; }
    .ps-desktop-megamenu .megamenu > li.dropdown > .material-icons {
      position: absolute;
      top: 10px;
      right: 10px; }
      .rtl .ps-desktop-megamenu .megamenu > li.dropdown > .material-icons {
        left: 10px;
        right: auto; }
    @media (min-width: 576px) {
      .ps-desktop-megamenu .megamenu > li.dropdown > a {
        height: 50px; }
        .ps-desktop-megamenu .megamenu > li.dropdown > a:after {
          border-color: transparent transparent white;
          border-style: solid;
          border-width: 0 5px 5px;
          bottom: 0;
          content: "";
          height: 0;
          left: 50%;
          margin-left: -5px;
          filter: alpha(opacity=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          position: absolute;
          width: 0; }
        .ps-desktop-megamenu .megamenu > li.dropdown > a .menu-title:after {
          font-family: "Material Icons";
          content: "\E313";
          display: inline-block;
          vertical-align: middle;
          position: relative; }
        .ps-desktop-megamenu .megamenu > li.dropdown > a:hover {
          color: #181818; }
          .ps-desktop-megamenu .megamenu > li.dropdown > a:hover:after {
            filter: alpha(opacity=100);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            -moz-opacity: 1;
            -khtml-opacity: 1;
            opacity: 1; } }
    @media (min-width: 768px) {
      .ps-desktop-megamenu .megamenu > li.aligned-fullwidth {
        position: static; }
        .ps-desktop-megamenu .megamenu > li.aligned-fullwidth > .dropdown-menu {
          width: 100% !important; } }
    .ps-desktop-megamenu .megamenu > li.aligned-right > .dropdown-menu {
      right: 0;
      left: auto; }
    .ps-desktop-megamenu .megamenu > li.aligned-left > .dropdown-menu {
      left: 0;
      right: auto; }
      .rtl .ps-desktop-megamenu .megamenu > li.aligned-left > .dropdown-menu {
        right: 0;
        left: auto; }
      .rtl .ps-desktop-megamenu .megamenu > li.aligned-left > .dropdown-menu {
        left: auto;
        right: auto; }
    .ps-desktop-megamenu .megamenu > li.aligned-center .dropdown-menu {
      left: 50%; }
      .rtl .ps-desktop-megamenu .megamenu > li.aligned-center .dropdown-menu {
        right: 50%;
        left: auto; }
    .ps-desktop-megamenu .megamenu > li.hot > a .sub-title {
      background-color: #eb5466; }
      .ps-desktop-megamenu .megamenu > li.hot > a .sub-title:before {
        border-top-color: #eb5466;
        border-left-color: #eb5466; }
    .ps-desktop-megamenu .megamenu > li > .dropdown-menu {
      top: 150%;
      display: block;
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      transition: all 0.2s ease-in-out;
      visibility: hidden; }
    .ps-desktop-megamenu .megamenu > li:hover > a, .ps-desktop-megamenu .megamenu > li:hover > a:focus, .ps-desktop-megamenu .megamenu > li:hover > a:hover {
      color: #181818; }
    .ps-desktop-megamenu .megamenu > li:hover > .dropdown-menu {
      top: 100%;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      visibility: visible; }
  .ps-desktop-megamenu .dropdown-menu {
    top: 100%;
    left: 0;
    margin: 0;
    height: auto;
    min-width: 250px;
    color: #8a8a8a;
    background-color: #fff;
    font-family: "Raleway", sans-serif;
    padding: 10px 20px;
    border: 0;
    text-align: left;
    transition: opacity 0.2s linear 0s;
    /* level > 3 */ }
    .rtl .ps-desktop-megamenu .dropdown-menu {
      text-align: right; }
    .ps-desktop-megamenu .dropdown-menu li a {
      color: #8a8a8a;
      padding: 7px 0;
      display: block;
      font-size: 14px; }
      .ps-desktop-megamenu .dropdown-menu li a:hover {
        background-color: transparent;
        color: #181818; }
        .ps-desktop-megamenu .dropdown-menu li a:hover .caret:before {
          color: #181818; }
    .ps-desktop-megamenu .dropdown-menu .menubuilder {
      padding-top: 15px;
      padding-bottom: 15px;
      margin-left: -10px;
      margin-right: -10px; }
    .ps-desktop-megamenu .dropdown-menu .dropdown > .material-icons {
      float: right; }
      .rtl .ps-desktop-megamenu .dropdown-menu .dropdown > .material-icons {
        float: left; }
    .ps-desktop-megamenu .dropdown-menu .dropdown:hover > .dropdown-menu {
      display: block;
      left: 0px; }
    .ps-desktop-megamenu .dropdown-menu .dropdown:hover > a {
      color: #181818;
      display: block; }
    .ps-desktop-megamenu .dropdown-menu .dropdown-submenu {
      position: relative; }
      .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > a:after {
        font-family: "Material Icons";
        content: "\E315";
        display: inline-block;
        vertical-align: middle;
        float: right; }
        .rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > a:after {
          float: left; }
      .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > .material-icons {
        position: absolute;
        top: 20px;
        right: 10px; }
        .rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > .material-icons {
          left: 10px;
          right: auto; }
      .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > .dropdown-menu {
        display: block;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        visibility: hidden;
        left: 150%;
        top: -5px;
        transition: all 0.2s ease-in-out 0s; }
        .rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > .dropdown-menu {
          right: 150%;
          left: auto; }
      .ps-desktop-megamenu .dropdown-menu .dropdown-submenu.open > .dropdown-menu, .ps-desktop-megamenu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
        left: 100%;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        visibility: visible; }
        .rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu.open > .dropdown-menu, .rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
          right: 100%;
          left: auto; }

/*** widgets using inside megamenu ***/
.megamenu .container {
  width: 100% !important; }

.megamenu .widget {
  /* product-list */ }
  .megamenu .widget .title_block {
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    font-size: 1.07692rem;
    color: #333333;
    margin: 0;
    padding: 0 0 0.76923rem;
    background-color: transparent;
    text-align: left; }
    .rtl .megamenu .widget .title_block {
      text-align: right; }
  .megamenu .widget.style1 .grid .owl-item .product-miniature {
    border-bottom: 0; }
    @media (max-width: 1199px) {
      .megamenu .widget.style1 .grid .owl-item .product-miniature {
        border: none !important; } }
  .megamenu .widget.style1 .grid .owl-item:last-child .product-miniature {
    border: none; }
  .megamenu .widget .widget-products .product-block {
    padding: 10px 0; }
    .megamenu .widget .widget-products .product-block .product-image-container {
      padding: 0;
      border: 0; }
    .megamenu .widget .widget-products .product-block .name {
      margin-top: 0; }
      .megamenu .widget .widget-products .product-block .name a {
        height: auto;
        text-transform: none; }
    .megamenu .widget .widget-products .product-block .product_img_link {
      padding: 0; }

.megamenu .widget-manufacture {
  margin-bottom: 0; }
  .megamenu .widget-manufacture .block_content {
    padding: 0; }
  .megamenu .widget-manufacture .manu-logo img {
    filter: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

.megamenu .widget-inner .nav-links li a {
  padding: 5px 0; }

.megamenu .widget-products .product-block .name a {
  color: #000; }
  .megamenu .widget-products .product-block .name a:hover {
    color: #181818; }

.megamenu .widget-subcategories {
  background: transparent !important; }
  .megamenu .widget-subcategories .media .image {
    max-width: 12.30769rem; }
  .megamenu .widget-subcategories .media .list-style a:before {
    content: "\F105";
    display: inline-block;
    font-family: "Material Icons";
    margin: 0 2px; }

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media (max-width: 991px) {
  .row-offcanvas {
    position: relative;
    transition: all 0.25s ease-out; }
  .row-offcanvas-left {
    left: 0; }
    .rtl .row-offcanvas-left {
      right: 0;
      left: auto; }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -280px; }
    .rtl .row-offcanvas-right .sidebar-offcanvas {
      left: -280px;
      right: auto; }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -280px; }
    .rtl .row-offcanvas-left .sidebar-offcanvas {
      right: -280px;
      left: auto; }
  .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0; }
    .rtl .row-offcanvas-left.active .sidebar-offcanvas {
      right: 0;
      left: auto; }
  .row-offcanvas-left.active:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    display: none; }
  .sidebar-offcanvas {
    position: fixed;
    top: 0;
    width: 277px;
    overflow-y: scroll;
    background: #fff;
    height: 100%;
    box-shadow: 1px -1px 3px #888888;
    z-index: 9999;
    transition: all 0.25s ease-out 0s; }
  .bottom-offcanvas {
    border-top: 1px solid #ebebeb;
    padding: 10px 0; }
  .offcanvas-heading .btn {
    width: 100%;
    background-color: #181818;
    color: #fff;
    border-radius: 0; } }

/*offcanvas-menu*/
.btn.canvas-menu .material-icons {
  font-size: 1.92308rem; }

.ps-mobile-megamenu .mini-menu {
  padding: 0; }

.ps-mobile-megamenu .dropdown-menu {
  position: relative !important;
  box-shadow: none !important;
  border: 0;
  width: 100% !important;
  padding: 0.5rem;
  text-align: left; }
  .rtl .ps-mobile-megamenu .dropdown-menu {
    text-align: right; }

.ps-mobile-megamenu .click-canavs-menu {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer; }
  .rtl .ps-mobile-megamenu .click-canavs-menu {
    left: 10px;
    right: auto; }

.ps-mobile-megamenu .megamenu > li {
  border-top: 1px solid #e1e1e1;
  display: inline-block;
  overflow: hidden;
  width: 100%; }
  .ps-mobile-megamenu .megamenu > li > a {
    font-size: 15px;
    padding: 12px 15px 4px;
    display: block;
    text-transform: uppercase; }
  .ps-mobile-megamenu .megamenu > li .menubuilder {
    margin: 0 0 0 15px; }
    .rtl .ps-mobile-megamenu .megamenu > li .menubuilder {
      margin: 0 15px 0 0; }
    .ps-mobile-megamenu .megamenu > li .menubuilder .block .title_block {
      border-bottom: 1px solid #e1e1e1;
      padding-bottom: 5px;
      margin-bottom: 10px;
      color: #222; }

.ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul {
  margin: 0 0 0 15px;
  border-left: 1px dotted #e1e1e1; }
  .rtl .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul {
    margin: 0 15px 0 0; }
  .rtl .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul {
    border-right: 1px dotted #e1e1e1;
    border-left: 0; }
  .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li {
    position: relative; }
    @media (max-width: 991px) {
      .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li {
        display: inline-block;
        width: 100%; } }
    .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li > a {
      padding: 5px 10px;
      display: block; }
    .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li .click-canavs-menu {
      right: 3px; }
      .rtl .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li .click-canavs-menu {
        left: 3px;
        right: auto; }

.rtl .ps-desktop-megamenu .dropdown-menu .dropdown-submenu > a::after {
  transform: rotate(180deg); }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.widget-testimonial {
  font-size: 1.23077rem;
  font-weight: bold;
  font-family: "Arvo", serif; }
  .widget-testimonial .item {
    min-height: 270px;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
        align-items: center; }
  .widget-testimonial .title_block {
    border-bottom: 0; }
  .widget-testimonial .testimonials-avatar {
    overflow: hidden;
    padding-bottom: 20px; }
    .widget-testimonial .testimonials-avatar img {
      border-radius: 50%;
      max-width: 12.30769rem;
      max-height: 12.30769rem; }
  .widget-testimonial .name {
    color: #181818; }
  .widget-testimonial .testimonials-quote {
    position: relative;
    padding: 3.07692rem 3.46154rem;
    max-width: 50rem;
    color: #333333; }
    @media (min-width: 992px) {
      .widget-testimonial .testimonials-quote {
        margin-left: 5.38462rem; }
        .rtl .widget-testimonial .testimonials-quote {
          margin-right: 5.38462rem;
          margin-left: inherit; } }
    .widget-testimonial .testimonials-quote:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3.46154rem;
      height: 3.46154rem;
      background: url(../img/data/quote.png) 0 0 no-repeat; }
    .widget-testimonial .testimonials-quote:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      width: 3.46154rem;
      height: 3.46154rem;
      background: url(../img/data/quote.png) right 0 no-repeat; }
    .widget-testimonial .testimonials-quote .testimonials-profile {
      font-size: 1.23077rem; }
  .widget-testimonial .owl-controls {
    position: absolute;
    right: 0;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
    .rtl .widget-testimonial .owl-controls {
      left: 0;
      right: auto; }
  .widget-testimonial .carousel-controls {
    display: none; }

.widget-categoriestabs .style1.owl-carousel .owl-item.last .product-miniature, .title_skew .style1.owl-carousel .owl-item.last .product-miniature {
  border: none; }

.widget-categoriestabs .style1.owl-carousel .owl-item.first .product-miniature, .title_skew .style1.owl-carousel .owl-item.first .product-miniature {
  border-left: 0; }
  .rtl .widget-categoriestabs .style1.owl-carousel .owl-item.first .product-miniature, .rtl .title_skew .style1.owl-carousel .owl-item.first .product-miniature {
    border-right: 0;
    border-left: 0; }

.categoriestabs .title_block {
  font-size: 25px;
  text-transform: capitalize; }

.categoriestabs .has-img-tab {
  float: left;
  max-width: 32%;
  position: relative;
  width: auto;
  overflow: hidden;
  transition: 0.3s all ease-out 0s;
  cursor: pointer; }
  .rtl .categoriestabs .has-img-tab {
    float: right; }
  .categoriestabs .has-img-tab:hover {
    filter: alpha(opacity=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7; }
  @media (max-width: 991px) {
    .categoriestabs .has-img-tab {
      width: 100%; } }

.categoriestabs .block_content {
  border-top: 1px solid #e9e9e9; }

.categoriestabs .has-img-content .block_content {
  float: left;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #e9e9e9; }
  .rtl .categoriestabs .has-img-content .block_content {
    float: right; }
  @media (min-width: 992px) {
    .categoriestabs .has-img-content .block_content {
      width: 68%; } }

.categoriestabs .category_sub {
  width: 100%;
  display: block;
  background-color: #fff; }
  @media (max-width: 991px) {
    .categoriestabs .category_sub {
      width: 100%; } }

.categoriestabs .nav-tabs {
  padding: 15px;
  margin-top: 8px; }
  .categoriestabs .nav-tabs li {
    display: inline-block; }
    .categoriestabs .nav-tabs li a {
      display: block;
      padding: 8px 10px;
      text-transform: capitalize;
      border: none;
      position: relative; }
      .categoriestabs .nav-tabs li a.active {
        font-weight: 700  !important;
        color: #A41E36 !important; }

.widget-productdeal .left-block {
  position: relative; }

.widget-productdeal .wrap-countdown {
  display: block;
  position: relative;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transition: all 0.2s ease-out 0s; }
  .widget-productdeal .wrap-countdown > div > div {
    font-size: 0.76923rem;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    color: #fff;
    min-width: 42px;
    background-color: #181818;
    margin-right: 5px;
    display: inline-block;
    box-shadow: 0 8px 6px -6px black; }
    .rtl .widget-productdeal .wrap-countdown > div > div {
      margin-left: 5px;
      margin-right: inherit; }
    .widget-productdeal .wrap-countdown > div > div b {
      font-weight: 600;
      display: block;
      text-align: center;
      font-size: 14px;
      line-height: 20px; }
  .widget-productdeal .wrap-countdown > div:last-child {
    margin: 0; }
  .widget-productdeal .wrap-countdown > div .labelexpired {
    padding: 3px 8px; }

.pts-flashsale {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px; }
  .pts-flashsale > ul {
    margin: 0; }
    .pts-flashsale > ul > li {
      float: none;
      font-size: 12px;
      position: relative;
      line-height: 16px;
      padding: 18px 12px;
      font-weight: 600;
      color: #fff;
      display: block;
      text-transform: uppercase;
      display: inline-block;
      background-color: #181818;
      margin: 0 20px 10px 0;
      box-shadow: 0 8px 6px -6px black;
      min-width: 70px; }
      .rtl .pts-flashsale > ul > li {
        margin: 0 0 10px 20px; }
      .pts-flashsale > ul > li .countdown_num {
        font-size: 16px; }
      .pts-flashsale > ul > li b {
        font-weight: normal;
        display: block;
        text-align: center;
        font-weight: 400;
        font-size: 20px;
        font-style: normal;
        margin-bottom: 5px; }
      .pts-flashsale > ul > li:first-child:before {
        display: none; }

.block.headding_group .title_block {
  margin-bottom: 0; }

.widget-bloglatest .products-block.style1.grid:before {
  display: none; }

.blog_container .blog-title {
  font-size: 1.30769rem;
  font-weight: 300;
  line-height: 1.38462rem;
  display: block;
  max-height: 5.38462rem;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  margin: 1rem 0;
  transition: all 0.3s ease-in-out 0s; }

.blog_container .blog-meta > * {
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
  border-right: 1px solid #e9e9e9;
  vertical-align: middle;
  margin-right: 10px;
  padding-right: 15px; }
  .rtl .blog_container .blog-meta > * {
    border-left: 1px solid #e9e9e9;
    border-right: 0; }
  .rtl .blog_container .blog-meta > * {
    margin-left: 10px;
    margin-right: inherit; }
  .rtl .blog_container .blog-meta > * {
    padding-left: 15px;
    padding-right: inherit; }
  .blog_container .blog-meta > *:last-child {
    border-right: 0;
    margin-right: 0;
    padding-right: 0; }
    .rtl .blog_container .blog-meta > *:last-child {
      border-left: 0;
      border-right: 0; }
    .rtl .blog_container .blog-meta > *:last-child {
      margin-left: 0;
      margin-right: inherit; }
    .rtl .blog_container .blog-meta > *:last-child {
      padding-left: 0;
      padding-right: inherit; }

.list_blog {
  padding: 15px 0; }
  .list_blog .blog_container .blog-title {
    font-size: 1rem; }
  .list_blog .blog-meta {
    margin-bottom: 10px; }
  .list_blog .btnReadMore {
    font-weight: 500;
    margin-top: 10px;
    text-decoration: underline; }

.grid_blog .blog-image {
  position: relative; }
  @media (min-width: 576px) {
    .grid_blog .blog-image .blog-thubnail:before {
      background-color: rgba(0, 0, 0, 0.05);
      position: absolute;
      left: 25px;
      right: 25px;
      top: 25px;
      bottom: 25px;
      margin: auto;
      transform: scale(0);
      display: block;
      content: "";
      transition: all 0.35s ease 0s; }
    .grid_blog .blog-image .btnReadMore {
      background-color: rgba(0, 0, 0, 0.8);
      border-radius: 50%;
      bottom: 0;
      color: #ffffff;
      font-size: 18px;
      height: 50px;
      left: 0;
      line-height: 32px;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      transform: scale(0);
      transition: all 0.35s ease 0s;
      width: 50px; }
      .grid_blog .blog-image .btnReadMore:hover {
        background-color: #181818; } }

.grid_blog .blog-item .blog-shortinfo {
  margin-bottom: 0.76923rem; }

.grid_blog .blog-item:hover .blog-thubnail::before,
.grid_blog .blog-item:hover .btnReadMore {
  transform: scale(1); }

.grid .blog-item {
  padding: 15px 0;
  border: none; }
  .grid .blog-item .blog-meta {
    padding: 0 0 15px; }

.widget-ourservice {
  transition: all 0.3s ease-in-ourt 0s;
  padding: 3.84615rem 7.69231rem;
  min-height: 200px; }
  @media (max-width: 1199px) {
    .widget-ourservice {
      padding: 3.84615rem 0.76923rem; } }
  .widget-ourservice .ourservice-heading {
    font-size: 0.92308rem;
    color: #828282;
    margin-bottom: 0.76923rem;
    font-weight: 300; }
  .widget-ourservice .media-top {
    margin-bottom: 2.30769rem; }
  .widget-ourservice .ourservice-content {
    color: #333333;
    font-weight: 700;
    font-size: 1.23077rem; }
  .widget-ourservice .ourservice-left,
  .widget-ourservice .ourservice-right {
    padding-top: 1.53846rem; }

.widget-accordion .panel-group .panel {
  padding: 15px;
  border: 1px solid #e9e9e9;
  margin-bottom: 20px; }
  .widget-accordion .panel-group .panel .panel-heading .panel-title {
    margin: 0 !important;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase; }
  .widget-accordion .panel-group .panel .panel-body {
    margin-top: 15px; }

.block-contactinfo .nav-item {
  padding: 0.76923rem 0; }

.block-contactinfo .material-icons {
  font-size: 1.53846rem;
  margin-right: 0.61538rem; }
  .rtl .block-contactinfo .material-icons {
    margin-left: 0.61538rem;
    margin-right: inherit; }

.widget-social .widget-heading {
  padding-bottom: 0.38462rem; }

.widget-social .bo-social-icons li {
  display: block; }
  .widget-social .bo-social-icons li .fa {
    display: none; }

.widget-manufacture .block_content {
  padding: 45px 35px;
  background-color: #fff; }
  .widget-manufacture .block_content .owl-carousel-play {
    position: static; }
    .widget-manufacture .block_content .owl-carousel-play .carousel-controls {
      top: 25%; }
    .widget-manufacture .block_content .owl-carousel-play .style1.owl-carousel .owl-item {
      border: none;
      margin: 0; }

.widget-manufacture .manu-logo img {
  filter: grayscale(100%);
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s all ease-out 0s; }

.widget-manufacture .manu-logo:hover img {
  filter: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

.widget-instagram .title_block {
  background-color: #181818;
  color: #fff;
  letter-spacing: 10px;
  position: relative;
  margin-bottom: 0;
  padding: 1.15385rem 0;
  font-weight: 600; }
  .widget-instagram .title_block:before {
    content: "\F0D8";
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    margin-left: -0.76923rem;
    top: -1.38462rem;
    font-size: 1.92308rem;
    color: #181818; }
    .rtl .widget-instagram .title_block:before {
      right: 50%;
      left: auto; }
    .rtl .widget-instagram .title_block:before {
      margin-right: -0.76923rem;
      margin-left: inherit; }

.widget-instagram .owl-item {
  margin: 0; }

.widget-instagram .instagram {
  position: relative; }
  .widget-instagram .instagram a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    content: "";
    background-color: #181818;
    background-color: rgba(24, 24, 24, 0.6);
    zoom: 1;
    background-color: transparent\9;
    display: none; }
  .widget-instagram .instagram .fa {
    position: absolute;
    content: "\F0C1";
    text-align: center;
    line-height: 5.38462rem;
    margin: auto;
    font-family: "FontAwesome";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 5.76923rem;
    height: 5.76923rem;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    color: #fff;
    transition: 0.2s ease-in-out 0s; }
    .widget-instagram .instagram .fa:hover {
      background-color: #222; }
  .widget-instagram .instagram:hover a {
    display: block; }

.widget-maps {
  margin-bottom: 0 !important; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.widget-gallery .gallery-desc {
  margin-bottom: 0.76923rem; }

.widget-gallery .images-list .item,
.widget-gallery .images-grid .item {
  position: relative; }
  .widget-gallery .images-list .item a,
  .widget-gallery .images-grid .item a {
    left: 9px;
    right: 9px;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
    content: "";
    background-color: #181818;
    background-color: rgba(24, 24, 24, 0.5);
    zoom: 1;
    background-color: transparent\9;
    transform: scale(0);
    transition: 0.3s ease-in-out 0s; }
  .widget-gallery .images-list .item .fa,
  .widget-gallery .images-grid .item .fa {
    position: absolute;
    content: "\F0C1";
    text-align: center;
    line-height: 2.69231rem;
    margin: auto;
    font-family: "FontAwesome";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    border-radius: 50%;
    width: 3.07692rem;
    height: 3.07692rem;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    zoom: 1;
    background-color: transparent\9;
    color: #fff;
    transition: 0.2s ease-in-out 0s; }
    .widget-gallery .images-list .item .fa:hover,
    .widget-gallery .images-grid .item .fa:hover {
      background-color: #222; }
  .widget-gallery .images-list .item:hover a,
  .widget-gallery .images-grid .item:hover a {
    transform: scale(1); }

.widget-gallery .images-list {
  margin-left: -0.38462rem;
  margin-right: -0.38462rem; }
  .widget-gallery .images-list .owl-item {
    padding: 0.38462rem;
    margin: 0; }
  .widget-gallery .images-list .item a {
    left: 0;
    right: 0; }

.title_skew .block {
  overflow: hidden; }

@media (min-width: 992px) {
  .title_skew .title_block {
    position: absolute;
    left: -20%;
    margin-left: -1px;
    top: 43%;
    transform: rotate(90deg);
    width: 47%;
    z-index: 9;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center; }
    .rtl .title_skew .title_block {
      right: -20%;
      left: auto; }
    .rtl .title_skew .title_block {
      margin-right: -1px;
      margin-left: inherit; }
  .title_skew .block_content .widget-content {
    padding-left: 50px; }
    .rtl .title_skew .block_content .widget-content {
      padding-right: 50px;
      padding-left: inherit; } }

.widget-product_subcategory {
  margin-bottom: 50px; }
  .widget-product_subcategory .subcategories {
    margin-left: 11.53846rem; }
    .rtl .widget-product_subcategory .subcategories {
      margin-right: 11.53846rem;
      margin-left: inherit; }
    @media (max-width: 991px) {
      .widget-product_subcategory .subcategories {
        margin-left: 0;
        width: 100%;
        margin-top: -15px;
        margin-bottom: 15px; }
        .rtl .widget-product_subcategory .subcategories {
          margin-right: 0;
          margin-left: inherit; } }
  .widget-product_subcategory .product_subcategories {
    margin: 15px 0; }
    .widget-product_subcategory .product_subcategories li {
      border-left: 1px solid #e9e9e9;
      line-height: 10px; }
      .rtl .widget-product_subcategory .product_subcategories li {
        border-right: 1px solid #e9e9e9;
        border-left: 0; }
      .widget-product_subcategory .product_subcategories li:first-child {
        border-left: 0; }
        .rtl .widget-product_subcategory .product_subcategories li:first-child {
          border-right: 0;
          border-left: 0; }
      .widget-product_subcategory .product_subcategories li a {
        color: #333333;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 15px; }

#pts-verticalmenu {
  margin: 0; }
  #pts-verticalmenu .verticalmenu_title {
    color: #fff;
    margin: 0;
    padding: 0 20px 0 50px;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: #181818;
    width: 100%; }
    .rtl #pts-verticalmenu .verticalmenu_title {
      padding: 0 50px 0 20px; }
    #pts-verticalmenu .verticalmenu_title:before {
      color: white;
      content: "\F0C9";
      font: 18px "FontAwesome";
      left: 18px;
      position: absolute;
      top: 12px; }
      .rtl #pts-verticalmenu .verticalmenu_title:before {
        right: 18px;
        left: auto; }
  #pts-verticalmenu .navbar {
    padding: 0; }

.left-banner .has-img-content {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-direction: row-reverse; }

.product-small .title_style1 {
  line-height: 21px;
  min-height: 0;
  letter-spacing: 2px; }
  @media (min-width: 768px) {
    .product-small .title_style1 {
      padding: 0.53846rem 0rem !important;
      font-size: 14px;
      text-align: center !important; } }

.product-small .style1 .product-miniature .left-block {
  min-height: 0; }

@media (min-width: 992px) {
  .product-small .style1 .product-miniature .product-thumbnail .img-fluid, .product-small .style1 .product-miniature .product-thumbnail .carousel-inner > .carousel-item > img,
  .product-small .style1 .product-miniature .product-thumbnail .carousel-inner > .carousel-item > a > img {
    max-height: 80px; } }

.product-small .style1 .product-miniature .right-block .wrap-hover {
  top: 15%; }

.product-small .style1 .product-miniature .product-title a {
  height: 29px;
  line-height: 17px; }
  @media (min-width: 992px) {
    .product-small .style1 .product-miniature .product-title a {
      max-height: 19px; } }

/* end pagebuilder */
/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
body#checkout {
  color: #414141; }
  body#checkout [data-action="show-password"] {
    background: #878787; }
  body#checkout .custom-checkbox {
    display: -ms-flexbox;
    display: flex; }
    body#checkout .custom-checkbox span {
      -moz-flex: 0 0 15px;
      -ms-flex: 0 0 15px;
      flex: 0 0 15px;
      margin-top: 0.23077rem; }
  body#checkout a:hover {
    color: #181818; }
  body#checkout #block-reassurance {
    padding: 20px; }
  body#checkout section#content {
    margin-bottom: 1.92308rem; }
  body#checkout .container {
    min-height: 100%; }
  body#checkout section.checkout-step {
    background-color: white;
    border: 1px #99999B solid;
    padding: 1.15385rem; }
    body#checkout section.checkout-step .step-title {
      text-transform: uppercase;
      cursor: pointer;
      margin-bottom: 0; }
    body#checkout section.checkout-step .content {
      padding: 0 2.84615rem; }
    body#checkout section.checkout-step .step-edit {
      text-transform: lowercase;
      font-weight: normal; }
      body#checkout section.checkout-step .step-edit .edit {
        font-size: 1rem; }
    body#checkout section.checkout-step .not-allowed {
      cursor: not-allowed;
      opacity: 0.5; }
    body#checkout section.checkout-step .content,
    body#checkout section.checkout-step .done,
    body#checkout section.checkout-step .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current .content {
      display: block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .done,
    body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
      display: none; }
    body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
      display: inline-block; }
    body#checkout section.checkout-step.-current.-reachable.-complete .content {
      display: block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .done {
      display: inline-block; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
      display: none; }
    body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      cursor: pointer;
      display: block;
      float: right;
      margin-right: 0.15385rem;
      color: #acaaa6; }
      .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        float: left; }
      .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
        margin-left: 0.15385rem;
        margin-right: inherit; }
    body#checkout section.checkout-step.-reachable.-complete .content {
      display: none; }
    body#checkout section.checkout-step small {
      color: #acaaa6; }
    body#checkout section.checkout-step .default-input {
      min-width: 40%; }
      body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
        min-width: 60%; }
    body#checkout section.checkout-step .radio-field {
      margin-top: 2.30769rem; }
      body#checkout section.checkout-step .radio-field label {
        display: inline; }
    body#checkout section.checkout-step .checkbox-field div {
      margin-top: 4.61538rem; }
    body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
      margin-top: 0; }
    body#checkout section.checkout-step .select-field div {
      background: #bfbfbf;
      padding: 0.76923rem 3.84615rem; }
    body#checkout section.checkout-step .form-footer {
      text-align: center; }
    body#checkout section.checkout-step #conditions-to-approve {
      padding-top: 1.23077rem; }
    body#checkout section.checkout-step .payment-options label {
      display: table-cell; }
    body#checkout section.checkout-step .payment-options .custom-radio {
      margin-right: 1.53846rem; }
    body#checkout section.checkout-step .payment-options .payment-option {
      margin-bottom: 0.61538rem; }
    body#checkout section.checkout-step .step-number {
      display: inline-block;
      padding: 0.76923rem; }
    body#checkout section.checkout-step .address-selector {
      display: -ms-flexbox;
      display: flex;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -o-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      -o-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    body#checkout section.checkout-step .address-item {
      background: #bfbfbf;
      -moz-flex: 0 0 49%;
      -ms-flex: 0 0 49%;
      flex: 0 0 49%;
      margin-bottom: 0.76923rem; }
      body#checkout section.checkout-step .address-item.selected {
        background: white;
        border: #181818 3px solid; }
    body#checkout section.checkout-step .address-alias {
      display: inline-block;
      font-weight: 600;
      margin-bottom: 0.76923rem; }
    body#checkout section.checkout-step .address {
      margin-left: 1.92308rem;
      font-weight: normal;
      line-height: 2.15385rem; }
    body#checkout section.checkout-step .radio-block {
      padding: 1.15385rem;
      text-align: left; }
      .rtl body#checkout section.checkout-step .radio-block {
        text-align: right; }
    body#checkout section.checkout-step .custom-radio {
      margin-right: 0; }
      body#checkout section.checkout-step .custom-radio input[type="radio"] {
        height: 1.53846rem;
        width: 1.53846rem; }
    body#checkout section.checkout-step .delete-address,
    body#checkout section.checkout-step .edit-address {
      color: #acaaa6;
      display: inline-block;
      margin: 0 0.38462rem; }
      body#checkout section.checkout-step .delete-address .delete,
      body#checkout section.checkout-step .delete-address .edit,
      body#checkout section.checkout-step .edit-address .delete,
      body#checkout section.checkout-step .edit-address .edit {
        font-size: 1rem; }
    body#checkout section.checkout-step hr {
      margin: 0; }
    body#checkout section.checkout-step .address-footer {
      text-align: center;
      padding: 0.76923rem; }
    body#checkout section.checkout-step #delivery-addresses,
    body#checkout section.checkout-step #invoice-addresses {
      margin-top: 1.53846rem; }
    body#checkout section.checkout-step .add-address {
      margin-top: 1.53846rem; }
      body#checkout section.checkout-step .add-address a {
        color: #414141; }
        body#checkout section.checkout-step .add-address a i {
          font-size: 1.25rem; }
    body#checkout section.checkout-step .delivery-option {
      background: #bfbfbf;
      padding: 1.15385rem 0;
      margin-bottom: 1.15385rem; }
      body#checkout section.checkout-step .delivery-option label {
        text-align: inherit; }
    body#checkout section.checkout-step .carrier-delay,
    body#checkout section.checkout-step .carrier-name {
      display: inline-block;
      word-break: break-word;
      text-align: left; }
      .rtl body#checkout section.checkout-step .carrier-delay, .rtl
      body#checkout section.checkout-step .carrier-name {
        text-align: right; }
    body#checkout section.checkout-step #customer-form,
    body#checkout section.checkout-step #delivery-address,
    body#checkout section.checkout-step #invoice-address,
    body#checkout section.checkout-step #login-form {
      margin-left: 0.38462rem;
      margin-top: 1.92308rem; }
      body#checkout section.checkout-step #customer-form .form-control-label,
      body#checkout section.checkout-step #delivery-address .form-control-label,
      body#checkout section.checkout-step #invoice-address .form-control-label,
      body#checkout section.checkout-step #login-form .form-control-label {
        text-align: left; }
        .rtl body#checkout section.checkout-step #customer-form .form-control-label, .rtl
        body#checkout section.checkout-step #delivery-address .form-control-label, .rtl
        body#checkout section.checkout-step #invoice-address .form-control-label, .rtl
        body#checkout section.checkout-step #login-form .form-control-label {
          text-align: right; }
      body#checkout section.checkout-step #customer-form .radio-inline,
      body#checkout section.checkout-step #delivery-address .radio-inline,
      body#checkout section.checkout-step #invoice-address .radio-inline,
      body#checkout section.checkout-step #login-form .radio-inline {
        padding: 0; }
    body#checkout section.checkout-step .sign-in {
      font-size: 0.875rem; }
    body#checkout section.checkout-step .forgot-password {
      margin-left: 17.69231rem; }
      .rtl body#checkout section.checkout-step .forgot-password {
        margin-right: 17.69231rem;
        margin-left: inherit; }
  body#checkout .additional-information {
    font-size: 0.875rem;
    margin-left: 3.53846rem;
    margin-top: 1.53846rem; }
  body#checkout .condition-label {
    margin-left: 3.07692rem;
    margin-top: 0.76923rem; }
    .rtl body#checkout .condition-label {
      margin-right: 3.07692rem;
      margin-left: inherit; }
    body#checkout .condition-label label {
      text-align: inherit; }
  body#checkout .cancel-address {
    margin: 0 0.76923rem;
    display: block;
    color: #878787;
    text-decoration: underline; }
  body#checkout .modal-content {
    padding: 1.53846rem;
    background-color: #99999B; }
  body#checkout #cart-summary-product-list {
    font-size: 0.875rem; }
    body#checkout #cart-summary-product-list img {
      border: #99999B 1px solid;
      width: 3.84615rem; }
    body#checkout #cart-summary-product-list .media-body {
      vertical-align: middle; }
  body#checkout #order-summary-content {
    padding-top: 1.15385rem; }
    body#checkout #order-summary-content h4.h4 {
      margin-top: 0.76923rem;
      margin-bottom: 1.53846rem;
      color: #414141; }
    body#checkout #order-summary-content h4.black {
      color: #000000; }
    body#checkout #order-summary-content h4.addresshead {
      margin-top: 0.23077rem; }
    body#checkout #order-summary-content .noshadow {
      box-shadow: none; }
    body#checkout #order-summary-content #order-items {
      border-right: 0; }
      body#checkout #order-summary-content #order-items h3.h3 {
        color: #414141;
        margin-top: 1.53846rem; }
      body#checkout #order-summary-content #order-items table tr:first-child td {
        border-top: 0; }
    body#checkout #order-summary-content .order-confirmation-table {
      padding: 1rem;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 3px solid #e5e5e5;
      border-radius: 0; }
    body#checkout #order-summary-content .summary-selected-carrier {
      margin-bottom: 0.75rem;
      background-color: #fff;
      border: 1px solid #e5e5e5;
      border-radius: 0;
      padding: 1rem; }
    body#checkout #order-summary-content .step-edit {
      display: inline;
      color: #acaaa6; }
    body#checkout #order-summary-content .step-edit:hover {
      cursor: pointer; }
    body#checkout #order-summary-content a .step-edit {
      color: #acaaa6; }
  body#checkout #gift_message {
    max-width: 100%;
    border-color: #414141; }

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 2.30769rem; }
  .rtl #order-details {
    padding-right: 2.30769rem;
    padding-left: inherit; }
  #order-details > .card-title {
    margin-bottom: 2.30769rem; }
  #order-details ul {
    margin-bottom: 1.53846rem; }
    #order-details ul li {
      margin-bottom: 0.76923rem; }

#order-items {
  border-right: #99999B 1px solid; }
  .rtl #order-items {
    border-left: #99999B 1px solid;
    border-right: 0; }
  #order-items hr {
    border-top-color: #e9e9e9; }
  #order-items table {
    width: 100%; }
    #order-items table tr {
      height: 2.30769rem; }
      #order-items table tr td:last-child {
        text-align: right; }
        .rtl #order-items table tr td:last-child {
          text-align: left; }
  #order-items .order-line {
    margin-top: 1.23077rem; }
  #order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 1.23077rem; }
  #order-items .details {
    margin-bottom: 1.23077rem; }
    #order-items .details .customizations {
      margin-top: 0.76923rem; }
  #order-items .qty {
    margin-bottom: 1.23077rem; }

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 1.23077rem; }

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0; }
  body#checkout section.checkout-step .address-item {
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1; }
  body#checkout section.checkout-step .delivery-option-2 {
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column; }
  .delivery-option {
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
    .delivery-option .custom-radio {
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left; }
    .rtl .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: right; }
  #order-confirmation #registration-form {
    width: 100%; } }

@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 0.30769rem;
    margin-left: 1.53846rem; }
    .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      margin-right: 1.53846rem;
      margin-left: inherit; }
  body#checkout #header .header-nav {
    max-height: none;
    padding: 0; }
  body#checkout section.checkout-step .content {
    padding: 1.15385rem; }
  body#checkout .form-group {
    margin-bottom: 0.61538rem; }
  #order-items {
    border-right: 0;
    margin-bottom: 3.07692rem; }
    #order-items .card-title {
      border-bottom: 1px solid #99999B;
      margin-bottom: 1.23077rem;
      padding-bottom: 1.23077rem; }
    #order-items hr {
      border-top-color: #99999B; }
  .bold {
    font-weight: bold; }
  #order-details {
    padding-left: 1.15385rem; }
    #order-details .card-title {
      border-bottom: 1px solid #99999B;
      margin-bottom: 1.23077rem;
      padding-bottom: 1.23077rem; } }

@media (max-width: 575px) {
  body#checkout section.checkout-step .content {
    padding: 1.15385rem 0; }
  #payment-confirmation button {
    font-size: 1.07692rem; }
    #payment-confirmation button.btn {
      white-space: normal; } }

.js-payment-binary {
  display: none; }
  .js-payment-binary .accept-cgv {
    display: none; }
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed; }
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none; }
    .js-payment-binary.disabled .accept-cgv {
      display: block; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle; }

.table-labeled td {
  vertical-align: middle; }

.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 0.30769rem 0.46154rem;
  margin: 0.15385rem;
  color: white;
  white-space: nowrap; }

.page-order .table {
  margin-bottom: 0; }

.page-order table th {
  padding: 0.61538rem; }

.page-order table td {
  padding: 0.61538rem; }

.page-order table thead th {
  text-align: center; }

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0; }

#authentication .custom-checkbox {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.15385rem; }
  #authentication .custom-checkbox span {
    -ms-flex: 0 0 1.15385rem;
        flex: 0 0 1.15385rem; }
  #authentication .custom-checkbox label {
    padding-left: 0.76923rem; }
    .rtl #authentication .custom-checkbox label {
      padding-right: 0.76923rem;
      padding-left: inherit; }

#authentication [data-action="show-password"] {
  background: #878787; }

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0; }
  #identity .radio-inline .custom-radio,
  #authentication .radio-inline .custom-radio {
    margin-right: 0; }
    .rtl #identity .radio-inline .custom-radio, .rtl
    #authentication .radio-inline .custom-radio {
      margin-left: 0;
      margin-right: inherit; }

/*** Most of the customer accpunt pages ***/
.page-customer-account #content .page-header {
  text-align: center; }

.page-customer-account #content .order-actions a {
  padding: 0 0.15385rem; }

.page-customer-account #content .login-form {
  margin-bottom: 1.53846rem; }

.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: 0.875rem;
  margin-top: 1.23077rem;
  padding-bottom: 1.15385rem; }

.page-customer-account #content .no-account {
  text-align: center;
  font-size: 1rem;
  padding: 0.76923rem 0;
  margin-bottom: 1.38462rem; }

/*** Login page ***/
#password .page-header,
.page-authentication .page-header {
  text-align: center; }

#password #content,
.page-authentication #content {
  background: white;
  padding: 1.92308rem;
  max-width: 640px;
  margin: 0 auto; }

/*** Addresses page ***/
.page-addresses .address {
  background: white;
  margin-bottom: 2.30769rem;
  font-size: 0.875rem;
  color: #414141; }
  .page-addresses .address .address-body {
    padding: 1.23077rem; }
    .page-addresses .address .address-body h4 {
      font-size: 1rem;
      font-weight: 700; }
    .page-addresses .address .address-body address {
      min-height: 11.07692rem; }
  .page-addresses .address .address-footer {
    border-top: 1px solid #acaaa6;
    padding: 0.61538rem 1.23077rem; }
    .page-addresses .address .address-footer a {
      color: #878787;
      margin-right: 0.61538rem;
      display: inline-block;
      vertical-align: middle; }
      .rtl .page-addresses .address .address-footer a {
        margin-left: 0.61538rem;
        margin-right: inherit; }
      .page-addresses .address .address-footer a:hover {
        color: #414141; }
      .page-addresses .address .address-footer a i {
        font-size: 1rem; }
      .page-addresses .address .address-footer a span {
        font-size: 1.25rem;
        vertical-align: middle; }

.page-addresses .addresses-footer {
  margin: 0 1.15385rem;
  margin-bottom:20px;
}
  .page-addresses .addresses-footer a {
    color: #414141; }
    .page-addresses .addresses-footer a:hover {
      color: #414141; }
    .page-addresses .addresses-footer a i {
      font-size: 1rem; }
    .page-addresses .addresses-footer a span {
      font-size: 1rem;
      vertical-align: middle;
      margin-top: 0.76923rem;
    }

/*** Order details page ***/
.page-order-detail {
  font-size: 1.07692rem;
  color: #878787; }
  .page-order-detail .box {
    background: white;
    padding: 1.92308rem;
    margin-bottom: 1.23077rem; }
  .page-order-detail h3 {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 1.23077rem; }
  .page-order-detail #order-infos ul {
    margin: 0; }
  .page-order-detail #order-history .history-lines .history-line {
    padding: 0.61538rem 0;
    border-bottom: 1px solid #bfbfbf; }
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0; }
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 0.30769rem 0;
      padding: 0.30769rem 0.46154rem;
      color: white;
      border-radius: 3px; }
  .page-order-detail .addresses {
    margin: 0 -1.15385rem; }
    .page-order-detail .addresses h4 {
      font-size: 1rem;
      font-weight: 700; }
  .page-order-detail #order-products.return {
    margin-bottom: 1.23077rem; }
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px; }
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem; }
      .page-order-detail #order-products.return td.qty {
        min-width: 125px; }
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem; }
          .rtl .page-order-detail #order-products.return td.qty .current {
            float: right; }
          .rtl .page-order-detail #order-products.return td.qty .current {
            text-align: left; }
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem; }
          .rtl .page-order-detail #order-products.return td.qty .select {
            float: right; }
          .rtl .page-order-detail #order-products.return td.qty .select {
            padding-right: 0.25rem;
            padding-left: inherit; }
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center; }
  .page-order-detail .order-items {
    padding: 0 !important; }
    .page-order-detail .order-items .order-item {
      padding: 1.23077rem 1.23077rem 0;
      border-bottom: 1px solid #bfbfbf; }
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 1.15385rem; }
        .rtl .page-order-detail .order-items .order-item .checkbox {
          float: right; }
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 1.15385rem; }
        .rtl .page-order-detail .order-items .order-item .content {
          float: right; }
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 1.23077rem; }
        .page-order-detail .order-items .order-item .desc .name {
          font-weight: bold; }
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 1.23077rem; }
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 0.30769rem; }
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 0.30769rem; }
  .page-order-detail .messages .message {
    margin-top: 0.61538rem;
    border-bottom: 1px solid #bfbfbf; }
    .page-order-detail .messages .message:last-child {
      border-bottom: 0; }
    .page-order-detail .messages .message > div {
      margin-bottom: 0.61538rem; }
  .page-order-detail .customization {
    margin-top: 0.92308rem; }

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141; }

#order-return-infos .customization {
  margin-top: 0.92308rem; }

/*** My account landing page ***/
.page-my-account #content .links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  -ms-flex-pack: start;
      justify-content: flex-start; }
  .page-my-account #content .links a {
    text-align: center;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #878787;
    padding: 0 1.15385rem;
    margin-bottom: 2.30769rem; }
    .page-my-account #content .links a span.link-item {
      display: block;
      height: 100%;
      border: 1px solid #e9e9e9;
      background: white;
      padding: 1.92308rem; }
    .page-my-account #content .links a i {
      display: block;
      font-size: 2.6rem;
      width: 100%;
      color: #414141;
      padding-bottom: 3.4rem; }
    .page-my-account #content .links a:hover {
      color: #414141; }
      .page-my-account #content .links a:hover i {
        color: #181818; }

/*** History page ***/
#history .orders {
  margin: 0 -1.23077rem; }
  #history .orders .order {
    padding: 0.92308rem 1.23077rem;
    border-bottom: 1px solid #bfbfbf; }
    #history .orders .order a h3 {
      color: #878787; }
    #history .orders .order .label {
      display: inline-block;
      margin: 0.30769rem 0;
      padding: 0.30769rem 0.46154rem;
      color: white;
      border-radius: 3px; }
    #history .orders .order:last-child {
      border-bottom: 0; }

/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 1.23077rem;
  display: inline-block;
  vertical-align: middle; }
  .rtl .page-footer .account-link {
    margin-left: 1.23077rem;
    margin-right: inherit; }
  .page-footer .account-link i {
    font-size: 1rem; }
  .page-footer .account-link span {
    font-size: 0.875rem;
    vertical-align: middle; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.carousel {
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 1.84615rem; }
  .carousel .direction {
    z-index: auto; }
  .carousel .carousel-inner {
    height: 340px; }
  .carousel .carousel-item {
    height: 100%; }
    .carousel .carousel-item img {
      width: 100%;
      margin-left: 0; }
    .carousel .carousel-item .caption {
      position: absolute;
      bottom: 28px;
      left: 90px;
      color: white;
      max-width: 340px; }
      .carousel .carousel-item .caption .caption-description p {
        color: white; }
  .carousel .carousel-control {
    opacity: 1; }
    .carousel .carousel-control .icon-next::before,
    .carousel .carousel-control .icon-prev::before {
      content: ""; }
    .carousel .carousel-control .icon-next i,
    .carousel .carousel-control .icon-prev i {
      font-size: 3.84615rem;
      color: white; }
    .carousel .carousel-control .icon-next:hover i,
    .carousel .carousel-control .icon-prev:hover i {
      color: #181818; }
    .carousel .carousel-control .icon-prev {
      left: 1.23077rem; }
    .carousel .carousel-control .icon-next {
      right: 2.46154rem; }
    .carousel .carousel-control.left, .carousel .carousel-control.right {
      background: none; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#pts-verticalmenu {
  position: relative;
  margin: 0;
  max-width: 100%; }
  #pts-verticalmenu .pts-verticalmenu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      #pts-verticalmenu .pts-verticalmenu {
        top: 6.15385rem;
        display: block !important;
        visibility: hidden;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; } }
  @media (min-width: 992px) {
    #pts-verticalmenu:hover .pts-verticalmenu {
      display: block !important;
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      top: 3.84615rem;
      visibility: visible; } }
  #pts-verticalmenu .title_block {
    color: #fff;
    background-color: #333333;
    font-size: 18px;
    line-height: 1.53846rem;
    margin: 0;
    padding: 0.76923rem 1.53846rem; }
  #pts-verticalmenu .vertical-menu-builder .title_block {
    background-color: transparent;
    color: #333333;
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding: 0 0 0.76923rem;
    text-transform: uppercase;
    text-align: left; }
    .rtl #pts-verticalmenu .vertical-menu-builder .title_block {
      text-align: right; }
  #pts-verticalmenu .vertical-menu-builder .block {
    margin-bottom: 0; }
  #pts-verticalmenu .vertical-menu-builder .style1 .grid .owl-item .product-miniature {
    border-bottom: 0; }
    @media (max-width: 1199px) {
      #pts-verticalmenu .vertical-menu-builder .style1 .grid .owl-item .product-miniature {
        border: none !important; } }
  #pts-verticalmenu .vertical-menu-builder .style1 .grid .owl-item:last-child .product-miniature {
    border: none; }

.pts-verticalmenu .navbar-nav {
  position: static;
  padding: 0;
  margin: 0;
  color: #222;
  font-size: 1rem;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.07);
  border: none;
  background-color: #333;
  float: none;
  width: 100%; }
  .pts-verticalmenu .navbar-nav > li {
    display: block; }
    .pts-verticalmenu .navbar-nav > li > a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      border-top: 1px solid transparent;
      display: block;
      color: #828282;
      font-size: 0.92308rem;
      padding: 0.88462rem 1.15385rem;
      position: relative;
      text-transform: uppercase; }
      .pts-verticalmenu .navbar-nav > li > a span.hasicon {
        padding-left: 1.53846rem; }
        .rtl .pts-verticalmenu .navbar-nav > li > a span.hasicon {
          padding-right: 1.53846rem;
          padding-left: inherit; }
        .pts-verticalmenu .navbar-nav > li > a span.hasicon.menu-icon {
          padding: 0 !important;
          margin: 0 10px 0 0; }
          .rtl .pts-verticalmenu .navbar-nav > li > a span.hasicon.menu-icon {
            margin: 0 0 0 10px; }
          .pts-verticalmenu .navbar-nav > li > a span.hasicon.menu-icon .menu-title {
            padding: 0 0 0 10px; }
            .rtl .pts-verticalmenu .navbar-nav > li > a span.hasicon.menu-icon .menu-title {
              padding: 0 10px 0 0; }
      .pts-verticalmenu .navbar-nav > li > a .material-icons,
      .pts-verticalmenu .navbar-nav > li > a .fa {
        position: absolute;
        left: 1.15385rem;
        top: 0.76923rem;
        cursor: pointer; }
        .rtl .pts-verticalmenu .navbar-nav > li > a .material-icons, .rtl
        .pts-verticalmenu .navbar-nav > li > a .fa {
          right: 1.15385rem;
          left: auto; }
      .pts-verticalmenu .navbar-nav > li > a .menu-desc {
        font-style: normal;
        font-family: "Raleway", sans-serif;
        color: #6f757c;
        font-weight: 300;
        font-size: 0.92308rem;
        font-style: italic;
        line-height: 14px; }
    .pts-verticalmenu .navbar-nav > li:focus > a, .pts-verticalmenu .navbar-nav > li:hover > a {
      color: #181818;
      border-color: #1b1b1b #1b1b1b rgba(255, 255, 255, 0.07); }
    @media (max-width: 991px) {
      .pts-verticalmenu .navbar-nav > li.open .dropdown-menu {
        display: block;
        top: 0; } }
    .pts-verticalmenu .navbar-nav > li:last-child > a {
      border-bottom: 0; }

.pts-verticalmenu .dropdown-menu {
  top: 0;
  border: 0;
  min-height: 100%;
  min-width: 215px;
  background: #fff;
  font-family: "Raleway", sans-serif;
  color: #8a8a8a;
  margin-top: 1px;
  font-size: 1rem;
  box-shadow: none; }
  @media (min-width: 992px) {
    .pts-verticalmenu .dropdown-menu {
      padding: 20px 0;
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
      filter: alpha(opacity=0);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      display: block;
      visibility: hidden !important; } }
  @media (max-width: 991px) {
    .pts-verticalmenu .dropdown-menu {
      width: 100% !important; } }
  .pts-verticalmenu .dropdown-menu a {
    color: #8a8a8a; }
    .pts-verticalmenu .dropdown-menu a:hover {
      color: #181818; }
  .pts-verticalmenu .dropdown-menu .nav-links li a {
    display: block;
    padding: 0.53846rem 0; }
  .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul {
    margin-bottom: 0; }
    .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul li {
      border: 0;
      padding: 0 1.53846rem;
      line-height: normal;
      list-style: none;
      display: block;
      position: relative; }
      .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul li a {
        color: #8a8a8a;
        font-size: 1rem;
        font-weight: 300;
        display: block;
        padding: 0.61538rem 0;
        position: relative; }
      .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul li:hover > a {
        color: #181818; }
      .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul li.last a, .pts-verticalmenu .dropdown-menu .dropdown-menu-inner ul li:last-child a {
        border: 0; }

.pts-verticalmenu .widget-subcategories li a {
  padding: 0.53846rem 0;
  display: block; }

@media (min-width: 992px) {
  .vertical-menu-builder {
    padding: 0.76923rem 1.15385rem; } }

.vertical-menu-builder .container {
  max-width: 100%; }
  .vertical-menu-builder .container .title_block {
    padding: 0; }

@media (max-width: 991px) {
  .pts-verticalmenu .navbar-nav > li > .dropdown-menu,
  .pts-megamenu .navbar-nav > li > .dropdown-menu {
    position: relative; } }

@media (min-width: 992px) {
  #right-column .pts-verticalmenu .navbar-nav > li > .dropdown-menu,
  .right .pts-verticalmenu .navbar-nav > li > .dropdown-menu {
    left: inherit;
    right: 120%;
    transition: all 0.2s ease-in 0s; }
    .rtl #right-column .pts-verticalmenu .navbar-nav > li > .dropdown-menu, .rtl
    .right .pts-verticalmenu .navbar-nav > li > .dropdown-menu {
      left: 120%;
      right: auto; }
  #right-column .pts-verticalmenu .navbar-nav > li:focus > .dropdown-menu, #right-column .pts-verticalmenu .navbar-nav > li:hover > .dropdown-menu,
  .right .pts-verticalmenu .navbar-nav > li:focus > .dropdown-menu,
  .right .pts-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
    visibility: visible !important;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    right: 100%; }
    .rtl #right-column .pts-verticalmenu .navbar-nav > li:focus > .dropdown-menu, .rtl #right-column .pts-verticalmenu .navbar-nav > li:hover > .dropdown-menu, .rtl
    .right .pts-verticalmenu .navbar-nav > li:focus > .dropdown-menu, .rtl
    .right .pts-verticalmenu .navbar-nav > li:hover > .dropdown-menu {
      left: 100%;
      right: auto; } }

#right-column .pts-verticalmenu .navbar-nav > li.parent,
.right .pts-verticalmenu .navbar-nav > li.parent {
  position: relative; }
  #right-column .pts-verticalmenu .navbar-nav > li.parent > a:after,
  .right .pts-verticalmenu .navbar-nav > li.parent > a:after {
    top: 0.61538rem;
    content: "+";
    border: 0;
    width: 1.53846rem;
    height: 1.53846rem;
    position: absolute;
    display: block;
    text-align: center; }

#right-column .pts-verticalmenu .navbar-nav > li .parent > a:after,
.right .pts-verticalmenu .navbar-nav > li .parent > a:after {
  top: 0.53846rem;
  content: "\F105";
  border: 0;
  width: 1.53846rem;
  height: 1.53846rem;
  position: absolute;
  display: block;
  text-align: center; }

#right-column .pts-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu,
.right .pts-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
  right: 100%;
  top: 0px;
  visibility: visible !important;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transition: all 0.2s ease-in 0s; }
  .rtl #right-column .pts-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu, .rtl
  .right .pts-verticalmenu .navbar-nav > li .parent:hover > .dropdown-menu {
    left: 100%;
    right: auto; }

@media (min-width: 992px) {
  #left-column .pts-verticalmenu .navbar-nav .parent > a:after,
  .left .pts-verticalmenu .navbar-nav .parent > a:after {
    top: 0.76923rem;
    content: "\F105";
    border: 0;
    width: 1.53846rem;
    height: 1.53846rem;
    position: absolute;
    display: block;
    text-align: center;
    right: 0;
    font-family: "FontAwesome"; }
    .rtl #left-column .pts-verticalmenu .navbar-nav .parent > a:after, .rtl
    .left .pts-verticalmenu .navbar-nav .parent > a:after {
      left: 0;
      right: auto; }
  #left-column .pts-verticalmenu .navbar-nav .parent .dropdown-menu,
  .left .pts-verticalmenu .navbar-nav .parent .dropdown-menu {
    left: 120%;
    visibility: hidden !important; }
    .rtl #left-column .pts-verticalmenu .navbar-nav .parent .dropdown-menu, .rtl
    .left .pts-verticalmenu .navbar-nav .parent .dropdown-menu {
      right: 120%;
      left: auto; }
  #left-column .pts-verticalmenu .navbar-nav .parent:hover > .dropdown-menu,
  .left .pts-verticalmenu .navbar-nav .parent:hover > .dropdown-menu {
    visibility: visible !important;
    left: 100%;
    top: 0px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }
    .rtl #left-column .pts-verticalmenu .navbar-nav .parent:hover > .dropdown-menu, .rtl
    .left .pts-verticalmenu .navbar-nav .parent:hover > .dropdown-menu {
      right: 100%;
      left: auto; } }

@media (max-width: 991px) {
  #left-column .pts-verticalmenu .navbar-nav .dropdown-menu,
  .left .pts-verticalmenu .navbar-nav .dropdown-menu {
    position: relative; }
  #left-column .pts-verticalmenu .navbar-nav .parent .click-vertical-menu,
  .left .pts-verticalmenu .navbar-nav .parent .click-vertical-menu {
    top: 0.61538rem;
    width: 1.53846rem;
    height: 1.53846rem;
    position: absolute;
    display: block;
    text-align: center;
    cursor: pointer;
    right: 1.53846rem; }
    .rtl #left-column .pts-verticalmenu .navbar-nav .parent .click-vertical-menu, .rtl
    .left .pts-verticalmenu .navbar-nav .parent .click-vertical-menu {
      left: 1.53846rem;
      right: auto; } }

.rtl #left-column .pts-verticalmenu .navbar-nav .parent > a::after, .rtl .left .pts-verticalmenu .navbar-nav .parent > a::after {
  transform: rotate(180deg); }

.sidebar.block-borderbox {
  border-top: 0; }

.sidebar #pts-verticalmenu {
  margin: 0 0 20px !important; }

.sidebar .pts-verticalmenu {
  z-index: 75; }

.sidebar #pts-verticalmenu .pts-verticalmenu {
  position: static;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 80;
  display: block !important;
  visibility: visible; }

.widget-module #pts-verticalmenu {
  margin: 0 0 20px !important; }

.widget-module .pts-verticalmenu {
  z-index: 75; }

@media (min-width: 992px) {
  .widget-module #pts-verticalmenu .pts-verticalmenu {
    position: static;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    z-index: 80;
    display: block !important;
    visibility: visible; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#custom-text {
  background: white;
  border-radius: 2px;
  margin-bottom: 1.84615rem;
  padding: 3.84615rem 3.84615rem;
  text-align: center; }
  #custom-text h3 {
    text-transform: uppercase;
    color: #414141;
    font-size: 1.92308rem;
    font-weight: 700; }
  #custom-text p {
    color: #414141;
    font-weight: 400;
    font-size: 1.1em; }
    #custom-text p .dark {
      color: #acaaa6;
      font-weight: 400; }

.page-content.page-cms {
  background: white;
  padding: 1.15385rem; }
  .page-content.page-cms .pts-inner.container {
    padding: 0; }
  .page-content.page-cms .cms-box img {
    max-width: 100%; }

@media (max-width: 991px) {
  #block-cmsinfo {
    padding: 1.53846rem 2.30769rem; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.products.style1:before {
  display: none; }

#products {
  float: left;
  width: 100%; }
  #products .products-select {
    display: -ms-flexbox;
    display: flex;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    -ms-flex-align: baseline;
        align-items: baseline;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -ms-flex-pack: justify;
        justify-content: space-between; }
  #products .up {
    margin-bottom: 1.23077rem; }
    #products .up .btn-secondary {
      color: #acaaa6;
      text-transform: inherit; }
      #products .up .btn-secondary .material-icons {
        margin-right: 0; }
        .rtl #products .up .btn-secondary .material-icons {
          margin-left: 0;
          margin-right: inherit; }

.category-cover {
  margin-bottom: 30px; }

.block-category {
  margin-bottom: 2.30769rem;
  padding: 0 15px; }
  .block-category #category-description p {
    margin-bottom: 0; }
  .block-category .category-cover {
    display: block;
    margin-bottom: 1.53846rem; }

.products-selection .sort-by-row {
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .products-selection .sort-by-row {
      display: block; } }

.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  font-weight: 500;
  text-align: right;
  color: #333333; }
  .rtl .products-selection .sort-by {
    text-align: left; }
  @media (max-width: 767px) {
    .products-selection .sort-by {
      width: 100%;
      display: block;
      padding: 0 0 0.38462rem 0; } }

.products-selection .total-products {
  padding-top: 0.76923rem; }
  .products-selection .total-products p {
    margin-bottom: 0; }

.products-selection h1 {
  padding-top: 0.76923rem; }

.products-sort-order {
  color: #878787;
  position: relative; }
  .products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    background: white;
    cursor: pointer;
    border: 0;
    padding: 0.61538rem 1.15385rem;
    box-shadow: 1px 0 7px rgba(0, 0, 0, 0.07) inset; }
  .products-sort-order .select-list {
    display: block;
    color: #414141;
    padding: 0.76923rem 1.53846rem; }
    .products-sort-order .select-list:hover {
      background: #181818;
      color: white;
      text-decoration: none; }
  .products-sort-order .dropdown-menu {
    left: auto;
    right: 0;
    margin: 0 15px;
    background: #bfbfbf;
    border: none;
    border-radius: 0;
    font-size: 13px; }
    .rtl .products-sort-order .dropdown-menu {
      left: 0;
      right: auto; }

#search_filters .block_content {
  padding: 20px;
  background-color: #fff; }

#search_filters .facet {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px; }
  #search_filters .facet ul {
    display: inline-block;
    width: 100%; }
    #search_filters .facet ul li {
      float: left;
      min-width: 50%;
      width: auto;
      padding: 5px 0; }
      .rtl #search_filters .facet ul li {
        float: right; }
  #search_filters .facet .collapse {
    display: block; }
  #search_filters .facet .facet-title {
    font-size: 14px;
    color: #333333;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #e9e9e9; }
    #search_filters .facet .facet-title span {
      position: relative;
      display: block; }
  #search_filters .facet .facet-label {
    margin-bottom: 0; }
    #search_filters .facet .facet-label a {
      margin-top: 0.53846rem;
      color: #414141;
      display: inline-block;
      font-size: 0.92308rem; }

.pagination {
  margin: 0;
  vertical-align: middle;
  text-align: center; }
  .pagination > div:first-child {
    line-height: 2.30769rem; }
  .pagination .page-list {
    margin-bottom: 0; }
    .pagination .page-list li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 2px; }
      .pagination .page-list li:first-child > span, .pagination .page-list li:first-child a, .pagination .page-list li:last-child > span, .pagination .page-list li:last-child a {
        border: none;
        text-transform: capitalize;
        width: auto;
        font-weight: 400; }
        .pagination .page-list li:first-child > span:hover, .pagination .page-list li:first-child a:hover, .pagination .page-list li:last-child > span:hover, .pagination .page-list li:last-child a:hover {
          color: #181818;
          background-color: transparent; }
      .pagination .page-list li:first-child {
        margin-right: 20px; }
        .rtl .pagination .page-list li:first-child {
          margin-left: 20px;
          margin-right: inherit; }
      .pagination .page-list li:last-child {
        margin-left: 20px; }
        .rtl .pagination .page-list li:last-child {
          margin-right: 20px;
          margin-left: inherit; }
      .pagination .page-list li a {
        color: #333333; }
      .pagination .page-list li > span,
      .pagination .page-list li a {
        border: none;
        font-size: 14px;
        text-transform: uppercase;
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: block;
        text-align: center;
        border-radius: 2px;
        transition: all 0.3s ease-in-out 0s; }
        .pagination .page-list li > span.disabled,
        .pagination .page-list li a.disabled {
          cursor: no-drop; }
      .pagination .page-list li:hover a,
      .pagination .page-list li:hover > span, .pagination .page-list li.current a,
      .pagination .page-list li.current > span {
        border-color: #181818;
        background: #181818;
        color: #fff; }
    .pagination .page-list .disabled {
      color: #666;
      cursor: no-drop; }
  .pagination .product-count {
    font-weight: 600;
    color: #181818; }

.ps_sortPagiBar {
  margin-top: 1.15385rem;
  margin-bottom: 0.69231rem; }
  .ps_sortPagiBar.bottom-line {
    border-bottom: 0;
    padding: 1.23077rem 0;
    margin: -1px 0 0;
    background-color: #fff;
    border-top: 1px solid #e9e9e9; }
  .ps_sortPagiBar .product-count {
    color: #181818; }

.active_filters {
  background: #dededd;
  padding: 0.76923rem 2.30769rem 0;
  margin-bottom: 1.53846rem; }
  .active_filters .active-filter-title {
    display: inline;
    margin-right: 0.76923rem;
    font-weight: 600; }
  .active_filters ul {
    display: inline; }
  .active_filters .filter-block {
    color: #414141;
    margin-right: 0.76923rem;
    margin-bottom: 0.76923rem;
    background: white;
    padding: 0.76923rem;
    display: inline-block;
    font-size: 0.75rem; }
    .rtl .active_filters .filter-block {
      margin-left: 0.76923rem;
      margin-right: inherit; }
    .active_filters .filter-block .close {
      color: #414141;
      font-size: 1.25rem;
      opacity: 1;
      margin-top: 0.23077rem;
      margin-left: 0.38462rem; }
      .rtl .active_filters .filter-block .close {
        margin-right: 0.38462rem;
        margin-left: inherit; }

.block-categories {
  background-color: #333 !important;
  font-size: 14px; }
  .block-categories .title-sidebar {
    background-color: #f04e46; }
  .block-categories .category-top-menu {
    padding: 0;
    margin-bottom: 0; }
    .block-categories .category-top-menu > li [data-depth="0"] {
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 15px 40px; }
      .block-categories .category-top-menu > li [data-depth="0"]:before {
        background-color: #b3b3b3;
        content: "";
        font-size: 22px;
        height: 3px;
        left: 25px;
        position: absolute;
        top: 22px;
        width: 3px; }
        .rtl .block-categories .category-top-menu > li [data-depth="0"]:before {
          right: 25px;
          left: auto; }
      .block-categories .category-top-menu > li [data-depth="0"]:last-child {
        border-bottom: 0; }
      .block-categories .category-top-menu > li [data-depth="0"]:hover:before {
        background-color: #f04e46; }
      .block-categories .category-top-menu > li [data-depth="0"]:hover > a {
        padding: 0 0 0 10px;
        color: #f04e46; }
        .rtl .block-categories .category-top-menu > li [data-depth="0"]:hover > a {
          padding: 0 10px 0 0; }
  .block-categories .category-sub-menu a {
    color: #999;
    display: inline-block;
    width: 100%; }
    .block-categories .category-sub-menu a:hover {
      color: #f04e46; }
  .block-categories .category-sub-menu .category-sub-menu li {
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .block-categories .category-sub-menu .category-sub-menu li:before {
      display: none; }
    .block-categories .category-sub-menu .category-sub-menu li:last-child {
      border-bottom: 0; }
  .block-categories .collapse-icons {
    position: absolute;
    right: 0;
    top: 1.23077rem;
    padding: 0;
    cursor: pointer; }
    .rtl .block-categories .collapse-icons {
      left: 0;
      right: auto; }
    .block-categories .collapse-icons[aria-expanded="true"] .add {
      display: none; }
    .block-categories .collapse-icons[aria-expanded="true"] .remove {
      display: block; }
    .block-categories .collapse-icons .add:hover,
    .block-categories .collapse-icons .remove:hover {
      color: #181818; }
    .block-categories .collapse-icons .remove {
      display: none; }
  .block-categories .arrows .arrow-down {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .zmdi-plus-circle-o {
    display: none; }
  .block-categories .arrows[aria-expanded="true"] .zmdi-minus-circle-outline {
    display: inline-block; }

.facets-title {
  color: #414141; }

.products-selection {
  margin: 0;
  background: #fff;
  clear: both;
  padding: 0.76923rem 1.69231rem;
  border-bottom: 1px solid #e9e9e9; }
  .products-selection .filter-button {
    margin-bottom: 1.23077rem; }
    .products-selection .filter-button .btn-secondary {
      padding: 0.92308rem 0.61538rem 0.84615rem; }

@media (max-width: 991px) {
  #category #left-column #search_filters {
    margin-bottom: 1.92308rem; } }

/*** Responsive part ***/
@media (max-width: 767px) {
  #category #left-column {
    width: 100%; }
    #category #left-column #search_filters_wrapper {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); }
    #category #left-column #search_filter_controls {
      text-align: center;
      margin-bottom: 1.23077rem; }
      #category #left-column #search_filter_controls button {
        margin: 0 0.61538rem;
        width: 50%;
        min-height: 3.07692rem;
        color: #FFFFFF; }
    #category #left-column #search_filters {
      margin-bottom: 0;
      box-shadow: none;
      padding: 0;
      border-top: 1px solid #bfbfbf; }
      #category #left-column #search_filters .facet {
        padding-top: 0;
        border-bottom: 1px solid #e9e9e9; }
        #category #left-column #search_filters .facet .title {
          cursor: pointer; }
          #category #left-column #search_filters .facet .title .collapse-icons {
            padding-top: 1.30769rem; }
            #category #left-column #search_filters .facet .title .collapse-icons .remove {
              display: none; }
          #category #left-column #search_filters .facet .title .facet-title {
            border: 0;
            margin: 0;
            padding: 1.53846rem 0.76923rem; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
          display: none; }
        #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
          display: block; }
        #category #left-column #search_filters .facet .facet-title {
          color: #414141;
          text-transform: uppercase; }
        #category #left-column #search_filters .facet .h6 {
          margin-bottom: 0;
          padding: 0.76923rem;
          display: inline-block; }
        #category #left-column #search_filters .facet .navbar-toggler {
          display: inline-block;
          padding: 0.76923rem 0.76923rem 0 0; }
        #category #left-column #search_filters .facet .collapse {
          display: none; }
          #category #left-column #search_filters .facet .collapse.in {
            display: block; }
        #category #left-column #search_filters .facet .facet-label a {
          margin-top: 0; }
        #category #left-column #search_filters .facet ul {
          margin-bottom: 0; }
          #category #left-column #search_filters .facet ul li {
            padding: 1.53846rem 0.76923rem; }
        #category #left-column #search_filters .facet .facet_group {
          padding: 0; }
        #category #left-column #search_filters .facet:last-child {
          border: 0; }
  #category #content-wrapper {
    width: 100%; }
  #category #search_filter_toggler {
    width: 100%; }
  .products-sort-order .select-title {
    margin-left: 0; }
    .rtl .products-sort-order .select-title {
      margin-right: 0;
      margin-left: inherit; }
  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 1.23077rem; }
  .products-selection .showing {
    padding-top: 1.23077rem; }
  #prices-drop #content-wrapper,
  #new-products #content-wrapper,
  #best-sales #content-wrapper {
    width: 100%; } }

@media (max-width: 575px) {
  .products-selection .filter-button {
    padding-left: 0; }
    .rtl .products-selection .filter-button {
      padding-right: 0;
      padding-left: inherit; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#product #content {
  position: relative;
  margin: 0 auto; }

.pts-product {
  background-color: #fff;
  padding: 20px 0; }
  @media (max-width: 767px) {
    .pts-product {
      padding: 20px; } }

.prodetail-tile {
  color: #333333;
  font-size: 2.15385rem;
  font-weight: 300;
  margin-top: 0.61538rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase; }

.product-price {
  display: inline-block; }

.proShortDesc {
  color: #828282;
  padding-top: 15px; }

.product-information .manufacturer-logo {
  height: 35px; }

.input-color {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.53846rem;
  width: 1.53846rem; }

.input-container {
  position: relative; }

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%; }

.input-color:checked + span,
.input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 1px solid #181818; }

.radio-label {
  background: white;
  display: inline-block;
  padding: 0.15385rem 0.76923rem;
  font-weight: 600;
  border: 2px solid white; }

.comp-wis {
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  margin-right: 15px;
  display: -ms-flexbox;
  display: flex; }
  .comp-wis > div {
    display: inline-block;
    margin-right: 5px; }
    .rtl .comp-wis > div {
      margin-left: 5px;
      margin-right: inherit; }
    .comp-wis > div .btn-product {
      border: none;
      padding: 6px 12px; }
      .comp-wis > div .btn-product i {
        margin-right: 5px; }
        .rtl .comp-wis > div .btn-product i {
          margin-left: 5px;
          margin-right: inherit; }
  .rtl .comp-wis {
    margin-left: 15px;
    margin-right: inherit; }

.product-actions {
  padding-top: 2.30769rem; }
  .product-actions .control-label {
    margin-bottom: 0.46154rem;
    display: inline-block;
    font-family: "Arvo", serif;
    color: #333333;
    font-weight: 700;
    min-width: 3.84615rem;
    vertical-align: middle;
    margin-bottom: 0; }
  .product-actions .add-to-cart {
    line-height: 22px;
    padding: 0.76923rem;
    text-align: center;
    font-size: 0.84615rem;
    min-width: 120px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    background-color: #333; }
    .product-actions .add-to-cart:hover {
      background-color: #181818; }
    .product-actions .add-to-cart .material-icons {
      display: none; }
  .product-actions .list-color,
  .product-actions .product-quantity {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 3px; }

.product-quantity .qty {
  width: 9.23077rem;
  float: left;
  margin-bottom: 0.61538rem;
  margin-right: 0.76923rem; }
  .rtl .product-quantity .qty {
    float: right; }
  .rtl .product-quantity .qty {
    margin-left: 0.76923rem;
    margin-right: inherit; }

.product-quantity .add {
  float: left;
  margin-bottom: 0.61538rem; }
  .rtl .product-quantity .add {
    float: right; }

.product-quantity #quantity_wanted {
  color: #414141;
  background-color: white;
  height: 3.30769rem;
  padding: 0.175rem 0.5rem;
  font-weight: 600;
  font-size: 1.23077rem;
  text-align: center; }

.product-quantity .input-group-btn-vertical .btn {
  padding: 0.61538rem 0.84615rem; }
  .product-quantity .input-group-btn-vertical .btn i {
    font-size: 1.23077rem;
    top: 0.15385rem;
    left: 0.23077rem; }
    .rtl .product-quantity .input-group-btn-vertical .btn i {
      right: 0.23077rem;
      left: auto; }

.product-quantity .btn-touchspin {
  height: 1.69231rem; }

.product-discounts {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 1.84615rem; }
  .product-discounts > .product-discounts-title {
    font-weight: normal;
    font-size: 0.875rem; }
  .product-discounts > .table-product-discounts thead tr th {
    width: 33%;
    padding: 0.76923rem 1.53846rem;
    background: white;
    border: 0.38462rem #99999B solid;
    text-align: center; }
  .product-discounts > .table-product-discounts tbody tr {
    background: #bfbfbf; }
    .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
      background: white; }
    .product-discounts > .table-product-discounts tbody tr td {
      padding: 0.76923rem 1.53846rem;
      text-align: center;
      border: 0.38462rem #99999B solid; }

.product-prices {
  margin: 0 0 0.76923rem; }
  .product-prices .current-price {
    font-size: 2.15385rem;
    font-weight: 700;
    color: #333333;
    font-family: "Arvo", serif; }
  .product-prices .tax-shipping-delivery-label {
    font-size: 1rem;
    color: #878787;
    display: inline-block; }

.product-discount {
  display: inline-block; }
  .product-discount .regular-price {
    font-size: 1.07692rem;
    font-weight: 400;
    margin-left: 5px;
    text-decoration: line-through; }
    .rtl .product-discount .regular-price {
      margin-right: 5px;
      margin-left: inherit; }

.has-discount {
  display: inline-block;
  font-size: 1.53846rem;
  font-weight: 400; }
  .has-discount .discount {
    color: white;
    font-weight: 600;
    padding: 0.38462rem 0.76923rem;
    font-size: 1rem;
    margin-left: 0.76923rem;
    text-transform: uppercase;
    display: none; }

.product-unit-price {
  font-size: 0.75rem;
  margin-bottom: 0; }

.product-cover {
  margin-bottom: 1rem;
  position: relative; }
  .product-cover img {
    background: white; }
  .product-cover .layer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    width: 100%;
    height: 100%;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    cursor: pointer;
    transition: opacity 0.7s ease-in-out; }
    .product-cover .layer:hover {
      opacity: 1; }
    .product-cover .layer .zoom-in {
      font-size: 7.69231rem;
      color: white; }

#product-modal .modal-content {
  background: transparent;
  border: none;
  padding: 0; }
  #product-modal .modal-content .modal-body {
    display: -ms-flexbox;
    display: flex;
    background-color: #fff; }
    #product-modal .modal-content .modal-body .product-cover-modal {
      background: white; }
    #product-modal .modal-content .modal-body .image-caption {
      padding-top: 1.15385rem; }
      #product-modal .modal-content .modal-body .image-caption p {
        margin-bottom: 0; }
    #product-modal .modal-content .modal-body .thumbnails {
      position: relative;
      margin-left: 1.15385rem; }
      .rtl #product-modal .modal-content .modal-body .thumbnails {
        margin-right: 1.15385rem;
        margin-left: inherit; }
    #product-modal .modal-content .modal-body .mask {
      position: relative;
      overflow: hidden;
      height: 100%;
      max-height: 63.46154rem;
      z-index: 1; }
      #product-modal .modal-content .modal-body .mask.nomargin {
        margin-top: 0; }
    #product-modal .modal-content .modal-body .product-images img {
      max-width: 100%;
      cursor: pointer;
      background: white;
      border: 2px solid transparent;
      transition: all 0.3s ease-in-out 0s; }
      #product-modal .modal-content .modal-body .product-images img:hover {
        border-color: #181818; }
    #product-modal .modal-content .modal-body .arrows i {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1;
      cursor: pointer;
      width: 1.92308rem;
      height: 1.92308rem;
      line-height: 1.84615rem;
      border-radius: 50%;
      border: 0;
      left: 0;
      right: 0;
      font-size: 1.23077rem;
      color: #666666;
      margin: auto;
      position: absolute;
      background-color: #ebebeb;
      z-index: 99; }
      #product-modal .modal-content .modal-body .arrows i:hover {
        background-color: #181818;
        color: #fff; }
      #product-modal .modal-content .modal-body .arrows i.arrow-up {
        top: -5px; }
      #product-modal .modal-content .modal-body .arrows i.arrow-down {
        bottom: -5px; }

#blockcart-modal {
  color: #414141; }
  #blockcart-modal .modal-header {
    background: #5cb85c; }
  #blockcart-modal .modal-body {
    background: #99999B;
    padding: 3.84615rem 2.30769rem; }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin-bottom: 0.38462rem; }
  #blockcart-modal .modal-dialog {
    max-width: 87.69231rem;
    width: 100%; }
  #blockcart-modal .product-image {
    width: 16.15385rem; }
  #blockcart-modal .modal-title {
    font-weight: 600;
    color: white;
    font-size: 1.38462rem; }
    #blockcart-modal .modal-title i.material-icons {
      margin-right: 2.30769rem; }
  #blockcart-modal .product-name {
    color: #181818;
    font-size: 1.38462rem; }
  #blockcart-modal .cart-products-count {
    font-size: 1.38462rem; }
  #blockcart-modal .cart-content {
    padding-left: 3.07692rem; }
    .rtl #blockcart-modal .cart-content {
      padding-right: 3.07692rem;
      padding-left: inherit; }
    #blockcart-modal .cart-content button {
      margin-right: 0.38462rem;
      line-height: 1.38462rem; }
      .rtl #blockcart-modal .cart-content button {
        margin-left: 0.38462rem;
        margin-right: inherit; }
  #blockcart-modal .divide-right {
    border-right: #acaaa6 1px solid; }
    .rtl #blockcart-modal .divide-right {
      border-left: #acaaa6 1px solid;
      border-right: 0; }

.product-images > li.thumb-container {
  display: inline-block;
  padding: 0.23077rem 0.46154rem; }
  .product-images > li.thumb-container > .thumb {
    cursor: pointer;
    filter: alpha(opacity=40);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    transition: 0.3s all ease-out 0s; }
    .product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
      filter: alpha(opacity=100);
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;
  text-align: center; }
  #main .images-container .js-qv-mask.scroll {
    width: 330px;
    margin: 0 auto; }
    @media (max-width: 575px) {
      #main .images-container .js-qv-mask.scroll {
        width: 210px; } }
  #main .images-container .js-qv-mask .product-images {
    display: inline-block;
    vertical-align: middle; }

.scroll-box-arrows {
  display: none; }
  .scroll-box-arrows.scroll {
    display: block; }
  .scroll-box-arrows i {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    cursor: pointer;
    width: 1.92308rem;
    height: 1.92308rem;
    line-height: 1.84615rem;
    border-radius: 50%;
    border: 0;
    font-size: 1.23077rem;
    color: #666666;
    bottom: 3.53846rem;
    margin: auto;
    position: absolute;
    background-color: #ebebeb;
    z-index: 9;
    text-align: center;
    transition: all 0.3s ease-in-out 0s; }
    .scroll-box-arrows i:hover {
      color: #fff;
      background-color: #181818; }
  .scroll-box-arrows .left {
    left: 10px; }
  .scroll-box-arrows .right {
    right: 10px; }

#product-availability {
  display: inline-block;
  font-weight: 700;
  margin-left: 0.76923rem; }
  .rtl #product-availability {
    margin-right: 0.76923rem;
    margin-left: inherit; }
  #product-availability .material-icons {
    line-height: inherit; }
  #product-availability .product-available {
    color: #5cb85c; }
  #product-availability .product-unavailable {
    color: #f0ad4e; }
  #product-availability .product-last-items {
    color: #f0ad4e; }

.product-manufacturer {
  text-align: center; }
  .product-manufacturer .img-thumbnail {
    height: 60px; }

#product-details .label {
  font-size: 1rem;
  color: #414141;
  font-weight: 600;
  margin-right: 5px; }
  .rtl #product-details .label {
    margin-left: 5px;
    margin-right: inherit; }

.product-features {
  margin-top: 1.53846rem;
  margin-left: 0.38462rem; }
  .rtl .product-features {
    margin-right: 0.38462rem;
    margin-left: inherit; }
  .product-features > dl.data-sheet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    -ms-flex-align: start;
        align-items: flex-start; }
    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
      -moz-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
      flex: 1 0 40%;
      font-weight: normal;
      background: #99999B;
      padding: 0.76923rem;
      margin-right: 0.76923rem;
      min-height: 3.07692rem;
      word-break: break-all; }
      .product-features > dl.data-sheet dd.value:nth-of-type(even),
      .product-features > dl.data-sheet dt.name:nth-of-type(even) {
        background: #bfbfbf; }
    .product-features > dl.data-sheet dt.name {
      text-transform: capitalize; }

.product-variants {
  display: inline-block;
  width: 100%; }
  .product-variants > .product-variants-item {
    margin: 0 0 1.15385rem;
    width: 50%;
    float: left; }
    .rtl .product-variants > .product-variants-item {
      float: right; }
    .product-variants > .product-variants-item select {
      border: 1px solid #99999B;
      height: 2.46154rem;
      width: 90%;
      max-width: 230px; }
    .product-variants > .product-variants-item ul li {
      margin-right: 0.76923rem;
      border: 1px solid;
      padding: 1px; }
      .rtl .product-variants > .product-variants-item ul li {
        margin-left: 0.76923rem;
        margin-right: inherit; }
    .product-variants > .product-variants-item .color {
      margin-left: 0;
      margin: 0 !important;
      border-radius: 0;
      width: 22px;
      height: 22px; }
      .rtl .product-variants > .product-variants-item .color {
        margin-right: 0;
        margin-left: inherit; }

.product-customization {
  margin: 3.07692rem 0; }
  .product-customization .product-customization-item {
    margin: 1.53846rem 0; }
  .product-customization .product-message {
    background: #99999B;
    border: none;
    width: 100%;
    height: 3.84615rem;
    resize: none;
    padding: 0.76923rem;
    /* @include placeholder {
      color: $gray;
    } */ }
  .product-customization .file-input {
    width: 100%;
    opacity: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    overflow: hidden;
    position: absolute; }
    .rtl .product-customization .file-input {
      right: 0;
      left: auto; }
  .product-customization .custom-file {
    position: relative;
    background: #99999B;
    width: 100%;
    text-indent: 0.76923rem;
    display: block;
    color: #acaaa6;
    margin-top: 1.53846rem; }
    .product-customization .custom-file button {
      z-index: 0;
      position: absolute;
      right: 0;
      line-height: 1.15385rem;
      top: 0; }
      .rtl .product-customization .custom-file button {
        left: 0;
        right: auto; }
  .product-customization small {
    color: #acaaa6; }

.product-pack {
  margin-top: 3.07692rem; }
  .product-pack .pack-product-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .product-pack .pack-product-container .pack-product-name {
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      font-size: 1.07692rem;
      color: #acaaa6; }
    .product-pack .pack-product-container .pack-product-quantity {
      border-left: #99999B 2px solid;
      padding-left: 0.76923rem; }
    .product-pack .pack-product-container .pack-product-name,
    .product-pack .pack-product-container .pack-product-price,
    .product-pack .pack-product-container .pack-product-quantity {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }

.product-refresh {
  margin-top: 1.53846rem; }

.social-sharing {
  display: block;
  border-top: 1px solid #e9e9e9;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  padding-top: 30px; }
  .social-sharing > span {
    color: #000;
    float: left; }
    .rtl .social-sharing > span {
      float: right; }
  .social-sharing ul {
    margin-bottom: 0;
    display: inline-block;
    margin-left: 30px; }
    .rtl .social-sharing ul {
      margin-right: 30px;
      margin-left: inherit; }
  .social-sharing li {
    text-align: center;
    float: left;
    display: inline-block;
    margin: 0 5px 0 0;
    transition: all 0.2s ease-in; }
    .rtl .social-sharing li {
      float: right; }
    .rtl .social-sharing li {
      margin: 0 0 0 5px; }
    .social-sharing li a {
      height: 1.53846rem;
      width: 1.53846rem;
      display: block;
      position: relative; }
      .social-sharing li a:before {
        display: inline-block;
        content: "";
        width: 1.53846rem;
        height: 1.53846rem;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        font-family: "FontAwesome";
        background-image: none;
        font-size: 0.92308rem;
        line-height: 1.53846rem; }
      .social-sharing li a:hover {
        color: transparent; }
      .social-sharing li a span {
        display: none; }
    .social-sharing li.facebook a::before {
      content: "\F09A";
      background-color: #305891;
      color: #fff; }
    .social-sharing li.twitter a::before {
      content: "\F099   ";
      background-color: #2ca8d2;
      color: #fff; }
    .social-sharing li.googleplus a::before {
      content: "\F0D5";
      background-color: #fc6d4c;
      color: #fff; }
    .social-sharing li.pinterest a::before {
      content: "\F231   ";
      background-color: #738a8d;
      color: #fff; }

.products-selection .title {
  color: #878787; }

#blockcart-modal .cart-content .btn {
  margin-bottom: 0.76923rem;
  line-height: 1.53846rem; }

@media (max-width: 991px) {
  .product-cover img {
    width: 100%; }
  #product-modal .modal-content .modal-body {
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: 0; }
    #product-modal .modal-content .modal-body img.product-cover-modal {
      width: 100%; }
    #product-modal .modal-content .modal-body .arrows {
      display: none; }
  #product-modal .modal-content .modal-body .image-caption {
    width: 100%; }
  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px); }
  #blockcart-modal .modal-body {
    padding: 2.30769rem; } }

@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none; }
  #blockcart-modal .modal-body {
    padding: 1.23077rem; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.cart-grid {
  margin-bottom: 1.23077rem; }

.cart-items {
  margin-bottom: 0; }

.cart-item {
  padding: 1.23077rem 0; }

.cart-summary-line {
  clear: both; }
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit; }
    .rtl .cart-summary-line .label {
      padding-right: 0;
      padding-left: inherit; }
  .cart-summary-line .value {
    color: #181818;
    float: right; }
    .rtl .cart-summary-line .value {
      float: left; }
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal; }

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 0.92308rem; }
  .cart-grid-body a.label:hover {
    color: #181818; }
  .cart-grid-body .card-block {
    padding: 1.23077rem; }
    .cart-grid-body .card-block h1 {
      margin-bottom: 0;
      font-size: 20px;
      text-transform: uppercase;
      color: #181818; }
  .cart-grid-body hr {
    margin: 0; }
  .cart-grid-body .cart-overview {
    padding: 1.23077rem; }

/** CART RIGHT **/
.cart-grid-right #block-reassurance {
  background-color: #fff;
  padding: 1.53846rem; }

.cart-grid-right hr {
  margin: 0; }

.cart-grid-right .promo-discounts {
  margin-bottom: 0; }
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787; }
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer; }

.block-promo .promo-code {
  padding: 1.60rem;
  background: #99999B; }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 1.53846rem;
    background: #d9534f;
    color: white;
    display: none; }
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #d9534f;
      border-width: 10px;
      margin-left: -10px; }
      .rtl .block-promo .promo-code .alert-danger::after {
        margin-right: -10px;
        margin-left: inherit; }

.block-promo .promo-input {
  color: #414141;
  border: #acaaa6 1px solid;
  height: 3.07692rem;
  text-indent: 0.76923rem;
  width: 60%; }
  .block-promo .promo-input + button {
    margin-top: -4px;
    text-transform: capitalize; }

.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #f0ad4e;
  font-weight: 600; }
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #414141;
    display: inline-block; }

.block-promo .promo-code-button {
  padding-left: 1.53846rem;
  margin-bottom: 1.53846rem;
  display: inline-block; }
  .rtl .block-promo .promo-code-button {
    padding-right: 1.53846rem;
    padding-left: inherit; }

.block-promo.promo-highlighted {
  padding: 1.53846rem;
  padding-bottom: 0;
  margin-bottom: 0; }

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%; }

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info > .label {
  padding: 0;
  line-height: inherit;
  text-align: left;
  white-space: inherit; }

.product-line-grid-body > .product-line-info > .out-of-stock {
  color: red; }

.product-line-grid-body > .product-line-info > .available {
  color: #5cb85c; }

.product-line-grid-body > .product-line-info > .unit-price-cart {
  padding-left: 0.3125rem;
  font-size: 0.875rem;
  color: #878787; }
  .rtl .product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-right: 0.3125rem;
    padding-left: inherit; }

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  width: 5.23077rem; }
  .product-line-grid-right .bootstrap-touchspin > .form-control,
  .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #414141;
    background-color: white;
    height: 2.69231rem;
    padding: 0.175rem 0.5rem;
    text-align: center;
    font-size: 1.23077rem; }
  .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto; }

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  line-height: 36px; }
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #414141;
    display: inline-block;
    margin-top: 0.38462rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 1.23077rem; } }

@media (max-width: 575px) {
  .cart-items {
    padding: 1.23077rem 0; }
  .cart-item {
    border-bottom: 1px solid #99999B; }
    .cart-item:last-child {
      border-bottom: 0; }
  .cart-grid-body .cart-overview {
    padding: 0; }
  .cart-grid-body .no-items {
    padding: 1.23077rem;
    display: inline-block; }
  .product-line-grid-left {
    padding-right: 0 !important; }
    .rtl .product-line-grid-left {
      padding-left: 0 !important;
      padding-right: inherit; } }

@media (max-width: 575px) {
  .product-line-grid-right .qty {
    width: 100%; }
  .product-line-grid-right .price {
    width: 100%; } }

.blockcart .header .cart-title {
  background: rgba(0, 0, 0, 0) url(../img/data/icon-cart.png) no-repeat scroll 0 0;
  background-position: left center;
  padding: 0 0 0 25px;
  display: inline-block;
  margin-top: 0;
  vertical-align: middle; }
  .rtl .blockcart .header .cart-title {
    background-position: right center; }
  .rtl .blockcart .header .cart-title {
    padding: 0 25px 0 0; }

@media (max-width: 991px) {
  .blockcart .header .cart-label {
    display: none; } }

.blockcart {
  position: relative;
  text-align: right;
  display: inline-block; }
  .rtl .blockcart {
    text-align: left; }
  @media (min-width: 576px) {
    .blockcart {
      float: right; }
      .rtl .blockcart {
        float: left; } }
  @media (max-width: 575px) {
    .blockcart {
      text-align: center !important; } }
  .blockcart .ps_cartcontent {
    z-index: 1;
    position: absolute;
    right: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: #fff;
    padding: 0.76923rem;
    width: 23.07692rem;
    top: 7.69231rem;
    line-height: normal;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out 0s; }
    .rtl .blockcart .ps_cartcontent {
      left: 0;
      right: auto; }
    .blockcart .ps_cartcontent .car-product {
      position: relative;
      padding: 0.76923rem;
      border-bottom: 1px solid #e9e9e9;
      text-align: right; }
      .rtl .blockcart .ps_cartcontent .car-product {
        text-align: left; }
      .blockcart .ps_cartcontent .car-product > * {
        display: block; }
      .blockcart .ps_cartcontent .car-product .cart-image {
        margin-right: 15px; }
        .rtl .blockcart .ps_cartcontent .car-product .cart-image {
          margin-left: 15px;
          margin-right: inherit; }
      .blockcart .ps_cartcontent .car-product .cart-name {
        font-weight: normal;
        font-size: 14px;
        text-transform: capitalize; }
        .blockcart .ps_cartcontent .car-product .cart-name a {
          color: #000;
          font-weight: 100; }
          .blockcart .ps_cartcontent .car-product .cart-name a:hover {
            color: #181818; }
    .blockcart .ps_cartcontent .remove-from-cart {
      position: absolute;
      right: 0;
      top: 0.38462rem;
      color: red; }
      .rtl .blockcart .ps_cartcontent .remove-from-cart {
        left: 0;
        right: auto; }
    .blockcart .ps_cartcontent .cart-quantity label {
      margin-right: 0.38462rem; }
      .rtl .blockcart .ps_cartcontent .cart-quantity label {
        margin-left: 0.38462rem;
        margin-right: inherit; }
    .blockcart .ps_cartcontent .cart-group {
      padding: 0.76923rem 0 0;
      text-align: right; }
      .rtl .blockcart .ps_cartcontent .cart-group {
        text-align: left; }
    .blockcart .ps_cartcontent .cart_total {
      margin-bottom: 1.30769rem;
      padding-bottom: 3px;
      border-bottom: 1px solid #e9e9e9;
      color: #181818;
      font-size: 15px;
      -ms-flex-pack: justify;
          justify-content: space-between; }
      .blockcart .ps_cartcontent .cart_total:after {
        display: none; }
    .blockcart .ps_cartcontent .cart-buttons a {
      display: inline-block;
      background: #181818;
      color: #fff;
      border: 3px double #fff;
      padding: 7px 10px;
      width: 100%;
      text-align: center;
      text-transform: uppercase;
      overflow: hidden; }
      .blockcart .ps_cartcontent .cart-buttons a:hover {
        background-color: #181818;
        color: #fff;
        border-color: #181818; }
  .blockcart:hover .ps_cartcontent {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 100%; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#block-reassurance {
  background: #fff;
  padding: 20px 20px 20px 0; }
  .rtl #block-reassurance {
    padding: 20px 0 20px 20px; }
  #block-reassurance ul {
    margin-bottom: 0; }
  #block-reassurance img {
    opacity: .7;
    width: 1.92308rem;
    margin-right: 0.76923rem; }
    .rtl #block-reassurance img {
      margin-left: 0.76923rem;
      margin-right: inherit; }
  #block-reassurance li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #block-reassurance li:last-child {
      border: 0; }
  #block-reassurance li .block-reassurance-item {
    padding: 1rem 0; }
  #product #block-reassurance {
    background: white; }
    #product #block-reassurance span {
      font-weight: 600;
      color: #333333; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.quickview .modal-dialog {
  width: calc(100% - 30px);
  max-width: 78.76923rem; }

.quickview .modal-content {
  background: #fff;
  min-height: 34.61538rem; }

.quickview .modal-header {
  border: none;
  padding: 0.76923rem; }

.quickview .modal-body {
  min-height: 29.23077rem; }

.quickview .modal-footer {
  border: 0; }

.quickview .layer {
  display: none; }

.quickview .product-cover img {
  width: 95%; }

.quickview .images-container {
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  min-height: 26.92308rem; }
  .quickview .images-container .product-images > li.thumb-container > .thumb {
    width: 6.07692rem;
    margin-bottom: 1rem;
    background: white; }

.quickview .mask {
  width: 33%;
  height: 27.69231rem;
  overflow: hidden;
  margin-left: 0.76923rem; }
  .rtl .quickview .mask {
    margin-right: 0.76923rem;
    margin-left: inherit; }

.quickview .arrows {
  position: absolute;
  top: 0;
  height: 27.69231rem;
  right: 6.15385rem;
  z-index: 0; }
  .quickview .arrows .arrow-up {
    margin-top: -3.84615rem;
    cursor: pointer;
    opacity: 0.2; }
  .quickview .arrows .arrow-down {
    position: absolute;
    bottom: -2.30769rem;
    cursor: pointer; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
#stores .page-stores {
  margin: 0 auto; }
  #stores .page-stores .store-item {
    padding-left: 0.92308rem;
    padding-right: 0.92308rem; }
  #stores .page-stores .store-picture img {
    max-width: 100%; }
  #stores .page-stores .store-item-container {
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 2.30769rem 0; }
    #stores .page-stores .store-item-container ul {
      margin-bottom: 0;
      font-size: 1.25rem; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: #99999B 1px solid; }
      #stores .page-stores .store-item-container .divide-left tr {
        height: 1.92308rem; }
      #stores .page-stores .store-item-container .divide-left td {
        padding-left: 0.46154rem; }
      #stores .page-stores .store-item-container .divide-left th {
        text-align: right; }
    #stores .page-stores .store-item-container .store-description {
      font-size: 1rem; }
  #stores .page-stores .store-item-footer {
    margin-top: 0.61538rem;
    padding-top: 0.61538rem;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #99999B 1px solid; }
    #stores .page-stores .store-item-footer div:first-child {
      -moz-flex: 0 0 65%;
      -ms-flex: 0 0 65%;
      flex: 0 0 65%; }
    #stores .page-stores .store-item-footer i.material-icons {
      margin-right: 0.76923rem;
      color: #acaaa6;
      font-size: 1rem; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.76923rem; }

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%; }
    #stores .page-stores .store-item-container {
      padding: 1.23077rem 0; } }

@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block; }
    #stores .page-stores .store-item-container .divide-left {
      border-left: none; }
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 0.61538rem; }
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 0.61538rem; }
  #stores .page-stores .store-item-footer {
    display: block; }
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #99999B 1px solid; }
    #stores .page-stores .store-item-footer li {
      margin-bottom: 0.76923rem; }
    #stores .page-stores .store-item-footer .card-block {
      padding: 0.92308rem 0.92308rem 0; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.block-contact {
  border-left: #99999B 2px solid;
  padding-left: 3.69231rem;
  color: #acaaa6; }
  .block-contact .block-contact-title {
    color: #414141; }

.linklist .blockcms-title a {
  color: #414141; }

.account-list a {
  color: #acaaa6; }
  .account-list a:hover {
    color: #181818; }

.blockcms-title,
.myaccount-title,
.myaccount-title a,
.block-contact-title {
  font-weight: 700;
  font-size: 1rem;
  color: #fff; }

.block-social {
  text-align: right; }
  .rtl .block-social {
    text-align: left; }

.block-social li {
  background-repeat: no-repeat;
  display: inline-block;
  cursor: pointer; }
  .block-social li a {
    height: 3.84615rem;
    line-height: 3.84615rem;
    width: 3.84615rem;
    display: inline-block;
    font-size: 21px;
    position: relative;
    color: #fff;
    text-align: center; }

.footer-container {
  overflow: hidden; }
  .footer-container li {
    margin-bottom: 0.76923rem; }
  .footer-container li a {
    color: #878787;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 22px; }
    .footer-container li a:hover {
      color: #fff; }
  .footer-container .links .collapse {
    display: inherit; }

@media (max-width: 767px) {
  .footer-container {
    box-shadow: none;
    margin-top: 0; }
    .footer-container .wrapper {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .footer-container .links .h3 {
      line-height: 1.5;
      font-size: 1.23077rem; }
    .footer-container .links .title {
      padding: 0 0.76923rem;
      margin: 0;
      line-height: 42px;
      border: 1px dashed rgba(255, 255, 255, 0.1);
      cursor: pointer; }
      .footer-container .links .title .collapse-icons .remove {
        display: none; }
    .footer-container .links .title[aria-expanded="true"] .collapse-icons .add {
      display: none; }
    .footer-container .links .title[aria-expanded="true"] .collapse-icons .remove {
      display: block; }
    .footer-container .links .navbar-toggler {
      display: inline-block;
      padding: 0; }
    .footer-container .links .collapse {
      display: none; }
      .footer-container .links .collapse.in {
        display: block; }
    .footer-container .links ul {
      background-color: transparent;
      border: 1px dashed rgba(255, 255, 255, 0.1);
      padding: 15px;
      margin-bottom: 0; } }

@media (max-width: 991px) {
  .block-contact {
    padding-left: 1.84615rem; } }

.custom-html .intro {
  margin-bottom: 10px; }

.custom-html ul.list-group li {
  padding: 8px 0;
  transition: all 0.4s ease 0s;
  margin: 0;
  cursor: pointer; }
  @media (max-width: 767px) {
    .custom-html ul.list-group li {
      padding: 11px 0; } }
  .custom-html ul.list-group li i {
    background: #8c8c8c none repeat scroll 0 0;
    border-radius: 2px;
    color: white;
    font-size: 12px;
    line-height: 26px;
    width: 26px;
    height: 26px;
    margin-right: 8px;
    text-align: center;
    transition: all 0.4s ease 0s;
    float: left; }
    .rtl .custom-html ul.list-group li i {
      margin-left: 8px;
      margin-right: inherit; }
    .rtl .custom-html ul.list-group li i {
      float: right; }
  .custom-html ul.list-group li:hover {
    color: #fff; }
    .custom-html ul.list-group li:hover i {
      background-color: #181818; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.contact-rich {
  color: #878787;
  margin-bottom: 2.46154rem; }
  .contact-rich .block-content {
    padding: 10px;
    background-color: #fff; }
  .contact-rich .block {
    margin-bottom: 0;
    padding: 20px 5px;
    overflow: hidden; }
    .contact-rich .block .icon {
      float: left;
      width: 3.84615rem;
      overflow: hidden; }
      .contact-rich .block .icon i {
        border: 1px solid #e9e9e9;
        border-radius: 50%;
        cursor: pointer;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        transition: 0.3s all ease 0s; }
    .contact-rich .block .data {
      color: #414141;
      width: auto;
      overflow: hidden; }
    .contact-rich .block:hover .icon i {
      background-color: #181818;
      border-color: #181818;
      color: #fff; }

.contact-form {
  background: #fff;
  padding: 2.30769rem; }
  .contact-form textarea {
    min-height: 200px; }
  .contact-form h3 {
    text-transform: uppercase;
    margin-bottom: 15px; }
  .contact-form .row {
    margin-bottom: 30px; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.page-not-found .wrap {
  margin: 0 auto;
  /* Safari */
  -ms-flex-align: center;
      align-items: center;
  /* Safari */
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 28.46154rem;
  padding-top: 10rem;
  background: url(../img/data/404.jpg) center center no-repeat;
  margin-bottom: 2.30769rem; }

.page-not-found h4 {
  text-transform: uppercase;
  color: #181818;
  font-size: 3.84615rem;
  font-weight: 800;
  display: block; }

.page-not-found p {
  color: #333333;
  font-size: 1.23077rem;
  font-weight: 600; }

.page-not-found .search-widget {
  max-width: 48.46154rem;
  margin: 0 auto; }
  .page-not-found .search-widget input {
    background-color: #f5f5f5; }
  .page-not-found .search-widget .btnsearch {
    border-left: 2px solid #181818; }
    .rtl .page-not-found .search-widget .btnsearch {
      border-right: 2px solid #181818;
      border-left: 0; }

.page-not-found .btn {
  text-transform: uppercase;
  font-size: 1.07692rem;
  color: #181818;
  font-weight: 700;
  margin-top: 1.53846rem; }
  .page-not-found .btn .fa {
    margin: 0 0.76923rem; }
  .page-not-found .btn:hover {
    color: #333333; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #bfbfbf; }
  .customization-modal .modal-content .modal-body {
    padding-top: 0; }
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-bottom: 1.15385rem;
      padding-top: 1.15385rem;
      border-bottom: 1px solid #bfbfbf; }
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: bold;
        text-align: right; }
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
/*** Responsive part ***/
@media (max-width: 767px) {
  #wrapper {
    box-shadow: none; }
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem; }
  section.checkout-step {
    width: 100%; }
  .default-input {
    min-width: 100%; }
  label {
    clear: both; }
  #products .product-miniature,
  .featured-products .product-miniature {
    margin: 0 auto; }
  .block-contact {
    padding-left: 0.9375rem;
    border: none; }
  .header-bottom .wrapper {
    position: relative; }
    .header-bottom .wrapper #pts-verticalmenu {
      position: static;
      width: 3.84615rem; }
      .header-bottom .wrapper #pts-verticalmenu > .title_block {
        padding: 0.76923rem 1.15385rem; } }

@media (max-width: 991px) {
  .container {
    max-width: 100%; }
  #header .logo {
    width: auto; }
  #products .product-miniature,
  .featured-products .product-miniature {
    margin: 0 auto; }
  .sub-menu {
    left: 0;
    min-width: 100%; }
    .rtl .sub-menu {
      right: 0;
      left: auto; }
  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 1.15385rem; }
  #blockcart-modal .cart-content {
    padding-left: 0; }
  #blockcart-modal .product-name,
  #product-availability {
    margin-top: 0.76923rem; }
  #search_filters .facet .facet-label {
    text-align: left; }
    .rtl #search_filters .facet .facet-label {
      text-align: right; }
  .block-category .category-cover {
    position: relative;
    text-align: center; }
  .block-category {
    padding-bottom: 0; } }

.leo-wishlist-product .leo-wishlistproduct-item {
  position: relative; }

.leo-wishlist-product .delete-wishlist-product {
  position: absolute;
  right: 1.84615rem;
  top: 1.84615rem; }
  .leo-wishlist-product .delete-wishlist-product .leo-wishlist-button-delete {
    min-width: 3.07692rem;
    min-height: 3.07692rem;
    padding: 0.61538rem !important; }
    .leo-wishlist-product .delete-wishlist-product .leo-wishlist-button-delete .material-icons {
      margin: 0 !important; }

.leo-wishlist-product .thumbnail-container > a,
.leo-wishlist-product .thumbnail-container > .product-image {
  min-height: 7.69231rem;
  display: block; }
  .leo-wishlist-product .thumbnail-container > a .img-fluid, .leo-wishlist-product .thumbnail-container > a .carousel-inner > .carousel-item > img,
  .leo-wishlist-product .carousel-inner > .carousel-item.thumbnail-container > a > img,
  .leo-wishlist-product .thumbnail-container > .product-image .img-fluid,
  .leo-wishlist-product .thumbnail-container > .product-image .carousel-inner > .carousel-item > img,
  .leo-wishlist-product .thumbnail-container > .product-image .carousel-inner > .carousel-item > a > img {
    max-width: 100%;
    height: auto; }

.leo-wishlist-product .product-description .button-container {
  padding-top: 0.61538rem; }

.leo-wishlist-product .product-description .product-title {
  padding-top: 0.61538rem; }
  .leo-wishlist-product .product-description .product-title a {
    text-transform: uppercase; }

.leo-wishlist-product .product-description .input-group {
  width: 100%; }
  .leo-wishlist-product .product-description .input-group .form-control {
    width: calc(100% - 59px);
    text-align: center; }

.leo-wishlist-product .product-description .btn-product {
  margin-top: 1.23077rem;
  width: 100%; }

.leo-wishlist-product .product-flags {
  top: 3.30769rem;
  right: 1rem; }

.leo-wishlist-product .wishlist-product-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.leo-wishlist-product .btn {
  min-height: 3.69231rem; }

.btn-product.add-to-cart {
  min-height: 3.69231rem; }

.btn-product.add-to-cart:active {
  background-color: #5cb85c !important;
  transition: .5s; }

body {
  background-color: #FFFFFF; }

.help-block {
  color: #A41E36; }

/**
 * BASE CSS STYLES
 */
a {
  color: #A41E36;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  a:hover, a:focus {
    color: #881d30; }

.header3 {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05); }
  .header3 .logo-store {
    margin-top: 1.53846rem; }
    .header3 .logo-store a img {
      max-width: 11.69231rem; }
  .header3 .header-nav {
    background-color: #181818;
    color: #FFFFFF;
    font-size: 0.92308rem; }
    .header3 .header-nav .dropdown,
    .header3 .header-nav .user-info a {
      color: #FFFFFF; }
        .header3 .header-nav .dropdown:hover .expand-more,
        .header3 .header-nav .user-info a:hover .expand-more {
          color: #FFFFFF; }
          .header3 .header-nav .dropdown:hover,
      .header3 .header-nav .user-info a:hover {
        color: #fff;
        opacity: 0.6; }
    @media (max-width: 991.98px) {
      .header3 .header-nav .dropdown:hover,
      .header3 .header-nav .user-info a:hover {
        color: #000;
        opacity: 0.6; }
      .header3 .header-nav .dropdown {
        color: #181818; }
      .header3 .header-nav .user-info a, .header3 .header-nav .dropdown .expand-more {
        color: #181818 !important; } }
    .header3 .header-nav .canvas-menu {
      background-color: transparent !important; }
    .header3 .header-nav:after {
      display: none; }
  .header3 .header-bottom {
    border: 0; }
  .header3 .header-top .wrapper {
    padding: 0; }
  .header3 .blockcart {
    margin-top: 1.53846rem; }
    @media (max-width: 991px) {
      .header3 .blockcart {
        margin-top: 0.46154rem; } }
    .header3 .blockcart:before {
      background-color: #A41E36;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 2.61538rem;
      height: 2.61538rem;
      border-radius: 50%; }
      @media (max-width: 991px) {
        .header3 .blockcart:before {
          top: 1.15385rem; } }
    .header3 .blockcart .header {
      padding-left: 0;
      background: rgba(0, 0, 0, 0) url(../img/data/icon-cart.png) no-repeat scroll 0.69231rem center; }
      .header3 .blockcart .header .d-block {
        display: -ms-flexbox !important;
        display: flex !important; }
        @media (max-width: 767px) {
          .header3 .blockcart .header .d-block {
            padding-top: 0.92308rem; } }
        .header3 .blockcart .header .d-block .cart-products-count {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: end;
              align-items: flex-end; }
  .header3 #_mobile_currency_selector:empty,
  .header3 #_mobile_language_selector:empty {
    display: none; }
  .header3 .ps-desktop-megamenu .megamenu > li > a {
    height: 5rem;
    padding: 1.69231rem 2.46154rem 1.69231rem 0; }
  .header3 .megamenu-link {
    display: block;
    padding: 1.69231rem 2.46154rem 1.69231rem 0; }

.header-mobile > div.bottom .mobile_search {
  width: 70%; }
  @media (min-width: 768px) {
    .header-mobile > div.bottom .mobile_search {
      width: 75%; } }

.header-mobile > div.bottom .mobile_cart {
  width: 30%; }
  @media (min-width: 768px) {
    .header-mobile > div.bottom .mobile_cart {
      width: 25%; } }

main,
div#page {
  margin: 0 !important; }

.footer-top .row-inner {
  background: url(../img/data/bg_newsletter.jpg) center center no-repeat;
  background-size: auto auto; }
  @media (max-width: 991px) {
    .footer-top .row-inner {
      background-size: auto 100%; } }

.footer-center .pts-inner > .row-inner {
  background-color: #181818; }

.footer-center .footer-description {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 0.92308rem;
  line-height: 1.53846rem;
  color: #FFFFFF; }

.footer-center .block .title_block {
  font-size: 1.23077rem;
  position: relative;
  margin-bottom: 2.30769rem;
  font-family: "Arvo", serif;
  font-weight: 700; }
  .footer-center .block .title_block:after {
    content: "";
    background-color: #A41E36;
    position: absolute;
    height: 0.15385rem;
    width: 2.46154rem;
    left: 0;
    bottom: 0; }
  @media (max-width: 767px) {
    .footer-center .block .title_block {
      margin-bottom: 1.53846rem; }
      .footer-center .block .title_block:after {
        display: none; } }

.footer-center .nav-links li,
.footer-center .lists li {
  margin-bottom: 1.30769rem;
  line-height: 1.07692rem; }
  .footer-center .nav-links li a,
  .footer-center .lists li a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.92308rem;
    padding: 0;
    color: #FFFFFF;
    line-height: 1.07692rem; }
    .footer-center .nav-links li a[href="javascript:void(0)"],
    .footer-center .lists li a[href="javascript:void(0)"] {
      color: #99999B;
      cursor: auto; }

.footer-center .widget-p-r-2 {
  padding-right: 20%; }

.pts-copyright .row-inner {
  background-color: #181818; }

.ps_breadcumb {
  border-bottom: 0;
  margin-bottom: 0px; }
  .ps_breadcumb .breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    min-height: 6.15385rem; }
    .ps_breadcumb .breadcrumb li a {
      color: #99999B;
      font-size: 1.07692rem;
      font-family: "Raleway", sans-serif;
      font-weight: 400; }
    .ps_breadcumb .breadcrumb li:after {
      margin: 0 0.76923rem;
      color: #99999B; }

.block_newsletter h2 {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 1.38462rem;
  text-align: left;
  text-transform: none;
  padding: 0 1.15385rem;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .block_newsletter h2 {
      margin-bottom: 2.69231rem; } }

.block_newsletter .box-newsletter {
  border: 0; }
  .block_newsletter .box-newsletter .wrap {
    padding: 3.23077rem 0.76923rem; }
    @media (max-width: 1199px) {
      .block_newsletter .box-newsletter .wrap {
        padding: 2.46154rem 0.76923rem; } }

.block_newsletter .input-wrapper:before {
  display: none; }

.block_newsletter .input-wrapper .input-group-addon {
  background-color: transparent; }
  .block_newsletter .input-wrapper .input-group-addon input {
    background: url(../img/arrow_col_sec.svg) center center no-repeat; }
  .block_newsletter .input-wrapper .input-group-addon:hover {
    background-color: transparent; }

.block_newsletter .form-control {
  background-color: transparent;
  border: 0;
  color: #ffffff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0.76923rem 1.92308rem 0.76923rem 1.23077rem;
  font-size: 1.07692rem; }
  .block_newsletter .form-control:-ms-input-placeholder {
    color: #FFFFFF; }
  .block_newsletter .form-control::placeholder {
    color: #FFFFFF;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-style: italic; }
  .block_newsletter .form-control:-webkit-autofill, .block_newsletter .form-control:-webkit-autofill:hover, .block_newsletter .form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white; }

#to_top {
  box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.5); }
  #to_top .zmdi__text {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  #to_top .zmdi-chevron-up {
    font-size: 1.76923rem;
    margin-top: 0.69231rem; }

.ps_categoryproducts .title_block {
  background-color: transparent;
  color: #181818;
  text-align: left;
  margin-bottom: 2.46154rem;
  padding: 0 1.15385rem;
  font-size: 1.38462rem; }

.ps_categoryproducts .style1.owl-carousel .owl-item .product-miniature {
  border-top: 1px solid #F2F2F2; }

.products-block .owl-item:first-child .product-miniature {
  border-top: 0; }

.products-block .product-miniature {
  background-color: transparent;
  border-color: #F2F2F2;
  padding-bottom: 0.61538rem;
  position: relative;
  overflow: initial; }
  .products-block .product-miniature:hover .wrap-hover {
    z-index: 999 !important; }
  .products-block .product-miniature .product-flags li.on-sale, .products-block .product-miniature .product-flags li.discount-percentage, .products-block .product-miniature .product-flags li.discount, .products-block .product-miniature .product-flags li.pack, .products-block .product-miniature .product-flags li.new, .products-block .product-miniature .product-flags li.discount-promo {
    top: 0.61538rem !important;
    right: 0.61538rem; }
    .products-block .product-miniature .product-flags li.on-sale span, .products-block .product-miniature .product-flags li.discount-percentage span, .products-block .product-miniature .product-flags li.discount span, .products-block .product-miniature .product-flags li.pack span, .products-block .product-miniature .product-flags li.new span, .products-block .product-miniature .product-flags li.discount-promo span {
      line-height: 0.76923rem;
      display: inline-block;
      margin-top: 0.30769rem; }
  .products-block .product-miniature .right-block {
    position: static; }
    .products-block .product-miniature .right-block .wrap-hover {
      height: 100%;
      padding: 1.23077rem;
      background-color: rgba(0, 0, 0, 0.8);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: end;
          align-content: flex-end;
      height: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      top: 0; }
      .products-block .product-miniature .right-block .wrap-hover .product-meta,
      .products-block .product-miniature .right-block .wrap-hover .product-price-and-shipping,
      .products-block .product-miniature .right-block .wrap-hover .action-btn {
        width: 100%;
        text-align: left; }
        .products-block .product-miniature .right-block .wrap-hover .product-meta > div > a,
        .products-block .product-miniature .right-block .wrap-hover .product-price-and-shipping > div > a,
        .products-block .product-miniature .right-block .wrap-hover .action-btn > div > a {
          display: block; }
      .products-block .product-miniature .right-block .wrap-hover .product-meta .product-title a {
        color: #FFFFFF; }
      .products-block .product-miniature .right-block .wrap-hover .product-price-and-shipping {
        padding-bottom: 0.61538rem; }
        .products-block .product-miniature .right-block .wrap-hover .product-price-and-shipping .price {
          color: #FFFFFF;
          font-family: "Arvo", serif;
          font-weight: 700;
          font-size: 1.53846rem; }
      .products-block .product-miniature .right-block .wrap-hover .cart {
        margin: 0;
        padding: 0;
        width: 100%; }
        .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
          min-height: 2.46154rem; }
          @media (min-width: 992px) {
            .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
              min-width: 82px; } }
          @media (min-width: 1200px) {
            .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
              min-width: 108px; } }
          .products-block .product-miniature .right-block .wrap-hover .cart .btn-product .leo-bt-cart-content span {
            padding-left: 1.53846rem; }
      .products-block .product-miniature .right-block .wrap-hover .action-btn {
        position: relative; }
      .products-block .product-miniature .right-block .wrap-hover .wishlist {
        position: relative;
        width: 20%;
        overflow: hidden;}
      .products-block .product-miniature .right-block .wrap-hover .bootstrap-touchspin {
        min-height: 0;
        width: 100%;
        margin-bottom: 0.92308rem; }
        @media (min-width: 992px) {
          .products-block .product-miniature .right-block .wrap-hover .bootstrap-touchspin {
            margin-bottom: 0.61538rem; } }
        .products-block .product-miniature .right-block .wrap-hover .bootstrap-touchspin .input-group {
          min-height: 0;
          padding: 0.30769rem 0.61538rem;
          text-align: center;
          width: calc(100% - 4.46154rem);
          font-size: 1.53846rem;
          line-height: .8; }
          @media (min-width: 992px) {
            .products-block .product-miniature .right-block .wrap-hover .bootstrap-touchspin .input-group {
              padding-top: 0;
              padding-bottom: 0; } }
  .products-block .product-miniature .product-thumbnail {
    min-height: 16.15385rem;
    overflow: hidden;
    display: block; }
    @media (min-width: 576px) {
      .products-block .product-miniature .product-thumbnail {
        min-height: 16.15385rem; } }
    @media (min-width: 768px) {
      .products-block .product-miniature .product-thumbnail {
        height: 11.69231rem;
        min-height: auto; }
        .products-block .product-miniature .product-thumbnail img {
          display: block;
          position: relative;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .products-block .product-miniature .product-title {
    text-transform: uppercase; }
  .products-block .product-miniature .product-provider {
    display: none; }
  .products-block .product-miniature .product-reference {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 0.92308rem;
    color: #bfbfbf;
    text-transform: uppercase;
    padding: 0;
    margin: 0; }
  .products-block .product-miniature .regular-price {
    line-height: 1.53846rem; }
  .products-block .product-miniature[data-stock] {
    position: relative; }
    .products-block .product-miniature[data-stock]:before {
      content: attr(data-stock);
      color: #FFFFFF;
      font-size: 0.76923rem;
      text-transform: uppercase;
      padding: 0.23077rem 3.07692rem;
      position: absolute;
      transform: rotate(-45deg);
      left: -2.38462rem;
      top: 2.61538rem;
      z-index: 98; }
    .products-block .product-miniature[data-stock]:after {
      content: "";
      border-bottom: 1.92308rem solid #A41E36;
      border-right: 1.92308rem solid transparent;
      border-left: 1.92308rem solid transparent;
      position: absolute;
      transform: rotate(-45deg);
      left: -2.38462rem;
      top: 2.61538rem;
      width: 11.92308rem;
      height: 1.92308rem;
      z-index: 97; }

.products-block.list1 .product-miniature {
  padding-bottom: 1.15385rem; }
  .products-block.list1 .product-miniature .right-block .product-meta {
    padding: 0; }
  .products-block.list1 .product-miniature .right-block .product-reference {
    margin: 0; }
  .products-block.list1 .product-miniature .product-reference {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto; }
  .products-block.list1 .product-miniature .product-flags li.on-sale, .products-block.list1 .product-miniature .product-flags li.discount-percentage, .products-block.list1 .product-miniature .product-flags li.discount, .products-block.list1 .product-miniature .product-flags li.pack, .products-block.list1 .product-miniature .product-flags li.new, .products-block.list1 .product-miniature .product-flags li.discount-promo {
    left: -0.53846rem;
    top: -0.53846rem !important;
    right: auto; }
  .products-block.list1 .product-miniature .thumbnail-container {
    overflow: visible;
    min-height: 7.96154rem; }
    .products-block.list1 .product-miniature .thumbnail-container .media-left {
      padding-right: 1.23077rem; }
    .products-block.list1 .product-miniature .thumbnail-container .product-thumbnail {
      min-width: 7.38462rem;
      display: block;
      min-height: auto;
      overflow: visible;
      height: auto; }
      .products-block.list1 .product-miniature .thumbnail-container .product-thumbnail .media-object {
        min-width: inherit;
        top: 0;
        left: 0;
        transform: translate(0, 0); }

.products-block.list1:before {
  background-color: #F2F2F2;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  z-index: 1; }
  @media (min-width: 992px) {
    .products-block.list1:before {
      display: none; } }

@media (min-width: 992px) {
  .products-block.list1 .owl-item:first-child .product-miniature {
    border-top: 1px solid #F2F2F2; } }

.products-block.style1.grid:before {
  background-color: #F2F2F2; }

.products-block.style1.grid.list_newest, .products-block.style1.grid.list_bestseller, .products-block.style1.grid.list_special, .products-block.style1.grid.list_featured, .products-block.style1.grid.list_toprating {
  border-top: 1px solid #F2F2F2; }
  .products-block.style1.grid.list_newest .product-miniature .product-thumbnail, .products-block.style1.grid.list_bestseller .product-miniature .product-thumbnail, .products-block.style1.grid.list_special .product-miniature .product-thumbnail, .products-block.style1.grid.list_featured .product-miniature .product-thumbnail, .products-block.style1.grid.list_toprating .product-miniature .product-thumbnail {
    min-height: 16.15385rem; }
    @media (min-width: 992px) {
      .products-block.style1.grid.list_newest .product-miniature .product-thumbnail, .products-block.style1.grid.list_bestseller .product-miniature .product-thumbnail, .products-block.style1.grid.list_special .product-miniature .product-thumbnail, .products-block.style1.grid.list_featured .product-miniature .product-thumbnail, .products-block.style1.grid.list_toprating .product-miniature .product-thumbnail {
        height: 5.76923rem;
        min-height: 5.76923rem; } }
  .products-block.style1.grid.list_newest .product-miniature .right-block .wrap-hover, .products-block.style1.grid.list_bestseller .product-miniature .right-block .wrap-hover, .products-block.style1.grid.list_special .product-miniature .right-block .wrap-hover, .products-block.style1.grid.list_featured .product-miniature .right-block .wrap-hover, .products-block.style1.grid.list_toprating .product-miniature .right-block .wrap-hover {
    top: 0; }
  .products-block.style1.grid.list_newest .product-miniature .wrap-hover, .products-block.style1.grid.list_bestseller .product-miniature .wrap-hover, .products-block.style1.grid.list_special .product-miniature .wrap-hover, .products-block.style1.grid.list_featured .product-miniature .wrap-hover, .products-block.style1.grid.list_toprating .product-miniature .wrap-hover {
    margin-bottom: 1.23077rem; }

.products-block.style1.list_newest .product-miniature .product-reference, .products-block.style1.list_bestseller .product-miniature .product-reference, .products-block.style1.list_special .product-miniature .product-reference, .products-block.style1.list_featured .product-miniature .product-reference, .products-block.style1.list_toprating .product-miniature .product-reference {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: auto;
  padding: 0 0 0.30769rem 0; }

.products-block.style1.products .product-provider {
  text-transform: uppercase;
  color: #bfbfbf;
  padding-top: 1.30769rem;
  margin: 0;
  display: block; }

.category_content .has-img-content .block_content {
  border-color: #F2F2F2; }

.category_content .has-img-tab img {
  height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 992px) {
  .product-small {
    padding-left: 1.23077rem; } }

.product-small .title_block {
  color: #181818 !important;
  text-align: left !important;
  background-color: transparent !important;
  font-size: 1.38462rem;
  letter-spacing: normal;
  text-transform: none;
  padding: 1.23077rem 0 !important; }

.product-flags > li {
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  width: 3.38462rem;
  height: 3.38462rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .product-flags > li.on-sale, .product-flags > li.discount-percentage, .product-flags > li.pack, .product-flags > li.discount {
    background-color: #181818;
    background-image: none; }
  .product-flags > li.new {
    background-color: #D01839;
    background-image: none; }
  .product-flags > li.discount-promo {
    background-color: #D01839;
    background-image: none;
    font-size: 0.92308rem;
    margin-top: 0; }

.prodetail-tile {
  font-size: 2.92308rem;
  font-family: "Arvo", serif;
  font-weight: 700;
  line-height: 3.07692rem;
  margin-top: 0;
  margin-bottom: 1.23077rem;
  text-transform: none; }

.pts-product {
  padding-top: 0; }
  .pts-product .product-flag {
    top: 0 !important; }

.product-prices .product-price {
  width: 100%; }
  .product-prices .product-price .current-price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end; }
    .product-prices .product-price .current-price .price {
      font-size: 2.92308rem;
      font-family: "Arvo", serif;
      font-weight: 700;
      color: #A41E36;
      position: relative;
      padding-right: 1.92308rem;
      line-height: 1.53846rem;
      -ms-flex-align: end;
          align-items: flex-end; }
    .product-prices .product-price .current-price .currency {
      top: 0rem;
      font-size: 2.46154rem;
      line-height: 2.46154rem; }
  .product-prices .product-price .product-unit-price {
    font-size: 1.07692rem;
    font-family: "Arvo", serif;
    font-weight: 400;
    margin-top: 0.61538rem; }

.product-reference {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.07692rem;
  color: #99999B; }

.proShortDesc {
  font-size: 1.23077rem;
  line-height: 1.84615rem;
  color: #99999B;
  font-family: "Raleway", sans-serif;
  font-weight: 500; }

.product-actions {
  padding: 0;
  margin-bottom: 2.46154rem; }
  .product-actions .add-to-cart {
    min-height: 3.69231rem; }
  .product-actions .product-quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }

.product-quantity {
  width: 100%; }
  .product-quantity .qty {
    width: auto;
    margin: 0 1.84615rem 0 0; }
  .product-quantity .add {
    margin: 0;
    width: 100%; }
    .product-quantity .add .btn {
      min-width: 100%; }
  .product-quantity .wishlist {
    margin: 0 0 0 1.84615rem;
    float: left; }
    .product-quantity .wishlist .leo-wishlist-button {
      border: 2px solid #DDDDDD !important;
      min-height: 3.69231rem;
      min-width: 3.69231rem; }
      .product-quantity .wishlist .leo-wishlist-button .leo-wishlist-bt-content {
        left: 0;
        top: 0;
        width: 3.38462rem;
        height: 3.38462rem; }
        .product-quantity .wishlist .leo-wishlist-button .leo-wishlist-bt-content .fa-heart {
          background-image: url(../img/ico-heart-e-n.svg);
          background-size: 24px;
          width: 3.38462rem;
          height: 3.38462rem;
          margin: 0; }
        .product-quantity .wishlist .leo-wishlist-button .leo-wishlist-bt-content span {
          display: none; }
      .product-quantity .wishlist .leo-wishlist-button:hover, .product-quantity .wishlist .leo-wishlist-button.added {
        border: 2px solid #A41E36 !important; }
        .product-quantity .wishlist .leo-wishlist-button:hover .leo-wishlist-bt-content .fa-heart, .product-quantity .wishlist .leo-wishlist-button.added .leo-wishlist-bt-content .fa-heart {
          background-image: url(../img/ico-heart-r.svg); }

.product-add-to-cart .product-quantity .leo-wishlist-button.added .leo-wishlist-bt-loading {
  left: 1.15385rem;
  top: 1.15385rem; }

.product-features {
  margin: 0; }
  .product-features .subtitle {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 0.92308rem;
    color: #181818; }
  .product-features > dl.data-sheet {
    display: block;
    margin-bottom: 2.30769rem; }
    .product-features > dl.data-sheet > dt.name,
    .product-features > dl.data-sheet > dd.value {
      background-color: transparent;
      padding: 0;
      min-height: auto;
      display: inline;
      line-height: 2.30769rem; }
      .product-features > dl.data-sheet > dt.name:nth-of-type(even),
      .product-features > dl.data-sheet > dd.value:nth-of-type(even) {
        background-color: transparent; }
    .product-features > dl.data-sheet > dt.name {
      color: #181818;
      margin-left: -0.76923rem; }
      .product-features > dl.data-sheet > dt.name:first-child {
        margin-left: 0px; }
    .product-features > dl.data-sheet > dd.value {
      color: #99999B; }
      .product-features > dl.data-sheet > dd.value:after {
        content: ' ';
        display: block; }
  .product-features > ul.data-sheet {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .product-features > ul.data-sheet li {
      margin: 0 0 0.61538rem 0;
      width: 100%;
      background-color: #FAFAFA;
      color: #99999B;
      padding: 1.23077rem 1.23077rem 1.15385rem 1.23077rem;
      font-size: 0.92308rem;
      line-height: 0.92308rem; }
      @media (min-width: 576px) {
        .product-features > ul.data-sheet li {
          margin: 0 0.30769rem 0.61538rem 0;
          width: calc(50% - 4px); } }
      .product-features > ul.data-sheet li:nth-child(even) {
        background-color: #F2F2F2; }
      @media (min-width: 576px) {
        .product-features > ul.data-sheet li:nth-child(even) {
          margin: 0 0 0.61538rem 0.30769rem;
          background-color: #FAFAFA; }
        .product-features > ul.data-sheet li:nth-child(4n) {
          background-color: #F2F2F2; }
        .product-features > ul.data-sheet li:nth-child(4n - 1) {
          background-color: #F2F2F2; } }

.product-attachments .attachment a {
  color: #A41E36;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.92308rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .product-attachments .attachment a:before {
    content: "";
    background: url(../img/ico-pdf.svg) no-repeat center center transparent;
    display: inline-block;
    width: 1.61538rem;
    height: 2.07692rem;
    margin-right: 1rem; }

.featured-products .products-block {
  border-color: #F2F2F2;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2; }
  .featured-products .products-block.list1 .product-miniature .thumbnail-container .right-block {
    min-width: auto;
    padding: 0; }
  .featured-products .products-block.list1 .product-miniature .thumbnail-container .product-thumbnail {
    min-width: 7.38462rem;
    height: 7.84615rem; }
  @media (min-width: 576px) {
    .featured-products .products-block.list1 .product-miniature .product-meta {
      width: 100%; } }
  .featured-products .products-block.list1 .product-miniature .product-title a {
    white-space: normal; }
  .featured-products .products-block.list1 .product-miniature .product-flags li.on-sale, .featured-products .products-block.list1 .product-miniature .product-flags li.discount-percentage, .featured-products .products-block.list1 .product-miniature .product-flags li.discount, .featured-products .products-block.list1 .product-miniature .product-flags li.pack, .featured-products .products-block.list1 .product-miniature .product-flags li.new, .featured-products .products-block.list1 .product-miniature .product-flags li.discount-promo {
    top: -0.15385rem !important;
    left: -0.15385rem; }
  .featured-products .products-block.list1 .product-miniature .product-reference {
    white-space: normal;
    padding: 0 0 0.30769rem 0; }

.featured-products .all-product-link {
  width: 100%;
  margin: 0;
  border-color: #F2F2F2;
  color: #A41E36;
  padding: 1.23077rem 1.92308rem 1.23077rem 0.76923rem;
  text-transform: uppercase;
  position: relative;
  text-align: center; }
  .featured-products .all-product-link i {
    position: absolute;
    right: 0;
    font-size: 1.53846rem;
    top: 1.07692rem; }

.price {
  color: #A41E36;
  font-size: 1.53846rem;
  font-family: "Arvo", serif;
  font-weight: 700;
  position: relative;
  padding-right: 0.76923rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end; }
  .price .currency {
    font-size: 80%;
    line-height: 1.15385rem;
    font-family: arial;
    font-weight: normal; }
  .price strong {
    position: relative;
    padding-right: 0.76923rem; }

#product-modal .modal-content .modal-body,
#blockcart-modal .modal-content .modal-body {
  background-color: #FFFFFF; }

#product-modal .cart-content .btn,
#blockcart-modal .cart-content .btn {
  min-height: 3.69231rem;
  padding: 1.23077rem;
  color: #FFFFFF;
  width: 100%;
  display: inline-block !important; }
  @media (min-width: 992px) {
    #product-modal .cart-content .btn,
    #blockcart-modal .cart-content .btn {
      width: auto; } }

.bootstrap-touchspin {
  position: relative;
  width: 8.92308rem;
  min-height: 3.69231rem; }
  .bootstrap-touchspin .input-group-btn-vertical {
    position: absolute;
    width: 100%;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    height: 100%;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
    .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin {
      width: 2.46154rem;
      height: inherit;
      margin: 0;
      border: 2px solid #DDDDDD;
      background-color: #FAFAFA;
      padding: 0;
      min-width: auto; }
      .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
        position: relative;
        left: 0;
        top: 0; }
        .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i:after {
          position: absolute;
          content: "";
          width: 1.15385rem;
          height: 0.15385rem;
          background-color: #99999B;
          left: 0;
          display: block;
          top: calc(50% - 2px); }
        .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i.touchspin-up:before {
          position: absolute;
          content: "";
          width: 0.15385rem;
          height: 1.15385rem;
          background-color: #99999B;
          left: 0.53846rem;
          display: block;
          top: 0; }
      .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin:hover {
        background-color: #DDDDDD !important; }
  .bootstrap-touchspin input.input-group {
    width: 4.38462rem;
    margin-left: 2.30769rem;
    border: 2px solid #DDDDDD;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 1.53846rem;
    min-height: 3.69231rem; }

.btn.btn-ghost, .leo-modal-wishlist .modal-footer .btn-secondary {
  border-color: #A41E36 !important;
  background-color: #FFFFFF !important;
  color: #A41E36 !important;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 0 1.23077rem;
  min-height: 3.07692rem; }
  .btn.btn-ghost:hover, .leo-modal-wishlist .modal-footer .btn-secondary:hover {
    background-color: #881d30 !important;
    border-color: #881d30 !important;
    color: #FFFFFF !important; }
  .disabled.btn.btn-ghost, .leo-modal-wishlist .modal-footer .disabled.btn-secondary {
    border-color: #efefef !important;
    color: #dadada !important; }

.btn {
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  background-color: #A41E36 !important;
  padding: 0.03846rem 0rem;
  transition: 0.3s all ease 0s;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  @media (min-width: 992px) {
    .btn {
      min-width: 92px; } }
  @media (min-width: 1200px) {
    .btn {
      min-width: 115px; } }
  .btn-primary {
    min-height: 3.07692rem;
    padding: 0 1.23077rem; }
  .btn .leo-bt-cart-content {
    position: relative; }
    .btn .leo-bt-cart-content .fa-shopping-cart {
      background: url(../img/ico-cart.svg) center center no-repeat;
      display: inline-block !important;
      width: 1.38462rem;
      height: 1.38462rem;
      position: absolute;
      left: 0;
      top: calc(50% - 9px); }
      .btn .leo-bt-cart-content .fa-shopping-cart:before {
        display: none; }
    .btn .leo-bt-cart-content span {
      display: inline-block !important;
      color: #FFFFFF;
      padding-left: 2.30769rem;
      font-size: 0.92308rem; }
  .btn:hover {
    background-color: #881d30 !important; }
  .btn.disabled {
    background-color: #efefef !important;
    color: #dadada !important; }

a.btn {
  padding: 1.19231rem 1.23077rem !important; }

.wishlist .leo-wishlist-button {
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 0 !important;
  min-width: 2.46154rem;
  min-height: 2.46154rem;
  display: block;
  position: relative;
  background-color: transparent !important; }
  .wishlist .leo-wishlist-button .leo-wishlist-bt-content {
    position: absolute;
    left: 0rem;
    top: 0rem;
    width: 30px;
    height: 30px;
    border: 1px solid transparent;
    text-align: center; }
    .wishlist .leo-wishlist-button .leo-wishlist-bt-content .fa-heart {
      background: url(../img/ico-heart-e.svg) center center no-repeat;
      display: inline-block;
      width: 1.38462rem;
      height: 1.38462rem;
      transition: 0.3s all ease 0s;
      margin: 0.38462rem auto; }
      .wishlist .leo-wishlist-button .leo-wishlist-bt-content .fa-heart:before {
        display: none; }
    .wishlist .leo-wishlist-button .leo-wishlist-bt-content span {
      display: none; }
  .wishlist .leo-wishlist-button:hover, .wishlist .leo-wishlist-button.added {
    border: 1px solid #A41E36 !important;
    background-color: #FFFFFF !important; }
    .wishlist .leo-wishlist-button:hover .leo-wishlist-bt-content .fa-heart, .wishlist .leo-wishlist-button.added .leo-wishlist-bt-content .fa-heart {
      background-image: url(../img/ico-heart-r.svg); }
  .wishlist .leo-wishlist-button .leo-wishlist-bt-loading {
    border-color: #A41E36 !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    position: absolute;
    left: 8px;
    top: 8px; }

.wishlist .leo-list-wishlist {
  left: auto;
  right: 0; }
  @media (min-width: 992px) {
    .wishlist .leo-list-wishlist {
      top: auto;
      bottom: 100%; } }
  .wishlist .leo-list-wishlist .wishlist-item {
    border-color: #F2F2F2; }
    .wishlist .leo-list-wishlist .wishlist-item.added {
      background-color: rgba(164, 30, 54, 0.8); }

.wishlist-product-priority {
  border-radius: 0 !important;
  -webkit-appearance: none; }

#mywishlist .new-wishlist .leo-save-wishlist-bt {
  width: 100%;
  margin-top: 2rem; }

#mywishlist .btn-ghost .material-icons {
  margin-right: 0.61538rem; }

.list-wishlist .table-striped tr.new, .list-wishlist .table-striped tr.active, .list-wishlist .table-striped tr.show, .list-wishlist .table-striped tr.show.active {
  background-color: rgba(164, 30, 54, 0.8) !important;
  color: #FFFFFF; }
  .list-wishlist .table-striped tr.new a, .list-wishlist .table-striped tr.active a, .list-wishlist .table-striped tr.show a, .list-wishlist .table-striped tr.show.active a {
    color: #FFFFFF; }

.list-wishlist .table-striped .label-implicit.checkbox .text-label:before {
  top: 0.15385rem;
  left: 0.15385rem !important; }

.list-wishlist .table-striped .label-implicit.checkbox .text-label:after {
  left: 0; }

.leo-modal-wishlist .modal-footer .btn-secondary {
  margin-right: 0.61538rem; }

.form-control,
textarea {
  border: 2px solid #DDDDDD;
  background-color: #FAFAFA;
  color: #181818; }
  .form-control:focus,
  textarea:focus {
    border-color: #99999B;
    background-color: #FAFAFA; }
  .form-control[disabled],
  textarea[disabled] {
    border-color: #efefef;
    background-color: #FAFAFA;
    color: #dadada; }
  .form-control-comment,
  textarea-comment {
    color: #bfbfbf; }

textarea {
  width: 100%; }

.form-group.has-error input {
  outline: 0;
  border-color: #A41E36; }

.form-group.has-error .help-block {
  color: #A41E36; }

.label-implicit [type="checkbox"],
.label-implicit [type="radio"] {
  margin-right: 1.23077rem;
  visibility: hidden; }
  .label-implicit [type="checkbox"] + .text-label,
  .label-implicit [type="radio"] + .text-label {
    position: relative;
    margin: 0;
    border: 0;
    box-shadow: none; }
    .label-implicit [type="checkbox"] + .text-label:after,
    .label-implicit [type="radio"] + .text-label:after {
      content: "";
      width: 1.23077rem;
      height: 1.23077rem;
      border: 1px solid #99999B;
      background-color: #FFFFFF;
      display: block;
      position: absolute;
      left: -2.53846rem;
      top: 0rem; }
  .label-implicit [type="checkbox"]:checked + .text-label:before,
  .label-implicit [type="radio"]:checked + .text-label:before {
    content: "";
    width: 0.92308rem;
    height: 0.92308rem;
    background-color: #A41E36;
    display: block;
    position: absolute;
    left: -2.38462rem;
    top: 0.15385rem;
    z-index: 1; }

.label-implicit [type="radio"] + .text-label:after, .label-implicit [type="radio"] + .text-label:before {
  border-radius: 50%; }

.label-implicit.radio-inline .custom-radio {
  border: 0;
  width: auto;
  margin-right: 1.23077rem; }
  .label-implicit.radio-inline .custom-radio input[type="radio"] {
    margin-right: 0.61538rem;
    display: inline-block; }
    .label-implicit.radio-inline .custom-radio input[type="radio"]:checked + span {
      position: relative;
      background-color: transparent;
      width: auto;
      display: inline-block; }
    .label-implicit.radio-inline .custom-radio input[type="radio"] + .text-label {
      display: inline-block; }
      .label-implicit.radio-inline .custom-radio input[type="radio"] + .text-label:after {
        left: -1.53846rem;
        top: 0; }
      .label-implicit.radio-inline .custom-radio input[type="radio"] + .text-label:before {
        left: -1.38462rem; }

.label-implicit.custom-checkbox input[type="checkbox"] + span {
  width: auto;
  padding-left: 1.15385rem;
  height: auto; }
  .label-implicit.custom-checkbox input[type="checkbox"] + span:after {
    left: -0.76923rem; }

.label-implicit.custom-checkbox input[type="checkbox"]:checked + span:before {
  left: -0.61538rem; }

.js-current-step {
  color: #181818; }
  .js-current-step .btn {
    min-height: 3.69231rem;
    padding: 0 1.23077rem; }

.input-group {
  border-radius: 0 !important; }
  .input-group .input-group-btn {
    left: -2px; }
    .input-group .input-group-btn > .btn {
      background-color: #181818 !important;
      color: #FFFFFF;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 0.92308rem;
      min-height: 3.07692rem;
      border: 0 !important;
      min-width: 9rem; }
  .input-group .form-control {
    min-height: 3.07692rem;
    padding: 0.57692rem 1.23077rem; }

.form-control {
  min-height: 3.07692rem; }

.form-control-label {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .form-control-label {
      height: 3.07692rem;
      -ms-flex-pack: end;
          justify-content: flex-end;
      text-align: right; } }

.form-control-comment {
  padding-bottom: 0.61538rem; }

*:focus {
  outline: 1px solid red; }

#search_filters .facet .facet-dropdown, .products-sort-order {
  font-size: 1.07692rem;
  padding: 0;
  border: 2px solid #DDDDDD; }
  #search_filters .facet .open.facet-dropdown, .open.products-sort-order {
    border-color: #99999B; }
  #search_filters .facet .facet-dropdown .select-title, .products-sort-order .select-title {
    padding: 0.92308rem 1.23077rem;
    width: 100%;
    display: block;
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    box-shadow: none;
    color: #181818 !important;
    background-color: #FAFAFA; }
    #search_filters .facet .facet-dropdown .select-title .material-icons, .products-sort-order .select-title .material-icons {
      position: relative;
      font-size: 1.69231rem;
      cursor: pointer; }
      #search_filters .facet .facet-dropdown .select-title .material-icons:after, .products-sort-order .select-title .material-icons:after {
        font-family: "Material Icons";
        content: "\E313";
        display: inline-block;
        vertical-align: middle;
        position: absolute; }
  #search_filters .facet .facet-dropdown .dropdown-menu, .products-sort-order .dropdown-menu {
    width: 100%;
    padding: 0;
    max-height: 23.07692rem;
    overflow: auto;
    margin: 0;
    background-color: #FFFFFF; }
    #search_filters .facet .facet-dropdown .dropdown-menu .select-list, .products-sort-order .dropdown-menu .select-list {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      width: 100%;
      display: block;
      padding: 0.92308rem 1.23077rem;
      color: #181818;
      font-size: 1.07692rem; }
      #search_filters .facet .facet-dropdown .dropdown-menu .select-list:hover, .products-sort-order .dropdown-menu .select-list:hover {
        background-color: #F2F2F2;
        color: #A41E36; }

.form-control-select {
  background: #FAFAFA url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0.61538rem center/1.53846rem 1.53846rem !important; }

@media (max-width: 767px) {
  .tabs.tabs-info {
    padding: 0; } }

.tabs.tabs-info .nav-tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .tabs.tabs-info .nav-tabs .nav-item {
    margin: 0;
    width: 100%; }
  .tabs.tabs-info .nav-tabs a {
    background-color: transparent;
    position: relative;
    width: 100%;
    text-align: center;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.92308rem;
    text-transform: none; }
    .tabs.tabs-info .nav-tabs a:before {
      content: "";
      position: absolute;
      background-color: #DDDDDD;
      width: 100%;
      height: 0.30769rem;
      left: 0;
      bottom: 0; }
    .tabs.tabs-info .nav-tabs a.active, .tabs.tabs-info .nav-tabs a:hover {
      background-color: transparent;
      color: #A41E36; }
      .tabs.tabs-info .nav-tabs a.active:before, .tabs.tabs-info .nav-tabs a:hover:before {
        background-color: #A41E36; }

.tabs.tabs-info .tab-content {
  padding: 1.84615rem 1.23077rem; }

.title-sidebar, .title-sidebar-sub {
  color: #FFFFFF;
  margin: 0;
  text-transform: none;
  position: relative;
  line-height: 1.84615rem;
  padding: 1.26923rem 1.23077rem;
  font-size: 1.07692rem;
  font-family: "Arvo", serif;
  font-weight: 700; }

.title-sidebar {
  background-color: #181818; }

.title-sidebar-sub {
  background-color: #99999B; }

.search-widget {
  border-radius: 0;
  margin: 1.53846rem 0 0; }
  .search-widget .ui-autocomplete-input {
    background-color: #FAFAFA;
    border-width: 2px;
    border-color: #ddd;
    line-height: 36px;
    min-height: 3.07692rem; }
  .search-widget .btnsearch {
    font-size: 0.92308rem; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.ps-desktop-megamenu .megamenu > li.dropdown > a .menu-title:after {
  color: #99999B;
  width: 1.23077rem;
  text-align: center; }

@media (min-width: 576px) {
  .ps-desktop-megamenu .megamenu > li.dropdown > a {
    height: 5rem;
    padding: 1.69231rem 2.46154rem 1.69231rem 0; } }

.ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner {
  column-gap: 0; }
  @media (min-width: 768px) {
    .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner {
      column-count: 4;
      -webkit-column-count: 4;
      -moz-column-count: 4; } }
  .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul {
    float: left;
    width: 100%; }
    .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li {
      display: inline-block;
      width: 100%;
      overflow: hidden;
      height: 3.69231rem;
      line-height: 3.61538rem;
      break-inside: avoid;
      -o-page-break-inside: avoid;
      -ms-page-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid; }
      @media (min-width: 992px) {
        .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li {
          width: calc(932px / 4); } }
      @media (min-width: 1200px) {
        .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li {
          width: calc(1118px / 4); } }
      .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a {
        padding: 0 1.23077rem; }
      .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li:after {
        content: "";
        display: block; }

.ps-mobile-megamenu .megamenu > li {
  display: block;
  border: 0; }
  .ps-mobile-megamenu .megamenu > li > a {
    padding: 1.15385rem;
    color: #181818;
    font-size: 0.92308rem;
    border-bottom: 1px solid #F2F2F2; }

.ps-mobile-megamenu .megamenu .click-canavs-menu {
  padding: 1.15385rem;
  top: 0;
  width: 100%;
  text-align: right;
  right: 0;
  height: 3.84615rem; }

.ps-mobile-megamenu .megamenu .dropdown-menu {
  padding: 0; }

.ps-mobile-megamenu .megamenu .dropdown-menu-inner {
  margin: 0;
  padding: 0 1.23077rem;
  border-bottom: 1px solid #F2F2F2;
  overflow: auto; }
  .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul {
    border: 0;
    margin: 0; }
    .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li {
      border-bottom: 1px solid #F2F2F2; }
      .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li:last-child {
        border: 0; }
      .ps-mobile-megamenu .megamenu .dropdown-menu-inner > ul > li > a {
        padding: 1.15385rem;
        text-transform: uppercase;
        font-size: 0.92308rem;
        color: #181818; }

@media (max-width: 991px) {
  .offcanvas-heading .btn {
    min-height: 3.84615rem; }
  .sidebar-offcanvas {
    overflow: auto; } }

.widget-supplier {
  margin-bottom: 0; }
  .widget-supplier .block_content {
    padding: 0; }
  .widget-supplier .supl-logo img {
    filter: none;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.blockcart .header {
  position: relative;
  line-height: 34px;
  min-height: 2.61538rem; }
  .blockcart .header .cart-title,
  .blockcart .header .cart-products-count {
    background: none;
    line-height: 12px;
    text-align: left;
    color: #181818; }
  .blockcart .header .cart-title {
    display: block;
    padding: 0.23077rem 0 0.23077rem 3.07692rem; }
  .blockcart .header .cart-products-count {
    font-size: 1.07692rem;
    font-family: "Arvo", serif;
    font-weight: 700;
    padding: 0 0.38462rem 0 3.07692rem;
    margin-right: 0.61538rem;
    display: inline; }
    .blockcart .header .cart-products-count span {
      margin: 0;
      top: 0; }
  .blockcart .header .d-block {
    line-height: 12px;
    display: none; }
  .blockcart .header .fa {
    color: #99999B;
    font-size: 1rem; }

.blockcart .ps_cartcontent {
  overflow: hidden; }
  .blockcart .ps_cartcontent .cart-wrapper {
    max-height: 25.38462rem;
    margin-bottom: 8.46154rem;
    overflow-y: auto; }
    .blockcart .ps_cartcontent .cart-wrapper:before {
      position: absolute;
      width: 100%;
      content: "";
      background-color: transparent;
      bottom: 0;
      height: 9.07692rem;
      left: 0;
      z-index: 1;
      border-radius: 15.38462rem/9.23077rem;
      box-shadow: 0px 0px 29px -9px rgba(0, 0, 0, 0.32); }
  .blockcart .ps_cartcontent .car-product {
    border-top: 1px solid #e9e9e9;
    border-bottom: 0; }
    .blockcart .ps_cartcontent .car-product:first-child {
      border: 0; }
  .blockcart .ps_cartcontent .cart-group {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.76923rem;
    background-color: #FFFFFF;
    z-index: 2; }
  .blockcart .ps_cartcontent .cart_shopping {
    color: #A41E36; }
  .blockcart .ps_cartcontent .cart-buttons a {
    min-height: 3.69231rem;
    padding: 1.19231rem 1rem; }
    .blockcart .ps_cartcontent .cart-buttons a:hover {
      color: #FFFFFF !important; }

.blockcart.cart-plv-total .header .cart-products-count {
  margin-right: 0;
  padding-right: 0; }

.blockcart.cart-plv-total .header .cart-plv-total-text {
  padding-left: 0;
  margin-right: 0.61538rem; }

.blockcart.cart-plv-total .ps_cartcontent .cart-wrapper {
  margin-bottom: 12.46154rem; }
  .blockcart.cart-plv-total .ps_cartcontent .cart-wrapper:before {
    height: 13.07692rem; }

.cart-grid .cart-grid-body {
  margin-bottom: 2.46154rem; }
  .cart-grid .cart-grid-body a.label {
    color: #A41E36; }
    .cart-grid .cart-grid-body a.label:hover {
      color: #881d30; }

.cart-grid .cart-container,
.cart-grid .cart-summary {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07);
  border: 0; }

.cart-grid .cart-summary-line .label {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 1.07692rem;
  color: #181818;
  text-transform: uppercase; }

.cart-grid .cart-summary-line .value {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 1.53846rem;
  color: #A41E36; }
  .cart-grid .cart-summary-line .value .currency {
    color: #A41E36; }

.cart-grid .cart-summary-line.cart-total .label {
  font-family: "Raleway", sans-serif;
  font-weight: 700; }

.cart-grid .cart-summary .alert {
  margin-top: 0; }

.cart-grid .cart-container .cart-overview {
  padding: 0; }

.cart-grid .cart-container .no-items {
  padding: 1.23077rem;
  display: block; }

.cart-grid .cart-container .cart-item {
  padding: 1.23077rem;
  border-bottom: 1px solid #F2F2F2; }

.cart-grid .cart-container .cart-summary-line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .cart-grid .cart-container .cart-summary-line .label {
    margin-right: 0.61538rem; }

.cart-grid .cart-detailed-totals {
  padding: 0 1.23077rem 0; }
  .cart-grid .cart-detailed-totals .card-block {
    padding: 2.61538rem 0 1.23077rem; }
    .cart-grid .cart-detailed-totals .card-block .cart-summary-line {
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: baseline;
          align-items: baseline; }
    .cart-grid .cart-detailed-totals .card-block:last-child {
      padding: 2.61538rem 0 1.84615rem; }

.cart-grid .cart-detailed-actions {
  padding: 1.23077rem 1.23077rem 1.84615rem; }
  .cart-grid .cart-detailed-actions .text-sm-center .btn {
    width: 100%;
    padding: 1.26923rem 1.23077rem;
    font-size: 0.92308rem;
    position: relative; }
    .cart-grid .cart-detailed-actions .text-sm-center .btn:after {
      content: "";
      background: url(../img/arrow_col_b.svg) center center no-repeat;
      width: 1.53846rem;
      height: 1.53846rem;
      display: block;
      position: absolute;
      right: 1.53846rem;
      top: calc(50% - 10px); }
    .cart-grid .cart-detailed-actions .text-sm-center .btn.disabled:after {
      background-image: url(../img/arrow_col_disabled.svg); }

.cart-grid .product-line-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cart-grid .product-line-grid .product-reference {
    margin: 0; }
  .cart-grid .product-line-grid .product-line-info-group {
    margin: 0 0 0.30769rem;
    line-height: 100%; }
    .cart-grid .product-line-grid .product-line-info-group .product-category {
      text-transform: uppercase;
      color: #bfbfbf; }
  .cart-grid .product-line-grid .product-line-info {
    margin: 0; }
    .cart-grid .product-line-grid .product-line-info a {
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      color: #181818; }

.cart-grid .bootstrap-touchspin {
  width: 8.92308rem; }
  .cart-grid .bootstrap-touchspin .input-group-btn-vertical {
    width: 100%; }
    .cart-grid .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i {
      font-size: 1.23077rem; }

.cart-grid .cart-line-product-actions {
  text-align: center; }

@media (min-width: 576px) {
  .cart-grid .price .product-price {
    margin-left: 1.15385rem; } }

.cart-grid .price .product-price strong.price {
  color: #181818; }

.cart-grid .alert {
  margin-top: 2.46154rem;
  position: relative;
  padding-left: 3.30769rem; }
  .cart-grid .alert:before {
    position: absolute;
    left: 1.23077rem; }
  .cart-grid .alert.alert-info {
    background-color: #fffdcc;
    border: 0;
    color: #181818;
    font-weight: 600; }
    .cart-grid .alert.alert-info:before {
      content: url(../img/ico-info.svg);
      display: block;
      font-size: 1.69231rem; }
  .cart-grid .alert.alert-danger {
    background-color: #f2dee1;
    color: #181818; }
    .cart-grid .alert.alert-danger:before {
      content: url(../img/ico-alert.svg);
      display: block; }
  .cart-grid .alert ul {
    margin-bottom: 0; }

.card {
  border-color: #F2F2F2; }
  .card-title {
    font-family: "Arvo", serif;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    color: #181818; }
    .card-title i {
      margin-right: 1.53846rem;
      font-size: 2.30769rem;
      padding: 0; }
  .card p,
  .card span,
  .card td,
  .card li {
    color: #181818; }

#order-items {
  border-color: #F2F2F2; }
  @media (min-width: 768px) {
    #order-items {
      padding-right: 2.30769rem; } }
  #order-items hr {
    border-color: #F2F2F2; }

@media (max-width: 768px) {
  .cart-grid .col-md-4 {
    -ms-flex-order: 1;
        order: 1; }
  .cart-grid .col-md-8 {
    -ms-flex-order: 2;
        order: 2; }
  .cart-grid.row {
    display: -ms-grid;
    display: grid; } }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.myaccount-title a {
  font-weight: 700;
  font-size: 1.23077rem;
  color: #fff; }

.footer-container li {
  margin-bottom: 1.23077rem;
  line-height: 1.07692rem; }
  .footer-container li a {
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    font-size: 0.92308rem;
    padding: 0;
    color: #FFFFFF;
    line-height: 1.07692rem; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a, #pts-verticalmenu .navbar-nav > li > a, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a {
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 0.76923rem 1.53846rem 0.76923rem 0.76923rem;
  min-height: 3.84615rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #181818;
  text-transform: uppercase;
  font-size: 0.92308rem;
  font-weight: 700; }
  @media (max-width: 991px) {
    .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a, #pts-verticalmenu .navbar-nav > li > a, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a {
      padding: 0.76923rem 4.23077rem 0.76923rem 0.76923rem; } }
  .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a:after, #pts-verticalmenu .navbar-nav > li > a:after, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a:after {
    top: 1.15385rem;
    color: #A41E36;
    font-size: 1.23077rem; }
    @media (max-width: 991px) {
      .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a:after, #pts-verticalmenu .navbar-nav > li > a:after, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a:after {
        top: 16px; } }
  .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a:hover, #pts-verticalmenu .navbar-nav > li > a:hover, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a:hover {
    color: #A41E36; }
  .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a .menu-icon, #pts-verticalmenu .navbar-nav > li > a .menu-icon, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a .menu-icon {
    margin-right: 0.76923rem; }
    .ps-desktop-megamenu .megamenu > li.more-data .dropdown-menu-inner ul li a .menu-icon img, #pts-verticalmenu .navbar-nav > li > a .menu-icon img, #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a .menu-icon img {
      max-width: 2.15385rem; }

#pts-verticalmenu .verticalmenu_title {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 1.07692rem;
  padding: 0 1.23077rem;
  text-transform: none; }
  @media (max-width: 991px) {
    #pts-verticalmenu .verticalmenu_title {
      padding: 0 1.23077rem 0 3.84615rem; } }
  #pts-verticalmenu .verticalmenu_title:before {
    display: none; }
    @media (max-width: 991px) {
      #pts-verticalmenu .verticalmenu_title:before {
        display: block;
        top: 16px; } }

#pts-verticalmenu .navbar-nav {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); }
  #pts-verticalmenu .navbar-nav > li {
    background-color: #FFFFFF; }
    #pts-verticalmenu .navbar-nav > li:focus, #pts-verticalmenu .navbar-nav > li:hover {
      border: 0; }
      #pts-verticalmenu .navbar-nav > li:focus > a, #pts-verticalmenu .navbar-nav > li:hover > a {
        border-top: 1px solid transparent;
        font-family: "Raleway", sans-serif;
        font-weight: 700; }
    #pts-verticalmenu .navbar-nav > li.more-data {
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      position: relative; }
      #pts-verticalmenu .navbar-nav > li.more-data a {
        color: #A41E36;
        padding: 1.23077rem 1.92308rem 1.23077rem 0.76923rem; }
        #pts-verticalmenu .navbar-nav > li.more-data a:hover {
          color: #881d30; }
      @media (min-width: 992px) {
        #pts-verticalmenu .navbar-nav > li.more-data:hover .dropdown-menu.level1 {
          display: block !important; } }
      @media (min-width: 992px) {
        #pts-verticalmenu .navbar-nav > li.more-data:before {
          content: "";
          width: 100%;
          min-height: 4.07692rem;
          left: 0;
          top: 0;
          display: block;
          position: absolute;
          z-index: 1;
          cursor: pointer; } }
    #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu {
      box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); }
      @media (min-width: 992px) {
        #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu {
          /*width: rem(700px);*/ } }
    #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner {
      column-gap: 0; }
      @media (min-width: 576px) {
        #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner {
          column-count: 2;
          -webkit-column-count: 2;
          -moz-column-count: 2; } }
      @media (min-width: 768px) {
        #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner {
          column-count: 3;
          -webkit-column-count: 3;
          -moz-column-count: 3; } }
      #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul {
        float: left;
        width: 100%; }
        #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li {
          display: inline-block;
          width: 100%;
          overflow: hidden;
          height: 3.69231rem;
          line-height: 3.61538rem;
          break-inside: avoid;
          -o-page-break-inside: avoid;
          -ms-page-break-inside: avoid;
          -o-column-break-inside: avoid;
          -ms-column-break-inside: avoid;
          column-break-inside: avoid; }
          @media (min-width: 576px) {
            #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li {
              width: calc(552px / 2); } }
          @media (min-width: 768px) {
            #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li {
              width: calc(732px / 3); } }
          @media (min-width: 992px) {
            #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li {
              width: 17.69231rem; } }
          #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li a {
            padding: 0 1.23077rem;
            text-transform: uppercase; }
          #pts-verticalmenu .navbar-nav > li.list-col-3 .dropdown-menu-inner ul li:after {
            content: "";
            display: block; }

#pts-verticalmenu .pts-verticalmenu .navbar-nav .parent .click-vertical-menu {
  top: 0;
  color: #A41E36;
  font-size: 1.23077rem;
  padding: 1.23077rem;
  right: 0;
  text-align: right;
  width: 100%;
  min-height: 4.07692rem; }

#pts-verticalmenu .pts-verticalmenu .navbar-nav > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.categoriestabs_cust {
  z-index: 1; }
  .categoriestabs_cust.categoriestabs {
    margin-bottom: 0rem !important; }
    @media (min-width: 992px) {
      .categoriestabs_cust.categoriestabs {
        margin-bottom: 1.53846rem !important; } }
    @media (min-width: 992px) {
      .categoriestabs_cust.categoriestabs .category_content .category_sub {
        width: 972px; } }
    @media (min-width: 1200px) {
      .categoriestabs_cust.categoriestabs .category_content .category_sub {
        width: 1158px; } }
    .categoriestabs_cust.categoriestabs .category_content .category_sub .title_block {
      color: #181818 !important;
      font-size: 1.38462rem;
      background-color: transparent !important;
      text-transform: none; }
    .categoriestabs_cust.categoriestabs .category_content .category_sub .nav-tabs li a {
      text-transform: uppercase;
      color: #99999B;
      padding: 0.61538rem 0 0.61538rem 1.23077rem;
      font-size: 1.07692rem;
      font-family: "Raleway", sans-serif;
      font-weight: 400; }
      .categoriestabs_cust.categoriestabs .category_content .category_sub .nav-tabs li a:hover {
        color: #A41E36; }
      .categoriestabs_cust.categoriestabs .category_content .category_sub .nav-tabs li a:after {
        content: "/";
        padding-left: 1.23077rem; }
    .categoriestabs_cust.categoriestabs .category_content .category_sub .nav-tabs li:first-child a:after {
      color: #99999B;
      font-family: "Raleway", sans-serif;
      font-weight: 400; }
    .categoriestabs_cust.categoriestabs .category_content .category_sub .nav-tabs li:last-child a:after {
      display: none; }
  @media (min-width: 992px) {
    .categoriestabs_cust.widget-products {
      margin-top: 6.15385rem; } }
  .categoriestabs_cust.widget-products .title_block {
    display: none; }

@media (min-width: 992px) {
  .category_reverse .flexRow {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    border-left: 1px solid #F2F2F2; } }

@media (min-width: 992px) {
  .category_reverse .category_content .category_sub {
    margin-left: -18.69231rem; } }

@media (min-width: 1200px) {
  .category_reverse .category_content .category_sub {
    margin-left: -22.26923rem; } }

@media (min-width: 992px) {
  .category_reverse .row-level-1 .row {
    display: -ms-flexbox;
    display: flex; } }

@media (min-width: 992px) {
  .category_reverse .row-level-1 .row > div:first-child {
    -ms-flex-order: 12;
        order: 12; } }

@media (min-width: 992px) {
  .category_reverse .list_newest.list1 .owl-item .product-miniature {
    border-left: 1px solid #F2F2F2;
    border-right: 0; } }

.widget-manufacture {
  box-shadow: 0 4px 8px 0 rgba(24, 24, 24, 0.1); }
  .widget-manufacture .widget-content:hover .carousel-control.left {
    left: 1.84615rem; }
  .widget-manufacture .widget-content:hover .carousel-control.right {
    right: 1.84615rem; }
  .widget-manufacture .carousel-controls {
    width: 100%; }
    .widget-manufacture .carousel-controls .carousel-control.left, .widget-manufacture .carousel-controls .carousel-control.right {
      opacity: 1;
      background: url(../img/arrow_long.svg) center center no-repeat;
      width: 2.92308rem;
      height: 1.23077rem;
      visibility: visible;
      top: calc(50% - 8px);
      background-size: 38px; }
      .widget-manufacture .carousel-controls .carousel-control.left span:before, .widget-manufacture .carousel-controls .carousel-control.right span:before {
        display: none; }
      .widget-manufacture .carousel-controls .carousel-control.left:hover, .widget-manufacture .carousel-controls .carousel-control.right:hover {
        border: 0; }
    .widget-manufacture .carousel-controls .carousel-control.left {
      left: 1.84615rem;
      transform: rotate(180deg); }
      .widget-manufacture .carousel-controls .carousel-control.left:hover {
        left: 1.84615rem; }
    .widget-manufacture .carousel-controls .carousel-control.right {
      right: 1.84615rem; }
      .widget-manufacture .carousel-controls .carousel-control.right:hover {
        right: 1.84615rem; }

.widget-supplier .widget-supplier {
  box-shadow: 0 4px 8px 0 rgba(24, 24, 24, 0.1); }

.widget-supplier .block_content {
  padding: 45px 35px;
  background-color: #fff;
  border: 0; }
  .widget-supplier .block_content .owl-carousel-play {
    position: static; }
    .widget-supplier .block_content .owl-carousel-play .carousel-controls {
      top: 25%; }
    .widget-supplier .block_content .owl-carousel-play .style1.owl-carousel .owl-item {
      border: none;
      margin: 0; }

.widget-supplier .supl-logo img {
  filter: grayscale(100%);
  max-height: 6.92308rem;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  transition: 0.3s all ease-out 0s; }

.widget-supplier .supl-logo:hover img {
  filter: none;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

@media (min-width: 992px) {
  .leading-blog .flexRow .leading-blog-box:first-child {
    padding-right: 0; } }

@media (min-width: 992px) {
  .leading-blog .flexRow .leading-blog-box:last-child {
    padding-left: 0; } }

.leading-blog .flexRow .leading-blog-box .category-info .blog-cat {
  padding: 0; }

.leading-blog .blog-item {
  position: relative;
  overflow: hidden;
  min-height: 30.76923rem; }
  .leading-blog .blog-item .blog-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30.76923rem; }
    .leading-blog .blog-item .blog-image .img-fluid, .leading-blog .blog-item .blog-image .carousel-inner > .carousel-item > img,
    .leading-blog .blog-item .blog-image .carousel-inner > .carousel-item > a > img {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.leading-blog-box {
  position: relative; }
  .leading-blog-box .category-image {
    position: relative;
    overflow: hidden;
    height: 30.76923rem;
    margin: 0 auto 2.46154rem; }
    @media (min-width: 992px) {
      .leading-blog-box .category-image {
        height: 30.76923rem; } }
    .leading-blog-box .category-image:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      box-shadow: inset 30px -20px 60px rgba(0, 0, 0, 0.8);
      z-index: 1; }
    .leading-blog-box .category-image:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #E43655;
      mix-blend-mode: multiply;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .leading-blog-box .category-image img {
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto;
      height: 100%;
      width: auto;
      max-width: none; }
      @media (min-width: 992px) {
        .leading-blog-box .category-image img {
          height: auto;
          width: 100%; } }
  .leading-blog-box .category-info {
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    text-align: center;
    padding: 0 1.23077rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%; }
    @media (min-width: 992px) {
      .leading-blog-box .category-info {
        padding: 0 15.38462rem; } }
    .leading-blog-box .category-info .blog-cat {
      margin-top: 0.61538rem;
      color: #FFFFFF;
      font-family: "Arvo", serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.23077rem;
      position: relative;
      width: 100%;
      display: block;
      line-height: 1.84615rem; }
      .leading-blog-box .category-info .blog-cat:after {
        content: "";
        width: 10.38462rem;
        height: 0.92308rem;
        position: absolute;
        background-color: #A41E36;
        left: calc(50% - (135px / 2));
        bottom: 0rem; }
      .leading-blog-box .category-info .blog-cat span {
        position: relative;
        z-index: 1; }
    .leading-blog-box .category-info p {
      font-size: 2.30769rem;
      font-family: "Arvo", serif;
      font-weight: 700;
      color: #FFFFFF;
      line-height: 100%; }
      @media (min-width: 992px) {
        .leading-blog-box .category-info p {
          font-size: 4.30769rem; } }
    .leading-blog-box .category-info .blog-created {
      color: #FFFFFF;
      margin-bottom: 2.61538rem;
      display: block; }

.secondary-blog {
  margin-bottom: 3.69231rem; }
  .secondary-blog .blog_container .blog-meta {
    padding-top: 0.61538rem; }
    .secondary-blog .blog_container .blog-meta .blog-created {
      margin: 0;
      padding: 0;
      color: #99999B;
      line-height: 1.84615rem;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 1.23077rem; }
    .secondary-blog .blog_container .blog-meta .blog-title {
      margin: 0.61538rem 0 0; }
      .secondary-blog .blog_container .blog-meta .blog-title a {
        font-family: "Arvo", serif;
        font-weight: 400;
        font-size: 1.38462rem;
        line-height: 1.84615rem;
        color: #181818; }
  .secondary-blog .blog-item {
    border: 0;
    padding: 0;
    margin: 0 0 1rem;
    width: 100%;
    height: 10rem;
    position: relative; }
    @media (min-width: 992px) {
      .secondary-blog .blog-item {
        height: 27.07692rem;
        margin: 0 auto 1rem;
        max-width: 29.69231rem; } }
    .secondary-blog .blog-item .blog-image {
      height: inherit;
      position: relative;
      overflow: hidden;
      border-radius: 0.61538rem;
      overflow: hidden;
      max-width: 10rem; }
      @media (min-width: 992px) {
        .secondary-blog .blog-item .blog-image {
          max-width: inherit;
          margin: 0 auto; } }
      .secondary-blog .blog-item .blog-image:before {
        content: "";
        width: 100%;
        position: absolute;
        height: inherit;
        background: rgba(0, 0, 0, 0);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.74)));
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.74) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
        z-index: 1; }
      .secondary-blog .blog-item .blog-image img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: 100%;
        max-width: none;
        z-index: 0; }
    .secondary-blog .blog-item .blog-content-wrap {
      background-color: transparent;
      width: 100%;
      padding: 1.15385rem 1.84615rem 1.84615rem 11.53846rem;
      position: absolute;
      top: 0;
      left: 0;
      bottom: auto;
      z-index: 2; }
      @media (min-width: 992px) {
        .secondary-blog .blog-item .blog-content-wrap {
          padding: 1.84615rem;
          top: auto;
          bottom: 0; } }
      .secondary-blog .blog-item .blog-content-wrap .title {
        margin: 0; }
        .secondary-blog .blog-item .blog-content-wrap .title a {
          color: #FFFFFF;
          font-size: 1.38462rem;
          text-transform: uppercase;
          font-family: "Arvo", serif;
          font-weight: 100;
          color: #181818; }
          @media (min-width: 992px) {
            .secondary-blog .blog-item .blog-content-wrap .title a {
              color: #FFFFFF; } }
      .secondary-blog .blog-item .blog-content-wrap .date {
        color: #181818;
        margin-bottom: 0.61538rem;
        display: block; }
        @media (min-width: 992px) {
          .secondary-blog .blog-item .blog-content-wrap .date {
            color: #FFFFFF; } }
    .secondary-blog .blog-item__small {
      height: 10rem; }
      @media (min-width: 992px) {
        .secondary-blog .blog-item__small {
          height: 14.61538rem; } }
      .secondary-blog .blog-item__small .blog-image img {
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: auto;
        max-width: 100%;
        z-index: 0; }

.blog_last_post.blog_container {
  padding: 0; }
  .blog_last_post.blog_container .flexRow {
    position: relative;
    min-height: 30.76923rem;
    margin: 0; }
    .blog_last_post.blog_container .flexRow:hover .blog-image:before {
      opacity: 0.6; }
    .blog_last_post.blog_container .flexRow:hover:after {
      left: 0;
      bottom: 0; }
    .blog_last_post.blog_container .flexRow:after {
      content: "";
      position: absolute;
      left: -3.69231rem;
      bottom: -3.69231rem;
      width: 3.69231rem;
      height: 3.69231rem;
      border-top: 1.84615rem solid #A41E36;
      border-right: 1.84615rem solid #A41E36;
      border-left: 1.84615rem solid #FFFFFF;
      border-bottom: 1.84615rem solid #FFFFFF;
      transition: 0.3s all ease 0s;
      z-index: 1; }
  .blog_last_post.blog_container .blog-image {
    position: absolute; }
    .blog_last_post.blog_container .blog-image:after {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #E43655;
      mix-blend-mode: multiply;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .blog_last_post.blog_container .blog-image:before {
      content: "";
      width: 100%;
      height: 100%;
      background-color: #181818;
      mix-blend-mode: multiply;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: 0.3s all ease 0s;
      z-index: 1; }
  .blog_last_post.blog_container .blog-meta {
    text-align: center;
    padding: 6.15385rem 3.84615rem;
    margin: 0;
    position: relative;
    z-index: 2; }
    .blog_last_post.blog_container .blog-meta .blog-created,
    .blog_last_post.blog_container .blog-meta .blog-cat,
    .blog_last_post.blog_container .blog-meta .blog-title,
    .blog_last_post.blog_container .blog-meta .blog-shortinfo,
    .blog_last_post.blog_container .blog-meta .btnReadMore {
      margin-right: 0;
      padding: 0;
      display: block;
      border: 0; }
    .blog_last_post.blog_container .blog-meta .blog-created {
      color: #99999B;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 0.92308rem; }
    .blog_last_post.blog_container .blog-meta .blog-cat {
      margin-top: 0.61538rem;
      color: #FFFFFF;
      font-family: "Arvo", serif;
      font-weight: 400;
      text-transform: uppercase;
      font-size: 1.23077rem;
      position: relative;
      width: 100%;
      display: block;
      line-height: 1.84615rem;
      padding: 0; }
      .blog_last_post.blog_container .blog-meta .blog-cat:after {
        content: "";
        width: 10.38462rem;
        height: 0.92308rem;
        position: absolute;
        background-color: #A41E36;
        left: calc(50% - (135px / 2));
        bottom: 0rem; }
      .blog_last_post.blog_container .blog-meta .blog-cat span {
        position: relative;
        z-index: 1; }
    .blog_last_post.blog_container .blog-meta .blog-title {
      margin: 1.23077rem 0;
      color: #FFFFFF;
      font-family: "Arvo", serif;
      font-weight: 700;
      text-transform: none;
      font-size: 1.69231rem;
      line-height: 2.46154rem; }
    .blog_last_post.blog_container .blog-meta .blog-shortinfo {
      color: #FFFFFF;
      font-family: "Raleway", sans-serif;
      font-weight: 400;
      font-size: 1.23077rem;
      line-height: 1.53846rem; }

.product-small .style1 .product-miniature .product-title a {
  min-height: 2.46154rem; }

.blog-post .blog-detail .blog-description {
  margin-bottom: 1.84615rem; }

.blog-post .blog-detail .blog-title {
  font-size: 1.84615rem;
  margin-bottom: 1.61538rem; }

.blog-post .blog-detail .blog-video-code {
  height: 31.69231rem;
  margin-bottom: 1.38462rem;
  height: 48vw; }
  @media (min-width: 576px) {
    .blog-post .blog-detail .blog-video-code {
      height: 21.38462rem; } }
  @media (min-width: 768px) {
    .blog-post .blog-detail .blog-video-code {
      height: 29.53846rem; } }
  @media (min-width: 992px) {
    .blog-post .blog-detail .blog-video-code {
      height: 33.07692rem; } }
  .blog-post .blog-detail .blog-video-code .embed-responsive {
    height: 100%; }

.blog-post .blog-detail .p1 {
  margin-bottom: 1.38462rem; }

.blog-post .blog-detail img {
  width: 100%;
  height: auto;
  margin-bottom: 1.61538rem; }

.blog-post .blog-detail strong {
  font-weight: 700; }

.blog-post .blog-detail ol {
  padding-left: 1.69231rem;
  margin: 0; }
  .blog-post .blog-detail ol li {
    position: relative;
    z-index: 1;
    padding-left: 1.69231rem;
    padding-bottom: 1.38462rem;
    color: #FFFFFF; }
    .blog-post .blog-detail ol li:before {
      content: "";
      position: absolute;
      width: 2.15385rem;
      height: 2.15385rem;
      background-color: #A41E36;
      border-radius: 2.30769rem;
      left: -1.69231rem;
      top: -0.23077rem;
      z-index: -1; }
    .blog-post .blog-detail ol li p,
    .blog-post .blog-detail ol li span,
    .blog-post .blog-detail ol li strong {
      color: #828282;
      margin: 0; }

.blog-post .blog-detail ul {
  padding-left: 1.69231rem;
  list-style-type: none !important;
  margin: 0; }
  .blog-post .blog-detail ul li {
    position: relative;
    padding-bottom: 1.38462rem; }
    .blog-post .blog-detail ul li:before {
      content: "";
      position: absolute;
      width: 1.23077rem;
      height: 0.15385rem;
      background-color: #A41E36;
      left: -1.69231rem;
      top: 0.61538rem; }

.blog-post .blog-detail table {
  width: 100%;
  margin-bottom: 1.61538rem; }

.blog-post .blog-detail .btn {
  color: #FFFFFF; }

.blog-post .blog-detail .sharethis-inline-share-buttons {
  text-align: left !important; }

.blog-post__new {
  position: relative;
  margin-bottom: 1.23077rem; }
  @media (min-width: 992px) {
    .blog-post__new {
      min-height: 47.69231rem; } }
  @media (min-width: 992px) {
    .blog-post__new-info {
      position: relative;
      width: calc((100% / 12) * 5);
      z-index: 1;
      margin-top: 2.92308rem;
      padding-right: 1.92308rem; } }
  .blog-post__new-info .blog-cat a {
    font-size: 1.38462rem;
    font-family: "Arvo", serif;
    font-weight: 700;
    color: #333333;
    padding-bottom: 1.23077rem;
    text-transform: uppercase;
    display: block; }
  .blog-post__new-info .blog-title {
    font-size: 2.92308rem;
    margin-bottom: 1.84615rem; }
  .blog-post__new-imag {
    float: left;
    width: 100%;
    height: 23.07692rem;
    border-radius: 38.46154rem;
    margin-bottom: 1.84615rem; }
    @media (min-width: 992px) {
      .blog-post__new-imag {
        position: absolute;
        top: -26.61538rem;
        left: 0;
        z-index: 0;
        margin-left: calc((100% / 12) * 5);
        margin-bottom: 0;
        width: 71.07692rem;
        height: 71.07692rem;
        overflow: hidden; } }
    .blog-post__new-imag .blog-image {
      overflow: hidden;
      height: inherit;
      position: relative;
      margin: 0 auto; }
      @media (min-width: 992px) {
        .blog-post__new-imag .blog-image {
          position: static;
          overflow: auto; } }
    .blog-post__new-imag img {
      position: absolute;
      top: -9999px;
      bottom: -9999px;
      left: -9999px;
      right: -9999px;
      margin: auto; }
      @media (min-width: 992px) {
        .blog-post__new-imag img {
          height: 47.38462rem;
          width: auto;
          bottom: 0;
          top: auto;
          left: 0;
          right: auto;
          margin: 0; } }
  .blog-post__new .blog-detail {
    padding: 0; }

.extra-blogs h1, .extra-blogs h2, .extra-blogs h3, .extra-blogs h4, .extra-blogs h5, .extra-blogs h6 {
  text-align: center; }

.extra-blogs h4 {
  font-size: 1.38462rem; }

.blog-post .leading-blog-box {
  margin-bottom: 4.84615rem;
  position: relative; }
  .blog-post .leading-blog-box:after {
    position: absolute;
    left: 0;
    content: "";
    width: 13.84615rem; }
  @media (min-width: 992px) {
    .blog-post .leading-blog-box .category-image {
      height: 43.23077rem; } }
  @media (min-width: 992px) {
    .blog-post .leading-blog-box .category-image img {
      height: 100%;
      width: auto; } }

.blog-category .Recnet-blog .Recent-title {
  padding: 0 0 1.38462rem; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.widget-pssliderlayer .slider-tit {
  font-family: "Arvo", serif;
  font-weight: 700;
  font-size: 2.92308rem;
  width: 38%;
  line-height: 3.07692rem;
  color: #181818; }

.widget-pssliderlayer .slider-subtit {
  width: 38%;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  color: #99999B;
  font-size: 1.23077rem;
  line-height: 1.84615rem; }

.widget-pssliderlayer .slider-patch {
  width: 6.69231rem;
  height: 458px;
  background-color: rgba(164, 30, 54, 0.8);
  mix-blend-mode: multiply;
  z-index: 5;
  display: none!important;
}
  @media (max-width: 991px) {
    .widget-pssliderlayer .slider-patch {
      display: none; } }

.widget-pssliderlayer .slider-btn {
  border: 1px solid transparent;
  border-radius: 0;
  background-color: #A41E36;
  padding: 1.03846rem 0rem;
  min-width: 13.84615rem;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  cursor: pointer;
  font-size: 0.92308rem; }

.widget-pssliderlayer .tp-bullets.round {
  left: 0 !important;
  bottom: 0 !important;
  margin: 0 !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .widget-pssliderlayer .tp-bullets.round.simplebullets .bullet {
    background-color: #A41E36;
    border: 0;
    width: 2.46154rem;
    height: 0.15385rem;
    border-radius: 0 !important;
    margin: 0 0.61538rem 0 0;
    opacity: 0.2;
    transition: all 0.5s ease; }
    .widget-pssliderlayer .tp-bullets.round.simplebullets .bullet.selected, .widget-pssliderlayer .tp-bullets.round.simplebullets .bullet:hover {
      opacity: 1;
      height: 0.30769rem; }
      .widget-pssliderlayer .tp-bullets.round.simplebullets .bullet.selected:before, .widget-pssliderlayer .tp-bullets.round.simplebullets .bullet:hover:before {
        display: none; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.block-categories .title-sidebar {
  background-color: #181818;
  font-family: "Arvo", serif;
  font-weight: 700; }
  .block-categories .title-sidebar span {
    text-transform: none; }

.block-categories .block_content {
  background-color: #FFFFFF; }

.block-categories .category-top-menu {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); }
  .block-categories .category-top-menu > li {
    background-color: #FFFFFF; }
    .block-categories .category-top-menu > li [data-depth="0"]:hover > a {
      color: #A41E36; }
    .block-categories .category-top-menu > li .category-sub-menu > li {
      padding: 0;
      line-height: 1.07692rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .block-categories .category-top-menu > li .category-sub-menu > li:before {
        display: none; }
      .block-categories .category-top-menu > li .category-sub-menu > li a {
        padding: 1.38462rem 1.92308rem 1.07692rem 1.23077rem;
        color: #181818;
        text-transform: uppercase;
        font-size: 0.92308rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #181818;
        line-height: 1.07692rem; }
        .block-categories .category-top-menu > li .category-sub-menu > li a:hover {
          color: #A41E36; }
      .block-categories .category-top-menu > li .category-sub-menu > li:focus a, .block-categories .category-top-menu > li .category-sub-menu > li:hover a {
        padding: 1.38462rem 1.92308rem 1.07692rem 1.23077rem; }
      .block-categories .category-top-menu > li .category-sub-menu > li .category-sub-menu {
        border-top: 1px solid rgba(0, 0, 0, 0.07);
        padding: 0 1.23077rem;
        background-color: #FAFAFA;
        box-shadow: inset 0px -15px 6px -15px rgba(0, 0, 0, 0.07); }
        .block-categories .category-top-menu > li .category-sub-menu > li .category-sub-menu > li a {
          padding: 1.38462rem 0 1.07692rem 1.23077rem;
          line-height: 1.07692rem; }
        .block-categories .category-top-menu > li .category-sub-menu > li .category-sub-menu .collapse-icons {
          right: -1.07692rem; }
        .block-categories .category-top-menu > li .category-sub-menu > li .category-sub-menu .category-sub-menu {
          padding-right: 0; }
    .block-categories .category-top-menu > li .category-sub-menu .collapse-icons {
      color: #A41E36;
      top: 0.46154rem;
      width: 2.92308rem;
      height: 2.53846rem;
      right: 0.15385rem; }
      .block-categories .category-top-menu > li .category-sub-menu .collapse-icons .zmdi {
        position: absolute;
        left: calc(50% - 5px);
        top: calc(50% - 8px); }

.block-categories .accordion__link {
  padding: 0;
  background-color: #181818;
  font-family: "Arvo", serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: none;
  font-size: 1.07692rem; }
  .block-categories .accordion__link:hover {
    background-color: #181818; }
  .block-categories .accordion__link:after {
    color: #FFFFFF;
    right: 0; }

#search_filters {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07); }
  #search_filters .btn_clearall {
    display: none; }
  #search_filters .facet {
    margin: 0; }
    #search_filters .facet_group {
      padding: 1.23077rem; }
      #search_filters .facet_group .ui-widget-header {
        background-color: #A41E36; }
    #search_filters .facet ul {
      margin: 0; }
      #search_filters .facet ul.faceted-slider li {
        width: calc(100% - 4px); }
      #search_filters .facet ul li {
        width: 100%;
        float: none; }
    #search_filters .facet .facet-title {
      margin: 1rem 0 0 0;
      width: 100% !important;
      padding: 1.23077rem;
      text-transform: uppercase;
      font-size: 0.92308rem;
      font-family: "Raleway", sans-serif;
      font-weight: 700; }
    #search_filters .facet .facet-label {
      position: relative; }
      #search_filters .facet .facet-label .custom-checkbox {
        top: 0 !important;
        position: absolute; }
      #search_filters .facet .facet-label .custom-radio {
        background-color: transparent;
        border: 0;
        top: 0 !important;
        position: absolute; }
        #search_filters .facet .facet-label .custom-radio input[type="radio"]:checked + span {
          background-color: transparent; }
      #search_filters .facet .facet-label .custom-checkbox .text-label,
      #search_filters .facet .facet-label .custom-radio .text-label {
        position: static; }
        #search_filters .facet .facet-label .custom-checkbox .text-label:after,
        #search_filters .facet .facet-label .custom-radio .text-label:after {
          left: 0;
          top: 0.15385rem; }
        #search_filters .facet .facet-label .custom-checkbox .text-label:before,
        #search_filters .facet .facet-label .custom-radio .text-label:before {
          left: 0.15385rem;
          top: 0.30769rem; }
        #search_filters .facet .facet-label .custom-checkbox .text-label .checkbox-checked,
        #search_filters .facet .facet-label .custom-radio .text-label .checkbox-checked {
          display: none; }
      #search_filters .facet .facet-label a {
        padding-left: 2.46154rem;
        line-height: 1.69231rem;
        margin: 0; }

.pagination .page-list li {
  margin: 0; }
  .pagination .page-list li > span,
  .pagination .page-list li a {
    background-color: #99999B;
    color: #FFFFFF;
    min-height: 2.30769rem;
    min-width: 2.30769rem;
    border-radius: 0;
    font-family: "Arvo", serif;
    font-weight: 700;
    margin: 0 0.15385rem;
    font-size: 0.92308rem; }
    .pagination .page-list li > span.previous, .pagination .page-list li > span.next,
    .pagination .page-list li a.previous,
    .pagination .page-list li a.next {
      background-color: #FFFFFF;
      color: #181818;
      font-family: "Raleway", sans-serif;
      font-weight: 700; }
      .pagination .page-list li > span.previous:hover, .pagination .page-list li > span.next:hover,
      .pagination .page-list li a.previous:hover,
      .pagination .page-list li a.next:hover {
        color: #A41E36;
        background-color: #FFFFFF; }
    .pagination .page-list li > span.previous,
    .pagination .page-list li a.previous {
      padding-right: 1.84615rem; }
    .pagination .page-list li > span.next,
    .pagination .page-list li a.next {
      padding-left: 1.84615rem; }
    .pagination .page-list li > span:hover,
    .pagination .page-list li a:hover {
      background-color: #881d30; }
  .pagination .page-list li.current > span,
  .pagination .page-list li.current a {
    font-family: "Arvo", serif;
    font-weight: 700;
    background-color: #A41E36; }
  .pagination .page-list li:first-child, .pagination .page-list li:last-child {
    margin: 0; }

.active_filters {
  padding: 1.23077rem 0 0 1.23077rem; }
  @media (min-width: 768px) {
    .active_filters {
      display: -ms-flexbox;
      display: flex; } }
  .active_filters .active-filter-title {
    white-space: nowrap;
    margin-right: 1.23077rem;
    width: 100%;
    display: block; }
    @media (min-width: 768px) {
      .active_filters .active-filter-title {
        width: auto; } }
  .active_filters ul {
    margin: 0; }
  .active_filters .filter-block {
    margin: 0 1.23077rem 1.23077rem 0; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
body#checkout {
  color: #181818; }
  body#checkout section {
    margin-bottom: 1.23077rem; }
    body#checkout section.checkout-step {
      border: 0;
      padding: 0; }
      body#checkout section.checkout-step .step-title {
        color: #FFFFFF;
        background-color: #181818;
        font-family: "Arvo", serif;
        font-weight: 700;
        font-size: 1.07692rem;
        padding: 1.26923rem 1.23077rem;
        text-transform: none;
        line-height: 1.84615rem; }
        body#checkout section.checkout-step .step-title i {
          padding: 0;
          min-width: 1.38462rem;
          margin-right: 1.53846rem; }
        body#checkout section.checkout-step .step-title .step-edit {
          width: auto;
          float: right !important;
          display: inline-block !important;
          margin: 0 !important; }
      body#checkout section.checkout-step .step-number {
        padding: 0;
        margin-right: 1.53846rem;
        min-width: 1.38462rem; }
      body#checkout section.checkout-step .content {
        border: 1px solid #F2F2F2;
        padding-top: 1.23077rem;
        padding-bottom: 1.23077rem; }
      body#checkout section.checkout-step .address-selector {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-align: stretch;
            align-items: stretch; }
      body#checkout section.checkout-step .address-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-line-pack: justify;
            align-content: space-between;
        border: 3px solid transparent;
        background-color: #F2F2F2; }
        body#checkout section.checkout-step .address-item.selected {
          border-color: #DDDDDD; }
      body#checkout section.checkout-step .address-header,
      body#checkout section.checkout-step .radio-block {
        width: 100%;
        margin: 0; }
      body#checkout section.checkout-step .address-header {
        height: calc(100% - 100px); }
        @media (min-width: 992px) {
          body#checkout section.checkout-step .address-header {
            height: calc(100% - 40px); } }
      body#checkout section.checkout-step .radio-block {
        height: 100%; }
      body#checkout section.checkout-step .address-alias {
        font-size: 1.07692rem;
        line-height: 100%;
        font-family: "Arvo", serif;
        font-weight: 700; }
      body#checkout section.checkout-step .address-footer {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      body#checkout section.checkout-step .text-muted {
        width: 100%;
        margin: 0;
        height: 3.07692rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        @media (min-width: 992px) {
          body#checkout section.checkout-step .text-muted {
            margin: 0 0.53846rem;
            width: auto;
            height: auto; } }
        body#checkout section.checkout-step .text-muted .material-icons {
          margin-right: 0.30769rem; }
      body#checkout section.checkout-step .delivery-options {
        display: none; }
      body#checkout section.checkout-step .payment-options {
        display: none; }
      body#checkout section.checkout-step .order-options label {
        text-align: left; }
      body#checkout section.checkout-step .order-options textarea {
        margin-bottom: 1.84615rem;
        padding: 0.61538rem; }
      @media (min-width: 768px) {
        body#checkout section.checkout-step #delivery-address .form-control-label {
          text-align: right; } }
      body#checkout section.checkout-step .add-address a {
        color: #A41E36; }
        body#checkout section.checkout-step .add-address a:hover {
          color: #881d30; }
  body#checkout .custom-checkbox span {
    width: 100%;
    padding-left: 1.92308rem; }
    body#checkout .custom-checkbox span:after {
      left: 0; }
    body#checkout .custom-checkbox span:before {
      left: 2px; }
    body#checkout .custom-checkbox span a {
      font-family: "Raleway", sans-serif;
      font-weight: 700; }
      body#checkout .custom-checkbox span a:hover {
        color: #A41E36; }
  body#checkout .modal-content {
    background-color: #FFFFFF; }
  body#checkout .btn-paymet-group {
    text-align: right;
    padding-top: 2.46154rem; }
  body#checkout a:hover {
    color: #881d30; }

.forgotten-password .form-fields .center-email-fields {
  text-align: center; }
  .forgotten-password .form-fields .center-email-fields .form-control-submit {
    margin-top: 32px; }

.ps-alert-error,
.ps-alert-success {
  color: #181818;
  padding: 0; }
  .ps-alert-error .item,
  .ps-alert-success .item {
    border: 0;
    background-color: transparent; }
    .ps-alert-error .item i,
    .ps-alert-success .item i {
      padding: 1.23077rem 0 1.23077rem 1.23077rem; }
      .ps-alert-error .item i svg,
      .ps-alert-success .item i svg {
        background-color: transparent;
        width: 1.38462rem;
        height: 1.38462rem; }
    .ps-alert-error .item p,
    .ps-alert-error .item i,
    .ps-alert-success .item p,
    .ps-alert-success .item i {
      background-color: transparent;
      border: 0; }

.ps-alert-success {
  background-color: #def2de; }

.ps-alert-error {
  background-color: #f2dee1; }

div.superuser-front-container {
  bottom: 0;
  top: auto !important; }
  div.superuser-front-container + div #to_top {
    bottom: 3.84615rem; }

.products-selection {
  border: 0; }
  .products-selection .sort-by-row .btn {
    min-height: 3.61538rem; }

#products .products-block.style1.grid {
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2; }

#products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product,.list-add-cart-container .btn-product.add-to-cart
{
  min-width: auto;
  width:100%;
}
.list-add-cart-container .wishlist .leo-wishlist-button{
  width:auto !important;
  min-width: auto !important;
}
.list-add-cart-container .wishlist .leo-wishlist-button .leo-wishlist-bt-content{
  left: 0;
  right: 0;
  margin: 0 auto;
}
.list-add-cart-container{
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.list-add-cart-container .leo-wishlist-button.btn-product {
  width:100% !important;
}

.products-block .product-miniature .right-block .wrap-hover .wishlist{
  width:45px;
}
  /*@media (min-width: 768px) {
    #products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
      min-width: 6.15385rem; } }
  @media (min-width: 992px) {
    #products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
      min-width: 8.07692rem; } }
  @media (min-width: 1200px) {
    #products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product {
      min-width: 8.84615rem; } }*/

#products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product.no-stock-disabled {
  min-width: 100%; }
  #products .products-block .product-miniature .right-block .wrap-hover .cart .btn-product.no-stock-disabled span {
    color: #181818 !important;
    padding: 0;
    opacity: 0.85; }

.products-block .product-miniature .right-block .wrap-hover .cart .btn-product.no-stock-disabled {
  min-width: 100%; }
  .products-block .product-miniature .right-block .wrap-hover .cart .btn-product.no-stock-disabled span {
    color: #181818 !important;
    padding: 0;
    opacity: 0.85; }

.blog__title-link {
  color: #181818;
  font: 700 1.38462rem/1.2 "Arvo", serif, serif; }

.blog__link-more {
  font: 700 0.92308rem/1.2 "Arvo", serif, serif;
  color: #A41E36;
  text-transform: uppercase; }

.blog__link-arrow {
  font-size: 1.23077rem;
  padding-left: 0.46154rem; }

.accordion {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef; }
  .accordion__link {
    font-size: 0.92308rem;
    text-transform: uppercase;
    color: #181818;
    padding: 1.53846rem 1.23077rem;
    width: 100%;
    display: block;
    position: relative; }
    .accordion__link:hover {
      background-color: #efefef; }
    .accordion__link:after {
      content: "\F105";
      border: 0;
      width: 1.53846rem;
      height: 1.53846rem;
      position: absolute;
      display: block;
      text-align: center;
      right: 0;
      font-family: "FontAwesome";
      color: #A41E36;
      font-size: 1.38462rem;
      top: calc(50% - 9px);
      right: 1.07692rem;
      transition: all 0.3s ease-in-out 0s; }
      .rtl .accordion__link:after {
        left: 0;
        right: auto; }
    .accordion__link[aria-expanded="false"]:after {
      transform: rotate(90deg); }
    .accordion__link[aria-expanded="true"]:after {
      transform: rotate(-90deg); }
  .accordion__content {
    padding: 0 1.23077rem 1.23077rem; }
  .accordion .extra-data__group {
    display: inline-block;
    margin-top: 0.61538rem; }

/* RIGHT TO LEFT */
/* BACKGROUND GRADIENT */
/* BACKGROUND RADIAL */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* DOUBLE BORDERS */
/* TRIPLE BORDERS */
/* FONT FACE */
/* OPACITY */
/* TEXT SHADOW */
/**
* Transition-timing-function property@mixin
*/
/*background RGBA
============================================*/
/****/
/**parallax**/
/**absolute**/
/*
 * LAYOUT VARIABLES
 */
.extra-data {
  margin-top: 2.46154rem; }
  .extra-data__title {
    font-size: 1.23077rem;
    font-family: "Raleway", sans-serif;
    font-weight: 700;
    color: #181818;
    margin-bottom: 1.15385rem; }
    .extra-data__title-big {
      font-size: 1.84615rem;
      font-family: "Arvo", serif;
      font-weight: 700;
      margin: 2.46154rem 0 0.76923rem; }
  .extra-data__group {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .extra-data__group-img {
      position: relative;
      width: 100%; }
  .extra-data__figure {
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
    padding-right: 0.69231rem; }
    .extra-data__figure-hero {
      max-width: calc(100% - 60px);
      overflow: hidden;
      height: 12.84615rem; }
      @media (min-width: 576px) {
        .extra-data__figure-hero {
          height: 14.76923rem;
          max-width: calc(100% - 80px); } }
      @media (min-width: 768px) {
        .extra-data__figure-hero {
          height: 17.30769rem; } }
      @media (min-width: 768px) {
        .extra-data__figure-hero {
          height: 17.69231rem; } }
      @media (min-width: 768px) {
        .extra-data__figure-hero {
          height: 21.15385rem; } }
      .extra-data__figure-hero .extra-data__img {
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: none;
        height: 100%; }
    .extra-data__figure-logo {
      box-shadow: 0 16px 24px 0 rgba(24, 24, 24, 0.2);
      border: 10px solid #FFFFFF;
      width: 9.61538rem;
      height: 9.61538rem;
      position: absolute;
      right: 0;
      bottom: -1.53846rem;
      background-color: #FFFFFF;
      margin: 0; }
      @media (min-width: 576px) {
        .extra-data__figure-logo {
          width: 11.53846rem;
          height: 11.53846rem; } }
      @media (min-width: 768px) {
        .extra-data__figure-logo {
          width: 13.84615rem;
          height: 13.84615rem; } }
      .extra-data__figure-logo .extra-data__img {
        display: block;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  .extra-data__img {
    max-width: 100%; }
  .extra-data__list {
    -ms-flex: 1 1 70%;
        flex: 1 1 70%;
    padding-left: 9px;
    margin: 0; }
    .extra-data__list-name {
      color: #181818;
      font-family: "Raleway", sans-serif;
      font-weight: 400; }
    .extra-data__list-value {
      margin-bottom: 0.76923rem;
      min-height: 1.46154rem; }
  .extra-data--category {
    margin: 0; }
  .extra-data__desc p,
  .extra-data__desc span {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400 !important;
    font-size: 1.23077rem !important;
    color: #99999B;
    line-height: 1.84615rem; }

#wrapper.private-login {
  padding: 0 1.23077rem !important;
  position: relative;
  background-color: transparent !important;
  z-index: 1;
  margin: 0 !important;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important; }
  @media (min-width: 768px) {
    #wrapper.private-login {
      width: 50% !important; } }
  @media (min-width: 1200px) {
    #wrapper.private-login {
      width: 40% !important; } }
  #wrapper.private-login #privatebox {
    padding: 0;
    width: 100%; }
    #wrapper.private-login #privatebox .container {
      background-color: #FFFFFF !important;
      padding: 2.46154rem; }
      #wrapper.private-login #privatebox .container:focus {
        outline: 0; }
    #wrapper.private-login #privatebox .private-subheading,
    #wrapper.private-login #privatebox .page-subheading {
      text-align: center;
      font-family: "Raleway", sans-serif;
      font-weight: 700;
      font-size: 1.38462rem;
      color: #181818; }
    #wrapper.private-login #privatebox .ps-alert-error ol {
      text-align: center; }
  #wrapper.private-login #logo_basic {
    margin: 1.23077rem 0; }
  #wrapper.private-login #login_form .form-group.lost_password a {
    text-decoration: none; }
  #wrapper.private-login #login_form .form-control {
    max-width: 100%; }
  #wrapper.private-login .form-fields {
    margin-top: 2.46154rem; }
  #wrapper.private-login .form-group {
    margin-bottom: 0.76923rem; }
  #wrapper.private-login .forgot-password {
    text-align: center;
    margin-top: 2.46154rem; }
    #wrapper.private-login .forgot-password .btn {
      width: auto;
      min-height: 3.38462rem;
      display: block;
      margin: 1.23077rem auto 0; }
    #wrapper.private-login .forgot-password [type="submit"] {
      background-image: none !important; }
  #wrapper.private-login .btn-box {
    margin-top: 2.46154rem; }

#bg-private-image {
  position: relative;
  height: 100vh !important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background-size: cover;
  width: 100%; }
  #bg-private-image:after {
    content: "";
    width: 0%;
    height: 100%;
    background-color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 0;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5); }
    @media (min-width: 768px) {
      #bg-private-image:after {
        width: 50%; } }
    @media (min-width: 1200px) {
      #bg-private-image:after {
        width: 40%; } }

#fmm_ps17 #ps17_errors {
  padding: 1.23077rem; }
  #fmm_ps17 #ps17_errors ol {
    padding: 0;
    text-align: center; }

_:-ms-fullscreen .form-control-select, :root .form-control-select {
  background-image: none !important;
  padding-right: 1.23077rem; }

_:-ms-fullscreen .label-implicit [type="checkbox"]:checked + .text-label:before, :root .label-implicit [type="checkbox"]:checked + .text-label:before {
  left: -2.34615rem; }

_:-ms-fullscreen .label-implicit [type="radio"]:checked + .text-label:before, :root .label-implicit [type="radio"]:checked + .text-label:before {
  left: -2.38462rem; }

_:-ms-fullscreen .label-implicit.custom-checkbox input[type="checkbox"]:checked + span:before, :root .label-implicit.custom-checkbox input[type="checkbox"]:checked + span:before {
  left: -0.61538rem; }

_:-ms-fullscreen .blog_last_post.blog_container .blog-image:after, :root .blog_last_post.blog_container .blog-image:after {
  opacity: 0.6; }

@supports (-ms-ime-align: auto) {
  .blog_last_post.blog_container .blog-image:after {
    opacity: 0.6; } }

.product-flags > li.on-sale, .product-flags > li.discount-percentage, .product-flags > li.pack, .product-flags > li.discount {
  background-color: #A41E36;
}
@media (max-width: 767px) {
  .secondary-blog .blog-item__small .blog-image img{
    height: inherit;
  }
  #blog-category .flexRow{
    display: block;
  }
}
button.leo-bt-cart-content{
  margin: auto;
  display: block;
  border: 2px solid transparent !important;
  border-radius: 0 !important;
  background-color: #A41E36 !important;
  padding: 0.03846rem 0rem;
  transition: 0.3s all ease 0s;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #FFF;
  padding: 5px;
  cursor:pointer;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}
button.leo-bt-cart-content .fa-shopping-cart {
  background: url(../img/ico-cart.svg) center center no-repeat;
  display: inline-block !important;
  width: 1.38462rem;
  height: 1.38462rem;
  font-size: 0px;
  float: left;
  margin-right: 3px;
}
#blockcart-modal {
  color: #414141;
  z-index: 99999999999999;
}
.df-results .bootstrap-touchspin{
  margin: auto;
  height: 35px!important;
  min-height: 35px!important;
}
.df-results form{
  margin: auto;
  text-align: center;
}
.df-card .btn-product.add-to-cart{
  min-height: 2.69231rem!important;
}
.df-card .bootstrap-touchspin .input-group-btn-vertical{
  height: 35px;
}
.df-card .bootstrap-touchspin input.input-group{
  height: 35px!important;
  min-height: 35px!important;
}
.df-card .bootstrap-touchspin {
  margin: auto;
}
.df-card form{
  text-align: center!important;
}

#search_filters .ui-slider-horizontal {
display: block!important;
}
#category .supplier-document-container{/*text-align: center;*/}
#category .supplier-document{color:#ffffff;margin-bottom:20px;height:53px;}
#docusign-modal{font-weight: 500;color: #000;}
#docusign-modal span{font-weight: bold; color:#A41E36;}

/**history**/
#container-filter{
  display:block;
  margin-bottom:20px;
  padding-bottom:20px;
  border-bottom:2px solid #eeeeee;
}

#container-filter label{
  display: block;
  text-align: left;
  color: #000000;
  font-weight: 400;
}

#container-filter input[type="text"],#container-filter select{
  height: 38px;
  border-radius: 5px;
  border: 1px solid #cccccc;
  min-width: 200px;
  font-size: 14px;
  padding: 0px 10px;
  color: #000000;
  font-weight: 500;
}
#container-filter select{
  width:100%;
}

#container-filter *:focus{
  outline:none;
}

#container-filter button{
  border: 2px solid transparent !important;
  background-color: #A41E36;
  transition: 0.3s all ease 0s;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding: 10px 25px;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 3px;
  cursor: pointer;
  margin-right: 15px;
}

#filter-orders .thead-default th{
  color:#000000;
}
#filter-orders tfoot th{
  border-top:2px solid #000000;
}
.dk-customer-fr #blog-category .aperturas-bf,
.dk-customer-fr #blog-category .proveedores-cdc,
.dk-customer-fr #blog-category .acciones-marketing,
.dk-customer-fr .megamenu .servicios{
  display:none !important;
}

.product-miniature .product-price-and-shipping{
  display:flex;
  justify-content: space-between;
  flex-flow: column;
}
.product-miniature .product-price-and-shipping .pricexweight{
  color: #A41E36;
  font-weight: 500;
  font-size: 12px;
}

.product-miniature .wrap-hover .product-price-and-shipping .pricexweight{
  color:#ffffff;
}

.cart-grid .product-line-grid .product-line-info.product-price .price .pricexweight{
  font-size: 12px;
  font-weight: normal;
  margin-left: 10px;
}

body#checkout section.checkout-step .edit-address,body#checkout section.checkout-step .delete-address{display:none !important;}

@media(max-width:1199.98px) and (min-width: 767.98px){
  .product-miniature .product-price-and-shipping{

  }
}

/**suppliers**/
#supplier #content-supplier{

}
#supplier #content-supplier ul li.brand{
  border: 1px solid #e9e9e9;
  padding:15px;
  cursor: pointer;
}
#supplier #content-supplier ul li.brand .brand-img{
  text-align: center;
  padding: 35px 0px 35px 0px;
}
#supplier #content-supplier ul li.brand .brand-img > a{
  display:block;
}
#supplier #content-supplier ul li.brand .brand-img img{
  width:100%;
  height:auto;
  max-width: 100px;
  max-height: 85.25px;
}

#supplier #content-supplier ul li.brand .brand-infos h3{
  color: #000;
  text-transform: uppercase;
  font-size: 15px;
  margin:0;
  margin-bottom:3px;
}
#supplier #content-supplier ul li.brand .brand-infos span{
  display:block;
  margin-bottom:3px;
}
#supplier #content-supplier ul li.brand .brand-infos .supplier-category,#supplier #content-supplier ul li.brand .brand-infos .supplier-distribution{
  text-transform: uppercase;
}
#supplier #content-supplier ul li.brand .brand-infos .supplier-category{
  font-size:13px;
  line-height: 15px;
  color:#000;
}
#supplier #content-supplier ul li.brand .brand-infos .supplier-distribution{
  font-size: 12px;
  line-height: 15px;
}

#supplier #content-supplier ul li.brand:hover .brand-products{
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scale(1);
}
#supplier #content-supplier ul li.brand .brand-products{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  z-index: 9;
  transform: scale(0.6);
  padding: 1.23077rem;
  background-color: rgba(0, 0, 0, 0.8);
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
}
#supplier #content-supplier ul li.brand .brand-products .hover-name{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 18px;
  letter-spacing: 0.02em;
}

#supplier #content-supplier ul li.brand .brand-products a.btn{
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 13px;
  padding: 10px 15px!important;
  font-size: 14px;
}

#supplier #content-supplier ul li.brand .brand-infos .supplier-description{
  max-height: 45px;
  height:45px;
  overflow: hidden;
  line-height: 15px;
  text-overflow: ellipsis;
  display:block;
}
#supplier .categories ul {
  max-height: 360px;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
}
#supplier .categories.full-equip ul{
  max-height:100%;
  transition: max-height 0.25s ease-in;
}
#supplier .categories #show-more-supplier,#supplier .categories #show-less-supplier{
  cursor:pointer;
  color:#A92C42;
  font-weight: 600;
}

#supplier *:focus{
  outline:none !important;
}

#supplier .page_title.catalog_title{
  display:none;
}

#supplier .flexRow{
  margin-left:0px;
  margin-right: 0px;
}

#supplier #search_filters ul li label{
  display:flex;
  align-items: center;
  cursor:pointer;
  justify-content: flex-start;
}

#supplier #search_filters .facet .facet-title{
  margin-top:0px;
}

#supplier #search_filters ul li label input[type=radio]{
  position:relative;
  top:1px;
}
#supplier #search_filters ul li label .supplier-distribution,
#supplier #search_filters ul li label .supplier-category{
  padding-left: 5px;
  font-weight: 500;
}

#supplier .supplier-sort-parent{
  margin-bottom:10px;
  padding:0px;
}

#supplier #js-active-search-filters{
  clear:both !important;
}

#supplier .products-selection{
  padding:0px;
}

#show-left-column-responsive{
  display:none;
  padding: 20px;
  color:#ffffff;
  text-transform: uppercase;
  margin-bottom:15px;
}


/*** supplier responsive ***/
#supplier.supplier-responsive #left-column-supplier{
  display:none;
}

#supplier.supplier-responsive #show-left-column-responsive{
  display:block;
}

#supplier #show-less-supplier{
  display:none;
}
#supplier .full-equip #show-more-supplier{
  display:none;
}
#supplier .full-equip #show-less-supplier{
  display:block;
}


@media(min-width: 992px){
  #supplier #search_filters ul li label .supplier-category > span {
    display: table-cell;
    text-align: left;
  }
  #supplier #search_filters ul li label .supplier-category > span:last-child{
    padding-left:5px;
  }
}

@media(max-width: 991.98px){
  #supplier.supplier-responsive #left-column-supplier{
    margin-bottom: 15px;
  }
}

#loading-affp{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height:100vh;
  z-index: 9999999;
  background: rgba(0,0,0,0.8);
}


#loading-affp .parent-affp-bar{
  height: 42px;
  width: 200px;
  padding: 10px;
  margin: 200px auto 0;
  background-color: rgba(0,0,0,.1);
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 0 rgb(255 255 255 / 3%), inset 0 1px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
  -ms-box-shadow: 0 1px 0 rgba(255,255,255,.03),inset 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgb(255 255 255 / 3%), inset 0 1px 0 rgb(0 0 0 / 10%);
}

#loading-affp .parent-affp-bar .affp-bar{
  display: inline-block;
  height: 20px;
  width: 100%;
  border: 1px solid #A41E36;
  border-bottom-color: #ba223d;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(
    -45deg
    , rgba(164,30,54,1) 25%, transparent 25%, transparent 50%, rgba(164,30,54,1) 50%, rgba(164,30,54,1) 75%, transparent 75%, transparent );
  background-image: -moz-linear-gradient( -45deg, rgba(164,30,54,1) 25%, transparent 25%, transparent 50%, rgba(164,30,54,1) 50%, rgba(164,30,54,1) 75%, transparent 75%, transparent );
  background-image: -ms-linear-gradient( -45deg, rgba(164,30,54,1) 25%, transparent 25%, transparent 50%, rgba(164,30,54,1) 50%, rgba(164,30,54,1) 75%, transparent 75%, transparent );
  background-image: linear-gradient(
    -45deg
    , rgba(164,30,54,1) 25%, transparent 25%, transparent 50%, rgba(164,30,54,1) 50%, rgba(164,30,54,1) 75%, transparent 75%, transparent );
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  -ms-background-size: 50px 50px;
  background-size: 50px 50px;
  -webkit-animation: affpmove 2s linear infinite;
  -moz-animation: affpmove 2s linear infinite;
  -ms-animation: affpmove 2s linear infinite;
  animation: affpmove 2s linear infinite;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: inset 0 10px 0 rgb(255 255 255 / 20%);
  -moz-box-shadow: inset 0 10px 0 rgba(255,255,255,.2);
  -ms-box-shadow: inset 0 10px 0 rgba(255,255,255,.2);
  box-shadow: inset 0 10px 0 rgb(255 255 255 / 20%);
}
#loading-affp .parent-affp-bar .affp-bar:after {
  display: none;
}

#loading-affp .parent-affp-text{
  text-align: center;
  color: #ffffff;
}

#password #header #search_widget,
#password #header .ps_megamenu{
  display:none !important;
}

#password #header .header-top{
  padding-bottom: 20px;
}

/*
Animate the stripes
*/
@-webkit-keyframes affpmove{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-moz-keyframes affpmove{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@-ms-keyframes affpmove{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes affpmove{
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}


/** history css*/
#history .ps_sortPagiBar.bottom-line {
  border-bottom: 0;
  padding: 10px 10px;
  margin: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background: #575757;
  color: #ffffff;
}
#history .pagination .page-list li > span.previous,
#history .pagination .page-list li > span.next,
#history .pagination .page-list li a.previous,
#history .pagination .page-list li a.next{
  background:none;
  color:#ffffff;
  padding:0px;
}
#history .pagination .page-list li > span,
#history .pagination .page-list li a{
  background:none;
  min-height: 1.30769rem;
  min-width: 1.30769rem;
  width:auto;
  height:auto;
  margin: 0px;
  /*font-weight: 300;*/
  /*font-family: "Raleway", sans-serif;*/
  /*font-size: 13px;*/
}
/*#history .pagination .page-list li a:not(.next){
  font-size: 15px;
}*/
#history table#filter-orders{
  margin-bottom: 40px;
}

#history .pagination .page-list li.current > span, .pagination .page-list li.current a{
  background:none;
  color:#A41E36;
}

#history .pagination{
  display:flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

#history .pagination .history_pp select{
  border-radius: 15px;
  padding: 5px;
  text-align: center;
  margin: 0 3px;
  cursor:pointer;
}
#history .pagination .history_pp select:focus{
  outline:none;
}

#history .text-center{
  text-align: center;
}

#history table thead th {
  vertical-align: bottom;
  border-bottom: 0px;
}
#history .thead-default th,#history tfoot th{
  background: #d8d8d8;
  border-color: #d8d8d8;
  padding: 20px 15px;
  font-size: 14px;
  color:#000000;
}
#history tfoot td{
  font-size:14px;
}
#history .color-td {
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

#history .table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

#history .table-bordered td {
  border: 2px solid #d8d8d8;
  font-size: 13px;
  color:#000000;
  padding:20px 15px;
}

#history .table-bordered tr > td{
  border-left:0px;
  border-right:0px;
}
#history .table-bordered tr > td:first-child{
  border-right:2px solid #d8d8d8;
  border-left:2px solid #ffffff;
}
#history .table-bordered tr > td:last-child{
  border-right:2px solid #ffffff;
  padding-top:0px;
  padding-bottom:0px;
}
#history .table-bordered tr > td:last-child > .actions{
  display:flex;
  flex-flow: column;
}

#history td.td-price{
  font-size: 14px;
  font-weight: bold;
}

#history td.total-price{
  font-size: 15px;
  font-weight: bold;
}

#history td.no-right{
  border-right:0px !important;
}
#history td.no-left{
  border-left:0px !important;
}
#history #export-orders{
  cursor:pointer;
  color:#A41E36;
}
#history .button-container{
  padding-top:10px;
}

#history .elements-order-mobile span{
  font-weight: 500;
  font-size: 14px;
}

#history #orders-mobile{
  margin:0px !important;
}

#history #orders-mobile .order-details-mobile-header{
  background: #d8d8d8;
  border-color: #d8d8d8;
  padding: 10px 5px;
  font-size: 13px;
  color: #000000;
  font-weight: 500;
  width: 100%;
  float: left;
  clear: both;
}
#history #orders-mobile .order-details-mobile-info{
  padding: 8px;
  color: #000;
  font-weight: 500;
  margin-bottom: 30px;
  font-size: 14px;
  border-bottom: 1px solid #bfbfbf;
  width: 100%;
  float: left;
  clear: both;
  margin-bottom:20px;
}
#history #orders-mobile .order-details-mobile-info .total-price{
  font-weight: bold;
}
#history #orders-mobile .order-details-mobile-info #export-orders{
  font-size: 13px;
}

#index .leo-wishlist-button-dropdown{
  display:block;
}

#index .new-products{
  position:relative;
}

#index .new-products .carousel-controls{
  opacity: 1;
    visibility: visible;
    height: 100%;
    position: inherit;
    top: inherit;
    width: inherit;
    height: inherit;
    right: inherit;
    width: auto;
    background: none;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

#index .new-products .carousel-control{
  opacity:1;
  visibility: visible;
  height: 100%;
  background:none;
  font-size: 50px;
  color: #D01839;
  border:none;
  width:50px;
}

#index .new-products .carousel-control.left {
  left: -5px;
  top: 45%;
}

#index .new-products .carousel-control.right{
  right: -5px;
  top: 45%;
}

#index .new-products .owl-controls,#index .new-products .owl-pagination{
  display:none;
}

@media(max-width: 991.98px){

}

@media(max-width: 767.98px){
  #history .history_pp span:first-child,#history .history_pp span:last-child{
      display:none;
  }
  #history .info-pagination span:first-child,#history .info-pagination span:last-child{
    display:none;
  }

  #container-filter button{
    margin-bottom:10px;
  }
}

.blockCategory .category-elements-button{
  display:flex;
  margin-bottom: 15px;
}

@media(max-width: 576.98px){
  .blockCategory .category-elements-button{
    flex-direction: column;
  }
  .blockCategory #download-lg-catalog-container{
    margin-bottom:10px;
  }
  #category .supplier-document-container{
    padding-left:0px;
    padding-right: 0px;
  }
  #category .supplier-document,#download-lg-catalog-container .download-lg-catalog{
    width:100%;
  }
  .products-block .product-miniature .product-thumbnail{
    min-height: auto !important;
  }
}

@media(max-width:469.98px){
  #products .products-block .product-miniature .right-block .wrap-hover .cart .list-add-cart-container .add-to-cart,.products-block .product-miniature .right-block .wrap-hover .cart .list-add-cart-container .add-to-cart{
    min-width: auto!important;
    max-width: 100%;
    min-width: auto;
  }
  .products-block .product-miniature .right-block .wrap-hover .wishlist{
    width:40px;
  }
  .products-block .product-miniature .right-block .wrap-hover .action-btn{
    text-align: center;
  }
  .list-add-cart-container .wishlist .leo-wishlist-button .leo-wishlist-bt-content{
    width:28px;
  }
}

@media(max-width:380px){
  .list-add-cart-container .wishlist .leo-wishlist-button .leo-wishlist-bt-content {
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    width: auto;
  }
  .products-block .product-miniature .right-block .wrap-hover{
    padding:5px;
  }

}