/*Google Fonts*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import 'functions' as func;
@import 'functions' as func;
@import 'typo' as typo;
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: content-box;
  line-height: normal;
  font-weight: normal;
}

strong {
  font-weight: 700;
}

input, textarea {
  font: inherit;
  box-sizing: border-box;
}
input:focus, textarea:focus {
  outline: none;
  box-shadow: none !important;
}

/**** Hide Arrows From Input Number ****/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/**** END Hide Arrows From Input Number ****/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: normal;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

textarea:focus, input:focus {
  outline: none;
}

/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $value - the value in pixel you want to convert
 *
 * e.g. div { width: toRem(400);}
 *
 */
/*
 * Will contain all sorts of values stored in variables, that need to be shared across the app
 * Such as : sizes, colors, font(-faces, not font mixins), etc.
 */
/***********************************/
/******** Paddings/margins *********/
/***********************************/
/***********************************/
/******** text  *********/
/***********************************/
/***********************************/
/********** Border-radius **********/
/***********************************/
/***********************************/
/************* Z-index *************/
/***********************************/
/****************************************************/
/************* Theme independant colors *************/
/****************************************************/
/***********************************/
/************** Fonts **************/
/***********************************/
/***********************************/
/************** box-shadow *********/
/***********************************/
/***********************************/
/************** colors *********/
/***********************************/
/************************************/
/****** Responsive breakpoints ******/
/************************************/
/*
    Form inside components : use @import '/src/styles/global/mixins'. 
    Don't import abstract or functions inside components, as they're already imported in the present file.
*/
/* @mixin transform
    .Exemple { @include transform(rotate(20deg)); }
*/
/* @mixin border-radius
    .Exemple { @include border-radius(l); } --> 8px
    .Exemple { @include border-radius(m); } --> 6px
    .Exemple { @include border-radius(s); } --> 4px
    .Exemple { @include border-radius(s, top); }
    .Exemple { @include border-radius(s, top-left); }
    .Exemple { @include border-radius(s, bottom-right); }
*/
/*****************************************/
/*************** Gradients ***************/
/*****************************************/
/* ICONS */
/*****************************************/
/************** Font mixins **************/
/*****************************************/
/**
 * Convert font-size from px to rem with px fallback
 *
 * @param $value - the value in pixel you want to convert
 *
 * e.g. div { width: toRem(400);}
 *
 */
/*
 * Will contain all sorts of values stored in variables, that need to be shared across the app
 * Such as : sizes, colors, font(-faces, not font mixins), etc.
 */
/***********************************/
/******** Paddings/margins *********/
/***********************************/
/***********************************/
/******** text  *********/
/***********************************/
/***********************************/
/********** Border-radius **********/
/***********************************/
/***********************************/
/************* Z-index *************/
/***********************************/
/****************************************************/
/************* Theme independant colors *************/
/****************************************************/
/***********************************/
/************** Fonts **************/
/***********************************/
/***********************************/
/************** box-shadow *********/
/***********************************/
/***********************************/
/************** colors *********/
/***********************************/
/************************************/
/****** Responsive breakpoints ******/
/************************************/
@font-face {
  font-family: "marketinghook";
  src: url("../fonts/marketinghook.ttf?p4g5t9") format("truetype"), url("../fonts/marketinghook.woff?p4g5t9") format("woff"), url("../fonts/marketinghook.svg?p4g5t9#marketinghook") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.micon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "marketinghook" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 1em;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mh-amazon-pay--fill:before {
  content: "\ee53";
}

.mh-android--fill:before {
  content: "\ee54";
}

.mh-Apple-fruit--fill:before {
  content: "\ee55";
}

.mh-apple-pay--fill:before {
  content: "\ee56";
}

.mh-app-store--fill:before {
  content: "\ee57";
}

.mh-baguette--fill:before {
  content: "\ee58";
}

.mh-bed-front--fill:before {
  content: "\ee59";
}

.mh-bowl-hot--fill:before {
  content: "\ee5a";
}

.mh-bowl-spoon--fill:before {
  content: "\ee5b";
}

.mh-bread-slice--fill:before {
  content: "\ee5c";
}

.mh-burger--fill:before {
  content: "\ee5d";
}

.mh-burger-lettuce--fill:before {
  content: "\ee5e";
}

.mh-cake--fill:before {
  content: "\ee5f";
}

.mh-cake-slice--fill:before {
  content: "\ee60";
}

.mh-candy--fill:before {
  content: "\ee61";
}

.mh-candy-cane--fill:before {
  content: "\ee62";
}

.mh-carrot--fill:before {
  content: "\ee63";
}

.mh-cheese--fill:before {
  content: "\ee64";
}

.mh-chicken-leg--fill:before {
  content: "\ee65";
}

.mh-cleaver--fill:before {
  content: "\ee66";
}

.mh-coffee-bean--fill:before {
  content: "\ee67";
}

.mh-croissant--fill:before {
  content: "\ee68";
}

.mh-cup-straw--fill:before {
  content: "\ee69";
}

.mh-cursor--fill:before {
  content: "\ee6a";
}

.mh-cursor-click--fill:before {
  content: "\ee6b";
}

.mh-discord--fill:before {
  content: "\ee6c";
}

.mh-donut--fill:before {
  content: "\ee6d";
}

.mh-egg--fill:before {
  content: "\ee6e";
}

.mh-egg-fried--fill:before {
  content: "\ee6f";
}

.mh-face-angry--fill:before {
  content: "\ee70";
}

.mh-face-confused--fill:before {
  content: "\ee71";
}

.mh-face-diagonal-mouth--fill:before {
  content: "\ee72";
}

.mh-face-dizzy--fill:before {
  content: "\ee73";
}

.mh-face-drooling--fill:before {
  content: "\ee74";
}

.mh-face-expressionless--fill:before {
  content: "\ee75";
}

.mh-face-eyes-times--fill:before {
  content: "\ee76";
}

.mh-face-frown--fill:before {
  content: "\ee77";
}

.mh-face-grin-hearts--fill:before {
  content: "\ee78";
}

.mh-face-grin-stars--fill:before {
  content: "\ee79";
}

.mh-face-grin-sweat--fill:before {
  content: "\ee7a";
}

.mh-face-laugh--fill:before {
  content: "\ee7b";
}

.mh-face-laugh-relaxed--fill:before {
  content: "\ee7c";
}

.mh-face-laugh-tears--fill:before {
  content: "\ee7d";
}

.mh-face-mask--fill:before {
  content: "\ee7e";
}

.mh-face-meh--fill:before {
  content: "\ee7f";
}

.mh-face-meh-blank--fill:before {
  content: "\ee80";
}

.mh-face-sad-tear--fill:before {
  content: "\ee81";
}

.mh-face-sleeping--fill:before {
  content: "\ee82";
}

.mh-face-smile--fill:before {
  content: "\ee83";
}

.mh-face-smile-upside-down--fill:before {
  content: "\ee84";
}

.mh-face-smile-wink--fill:before {
  content: "\ee85";
}

.mh-face-smirking--fill:before {
  content: "\ee86";
}

.mh-face-surprise--fill:before {
  content: "\ee87";
}

.mh-face-tired--fill:before {
  content: "\ee88";
}

.mh-face-unamused--fill:before {
  content: "\ee89";
}

.mh-fish--fill:before {
  content: "\ee8a";
}

.mh-food-tray--fill:before {
  content: "\ee8b";
}

.mh-fork-knife--fill:before {
  content: "\ee8c";
}

.mh-fork-knife-alt--fill:before {
  content: "\ee8d";
}

.mh-fork-spoon--fill:before {
  content: "\ee8e";
}

.mh-github--fill:before {
  content: "\ee8f";
}

.mh-glass--fill:before {
  content: "\ee90";
}

.mh-google--fill:before {
  content: "\ee91";
}

.mh-google-play--fill:before {
  content: "\ee92";
}

.mh-hat-chef--fill:before {
  content: "\ee93";
}

.mh-hotdog--fill:before {
  content: "\ee94";
}

.mh-ice-cream--fill:before {
  content: "\ee95";
}

.mh-lamp-desk--fill:before {
  content: "\ee96";
}

.mh-lemon--fill:before {
  content: "\ee97";
}

.mh-lemon-slice--fill:before {
  content: "\ee98";
}

.mh-martini-glass--fill:before {
  content: "\ee99";
}

.mh-mastercard--fill:before {
  content: "\ee9a";
}

.mh-mug--fill:before {
  content: "\ee9b";
}

.mh-mug-hot--fill:before {
  content: "\ee9c";
}

.mh-pants--fill:before {
  content: "\ee9d";
}

.mh-paypal--fill:before {
  content: "\ee9e";
}

.mh-paypal-card--fill:before {
  content: "\ee9f";
}

.mh-pizza-slice--fill:before {
  content: "\eea0";
}

.mh-Plate--fill:before {
  content: "\eea1";
}

.mh-plate-utensils--fill:before {
  content: "\eea2";
}

.mh-popsicle--fill:before {
  content: "\eea3";
}

.mh-quote--fill:before {
  content: "\eea4";
}

.mh-reddit--fill:before {
  content: "\eea5";
}

.mh-rocket--fill:before {
  content: "\eea6";
}

.mh-rocket-launch--fill:before {
  content: "\eea7";
}

.mh-salt--fill:before {
  content: "\eea8";
}

.mh-shirt--fill:before {
  content: "\eea9";
}

.mh-shoes--fill:before {
  content: "\eeaa";
}

.mh-soundcloud--fill:before {
  content: "\eeab";
}

.mh-steak--fill:before {
  content: "\eeac";
}

.mh-sticky-note-circle-frown--fill:before {
  content: "\eead";
}

.mh-sticky-note-circle-smile--fill:before {
  content: "\eeae";
}

.mh-sticky-note-circle-wink--fill:before {
  content: "\eeaf";
}

.mh-sticky-note-square-frown--fill:before {
  content: "\eeb0";
}

.mh-sticky-note-square-smile--fill:before {
  content: "\eeb1";
}

.mh-sticky-note-square-wink--fill:before {
  content: "\eeb2";
}

.mh-stripe--fill:before {
  content: "\eeb3";
}

.mh-taco--fill:before {
  content: "\eeb4";
}

.mh-taxi--fill:before {
  content: "\eeb5";
}

.mh-visa--fill:before {
  content: "\eeb6";
}

.mh-wechat--fill:before {
  content: "\eeb7";
}

.mh-weight-scale--fill:before {
  content: "\eeb8";
}

.mh-xbox--fill:before {
  content: "\eeb9";
}

.mh-apple--fill:before {
  content: "\eeba";
}

.mh-baseball--fill:before {
  content: "\eebb";
}

.mh-baseball-bat-ball--fill:before {
  content: "\eebc";
}

.mh-basketball--fill:before {
  content: "\eebd";
}

.mh-basketball-hoop--fill:before {
  content: "\eebe";
}

.mh-behance--fill:before {
  content: "\eebf";
}

.mh-billiard-ball--fill:before {
  content: "\eec0";
}

.mh-blogger--fill:before {
  content: "\eec1";
}

.mh-bowling-ball--fill:before {
  content: "\eec2";
}

.mh-boxing-glove--fill:before {
  content: "\eec3";
}

.mh-cycling--fill:before {
  content: "\eec4";
}

.mh-deviantart--fill:before {
  content: "\eec5";
}

.mh-dribbble--fill:before {
  content: "\eec6";
}

.mh-dumbbell--fill:before {
  content: "\eec7";
}

.mh-facebook--fill:before {
  content: "\eec8";
}

.mh-facebook-f--fill:before {
  content: "\eec9";
}

.mh-facebook-messenger--fill:before {
  content: "\eeca";
}

.mh-figma--fill:before {
  content: "\eecb";
}

.mh-football--fill:before {
  content: "\eecc";
}

.mh-football-helmet--fill:before {
  content: "\eecd";
}

.mh-football-shirt--fill:before {
  content: "\eece";
}

.mh-golf-ball--fill:before {
  content: "\eecf";
}

.mh-hand-grip--fill:before {
  content: "\eed0";
}

.mh-hockey-stick-puck--fill:before {
  content: "\eed1";
}

.mh-instagram--fill:before {
  content: "\eed2";
}

.mh-jump-rope--fill:before {
  content: "\eed3";
}

.mh-linkedin--fill:before {
  content: "\eed4";
}

.mh-magicoon--fill:before {
  content: "\eed5";
}

.mh-mask-snorkel--fill:before {
  content: "\eed6";
}

.mh-medium--fill:before {
  content: "\eed7";
}

.mh-meta--fill:before {
  content: "\eed8";
}

.mh-microsoft--fill:before {
  content: "\eed9";
}

.mh-ping-pong--fill:before {
  content: "\eeda";
}

.mh-pinterest--fill:before {
  content: "\eedb";
}

.mh-pinterest-p--fill:before {
  content: "\eedc";
}

.mh-referee-card--fill:before {
  content: "\eedd";
}

.mh-rugby-ball--fill:before {
  content: "\eede";
}

.mh-shoes-running--fill:before {
  content: "\eedf";
}

.mh-skype--fill:before {
  content: "\eee0";
}

.mh-snapchat--fill:before {
  content: "\eee1";
}

.mh-spotify--fill:before {
  content: "\eee2";
}

.mh-stadium-football--fill:before {
  content: "\eee3";
}

.mh-telegram--fill:before {
  content: "\eee4";
}

.mh-tennis-ball--fill:before {
  content: "\eee5";
}

.mh-tiktok--fill:before {
  content: "\eee6";
}

.mh-tumbler--fill:before {
  content: "\eee7";
}

.mh-twitch--fill:before {
  content: "\eee8";
}

.mh-twitter--fill:before {
  content: "\eee9";
}

.mh-two-dumbbell--fill:before {
  content: "\eeea";
}

.mh-uniform-martial-arts--fill:before {
  content: "\eeeb";
}

.mh-vimeo--fill:before {
  content: "\eeec";
}

.mh-vk--fill:before {
  content: "\eeed";
}

.mh-volleyball--fill:before {
  content: "\eeee";
}

.mh-whatsapp--fill:before {
  content: "\eeef";
}

.mh-whistle--fill:before {
  content: "\eef0";
}

.mh-wordpress--fill:before {
  content: "\eef1";
}

.mh-youtube--fill:before {
  content: "\eef2";
}

.mh-menu-duo-square--fill:before {
  content: "\eef3";
}

.mh-menu-left-square--fill:before {
  content: "\eef4";
}

.mh-menu-left-square-alt--fill:before {
  content: "\eef5";
}

.mh-menu-right-square--fill:before {
  content: "\eef6";
}

.mh-menu-right-square-alt--fill:before {
  content: "\eef7";
}

.mh-menu-square-alt--fill:before {
  content: "\eef8";
}

.mh-more-horizontal-square--fill:before {
  content: "\eef9";
}

.mh-more-vertical-square--fill:before {
  content: "\eefa";
}

.mh-menu-circle--fill:before {
  content: "\eefb";
}

.mh-menu-circle-alt--fill:before {
  content: "\eefc";
}

.mh-menu-duo--fill:before {
  content: "\eefd";
}

.mh-menu-duo-circle--fill:before {
  content: "\eefe";
}

.mh-menu-left-alt--fill:before {
  content: "\eeff";
}

.mh-menu-left-circle--fill:before {
  content: "\ef00";
}

.mh-menu-left-circle-alt--fill:before {
  content: "\ef01";
}

.mh-menu-right--fill:before {
  content: "\ef02";
}

.mh-menu-right-alt--fill:before {
  content: "\ef03";
}

.mh-menu-right-circle--fill:before {
  content: "\ef04";
}

.mh-menu-right-circle-alt--fill:before {
  content: "\ef05";
}

.mh-menu-square--fill:before {
  content: "\ef06";
}

.mh-more-horizontal--fill:before {
  content: "\ef07";
}

.mh-more-horizontal-circle--fill:before {
  content: "\ef08";
}

.mh-more-vertical--fill:before {
  content: "\ef09";
}

.mh-more-vertical-circle--fill:before {
  content: "\ef0a";
}

.mh-checkbox-square-fill--fill:before {
  content: "\ef0b";
}

.mh-copyright-circle--fill:before {
  content: "\ef0c";
}

.mh-copyright-square--fill:before {
  content: "\ef0d";
}

.mh-menu--fill:before {
  content: "\ef0e";
}

.mh-menu-alt--fill:before {
  content: "\ef0f";
}

.mh-menu-left--fill:before {
  content: "\ef10";
}

.mh-radio-button-fill--fill:before {
  content: "\ef11";
}

.mh-registered-circle--fill:before {
  content: "\ef12";
}

.mh-registered-square--fill:before {
  content: "\ef13";
}

.mh-toggle-off--fill:before {
  content: "\ef14";
}

.mh-toggle-off-alt--fill:before {
  content: "\ef15";
}

.mh-toggle-off-rectangle--fill:before {
  content: "\ef16";
}

.mh-toggle-on--fill:before {
  content: "\ef17";
}

.mh-toggle-on-alt--fill:before {
  content: "\ef18";
}

.mh-toggle-on-rectangle--fill:before {
  content: "\ef19";
}

.mh-ban--fill:before {
  content: "\ef1a";
}

.mh-diamond--fill:before {
  content: "\ef1b";
}

.mh-diamond-exclamation--fill:before {
  content: "\ef1c";
}

.mh-info-square--fill:before {
  content: "\ef1d";
}

.mh-octagon--fill:before {
  content: "\ef1e";
}

.mh-octagon-check--fill:before {
  content: "\ef1f";
}

.mh-octagon-exclamation--fill:before {
  content: "\ef20";
}

.mh-octagon-minus--fill:before {
  content: "\ef21";
}

.mh-octagon-plus--fill:before {
  content: "\ef22";
}

.mh-octagon-times--fill:before {
  content: "\ef23";
}

.mh-power-off--fill:before {
  content: "\ef24";
}

.mh-power-off-circle--fill:before {
  content: "\ef25";
}

.mh-power-off-square--fill:before {
  content: "\ef26";
}

.mh-triangle--fill:before {
  content: "\ef27";
}

.mh-triangle-exclamation--fill:before {
  content: "\ef28";
}

.mh-bug--fill:before {
  content: "\ef29";
}

.mh-bug-slash--fill:before {
  content: "\ef2a";
}

.mh-exclamation-circle--fill:before {
  content: "\ef2b";
}

.mh-exclamation-square--fill:before {
  content: "\ef2c";
}

.mh-fingerprint--fill:before {
  content: "\ef2d";
}

.mh-fingerprint-viewfinder--fill:before {
  content: "\ef2e";
}

.mh-info-circle--fill:before {
  content: "\ef2f";
}

.mh-keyhole-circle--fill:before {
  content: "\ef30";
}

.mh-keyhole-square--fill:before {
  content: "\ef31";
}

.mh-light-emergency--fill:before {
  content: "\ef32";
}

.mh-light-emergency-on--fill:before {
  content: "\ef33";
}

.mh-question-circle--fill:before {
  content: "\ef34";
}

.mh-question-square--fill:before {
  content: "\ef35";
}

.mh-scan--fill:before {
  content: "\ef36";
}

.mh-scan-circle--fill:before {
  content: "\ef37";
}

.mh-eye--fill:before {
  content: "\ef38";
}

.mh-eye-closed--fill:before {
  content: "\ef39";
}

.mh-eye-slash--fill:before {
  content: "\ef3a";
}

.mh-key--fill:before {
  content: "\ef3b";
}

.mh-key-circle--fill:before {
  content: "\ef3c";
}

.mh-key-square--fill:before {
  content: "\ef3d";
}

.mh-lock--fill:before {
  content: "\ef3e";
}

.mh-lock-viewfinder--fill:before {
  content: "\ef3f";
}

.mh-shield-bolt--fill:before {
  content: "\ef40";
}

.mh-shield-exclamation--fill:before {
  content: "\ef41";
}

.mh-shield-heart--fill:before {
  content: "\ef42";
}

.mh-shield-lock--fill:before {
  content: "\ef43";
}

.mh-shield-play--fill:before {
  content: "\ef44";
}

.mh-shield-question--fill:before {
  content: "\ef45";
}

.mh-shield-user--fill:before {
  content: "\ef46";
}

.mh-unlock--fill:before {
  content: "\ef47";
}

.mh-arrow-down-from-line--fill:before {
  content: "\ef48";
}

.mh-arrow-export--fill:before {
  content: "\ef49";
}

.mh-arrow-import--fill:before {
  content: "\ef4a";
}

.mh-arrow-reply--fill:before {
  content: "\ef4b";
}

.mh-arrow-share--fill:before {
  content: "\ef4c";
}

.mh-arrow-up-from-line--fill:before {
  content: "\ef4d";
}

.mh-shield--fill:before {
  content: "\ef4e";
}

.mh-shield-check--fill:before {
  content: "\ef4f";
}

.mh-shield-minus--fill:before {
  content: "\ef50";
}

.mh-shield-plus--fill:before {
  content: "\ef51";
}

.mh-shield-search--fill:before {
  content: "\ef52";
}

.mh-shield-slash--fill:before {
  content: "\ef53";
}

.mh-shield-star--fill:before {
  content: "\ef54";
}

.mh-shield-times--fill:before {
  content: "\ef55";
}

.mh-arrow-down-to-line--fill:before {
  content: "\ef56";
}

.mh-arrow-left-from-line--fill:before {
  content: "\ef57";
}

.mh-arrow-left-to-line--fill:before {
  content: "\ef58";
}

.mh-arrow-right-from-line--fill:before {
  content: "\ef59";
}

.mh-arrow-right-to-line--fill:before {
  content: "\ef5a";
}

.mh-arrows-move--fill:before {
  content: "\ef5b";
}

.mh-arrow-up-to-line--fill:before {
  content: "\ef5c";
}

.mh-caret-down-square--fill:before {
  content: "\ef5d";
}

.mh-caret-left-circle--fill:before {
  content: "\ef5e";
}

.mh-caret-left-square--fill:before {
  content: "\ef5f";
}

.mh-caret-right-circle--fill:before {
  content: "\ef60";
}

.mh-caret-right-square--fill:before {
  content: "\ef61";
}

.mh-caret-up-square--fill:before {
  content: "\ef62";
}

.mh-maximize--fill:before {
  content: "\ef63";
}

.mh-minimize--fill:before {
  content: "\ef64";
}

.mh-sort--fill:before {
  content: "\ef65";
}

.mh-arrows-compress--fill:before {
  content: "\ef66";
}

.mh-arrows-expand--fill:before {
  content: "\ef67";
}

.mh-arrows-left-right--fill:before {
  content: "\ef68";
}

.mh-arrows-up-down--fill:before {
  content: "\ef69";
}

.mh-arrow-turn-down-left--fill:before {
  content: "\ef6a";
}

.mh-arrow-turn-down-right--fill:before {
  content: "\ef6b";
}

.mh-arrow-turn-left-up--fill:before {
  content: "\ef6c";
}

.mh-arrow-turn-right-down--fill:before {
  content: "\ef6d";
}

.mh-arrow-turn-right-up--fill:before {
  content: "\ef6e";
}

.mh-caret-down--fill:before {
  content: "\ef6f";
}

.mh-caret-down-circle--fill:before {
  content: "\ef70";
}

.mh-caret-left--fill:before {
  content: "\ef71";
}

.mh-caret-right--fill:before {
  content: "\ef72";
}

.mh-caret-up--fill:before {
  content: "\ef73";
}

.mh-caret-up-circle--fill:before {
  content: "\ef74";
}

.mh-angles-down--fill:before {
  content: "\ef75";
}

.mh-angles-down-small--fill:before {
  content: "\ef76";
}

.mh-angles-down-up--fill:before {
  content: "\ef77";
}

.mh-angles-left-right--fill:before {
  content: "\ef78";
}

.mh-angles-left-small--fill:before {
  content: "\ef79";
}

.mh-angles-right--fill:before {
  content: "\ef7a";
}

.mh-angles-right-small--fill:before {
  content: "\ef7b";
}

.mh-angles-up--fill:before {
  content: "\ef7c";
}

.mh-angles-up-small--fill:before {
  content: "\ef7d";
}

.mh-arrow-turn-left-down--fill:before {
  content: "\ef7e";
}

.mh-arrow-turn-up-left--fill:before {
  content: "\ef7f";
}

.mh-arrow-turn-up-right--fill:before {
  content: "\ef80";
}

.mh-sort-horizontal--fill:before {
  content: "\ef81";
}

.mh-sort-vertical--fill:before {
  content: "\ef82";
}

.mh-angles-left--fill:before {
  content: "\ef83";
}

.mh-arrow-back-square--fill:before {
  content: "\ef84";
}

.mh-arrow-back-square-alt--fill:before {
  content: "\ef85";
}

.mh-arrow-down-arrow-up-circle--fill:before {
  content: "\ef86";
}

.mh-arrow-down-arrow-up-square--fill:before {
  content: "\ef87";
}

.mh-arrow-forward-circle-alt--fill:before {
  content: "\ef88";
}

.mh-arrow-forward-square--fill:before {
  content: "\ef89";
}

.mh-arrow-forward-square-alt--fill:before {
  content: "\ef8a";
}

.mh-arrow-left-arrow-right-circle--fill:before {
  content: "\ef8b";
}

.mh-arrow-left-arrow-right-square--fill:before {
  content: "\ef8c";
}

.mh-arrows-repeat-square--fill:before {
  content: "\ef8d";
}

.mh-exchange-horizontal-square--fill:before {
  content: "\ef8e";
}

.mh-exchange-vertical-square--fill:before {
  content: "\ef8f";
}

.mh-rotate-left-square--fill:before {
  content: "\ef90";
}

.mh-rotate-right-square--fill:before {
  content: "\ef91";
}

.mh-rotate-square--fill:before {
  content: "\ef92";
}

.mh-arrow-back--fill:before {
  content: "\ef93";
}

.mh-arrow-back-alt--fill:before {
  content: "\ef94";
}

.mh-arrow-back-circle--fill:before {
  content: "\ef95";
}

.mh-arrow-back-circle-alt--fill:before {
  content: "\ef96";
}

.mh-arrow-down-arrow-up--fill:before {
  content: "\ef97";
}

.mh-arrow-forward--fill:before {
  content: "\ef98";
}

.mh-arrow-forward-alt--fill:before {
  content: "\ef99";
}

.mh-arrow-forward-circle--fill:before {
  content: "\ef9a";
}

.mh-arrow-left-arrow-right--fill:before {
  content: "\ef9b";
}

.mh-arrows-repeat-circle--fill:before {
  content: "\ef9c";
}

.mh-exchange-horizontal-circle--fill:before {
  content: "\ef9d";
}

.mh-exchange-vertical-circle--fill:before {
  content: "\ef9e";
}

.mh-rotate-circle--fill:before {
  content: "\ef9f";
}

.mh-rotate-left-circle--fill:before {
  content: "\efa0";
}

.mh-rotate-right-circle--fill:before {
  content: "\efa1";
}

.mh-angle-down-square--fill:before {
  content: "\efa2";
}

.mh-angle-left-square--fill:before {
  content: "\efa3";
}

.mh-angle-right-square--fill:before {
  content: "\efa4";
}

.mh-angle-up-square--fill:before {
  content: "\efa5";
}

.mh-arrow-down-left-square--fill:before {
  content: "\efa6";
}

.mh-arrow-down-right-square--fill:before {
  content: "\efa7";
}

.mh-arrow-down-square--fill:before {
  content: "\efa8";
}

.mh-arrows-repeat--fill:before {
  content: "\efa9";
}

.mh-arrow-up-left-square--fill:before {
  content: "\efaa";
}

.mh-arrow-up-right-square--fill:before {
  content: "\efab";
}

.mh-arrow-up-square--fill:before {
  content: "\efac";
}

.mh-exchange-horizontal--fill:before {
  content: "\efad";
}

.mh-exchange-vertical--fill:before {
  content: "\efae";
}

.mh-rotate--fill:before {
  content: "\efaf";
}

.mh-rotate-left--fill:before {
  content: "\efb0";
}

.mh-rotate-right--fill:before {
  content: "\efb1";
}

.mh-angle-down-circle--fill:before {
  content: "\efb2";
}

.mh-angle-down-small--fill:before {
  content: "\efb3";
}

.mh-angle-left-circle--fill:before {
  content: "\efb4";
}

.mh-angle-right-circle--fill:before {
  content: "\efb5";
}

.mh-angle-up-circle--fill:before {
  content: "\efb6";
}

.mh-arrow-down-circle--fill:before {
  content: "\efb7";
}

.mh-arrow-down-left-circle--fill:before {
  content: "\efb8";
}

.mh-arrow-down-right-circle--fill:before {
  content: "\efb9";
}

.mh-arrow-left-circle--fill:before {
  content: "\efba";
}

.mh-arrow-left-square--fill:before {
  content: "\efbb";
}

.mh-arrow-right-circle--fill:before {
  content: "\efbc";
}

.mh-arrow-right-square--fill:before {
  content: "\efbd";
}

.mh-arrow-up-circle--fill:before {
  content: "\efbe";
}

.mh-arrow-up-left-circle--fill:before {
  content: "\efbf";
}

.mh-arrow-up-right-circle--fill:before {
  content: "\efc0";
}

.mh-angle-down--fill:before {
  content: "\efc1";
}

.mh-angle-left-small--fill:before {
  content: "\efc2";
}

.mh-angle-right--fill:before {
  content: "\efc3";
}

.mh-angle-right-small--fill:before {
  content: "\efc4";
}

.mh-angle-up--fill:before {
  content: "\efc5";
}

.mh-angle-up-small--fill:before {
  content: "\efc6";
}

.mh-arrow-down-left-small--fill:before {
  content: "\efc7";
}

.mh-arrow-down-right-small--fill:before {
  content: "\efc8";
}

.mh-arrow-down-small--fill:before {
  content: "\efc9";
}

.mh-arrow-left-small--fill:before {
  content: "\efca";
}

.mh-arrow-right-small--fill:before {
  content: "\efcb";
}

.mh-arrow-up-left-small--fill:before {
  content: "\efcc";
}

.mh-arrow-up-right-small--fill:before {
  content: "\efcd";
}

.mh-arrow-up-small--fill:before {
  content: "\efce";
}

.mh-angle-left--fill:before {
  content: "\efcf";
}

.mh-arrow-down--fill:before {
  content: "\efd0";
}

.mh-arrow-down-left--fill:before {
  content: "\efd1";
}

.mh-arrow-down-right--fill:before {
  content: "\efd2";
}

.mh-arrow-up--fill:before {
  content: "\efd3";
}

.mh-arrow-up-left--fill:before {
  content: "\efd4";
}

.mh-arrow-up-right--fill:before {
  content: "\efd5";
}

.mh-arrow-right--fill:before {
  content: "\efd6";
}

.mh-arrow-left--fill:before {
  content: "\efd7";
}

.mh-drag-lines-vertical--fill:before {
  content: "\efd8";
}

.mh-grid-web-1--fill:before {
  content: "\efd9";
}

.mh-grid-web-2--fill:before {
  content: "\efda";
}

.mh-grid-web-3--fill:before {
  content: "\efdb";
}

.mh-grid-web-4--fill:before {
  content: "\efdc";
}

.mh-grid-web-5--fill:before {
  content: "\efdd";
}

.mh-grid-web-6--fill:before {
  content: "\efde";
}

.mh-grid-web-7--fill:before {
  content: "\efdf";
}

.mh-drag-horizontal--fill:before {
  content: "\efe0";
}

.mh-drag-lines-horizontal--fill:before {
  content: "\efe1";
}

.mh-drag-vertical--fill:before {
  content: "\efe2";
}

.mh-grid-1--fill:before {
  content: "\efe3";
}

.mh-grid-2--fill:before {
  content: "\efe4";
}

.mh-grid-circle--fill:before {
  content: "\efe5";
}

.mh-grid-dividers--fill:before {
  content: "\efe6";
}

.mh-grid-square--fill:before {
  content: "\efe7";
}

.mh-grid-square-circle--fill:before {
  content: "\efe8";
}

.mh-grid-square-plus--fill:before {
  content: "\efe9";
}

.mh-layout-web-8--fill:before {
  content: "\efea";
}

.mh-layout-web-9--fill:before {
  content: "\efeb";
}

.mh-layout-web-10--fill:before {
  content: "\efec";
}

.mh-layout-web-11--fill:before {
  content: "\efed";
}

.mh-layout-web-12--fill:before {
  content: "\efee";
}

.mh-bone-break--fill:before {
  content: "\efef";
}

.mh-brain--fill:before {
  content: "\eff0";
}

.mh-layout-web-13:before {
  content: "\eff1";
}

.mh-layout-web-2--fill:before {
  content: "\eff2";
}

.mh-layout-web-3--fill:before {
  content: "\eff3";
}

.mh-layout-web-4--fill:before {
  content: "\eff4";
}

.mh-layout-web-5--fill:before {
  content: "\eff5";
}

.mh-layout-web-6--fill:before {
  content: "\eff6";
}

.mh-layout-web-7--fill:before {
  content: "\eff7";
}

.mh-mask-face--fill:before {
  content: "\eff8";
}

.mh-monitor-waveform--fill:before {
  content: "\eff9";
}

.mh-mortar-pestle--fill:before {
  content: "\effa";
}

.mh-radiation--fill:before {
  content: "\effb";
}

.mh-radiation-circle--fill:before {
  content: "\effc";
}

.mh-bandage--fill:before {
  content: "\effd";
}

.mh-bone--fill:before {
  content: "\effe";
}

.mh-dna--fill:before {
  content: "\efff";
}

.mh-flask--fill:before {
  content: "\f000";
}

.mh-flask-round--fill:before {
  content: "\f001";
}

.mh-hospital-h-sign-circle--fill:before {
  content: "\f002";
}

.mh-hospital-h-sign-square--fill:before {
  content: "\f003";
}

.mh-microscope--fill:before {
  content: "\f004";
}

.mh-syringe--fill:before {
  content: "\f005";
}

.mh-test-tube--fill:before {
  content: "\f006";
}

.mh-test-tube-alt--fill:before {
  content: "\f007";
}

.mh-thermometer--fill:before {
  content: "\f008";
}

.mh-tooth--fill:before {
  content: "\f009";
}

.mh-virus-covid--fill:before {
  content: "\f00a";
}

.mh-virus-covid-slash--fill:before {
  content: "\f00b";
}

.mh-calculator--fill:before {
  content: "\f00c";
}

.mh-cpu--fill:before {
  content: "\f00d";
}

.mh-heart-pulse--fill:before {
  content: "\f00e";
}

.mh-mouse--fill:before {
  content: "\f00f";
}

.mh-pills--fill:before {
  content: "\f010";
}

.mh-print--fill:before {
  content: "\f011";
}

.mh-print-slash--fill:before {
  content: "\f012";
}

.mh-radio--fill:before {
  content: "\f013";
}

.mh-stethoscope--fill:before {
  content: "\f014";
}

.mh-telescope--fill:before {
  content: "\f015";
}

.mh-watch-circle--fill:before {
  content: "\f016";
}

.mh-watch-square--fill:before {
  content: "\f017";
}

.mh-wave-pulse--fill:before {
  content: "\f018";
}

.mh-floppy-disk--fill:before {
  content: "\f019";
}

.mh-keyboard--fill:before {
  content: "\f01a";
}

.mh-microphone--fill:before {
  content: "\f01b";
}

.mh-microphone-slash--fill:before {
  content: "\f01c";
}

.mh-phone-office--fill:before {
  content: "\f01d";
}

.mh-video--fill:before {
  content: "\f01e";
}

.mh-video-circle--fill:before {
  content: "\f01f";
}

.mh-video-eye--fill:before {
  content: "\f020";
}

.mh-video-incoming--fill:before {
  content: "\f021";
}

.mh-video-outgoing--fill:before {
  content: "\f022";
}

.mh-video-plus--fill:before {
  content: "\f023";
}

.mh-video-slash--fill:before {
  content: "\f024";
}

.mh-video-square--fill:before {
  content: "\f025";
}

.mh-battery-bolt--fill:before {
  content: "\f026";
}

.mh-battery-empty--fill:before {
  content: "\f027";
}

.mh-battery-full--fill:before {
  content: "\f028";
}

.mh-battery-half--fill:before {
  content: "\f029";
}

.mh-flashlight--fill:before {
  content: "\f02a";
}

.mh-lightbulb--fill:before {
  content: "\f02b";
}

.mh-microphone-stand--fill:before {
  content: "\f02c";
}

.mh-plug--fill:before {
  content: "\f02d";
}

.mh-sim-card--fill:before {
  content: "\f02e";
}

.mh-sim-card-1--fill:before {
  content: "\f02f";
}

.mh-sim-card-2--fill:before {
  content: "\f030";
}

.mh-speaker--fill:before {
  content: "\f031";
}

.mh-tv--fill:before {
  content: "\f032";
}

.mh-tv-play--fill:before {
  content: "\f033";
}

.mh-tv-retro--fill:before {
  content: "\f034";
}

.mh-camera--fill:before {
  content: "\f035";
}

.mh-camera-circle--fill:before {
  content: "\f036";
}

.mh-camera-rotate--fill:before {
  content: "\f037";
}

.mh-camera-slash--fill:before {
  content: "\f038";
}

.mh-camera-square--fill:before {
  content: "\f039";
}

.mh-database--fill:before {
  content: "\f03a";
}

.mh-desktop-mobile--fill:before {
  content: "\f03b";
}

.mh-disc--fill:before {
  content: "\f03c";
}

.mh-game-controller--fill:before {
  content: "\f03d";
}

.mh-hard-drive--fill:before {
  content: "\f03e";
}

.mh-headphones--fill:before {
  content: "\f03f";
}

.mh-laptop-code--fill:before {
  content: "\f040";
}

.mh-sd-card--fill:before {
  content: "\f041";
}

.mh-server--fill:before {
  content: "\f042";
}

.mh-usb-drive--fill:before {
  content: "\f043";
}

.mh-desktop--fill:before {
  content: "\f044";
}

.mh-desktop-code--fill:before {
  content: "\f045";
}

.mh-flag--fill:before {
  content: "\f046";
}

.mh-flag-triangle--fill:before {
  content: "\f047";
}

.mh-laptop--fill:before {
  content: "\f048";
}

.mh-mobile--fill:before {
  content: "\f049";
}

.mh-parking-circle--fill:before {
  content: "\f04a";
}

.mh-parking-square--fill:before {
  content: "\f04b";
}

.mh-radar--fill:before {
  content: "\f04c";
}

.mh-route--fill:before {
  content: "\f04d";
}

.mh-tablet--fill:before {
  content: "\f04e";
}

.mh-target--fill:before {
  content: "\f04f";
}

.mh-thumbtack-vertical--fill:before {
  content: "\f050";
}

.mh-traffic-cone--fill:before {
  content: "\f051";
}

.mh-compass--fill:before {
  content: "\f052";
}

.mh-compass-needle--fill:before {
  content: "\f053";
}

.mh-location-arrow--fill:before {
  content: "\f054";
}

.mh-location-arrow-circle--fill:before {
  content: "\f055";
}

.mh-location-arrow-square--fill:before {
  content: "\f056";
}

.mh-location-crosshairs--fill:before {
  content: "\f057";
}

.mh-location-crosshairs-slash--fill:before {
  content: "\f058";
}

.mh-map--fill:before {
  content: "\f059";
}

.mh-map-location--fill:before {
  content: "\f05a";
}

.mh-sign-direction-left--fill:before {
  content: "\f05b";
}

.mh-sign-direction-right--fill:before {
  content: "\f05c";
}

.mh-thumbtack--fill:before {
  content: "\f05d";
}

.mh-location-pin-edit--fill:before {
  content: "\f05e";
}

.mh-location-pin-exclamation--fill:before {
  content: "\f05f";
}

.mh-location-pin-eye--fill:before {
  content: "\f060";
}

.mh-location-pin-heart--fill:before {
  content: "\f061";
}

.mh-location-pin-lock--fill:before {
  content: "\f062";
}

.mh-location-pin-minus--fill:before {
  content: "\f063";
}

.mh-location-pin-plus--fill:before {
  content: "\f064";
}

.mh-location-pin-question--fill:before {
  content: "\f065";
}

.mh-location-pin-search--fill:before {
  content: "\f066";
}

.mh-location-pin-star--fill:before {
  content: "\f067";
}

.mh-map-pin--fill:before {
  content: "\f068";
}

.mh-road--fill:before {
  content: "\f069";
}

.mh-signs-direction--fill:before {
  content: "\f06a";
}

.mh-film--fill:before {
  content: "\f06b";
}

.mh-image-download--fill:before {
  content: "\f06c";
}

.mh-image-gallery--fill:before {
  content: "\f06d";
}

.mh-image-gallery-plus--fill:before {
  content: "\f06e";
}

.mh-image-minus--fill:before {
  content: "\f06f";
}

.mh-image-upload--fill:before {
  content: "\f070";
}

.mh-location-pin--fill:before {
  content: "\f071";
}

.mh-location-pin-alt--fill:before {
  content: "\f072";
}

.mh-location-pin-check--fill:before {
  content: "\f073";
}

.mh-location-pin-slash--fill:before {
  content: "\f074";
}

.mh-location-pin-slash-alt--fill:before {
  content: "\f075";
}

.mh-location-pin-times--fill:before {
  content: "\f076";
}

.mh-video-play--fill:before {
  content: "\f077";
}

.mh-image--fill:before {
  content: "\f078";
}

.mh-image-check--fill:before {
  content: "\f079";
}

.mh-image-plus--fill:before {
  content: "\f07a";
}

.mh-image-times--fill:before {
  content: "\f07b";
}

.mh-music--fill:before {
  content: "\f07c";
}

.mh-music-list--fill:before {
  content: "\f07d";
}

.mh-music-note--fill:before {
  content: "\f07e";
}

.mh-playlist--fill:before {
  content: "\f07f";
}

.mh-volume-high--fill:before {
  content: "\f080";
}

.mh-volume-high-slash--fill:before {
  content: "\f081";
}

.mh-volume-minus--fill:before {
  content: "\f082";
}

.mh-volume-plus--fill:before {
  content: "\f083";
}

.mh-volume-slash--fill:before {
  content: "\f084";
}

.mh-volume-times--fill:before {
  content: "\f085";
}

.mh-airplay--fill:before {
  content: "\f086";
}

.mh-airplay-alt--fill:before {
  content: "\f087";
}

.mh-chromecast--fill:before {
  content: "\f088";
}

.mh-compress--fill:before {
  content: "\f089";
}

.mh-expand--fill:before {
  content: "\f08a";
}

.mh-pause-circle--fill:before {
  content: "\f08b";
}

.mh-play-square--fill:before {
  content: "\f08c";
}

.mh-repeat--fill:before {
  content: "\f08d";
}

.mh-shuffle--fill:before {
  content: "\f08e";
}

.mh-signal-stream--fill:before {
  content: "\f08f";
}

.mh-stop-circle--fill:before {
  content: "\f090";
}

.mh-volume--fill:before {
  content: "\f091";
}

.mh-volume-low--fill:before {
  content: "\f092";
}

.mh-backward--fill:before {
  content: "\f093";
}

.mh-closed-captioning--fill:before {
  content: "\f094";
}

.mh-eject--fill:before {
  content: "\f095";
}

.mh-fast-backward--fill:before {
  content: "\f096";
}

.mh-fast-forward--fill:before {
  content: "\f097";
}

.mh-forward--fill:before {
  content: "\f098";
}

.mh-pause--fill:before {
  content: "\f099";
}

.mh-play--fill:before {
  content: "\f09a";
}

.mh-play-circle--fill:before {
  content: "\f09b";
}

.mh-play-pause--fill:before {
  content: "\f09c";
}

.mh-step-backward--fill:before {
  content: "\f09d";
}

.mh-step-forward--fill:before {
  content: "\f09e";
}

.mh-stop--fill:before {
  content: "\f09f";
}

.mh-activity-heart-square--fill:before {
  content: "\f0a0";
}

.mh-activity-notification-square--fill:before {
  content: "\f0a1";
}

.mh-activity-square--fill:before {
  content: "\f0a2";
}

.mh-activity-star-square--fill:before {
  content: "\f0a3";
}

.mh-chart-bar-square--fill:before {
  content: "\f0a4";
}

.mh-line-chart-dots--fill:before {
  content: "\f0a5";
}

.mh-line-chart-dots-square--fill:before {
  content: "\f0a6";
}

.mh-line-down-square--fill:before {
  content: "\f0a7";
}

.mh-line-up-square--fill:before {
  content: "\f0a8";
}

.mh-poll-horizontal-square--fill:before {
  content: "\f0a9";
}

.mh-poll-vertical-square--fill:before {
  content: "\f0aa";
}

.mh-trend-down--fill:before {
  content: "\f0ab";
}

.mh-trend-down-square--fill:before {
  content: "\f0ac";
}

.mh-trend-up--fill:before {
  content: "\f0ad";
}

.mh-trend-up-square--fill:before {
  content: "\f0ae";
}

.mh-activity-circle--fill:before {
  content: "\f0af";
}

.mh-activity-heart-circle--fill:before {
  content: "\f0b0";
}

.mh-activity-notification-circle--fill:before {
  content: "\f0b1";
}

.mh-activity-star-circle--fill:before {
  content: "\f0b2";
}

.mh-chart-bar-alt--fill:before {
  content: "\f0b3";
}

.mh-chart-bar-circle--fill:before {
  content: "\f0b4";
}

.mh-chart-pie--fill:before {
  content: "\f0b5";
}

.mh-chart-pyramid--fill:before {
  content: "\f0b6";
}

.mh-line-chart-dots-circle--fill:before {
  content: "\f0b7";
}

.mh-line-down-circle--fill:before {
  content: "\f0b8";
}

.mh-line-up-circle--fill:before {
  content: "\f0b9";
}

.mh-poll-horizontal-circle--fill:before {
  content: "\f0ba";
}

.mh-poll-vertical-circle--fill:before {
  content: "\f0bb";
}

.mh-trend-down-circle--fill:before {
  content: "\f0bc";
}

.mh-trend-up-circle--fill:before {
  content: "\f0bd";
}

.mh-cabinet-filing--fill:before {
  content: "\f0be";
}

.mh-calculator-simple--fill:before {
  content: "\f0bf";
}

.mh-chart-bar--fill:before {
  content: "\f0c0";
}

.mh-chart-bar-horizontal--fill:before {
  content: "\f0c1";
}

.mh-chart-bar-vertical--fill:before {
  content: "\f0c2";
}

.mh-chart-line--fill:before {
  content: "\f0c3";
}

.mh-chart-line-dots--fill:before {
  content: "\f0c4";
}

.mh-chart-line-down--fill:before {
  content: "\f0c5";
}

.mh-chart-line-up--fill:before {
  content: "\f0c6";
}

.mh-chart-trend-down--fill:before {
  content: "\f0c7";
}

.mh-chart-trend-up--fill:before {
  content: "\f0c8";
}

.mh-presentation-dollar--fill:before {
  content: "\f0c9";
}

.mh-presentation-user--fill:before {
  content: "\f0ca";
}

.mh-ranking--fill:before {
  content: "\f0cb";
}

.mh-id-badge--fill:before {
  content: "\f0cc";
}

.mh-id-card--fill:before {
  content: "\f0cd";
}

.mh-percent-tag--fill:before {
  content: "\f0ce";
}

.mh-presentation--fill:before {
  content: "\f0cf";
}

.mh-presentation-chart-line--fill:before {
  content: "\f0d0";
}

.mh-presentation-chart-pie--fill:before {
  content: "\f0d1";
}

.mh-presentation-lightbulb--fill:before {
  content: "\f0d2";
}

.mh-presentation-pen--fill:before {
  content: "\f0d3";
}

.mh-presentation-play--fill:before {
  content: "\f0d4";
}

.mh-presentation-poll--fill:before {
  content: "\f0d5";
}

.mh-presentation-text--fill:before {
  content: "\f0d6";
}

.mh-presentation-trend-down--fill:before {
  content: "\f0d7";
}

.mh-presentation-trend-up--fill:before {
  content: "\f0d8";
}

.mh-briefcase--fill:before {
  content: "\f0d9";
}

.mh-briefcase-check--fill:before {
  content: "\f0da";
}

.mh-briefcase-minus--fill:before {
  content: "\f0db";
}

.mh-briefcase-money--fill:before {
  content: "\f0dc";
}

.mh-briefcase-plus--fill:before {
  content: "\f0dd";
}

.mh-briefcase-times--fill:before {
  content: "\f0de";
}

.mh-coin-card-transfer--fill:before {
  content: "\f0df";
}

.mh-coin-convert--fill:before {
  content: "\f0e0";
}

.mh-credit-card-change--fill:before {
  content: "\f0e1";
}

.mh-hand-holding-dollar-circle--fill:before {
  content: "\f0e2";
}

.mh-invoice--fill:before {
  content: "\f0e3";
}

.mh-money-convert--fill:before {
  content: "\f0e4";
}

.mh-percent--fill:before {
  content: "\f0e5";
}

.mh-percent-circle--fill:before {
  content: "\f0e6";
}

.mh-percent-square--fill:before {
  content: "\f0e7";
}

.mh-bitcoin-square--fill:before {
  content: "\f0e8";
}

.mh-dollar-receive-circle--fill:before {
  content: "\f0e9";
}

.mh-dollar-receive-square--fill:before {
  content: "\f0ea";
}

.mh-dollar-send-circle--fill:before {
  content: "\f0eb";
}

.mh-dollar-send-square--fill:before {
  content: "\f0ec";
}

.mh-ethereum-square--fill:before {
  content: "\f0ed";
}

.mh-euro-square--fill:before {
  content: "\f0ee";
}

.mh-hand-holding-dollar--fill:before {
  content: "\f0ef";
}

.mh-sack-dollar--fill:before {
  content: "\f0f0";
}

.mh-bitcoin--fill:before {
  content: "\f0f1";
}

.mh-bitcoin-circle--fill:before {
  content: "\f0f2";
}

.mh-coin--fill:before {
  content: "\f0f3";
}

.mh-coins--fill:before {
  content: "\f0f4";
}

.mh-credit-card-ban--fill:before {
  content: "\f0f5";
}

.mh-credit-card-convert--fill:before {
  content: "\f0f6";
}

.mh-credit-card-slash--fill:before {
  content: "\f0f7";
}

.mh-dollar--fill:before {
  content: "\f0f8";
}

.mh-dollar-circle--fill:before {
  content: "\f0f9";
}

.mh-dollar-square--fill:before {
  content: "\f0fa";
}

.mh-ethereum--fill:before {
  content: "\f0fb";
}

.mh-ethereum-circle--fill:before {
  content: "\f0fc";
}

.mh-euro--fill:before {
  content: "\f0fd";
}

.mh-euro-circle--fill:before {
  content: "\f0fe";
}

.mh-wallet--fill:before {
  content: "\f0ff";
}

.mh-credit-card--fill:before {
  content: "\f100";
}

.mh-credit-card-check--fill:before {
  content: "\f101";
}

.mh-credit-card-edit--fill:before {
  content: "\f102";
}

.mh-credit-card-minus--fill:before {
  content: "\f103";
}

.mh-credit-card-plus--fill:before {
  content: "\f104";
}

.mh-credit-card-times--fill:before {
  content: "\f105";
}

.mh-money-bill-ban--fill:before {
  content: "\f106";
}

.mh-money-bill-clock--fill:before {
  content: "\f107";
}

.mh-money-bill-convert--fill:before {
  content: "\f108";
}

.mh-money-bill-minus--fill:before {
  content: "\f109";
}

.mh-money-bill-receive--fill:before {
  content: "\f10a";
}

.mh-money-bills--fill:before {
  content: "\f10b";
}

.mh-money-bill-send--fill:before {
  content: "\f10c";
}

.mh-money-withdrawal--fill:before {
  content: "\f10d";
}

.mh-bookmarks--fill:before {
  content: "\f10e";
}

.mh-bookmarks-check--fill:before {
  content: "\f10f";
}

.mh-bookmark-settings--fill:before {
  content: "\f110";
}

.mh-bookmarks-heart--fill:before {
  content: "\f111";
}

.mh-bookmarks-minus--fill:before {
  content: "\f112";
}

.mh-bookmarks-plus--fill:before {
  content: "\f113";
}

.mh-bookmarks-settings--fill:before {
  content: "\f114";
}

.mh-bookmarks-star--fill:before {
  content: "\f115";
}

.mh-bookmarks-times--fill:before {
  content: "\f116";
}

.mh-bookmarks-user--fill:before {
  content: "\f117";
}

.mh-bookmark-user--fill:before {
  content: "\f118";
}

.mh-money-bill--fill:before {
  content: "\f119";
}

.mh-money-bill-check--fill:before {
  content: "\f11a";
}

.mh-money-bill-plus--fill:before {
  content: "\f11b";
}

.mh-money-bill-times--fill:before {
  content: "\f11c";
}

.mh-atom--fill:before {
  content: "\f11d";
}

.mh-award--fill:before {
  content: "\f11e";
}

.mh-award-check--fill:before {
  content: "\f11f";
}

.mh-award-star--fill:before {
  content: "\f120";
}

.mh-backpack--fill:before {
  content: "\f121";
}

.mh-bookmark--fill:before {
  content: "\f122";
}

.mh-bookmark-check--fill:before {
  content: "\f123";
}

.mh-bookmark-heart--fill:before {
  content: "\f124";
}

.mh-bookmark-minus--fill:before {
  content: "\f125";
}

.mh-bookmark-plus--fill:before {
  content: "\f126";
}

.mh-bookmark-star--fill:before {
  content: "\f127";
}

.mh-bookmark-times--fill:before {
  content: "\f128";
}

.mh-certificate--fill:before {
  content: "\f129";
}

.mh-glasses--fill:before {
  content: "\f12a";
}

.mh-graduation-cap--fill:before {
  content: "\f12b";
}

.mh-book--fill:before {
  content: "\f12c";
}

.mh-book-alt--fill:before {
  content: "\f12d";
}

.mh-book-bookmark--fill:before {
  content: "\f12e";
}

.mh-book-empty--fill:before {
  content: "\f12f";
}

.mh-book-open--fill:before {
  content: "\f130";
}

.mh-book-open-bookmark--fill:before {
  content: "\f131";
}

.mh-book-open-reader--fill:before {
  content: "\f132";
}

.mh-book-open-text--fill:before {
  content: "\f133";
}

.mh-books--fill:before {
  content: "\f134";
}

.mh-book-text--fill:before {
  content: "\f135";
}

.mh-globe-stand--fill:before {
  content: "\f136";
}

.mh-mosque--fill:before {
  content: "\f137";
}

.mh-pen--fill:before {
  content: "\f138";
}

.mh-pen-line--fill:before {
  content: "\f139";
}

.mh-archway--fill:before {
  content: "\f13a";
}

.mh-bank--fill:before {
  content: "\f13b";
}

.mh-building--fill:before {
  content: "\f13c";
}

.mh-building-coins--fill:before {
  content: "\f13d";
}

.mh-buildings--fill:before {
  content: "\f13e";
}

.mh-buildings-alt--fill:before {
  content: "\f13f";
}

.mh-building-tree--fill:before {
  content: "\f140";
}

.mh-castle--fill:before {
  content: "\f141";
}

.mh-home-roof-trend-down--fill:before {
  content: "\f142";
}

.mh-home-roof-trend-up--fill:before {
  content: "\f143";
}

.mh-hospital--fill:before {
  content: "\f144";
}

.mh-kaaba--fill:before {
  content: "\f145";
}

.mh-school--fill:before {
  content: "\f146";
}

.mh-university--fill:before {
  content: "\f147";
}

.mh-warehouse--fill:before {
  content: "\f148";
}

.mh-home-dash-activity--fill:before {
  content: "\f149";
}

.mh-home-dash-dollar--fill:before {
  content: "\f14a";
}

.mh-home-dash-trend-down--fill:before {
  content: "\f14b";
}

.mh-home-dash-trend-up--fill:before {
  content: "\f14c";
}

.mh-home-roof--fill:before {
  content: "\f14d";
}

.mh-home-roof-activity--fill:before {
  content: "\f14e";
}

.mh-home-roof-dollar--fill:before {
  content: "\f14f";
}

.mh-home-roof-heart--fill:before {
  content: "\f150";
}

.mh-home-roof-lock--fill:before {
  content: "\f151";
}

.mh-home-roof-search--fill:before {
  content: "\f152";
}

.mh-home-roof-shield--fill:before {
  content: "\f153";
}

.mh-home-roof-star--fill:before {
  content: "\f154";
}

.mh-home-roof-user--fill:before {
  content: "\f155";
}

.mh-home-roof-wifi--fill:before {
  content: "\f156";
}

.mh-home-activity--fill:before {
  content: "\f157";
}

.mh-home-dash--fill:before {
  content: "\f158";
}

.mh-home-dash-heart--fill:before {
  content: "\f159";
}

.mh-home-dash-lock--fill:before {
  content: "\f15a";
}

.mh-home-dash-search--fill:before {
  content: "\f15b";
}

.mh-home-dash-shield--fill:before {
  content: "\f15c";
}

.mh-home-dash-star--fill:before {
  content: "\f15d";
}

.mh-home-dash-user--fill:before {
  content: "\f15e";
}

.mh-home-dash-wifi--fill:before {
  content: "\f15f";
}

.mh-home-dollar--fill:before {
  content: "\f160";
}

.mh-home-heart--fill:before {
  content: "\f161";
}

.mh-home-shield--fill:before {
  content: "\f162";
}

.mh-home-trend-down--fill:before {
  content: "\f163";
}

.mh-home-trend-up--fill:before {
  content: "\f164";
}

.mh-home-user--fill:before {
  content: "\f165";
}

.mh-home-wifi--fill:before {
  content: "\f166";
}

.mh-home--fill:before {
  content: "\f167";
}

.mh-home-lock--fill:before {
  content: "\f168";
}

.mh-home-search--fill:before {
  content: "\f169";
}

.mh-home-star--fill:before {
  content: "\f16a";
}

.mh-phone-1--fill:before {
  content: "\f16b";
}

.mh-phone-2--fill:before {
  content: "\f16c";
}

.mh-phone-call--fill:before {
  content: "\f16d";
}

.mh-phone-incoming--fill:before {
  content: "\f16e";
}

.mh-phone-missed--fill:before {
  content: "\f16f";
}

.mh-phone-outgoing--fill:before {
  content: "\f170";
}

.mh-phone-plus--fill:before {
  content: "\f171";
}

.mh-phone-slash--fill:before {
  content: "\f172";
}

.mh-phone-times--fill:before {
  content: "\f173";
}

.mh-bluetooth--fill:before {
  content: "\f174";
}

.mh-keypad--fill:before {
  content: "\f175";
}

.mh-link--fill:before {
  content: "\f176";
}

.mh-link-alt--fill:before {
  content: "\f177";
}

.mh-link-broken--fill:before {
  content: "\f178";
}

.mh-link-broken-horizontal--fill:before {
  content: "\f179";
}

.mh-link-horizontal--fill:before {
  content: "\f17a";
}

.mh-link-horizontal-alt--fill:before {
  content: "\f17b";
}

.mh-paperclip--fill:before {
  content: "\f17c";
}

.mh-phone--fill:before {
  content: "\f17d";
}

.mh-phone-flip--fill:before {
  content: "\f17e";
}

.mh-phone-hangup--fill:before {
  content: "\f17f";
}

.mh-voicemail--fill:before {
  content: "\f180";
}

.mh-wifi--fill:before {
  content: "\f181";
}

.mh-wifi-slash--fill:before {
  content: "\f182";
}

.mh-address-book--fill:before {
  content: "\f183";
}

.mh-at--fill:before {
  content: "\f184";
}

.mh-delete-left--fill:before {
  content: "\f185";
}

.mh-delete-right--fill:before {
  content: "\f186";
}

.mh-envelope-eye--fill:before {
  content: "\f187";
}

.mh-envelope-open--fill:before {
  content: "\f188";
}

.mh-envelopes--fill:before {
  content: "\f189";
}

.mh-inbox--fill:before {
  content: "\f18a";
}

.mh-inbox-download--fill:before {
  content: "\f18b";
}

.mh-inbox-empty--fill:before {
  content: "\f18c";
}

.mh-inbox-upload--fill:before {
  content: "\f18d";
}

.mh-newspaper--fill:before {
  content: "\f18e";
}

.mh-send--fill:before {
  content: "\f18f";
}

.mh-send-right--fill:before {
  content: "\f190";
}

.mh-share--fill:before {
  content: "\f191";
}

.mh-envelope-ban--fill:before {
  content: "\f192";
}

.mh-envelope-clock--fill:before {
  content: "\f193";
}

.mh-envelope-edit--fill:before {
  content: "\f194";
}

.mh-envelope-heart--fill:before {
  content: "\f195";
}

.mh-envelope-lock--fill:before {
  content: "\f196";
}

.mh-envelope-minus--fill:before {
  content: "\f197";
}

.mh-envelope-plus--fill:before {
  content: "\f198";
}

.mh-envelope-search--fill:before {
  content: "\f199";
}

.mh-envelope-settings--fill:before {
  content: "\f19a";
}

.mh-envelope-shield--fill:before {
  content: "\f19b";
}

.mh-envelope-star--fill:before {
  content: "\f19c";
}

.mh-envelope-times--fill:before {
  content: "\f19d";
}

.mh-comment-activity--fill:before {
  content: "\f19e";
}

.mh-comment-clock--fill:before {
  content: "\f19f";
}

.mh-comment-code--fill:before {
  content: "\f1a0";
}

.mh-comment-exclamation--fill:before {
  content: "\f1a1";
}

.mh-comment-heart--fill:before {
  content: "\f1a2";
}

.mh-comment-info--fill:before {
  content: "\f1a3";
}

.mh-comment-lock--fill:before {
  content: "\f1a4";
}

.mh-comment-question--fill:before {
  content: "\f1a5";
}

.mh-comment-settings--fill:before {
  content: "\f1a6";
}

.mh-comment-shield--fill:before {
  content: "\f1a7";
}

.mh-comment-star--fill:before {
  content: "\f1a8";
}

.mh-envelope--fill:before {
  content: "\f1a9";
}

.mh-envelope-check--fill:before {
  content: "\f1aa";
}

.mh-envelope-notification--fill:before {
  content: "\f1ab";
}

.mh-comment-check-alt--fill:before {
  content: "\f1ac";
}

.mh-comment-dots-check--fill:before {
  content: "\f1ad";
}

.mh-comment-dots-minus--fill:before {
  content: "\f1ae";
}

.mh-comment-dots-plus--fill:before {
  content: "\f1af";
}

.mh-comment-dots-times--fill:before {
  content: "\f1b0";
}

.mh-comment-edit--fill:before {
  content: "\f1b1";
}

.mh-comment-minus-alt--fill:before {
  content: "\f1b2";
}

.mh-comment-plus-alt--fill:before {
  content: "\f1b3";
}

.mh-comment-search--fill:before {
  content: "\f1b4";
}

.mh-comment-text-check--fill:before {
  content: "\f1b5";
}

.mh-comment-text-minus--fill:before {
  content: "\f1b6";
}

.mh-comment-text-plus--fill:before {
  content: "\f1b7";
}

.mh-comment-text-times--fill:before {
  content: "\f1b8";
}

.mh-comment-times-alt--fill:before {
  content: "\f1b9";
}

.mh-comment-check--fill:before {
  content: "\f1ba";
}

.mh-comment-dots--fill:before {
  content: "\f1bb";
}

.mh-comment-dots-notification--fill:before {
  content: "\f1bc";
}

.mh-comment-minus--fill:before {
  content: "\f1bd";
}

.mh-comment-notification--fill:before {
  content: "\f1be";
}

.mh-comment-plus--fill:before {
  content: "\f1bf";
}

.mh-comments--fill:before {
  content: "\f1c0";
}

.mh-comments-dots--fill:before {
  content: "\f1c1";
}

.mh-comments-text--fill:before {
  content: "\f1c2";
}

.mh-comment-text--fill:before {
  content: "\f1c3";
}

.mh-comment-text-notification--fill:before {
  content: "\f1c4";
}

.mh-comment-times--fill:before {
  content: "\f1c5";
}

.mh-comment--fill:before {
  content: "\f1c6";
}

.mh-message-activity--fill:before {
  content: "\f1c7";
}

.mh-message-clock--fill:before {
  content: "\f1c8";
}

.mh-message-code--fill:before {
  content: "\f1c9";
}

.mh-message-edit--fill:before {
  content: "\f1ca";
}

.mh-message-exclamation--fill:before {
  content: "\f1cb";
}

.mh-message-heart--fill:before {
  content: "\f1cc";
}

.mh-message-info--fill:before {
  content: "\f1cd";
}

.mh-message-lock--fill:before {
  content: "\f1ce";
}

.mh-message-minus-alt--fill:before {
  content: "\f1cf";
}

.mh-message-question--fill:before {
  content: "\f1d0";
}

.mh-message-search--fill:before {
  content: "\f1d1";
}

.mh-message-settings--fill:before {
  content: "\f1d2";
}

.mh-message-shield--fill:before {
  content: "\f1d3";
}

.mh-message-star--fill:before {
  content: "\f1d4";
}

.mh-message-check--fill:before {
  content: "\f1d5";
}

.mh-message-check-alt--fill:before {
  content: "\f1d6";
}

.mh-message-dots-check--fill:before {
  content: "\f1d7";
}

.mh-message-dots-minus--fill:before {
  content: "\f1d8";
}

.mh-message-dots-plus--fill:before {
  content: "\f1d9";
}

.mh-message-dots-times--fill:before {
  content: "\f1da";
}

.mh-message-minus--fill:before {
  content: "\f1db";
}

.mh-message-plus--fill:before {
  content: "\f1dc";
}

.mh-message-plus-alt--fill:before {
  content: "\f1dd";
}

.mh-message-text-check--fill:before {
  content: "\f1de";
}

.mh-message-text-minus--fill:before {
  content: "\f1df";
}

.mh-message-text-plus--fill:before {
  content: "\f1e0";
}

.mh-message-text-times--fill:before {
  content: "\f1e1";
}

.mh-message-times--fill:before {
  content: "\f1e2";
}

.mh-message-times-alt--fill:before {
  content: "\f1e3";
}

.mh-message--fill:before {
  content: "\f1e4";
}

.mh-message-dots--fill:before {
  content: "\f1e5";
}

.mh-message-dots-notification--fill:before {
  content: "\f1e6";
}

.mh-message-notification--fill:before {
  content: "\f1e7";
}

.mh-messages--fill:before {
  content: "\f1e8";
}

.mh-messages-dots--fill:before {
  content: "\f1e9";
}

.mh-messages-text--fill:before {
  content: "\f1ea";
}

.mh-message-text--fill:before {
  content: "\f1eb";
}

.mh-message-text-notification--fill:before {
  content: "\f1ec";
}

.mh-user-check-alt--fill:before {
  content: "\f1ed";
}

.mh-user-minus-alt--fill:before {
  content: "\f1ee";
}

.mh-user-plus-alt--fill:before {
  content: "\f1ef";
}

.mh-users-group-alt--fill:before {
  content: "\f1f0";
}

.mh-user-times-alt--fill:before {
  content: "\f1f1";
}

.mh-user-alt--fill:before {
  content: "\f1f2";
}

.mh-user-check--fill:before {
  content: "\f1f3";
}

.mh-user-check-bottom--fill:before {
  content: "\f1f4";
}

.mh-user-clock--fill:before {
  content: "\f1f5";
}

.mh-user-code--fill:before {
  content: "\f1f6";
}

.mh-user-dollar--fill:before {
  content: "\f1f7";
}

.mh-user-eye--fill:before {
  content: "\f1f8";
}

.mh-user-minus--fill:before {
  content: "\f1f9";
}

.mh-user-minus-bottom--fill:before {
  content: "\f1fa";
}

.mh-user-plus--fill:before {
  content: "\f1fb";
}

.mh-user-plus-bottom--fill:before {
  content: "\f1fc";
}

.mh-users-alt--fill:before {
  content: "\f1fd";
}

.mh-user-times--fill:before {
  content: "\f1fe";
}

.mh-user-times-bottom--fill:before {
  content: "\f1ff";
}

.mh-hand-holding-user--fill:before {
  content: "\f200";
}

.mh-user-ban--fill:before {
  content: "\f201";
}

.mh-user-change--fill:before {
  content: "\f202";
}

.mh-user-circle--fill:before {
  content: "\f203";
}

.mh-user-edit--fill:before {
  content: "\f204";
}

.mh-user-heart--fill:before {
  content: "\f205";
}

.mh-user-lock--fill:before {
  content: "\f206";
}

.mh-user-search--fill:before {
  content: "\f207";
}

.mh-user-settings--fill:before {
  content: "\f208";
}

.mh-user-shield--fill:before {
  content: "\f209";
}

.mh-user-square--fill:before {
  content: "\f20a";
}

.mh-user-star--fill:before {
  content: "\f20b";
}

.mh-user-tag--fill:before {
  content: "\f20c";
}

.mh-note--fill:before {
  content: "\f20d";
}

.mh-notebook--fill:before {
  content: "\f20e";
}

.mh-papers--fill:before {
  content: "\f20f";
}

.mh-papers-text--fill:before {
  content: "\f210";
}

.mh-sticky-note-circle--fill:before {
  content: "\f211";
}

.mh-sticky-note-square--fill:before {
  content: "\f212";
}

.mh-sticky-note-text-circle--fill:before {
  content: "\f213";
}

.mh-sticky-note-text-square--fill:before {
  content: "\f214";
}

.mh-user--fill:before {
  content: "\f215";
}

.mh-users--fill:before {
  content: "\f216";
}

.mh-users-group--fill:before {
  content: "\f217";
}

.mh-users-group-slash--fill:before {
  content: "\f218";
}

.mh-user-slash--fill:before {
  content: "\f219";
}

.mh-users-slash--fill:before {
  content: "\f21a";
}

.mh-user-viewfinder--fill:before {
  content: "\f21b";
}

.mh-clipboard-heart--fill:before {
  content: "\f21c";
}

.mh-clipboard-list--fill:before {
  content: "\f21d";
}

.mh-clipboard-list-check--fill:before {
  content: "\f21e";
}

.mh-clipboard-star--fill:before {
  content: "\f21f";
}

.mh-clipboard-text--fill:before {
  content: "\f220";
}

.mh-document--fill:before {
  content: "\f221";
}

.mh-document-list--fill:before {
  content: "\f222";
}

.mh-document-list-check--fill:before {
  content: "\f223";
}

.mh-note-list--fill:before {
  content: "\f224";
}

.mh-note-list-check--fill:before {
  content: "\f225";
}

.mh-note-list-check-square--fill:before {
  content: "\f226";
}

.mh-note-list-square--fill:before {
  content: "\f227";
}

.mh-note-text--fill:before {
  content: "\f228";
}

.mh-note-text-square--fill:before {
  content: "\f229";
}

.mh-clipboard--fill:before {
  content: "\f22a";
}

.mh-clipboard-check--fill:before {
  content: "\f22b";
}

.mh-clipboard-edit--fill:before {
  content: "\f22c";
}

.mh-clipboard-minus--fill:before {
  content: "\f22d";
}

.mh-clipboard-plus--fill:before {
  content: "\f22e";
}

.mh-clipboard-search--fill:before {
  content: "\f22f";
}

.mh-clipboard-times--fill:before {
  content: "\f230";
}

.mh-dislike--fill:before {
  content: "\f231";
}

.mh-dislike-circle--fill:before {
  content: "\f232";
}

.mh-dislike-square--fill:before {
  content: "\f233";
}

.mh-dislike-tag--fill:before {
  content: "\f234";
}

.mh-like-square--fill:before {
  content: "\f235";
}

.mh-like-tag--fill:before {
  content: "\f236";
}

.mh-heart-check--fill:before {
  content: "\f237";
}

.mh-heart-minus--fill:before {
  content: "\f238";
}

.mh-heart-plus--fill:before {
  content: "\f239";
}

.mh-heart-times--fill:before {
  content: "\f23a";
}

.mh-like--fill:before {
  content: "\f23b";
}

.mh-like-circle--fill:before {
  content: "\f23c";
}

.mh-star--fill:before {
  content: "\f23d";
}

.mh-star-circle--fill:before {
  content: "\f23e";
}

.mh-star-half--fill:before {
  content: "\f23f";
}

.mh-star-magic--fill:before {
  content: "\f240";
}

.mh-star-shooting--fill:before {
  content: "\f241";
}

.mh-star-shooting-horizontal--fill:before {
  content: "\f242";
}

.mh-star-slash--fill:before {
  content: "\f243";
}

.mh-star-square--fill:before {
  content: "\f244";
}

.mh-star-tag--fill:before {
  content: "\f245";
}

.mh-calendar-clock--fill:before {
  content: "\f246";
}

.mh-clock--fill:before {
  content: "\f247";
}

.mh-clock-alt--fill:before {
  content: "\f248";
}

.mh-clock-square--fill:before {
  content: "\f249";
}

.mh-clock-square-alt--fill:before {
  content: "\f24a";
}

.mh-heart--fill:before {
  content: "\f24b";
}

.mh-heart-circle--fill:before {
  content: "\f24c";
}

.mh-heart-slash--fill:before {
  content: "\f24d";
}

.mh-heart-square--fill:before {
  content: "\f24e";
}

.mh-heart-tag--fill:before {
  content: "\f24f";
}

.mh-hourglass--fill:before {
  content: "\f250";
}

.mh-time-forward--fill:before {
  content: "\f251";
}

.mh-time-past--fill:before {
  content: "\f252";
}

.mh-calendar--fill:before {
  content: "\f253";
}

.mh-calendar-check--fill:before {
  content: "\f254";
}

.mh-calendar-check-alt--fill:before {
  content: "\f255";
}

.mh-calendar-edit--fill:before {
  content: "\f256";
}

.mh-calendar-heart--fill:before {
  content: "\f257";
}

.mh-calendar-lock--fill:before {
  content: "\f258";
}

.mh-calendar-minus--fill:before {
  content: "\f259";
}

.mh-calendar-minus-alt--fill:before {
  content: "\f25a";
}

.mh-calendar-plus--fill:before {
  content: "\f25b";
}

.mh-calendar-plus-alt--fill:before {
  content: "\f25c";
}

.mh-calendar-search--fill:before {
  content: "\f25d";
}

.mh-calendar-star--fill:before {
  content: "\f25e";
}

.mh-calendar-times--fill:before {
  content: "\f25f";
}

.mh-calendar-times-alt--fill:before {
  content: "\f260";
}

.mh-alarm-check--fill:before {
  content: "\f261";
}

.mh-alarm-check-alt--fill:before {
  content: "\f262";
}

.mh-alarm-clock--fill:before {
  content: "\f263";
}

.mh-alarm-clock-alt--fill:before {
  content: "\f264";
}

.mh-alarm-clock-empty--fill:before {
  content: "\f265";
}

.mh-alarm-edit--fill:before {
  content: "\f266";
}

.mh-alarm-minus--fill:before {
  content: "\f267";
}

.mh-alarm-minus-alt--fill:before {
  content: "\f268";
}

.mh-alarm-plus--fill:before {
  content: "\f269";
}

.mh-alarm-plus-alt--fill:before {
  content: "\f26a";
}

.mh-alarm-times--fill:before {
  content: "\f26b";
}

.mh-alarm-times-alt--fill:before {
  content: "\f26c";
}

.mh-calendar-empty--fill:before {
  content: "\f26d";
}

.mh-calendar-empty-alt--fill:before {
  content: "\f26e";
}

.mh-archive--fill:before {
  content: "\f26f";
}

.mh-stopwatch--fill:before {
  content: "\f270";
}

.mh-stopwatch-alt--fill:before {
  content: "\f271";
}

.mh-stopwatch-check--fill:before {
  content: "\f272";
}

.mh-stopwatch-check-alt--fill:before {
  content: "\f273";
}

.mh-stopwatch-edit--fill:before {
  content: "\f274";
}

.mh-stopwatch-empty--fill:before {
  content: "\f275";
}

.mh-stopwatch-minus--fill:before {
  content: "\f276";
}

.mh-stopwatch-minus-alt--fill:before {
  content: "\f277";
}

.mh-stopwatch-plus--fill:before {
  content: "\f278";
}

.mh-stopwatch-plus-alt--fill:before {
  content: "\f279";
}

.mh-stopwatch-times--fill:before {
  content: "\f27a";
}

.mh-stopwatch-times-alt--fill:before {
  content: "\f27b";
}

.mh-upload-alt--fill:before {
  content: "\f27c";
}

.mh-cloud-connection--fill:before {
  content: "\f27d";
}

.mh-cloud-lock--fill:before {
  content: "\f27e";
}

.mh-cloud-share--fill:before {
  content: "\f27f";
}

.mh-cloud-shield--fill:before {
  content: "\f280";
}

.mh-cloud-slash--fill:before {
  content: "\f281";
}

.mh-cloud-upload--fill:before {
  content: "\f282";
}

.mh-copy--fill:before {
  content: "\f283";
}

.mh-copy-alt--fill:before {
  content: "\f284";
}

.mh-copy-check--fill:before {
  content: "\f285";
}

.mh-copy-plus--fill:before {
  content: "\f286";
}

.mh-download--fill:before {
  content: "\f287";
}

.mh-download-alt--fill:before {
  content: "\f288";
}

.mh-upload--fill:before {
  content: "\f289";
}

.mh-cloud--fill:before {
  content: "\f28a";
}

.mh-cloud-check--fill:before {
  content: "\f28b";
}

.mh-cloud-download--fill:before {
  content: "\f28c";
}

.mh-cloud-minus--fill:before {
  content: "\f28d";
}

.mh-cloud-plus--fill:before {
  content: "\f28e";
}

.mh-cloud-times--fill:before {
  content: "\f28f";
}

.mh-folder-alt--fill:before {
  content: "\f290";
}

.mh-folder-clock--fill:before {
  content: "\f291";
}

.mh-folder-connection--fill:before {
  content: "\f292";
}

.mh-folder-music--fill:before {
  content: "\f293";
}

.mh-folder-open--fill:before {
  content: "\f294";
}

.mh-folder-settings--fill:before {
  content: "\f295";
}

.mh-folder-user--fill:before {
  content: "\f296";
}

.mh-folder-ban--fill:before {
  content: "\f297";
}

.mh-folder-code--fill:before {
  content: "\f298";
}

.mh-folder-download--fill:before {
  content: "\f299";
}

.mh-folder-edit--fill:before {
  content: "\f29a";
}

.mh-folder-export--fill:before {
  content: "\f29b";
}

.mh-folder-heart--fill:before {
  content: "\f29c";
}

.mh-folder-import--fill:before {
  content: "\f29d";
}

.mh-folder-lock--fill:before {
  content: "\f29e";
}

.mh-folder-minus--fill:before {
  content: "\f29f";
}

.mh-folder-plus--fill:before {
  content: "\f2a0";
}

.mh-folder-search--fill:before {
  content: "\f2a1";
}

.mh-folder-shield--fill:before {
  content: "\f2a2";
}

.mh-folder-star--fill:before {
  content: "\f2a3";
}

.mh-folder-upload--fill:before {
  content: "\f2a4";
}

.mh-file-list-ban--fill:before {
  content: "\f2a5";
}

.mh-file-list-edit--fill:before {
  content: "\f2a6";
}

.mh-file-list-heart--fill:before {
  content: "\f2a7";
}

.mh-file-list-lock--fill:before {
  content: "\f2a8";
}

.mh-file-list-minus--fill:before {
  content: "\f2a9";
}

.mh-file-list-plus--fill:before {
  content: "\f2aa";
}

.mh-file-list-search--fill:before {
  content: "\f2ab";
}

.mh-file-list-shield--fill:before {
  content: "\f2ac";
}

.mh-file-list-star--fill:before {
  content: "\f2ad";
}

.mh-file-list-times--fill:before {
  content: "\f2ae";
}

.mh-folder--fill:before {
  content: "\f2af";
}

.mh-folder-check--fill:before {
  content: "\f2b0";
}

.mh-folder-times--fill:before {
  content: "\f2b1";
}

.mh-file-list--fill:before {
  content: "\f2b2";
}

.mh-file-list-check--fill:before {
  content: "\f2b3";
}

.mh-file-text-ban--fill:before {
  content: "\f2b4";
}

.mh-file-text-check--fill:before {
  content: "\f2b5";
}

.mh-file-text-edit--fill:before {
  content: "\f2b6";
}

.mh-file-text-heart--fill:before {
  content: "\f2b7";
}

.mh-file-text-lock--fill:before {
  content: "\f2b8";
}

.mh-file-text-minus--fill:before {
  content: "\f2b9";
}

.mh-file-text-plus--fill:before {
  content: "\f2ba";
}

.mh-file-text-search--fill:before {
  content: "\f2bb";
}

.mh-file-text-shield--fill:before {
  content: "\f2bc";
}

.mh-file-text-star--fill:before {
  content: "\f2bd";
}

.mh-file-text-times--fill:before {
  content: "\f2be";
}

.mh-file-ban--fill:before {
  content: "\f2bf";
}

.mh-file-clock--fill:before {
  content: "\f2c0";
}

.mh-file-code--fill:before {
  content: "\f2c1";
}

.mh-file-copy--fill:before {
  content: "\f2c2";
}

.mh-file-download--fill:before {
  content: "\f2c3";
}

.mh-file-export--fill:before {
  content: "\f2c4";
}

.mh-file-export-alt--fill:before {
  content: "\f2c5";
}

.mh-file-import--fill:before {
  content: "\f2c6";
}

.mh-file-import-alt--fill:before {
  content: "\f2c7";
}

.mh-file-music--fill:before {
  content: "\f2c8";
}

.mh-file-settings--fill:before {
  content: "\f2c9";
}

.mh-file-shield--fill:before {
  content: "\f2ca";
}

.mh-file-text--fill:before {
  content: "\f2cb";
}

.mh-file-upload--fill:before {
  content: "\f2cc";
}

.mh-file-user--fill:before {
  content: "\f2cd";
}

.mh-chat-activity--fill:before {
  content: "\f2ce";
}

.mh-chat-code--fill:before {
  content: "\f2cf";
}

.mh-chat-exclamation--fill:before {
  content: "\f2d0";
}

.mh-chat-info--fill:before {
  content: "\f2d1";
}

.mh-chat-question--fill:before {
  content: "\f2d2";
}

.mh-file--fill:before {
  content: "\f2d3";
}

.mh-file-check--fill:before {
  content: "\f2d4";
}

.mh-file-edit--fill:before {
  content: "\f2d5";
}

.mh-file-heart--fill:before {
  content: "\f2d6";
}

.mh-file-lock--fill:before {
  content: "\f2d7";
}

.mh-file-minus--fill:before {
  content: "\f2d8";
}

.mh-file-plus--fill:before {
  content: "\f2d9";
}

.mh-file-search--fill:before {
  content: "\f2da";
}

.mh-file-star--fill:before {
  content: "\f2db";
}

.mh-file-times--fill:before {
  content: "\f2dc";
}

.mh-chat-check-alt--fill:before {
  content: "\f2dd";
}

.mh-chat-clock--fill:before {
  content: "\f2de";
}

.mh-chat-edit--fill:before {
  content: "\f2df";
}

.mh-chat-heart--fill:before {
  content: "\f2e0";
}

.mh-chat-lock--fill:before {
  content: "\f2e1";
}

.mh-chat-minus-alt--fill:before {
  content: "\f2e2";
}

.mh-chat-plus-alt--fill:before {
  content: "\f2e3";
}

.mh-chat-search--fill:before {
  content: "\f2e4";
}

.mh-chat-settings--fill:before {
  content: "\f2e5";
}

.mh-chat-shield--fill:before {
  content: "\f2e6";
}

.mh-chat-star--fill:before {
  content: "\f2e7";
}

.mh-chat-text-minus--fill:before {
  content: "\f2e8";
}

.mh-chat-text-plus--fill:before {
  content: "\f2e9";
}

.mh-chat-times-alt--fill:before {
  content: "\f2ea";
}

.mh-chat-check--fill:before {
  content: "\f2eb";
}

.mh-chat-dots-check--fill:before {
  content: "\f2ec";
}

.mh-chat-dots-minus--fill:before {
  content: "\f2ed";
}

.mh-chat-dots-plus--fill:before {
  content: "\f2ee";
}

.mh-chat-dots-times--fill:before {
  content: "\f2ef";
}

.mh-chat-minus--fill:before {
  content: "\f2f0";
}

.mh-chat-plus--fill:before {
  content: "\f2f1";
}

.mh-chats--fill:before {
  content: "\f2f2";
}

.mh-chats-dots--fill:before {
  content: "\f2f3";
}

.mh-chats-text--fill:before {
  content: "\f2f4";
}

.mh-chat-text-check--fill:before {
  content: "\f2f5";
}

.mh-chat-text-notification--fill:before {
  content: "\f2f6";
}

.mh-chat-text-times--fill:before {
  content: "\f2f7";
}

.mh-chat-times--fill:before {
  content: "\f2f8";
}

.mh-chat--fill:before {
  content: "\f2f9";
}

.mh-chat-dots--fill:before {
  content: "\f2fa";
}

.mh-chat-dots-notification--fill:before {
  content: "\f2fb";
}

.mh-chat-notification--fill:before {
  content: "\f2fc";
}

.mh-chat-text--fill:before {
  content: "\f2fd";
}

.mh-gift--fill:before {
  content: "\f2fe";
}

.mh-magnet--fill:before {
  content: "\f2ff";
}

.mh-megaphone--fill:before {
  content: "\f300";
}

.mh-scanner--fill:before {
  content: "\f301";
}

.mh-scan-qr--fill:before {
  content: "\f302";
}

.mh-tag--fill:before {
  content: "\f303";
}

.mh-tags--fill:before {
  content: "\f304";
}

.mh-trophy--fill:before {
  content: "\f305";
}

.mh-trophy-star--fill:before {
  content: "\f306";
}

.mh-truck--fill:before {
  content: "\f307";
}

.mh-badge--fill:before {
  content: "\f308";
}

.mh-badge-check--fill:before {
  content: "\f309";
}

.mh-badge-discount--fill:before {
  content: "\f30a";
}

.mh-badge-discount-alt--fill:before {
  content: "\f30b";
}

.mh-badge-dollar--fill:before {
  content: "\f30c";
}

.mh-badge-like--fill:before {
  content: "\f30d";
}

.mh-medal-check--fill:before {
  content: "\f30e";
}

.mh-medal-star--fill:before {
  content: "\f30f";
}

.mh-sort-ascending--fill:before {
  content: "\f310";
}

.mh-sort-ascending-circle--fill:before {
  content: "\f311";
}

.mh-sort-ascending-square--fill:before {
  content: "\f312";
}

.mh-sort-descending--fill:before {
  content: "\f313";
}

.mh-sort-descending-circle--fill:before {
  content: "\f314";
}

.mh-sort-descending-square--fill:before {
  content: "\f315";
}

.mh-coupon--fill:before {
  content: "\f316";
}

.mh-coupon-heart--fill:before {
  content: "\f317";
}

.mh-coupon-percent--fill:before {
  content: "\f318";
}

.mh-coupon-star--fill:before {
  content: "\f319";
}

.mh-filter--fill:before {
  content: "\f31a";
}

.mh-filter-check--fill:before {
  content: "\f31b";
}

.mh-filter-minus--fill:before {
  content: "\f31c";
}

.mh-filter-plus--fill:before {
  content: "\f31d";
}

.mh-filter-times--fill:before {
  content: "\f31e";
}

.mh-medal--fill:before {
  content: "\f31f";
}

.mh-receipt-heart-alt--fill:before {
  content: "\f320";
}

.mh-receipt-list-alt--fill:before {
  content: "\f321";
}

.mh-receipt-percent-alt--fill:before {
  content: "\f322";
}

.mh-receipt-star-alt--fill:before {
  content: "\f323";
}

.mh-receipt-text-alt--fill:before {
  content: "\f324";
}

.mh-boxes--fill:before {
  content: "\f325";
}

.mh-box-minus--fill:before {
  content: "\f326";
}

.mh-box-search--fill:before {
  content: "\f327";
}

.mh-package--fill:before {
  content: "\f328";
}

.mh-package-check--fill:before {
  content: "\f329";
}

.mh-package-dollar--fill:before {
  content: "\f32a";
}

.mh-package-heart--fill:before {
  content: "\f32b";
}

.mh-package-star--fill:before {
  content: "\f32c";
}

.mh-receipt--fill:before {
  content: "\f32d";
}

.mh-receipt-alt--fill:before {
  content: "\f32e";
}

.mh-receipt-heart--fill:before {
  content: "\f32f";
}

.mh-receipt-list--fill:before {
  content: "\f330";
}

.mh-receipt-percent--fill:before {
  content: "\f331";
}

.mh-receipt-star--fill:before {
  content: "\f332";
}

.mh-receipt-text--fill:before {
  content: "\f333";
}

.mh-box--fill:before {
  content: "\f334";
}

.mh-box-check--fill:before {
  content: "\f335";
}

.mh-box-plus--fill:before {
  content: "\f336";
}

.mh-box-times--fill:before {
  content: "\f337";
}

.mh-shopping-bag--fill:before {
  content: "\f338";
}

.mh-shopping-bag-alt--fill:before {
  content: "\f339";
}

.mh-shopping-cart-arrow-down--fill:before {
  content: "\f33a";
}

.mh-shopping-cart-arrow-top--fill:before {
  content: "\f33b";
}

.mh-shopping-cart-heart--fill:before {
  content: "\f33c";
}

.mh-shopping-cart-minus--fill:before {
  content: "\f33d";
}

.mh-shopping-cart-plus--fill:before {
  content: "\f33e";
}

.mh-shopping-cart-star--fill:before {
  content: "\f33f";
}

.mh-shopping-cart-times--fill:before {
  content: "\f340";
}

.mh-store--fill:before {
  content: "\f341";
}

.mh-delivery-cart--fill:before {
  content: "\f342";
}

.mh-delivery-cart-arrow-down--fill:before {
  content: "\f343";
}

.mh-delivery-cart-arrow-up--fill:before {
  content: "\f344";
}

.mh-shopping-basket--fill:before {
  content: "\f345";
}

.mh-shopping-basket-arrow-down--fill:before {
  content: "\f346";
}

.mh-shopping-basket-arrow-up--fill:before {
  content: "\f347";
}

.mh-shopping-basket-check--fill:before {
  content: "\f348";
}

.mh-shopping-basket-heart--fill:before {
  content: "\f349";
}

.mh-shopping-basket-minus--fill:before {
  content: "\f34a";
}

.mh-shopping-basket-plus--fill:before {
  content: "\f34b";
}

.mh-shopping-basket-star--fill:before {
  content: "\f34c";
}

.mh-shopping-basket-times--fill:before {
  content: "\f34d";
}

.mh-shopping-cart--fill:before {
  content: "\f34e";
}

.mh-shopping-cart-check--fill:before {
  content: "\f34f";
}

.mh-brush--fill:before {
  content: "\f350";
}

.mh-brush-alt--fill:before {
  content: "\f351";
}

.mh-fire--fill:before {
  content: "\f352";
}

.mh-leaf--fill:before {
  content: "\f353";
}

.mh-life-ring--fill:before {
  content: "\f354";
}

.mh-list--fill:before {
  content: "\f355";
}

.mh-minus-square--fill:before {
  content: "\f356";
}

.mh-plus-square--fill:before {
  content: "\f357";
}

.mh-times-square--fill:before {
  content: "\f358";
}

.mh-tree--fill:before {
  content: "\f359";
}

.mh-check--fill:before {
  content: "\f35a";
}

.mh-check-circle--fill:before {
  content: "\f35b";
}

.mh-check-square--fill:before {
  content: "\f35c";
}

.mh-edit--fill:before {
  content: "\f35d";
}

.mh-minus--fill:before {
  content: "\f35e";
}

.mh-minus-circle--fill:before {
  content: "\f35f";
}

.mh-plus--fill:before {
  content: "\f360";
}

.mh-plus-circle--fill:before {
  content: "\f361";
}

.mh-times--fill:before {
  content: "\f362";
}

.mh-times-circle--fill:before {
  content: "\f363";
}

.mh-bezier--fill:before {
  content: "\f364";
}

.mh-contrast--fill:before {
  content: "\f365";
}

.mh-door-closed--fill:before {
  content: "\f366";
}

.mh-droplet--fill:before {
  content: "\f367";
}

.mh-droplet-slash--fill:before {
  content: "\f368";
}

.mh-layer-group--fill:before {
  content: "\f369";
}

.mh-log-in--fill:before {
  content: "\f36a";
}

.mh-log-out--fill:before {
  content: "\f36b";
}

.mh-moon--fill:before {
  content: "\f36c";
}

.mh-palette--fill:before {
  content: "\f36d";
}

.mh-pen-tool--fill:before {
  content: "\f36e";
}

.mh-scissors--fill:before {
  content: "\f36f";
}

.mh-sun--fill:before {
  content: "\f370";
}

.mh-vector--fill:before {
  content: "\f371";
}

.mh-bed--fill:before {
  content: "\f372";
}

.mh-bus--fill:before {
  content: "\f373";
}

.mh-check-double--fill:before {
  content: "\f374";
}

.mh-crown--fill:before {
  content: "\f375";
}

.mh-crown-alt--fill:before {
  content: "\f376";
}

.mh-door-open--fill:before {
  content: "\f377";
}

.mh-sofa--fill:before {
  content: "\f378";
}

.mh-story--fill:before {
  content: "\f379";
}

.mh-code--fill:before {
  content: "\f37a";
}

.mh-code-circle--fill:before {
  content: "\f37b";
}

.mh-code-square--fill:before {
  content: "\f37c";
}

.mh-globe--fill:before {
  content: "\f37d";
}

.mh-globe-earth--fill:before {
  content: "\f37e";
}

.mh-hashtag--fill:before {
  content: "\f37f";
}

.mh-search--fill:before {
  content: "\f380";
}

.mh-search-minus--fill:before {
  content: "\f381";
}

.mh-search-plus--fill:before {
  content: "\f382";
}

.mh-search-text--fill:before {
  content: "\f383";
}

.mh-sliders-vertical-alt--fill:before {
  content: "\f384";
}

.mh-sparkle--fill:before {
  content: "\f385";
}

.mh-speedometer--fill:before {
  content: "\f386";
}

.mh-bolt-alt--fill:before {
  content: "\f387";
}

.mh-bolt-circle-alt--fill:before {
  content: "\f388";
}

.mh-bolt-slash-alt--fill:before {
  content: "\f389";
}

.mh-bolt-square-alt--fill:before {
  content: "\f38a";
}

.mh-nut--fill:before {
  content: "\f38b";
}

.mh-puzzle--fill:before {
  content: "\f38c";
}

.mh-settings--fill:before {
  content: "\f38d";
}

.mh-sliders-horizontal--fill:before {
  content: "\f38e";
}

.mh-sliders-horizontal-alt--fill:before {
  content: "\f38f";
}

.mh-sliders-vertical--fill:before {
  content: "\f390";
}

.mh-tool--fill:before {
  content: "\f391";
}

.mh-trash-redo--fill:before {
  content: "\f392";
}

.mh-trash-undo--fill:before {
  content: "\f393";
}

.mh-trash-minus--fill:before {
  content: "\f394";
}

.mh-trash-plus--fill:before {
  content: "\f395";
}

.mh-trash-times--fill:before {
  content: "\f396";
}

.mh-trash-check--fill:before {
  content: "\f397";
}

.mh-trash-slash--fill:before {
  content: "\f398";
}

.mh-trash--fill:before {
  content: "\f399";
}

.mh-bolt-square--fill:before {
  content: "\f39a";
}

.mh-bolt-circle--fill:before {
  content: "\f39b";
}

.mh-bolt-slash--fill:before {
  content: "\f39c";
}

.mh-bolt--fill:before {
  content: "\f39d";
}

.mh-bell-slash--fill:before {
  content: "\f39e";
}

.mh-bell-on--fill:before {
  content: "\f39f";
}

.mh-bell-exclamation--fill:before {
  content: "\f3a0";
}

.mh-bell-minus--fill:before {
  content: "\f3a1";
}

.mh-bell-plus--fill:before {
  content: "\f3a2";
}

.mh-bell-times--fill:before {
  content: "\f3a3";
}

.mh-bell-notification--fill:before {
  content: "\f3a4";
}

.mh-bell--fill:before {
  content: "\f3a5";
}

.mh-bed-front:before {
  content: "\e900";
}

.mh-cursor-click:before {
  content: "\e901";
}

.mh-pants:before {
  content: "\e902";
}

.mh-quote:before {
  content: "\e903";
}

.mh-rocket:before {
  content: "\e904";
}

.mh-rocket-launch:before {
  content: "\e905";
}

.mh-shirt:before {
  content: "\e906";
}

.mh-shoes:before {
  content: "\e907";
}

.mh-taxi:before {
  content: "\e908";
}

.mh-amazon-pay:before {
  content: "\e909";
}

.mh-android:before {
  content: "\e90a";
}

.mh-apple:before {
  content: "\e90b";
}

.mh-Apple-fruit:before {
  content: "\e90c";
}

.mh-apple-pay:before {
  content: "\e90d";
}

.mh-app-store:before {
  content: "\e90e";
}

.mh-baguette:before {
  content: "\e90f";
}

.mh-behance:before {
  content: "\e910";
}

.mh-blogger:before {
  content: "\e911";
}

.mh-bowl-hot:before {
  content: "\e912";
}

.mh-bowl-spoon:before {
  content: "\e913";
}

.mh-bread-slice:before {
  content: "\e914";
}

.mh-burger:before {
  content: "\e915";
}

.mh-burger-lettuce:before {
  content: "\e916";
}

.mh-cake:before {
  content: "\e917";
}

.mh-cake-slice:before {
  content: "\e918";
}

.mh-candy:before {
  content: "\e919";
}

.mh-candy-cane:before {
  content: "\e91a";
}

.mh-carrot:before {
  content: "\e91b";
}

.mh-cheese:before {
  content: "\e91c";
}

.mh-chicken-leg:before {
  content: "\e91d";
}

.mh-cleaver:before {
  content: "\e91e";
}

.mh-coffee-bean:before {
  content: "\e91f";
}

.mh-croissant:before {
  content: "\e920";
}

.mh-cup-straw:before {
  content: "\e921";
}

.mh-cursor:before {
  content: "\e922";
}

.mh-deviantart:before {
  content: "\e923";
}

.mh-discord:before {
  content: "\e924";
}

.mh-donut:before {
  content: "\e925";
}

.mh-egg:before {
  content: "\e926";
}

.mh-egg-fried:before {
  content: "\e927";
}

.mh-face-angry:before {
  content: "\e928";
}

.mh-face-confused:before {
  content: "\e929";
}

.mh-face-diagonal-mouth:before {
  content: "\e92a";
}

.mh-face-dizzy:before {
  content: "\e92b";
}

.mh-face-drooling:before {
  content: "\e92c";
}

.mh-face-expressionless:before {
  content: "\e92d";
}

.mh-face-eyes-times:before {
  content: "\e92e";
}

.mh-face-frown:before {
  content: "\e92f";
}

.mh-face-grin-hearts:before {
  content: "\e930";
}

.mh-face-grin-stars:before {
  content: "\e931";
}

.mh-face-grin-sweat:before {
  content: "\e932";
}

.mh-face-laugh:before {
  content: "\e933";
}

.mh-face-laugh-relaxed:before {
  content: "\e934";
}

.mh-face-laugh-tears:before {
  content: "\e935";
}

.mh-face-mask:before {
  content: "\e936";
}

.mh-face-meh:before {
  content: "\e937";
}

.mh-face-meh-blank:before {
  content: "\e938";
}

.mh-face-sad-tear:before {
  content: "\e939";
}

.mh-face-sleeping:before {
  content: "\e93a";
}

.mh-face-smile:before {
  content: "\e93b";
}

.mh-face-smile-upside-down:before {
  content: "\e93c";
}

.mh-face-smile-wink:before {
  content: "\e93d";
}

.mh-face-smirking:before {
  content: "\e93e";
}

.mh-face-surprise:before {
  content: "\e93f";
}

.mh-face-tired:before {
  content: "\e940";
}

.mh-face-unamused:before {
  content: "\e941";
}

.mh-figma:before {
  content: "\e942";
}

.mh-fish:before {
  content: "\e943";
}

.mh-food-tray:before {
  content: "\e944";
}

.mh-fork-knife:before {
  content: "\e945";
}

.mh-fork-knife-alt:before {
  content: "\e946";
}

.mh-fork-spoon:before {
  content: "\e947";
}

.mh-github:before {
  content: "\e948";
}

.mh-glass:before {
  content: "\e949";
}

.mh-google:before {
  content: "\e94a";
}

.mh-google-play:before {
  content: "\e94b";
}

.mh-hat-chef:before {
  content: "\e94c";
}

.mh-hotdog:before {
  content: "\e94d";
}

.mh-ice-cream:before {
  content: "\e94e";
}

.mh-lamp-desk:before {
  content: "\e94f";
}

.mh-lemon:before {
  content: "\e950";
}

.mh-lemon-slice:before {
  content: "\e951";
}

.mh-magicoon:before {
  content: "\e952";
}

.mh-martini-glass:before {
  content: "\e953";
}

.mh-mastercard:before {
  content: "\e954";
}

.mh-medium:before {
  content: "\e955";
}

.mh-meta:before {
  content: "\e956";
}

.mh-microsoft:before {
  content: "\e957";
}

.mh-mug:before {
  content: "\e958";
}

.mh-mug-hot:before {
  content: "\e959";
}

.mh-paypal:before {
  content: "\e95a";
}

.mh-paypal-card:before {
  content: "\e95b";
}

.mh-pinterest:before {
  content: "\e95c";
}

.mh-pinterest-p:before {
  content: "\e95d";
}

.mh-pizza-slice:before {
  content: "\e95e";
}

.mh-Plate:before {
  content: "\e95f";
}

.mh-plate-utensils:before {
  content: "\e960";
}

.mh-popsicle:before {
  content: "\e961";
}

.mh-reddit:before {
  content: "\e962";
}

.mh-salt:before {
  content: "\e963";
}

.mh-soundcloud:before {
  content: "\e964";
}

.mh-spotify:before {
  content: "\e965";
}

.mh-steak:before {
  content: "\e966";
}

.mh-sticky-note-circle-frown:before {
  content: "\e967";
}

.mh-sticky-note-circle-smile:before {
  content: "\e968";
}

.mh-sticky-note-circle-wink:before {
  content: "\e969";
}

.mh-sticky-note-square-frown:before {
  content: "\e96a";
}

.mh-sticky-note-square-smile:before {
  content: "\e96b";
}

.mh-sticky-note-square-wink:before {
  content: "\e96c";
}

.mh-stripe:before {
  content: "\e96d";
}

.mh-taco:before {
  content: "\e96e";
}

.mh-tumbler:before {
  content: "\e96f";
}

.mh-twitch:before {
  content: "\e970";
}

.mh-visa:before {
  content: "\e971";
}

.mh-vk:before {
  content: "\e972";
}

.mh-wechat:before {
  content: "\e973";
}

.mh-weight-scale:before {
  content: "\e974";
}

.mh-xbox:before {
  content: "\e975";
}

.mh-baseball:before {
  content: "\e976";
}

.mh-baseball-bat-ball:before {
  content: "\e977";
}

.mh-basketball:before {
  content: "\e978";
}

.mh-basketball-hoop:before {
  content: "\e979";
}

.mh-billiard-ball:before {
  content: "\e97a";
}

.mh-bowling-ball:before {
  content: "\e97b";
}

.mh-boxing-glove:before {
  content: "\e97c";
}

.mh-cycling:before {
  content: "\e97d";
}

.mh-dribbble:before {
  content: "\e97e";
}

.mh-dumbbell:before {
  content: "\e97f";
}

.mh-facebook:before {
  content: "\e980";
}

.mh-facebook-f:before {
  content: "\e981";
}

.mh-facebook-messenger:before {
  content: "\e982";
}

.mh-football:before {
  content: "\e983";
}

.mh-football-helmet:before {
  content: "\e984";
}

.mh-football-shirt:before {
  content: "\e985";
}

.mh-golf-ball:before {
  content: "\e986";
}

.mh-hand-grip:before {
  content: "\e987";
}

.mh-hockey-stick-puck:before {
  content: "\e988";
}

.mh-instagram:before {
  content: "\e989";
}

.mh-jump-rope:before {
  content: "\e98a";
}

.mh-linkedin:before {
  content: "\e98b";
}

.mh-mask-snorkel:before {
  content: "\e98c";
}

.mh-ping-pong:before {
  content: "\e98d";
}

.mh-referee-card:before {
  content: "\e98e";
}

.mh-rugby-ball:before {
  content: "\e98f";
}

.mh-shoes-running:before {
  content: "\e990";
}

.mh-skype:before {
  content: "\e991";
}

.mh-snapchat:before {
  content: "\e992";
}

.mh-stadium-football:before {
  content: "\e993";
}

.mh-telegram:before {
  content: "\e994";
}

.mh-tennis-ball:before {
  content: "\e995";
}

.mh-tiktok:before {
  content: "\e996";
}

.mh-twitter:before {
  content: "\e997";
}

.mh-two-dumbbell:before {
  content: "\e998";
}

.mh-uniform-martial-arts:before {
  content: "\e999";
}

.mh-vimeo:before {
  content: "\e99a";
}

.mh-volleyball:before {
  content: "\e99b";
}

.mh-whatsapp:before {
  content: "\e99c";
}

.mh-whistle:before {
  content: "\e99d";
}

.mh-wordpress:before {
  content: "\e99e";
}

.mh-youtube:before {
  content: "\e99f";
}

.mh-lock:before {
  content: "\e9a0";
}

.mh-filter-plus:before {
  content: "\e9a1";
}

.mh-menu-duo-square:before {
  content: "\e9a2";
}

.mh-menu-left-square:before {
  content: "\e9a3";
}

.mh-menu-left-square-alt:before {
  content: "\e9a4";
}

.mh-menu-right-square:before {
  content: "\e9a5";
}

.mh-menu-right-square-alt:before {
  content: "\e9a6";
}

.mh-menu-square:before {
  content: "\e9a7";
}

.mh-menu-square-alt:before {
  content: "\e9a8";
}

.mh-more-horizontal-circle:before {
  content: "\e9a9";
}

.mh-more-horizontal-square:before {
  content: "\e9aa";
}

.mh-more-vertical-circle:before {
  content: "\e9ab";
}

.mh-more-vertical-square:before {
  content: "\e9ac";
}

.mh-menu:before {
  content: "\e9ad";
}

.mh-menu-alt:before {
  content: "\e9ae";
}

.mh-menu-circle:before {
  content: "\e9af";
}

.mh-menu-circle-alt:before {
  content: "\e9b0";
}

.mh-menu-duo:before {
  content: "\e9b1";
}

.mh-menu-duo-circle:before {
  content: "\e9b2";
}

.mh-menu-left:before {
  content: "\e9b3";
}

.mh-menu-left-alt:before {
  content: "\e9b4";
}

.mh-menu-left-circle:before {
  content: "\e9b5";
}

.mh-menu-left-circle-alt:before {
  content: "\e9b6";
}

.mh-menu-right:before {
  content: "\e9b7";
}

.mh-menu-right-alt:before {
  content: "\e9b8";
}

.mh-menu-right-circle:before {
  content: "\e9b9";
}

.mh-menu-right-circle-alt:before {
  content: "\e9ba";
}

.mh-more-horizontal:before {
  content: "\e9bb";
}

.mh-more-vertical:before {
  content: "\e9bc";
}

.mh-ban:before {
  content: "\e9bd";
}

.mh-checkbox-square-fill:before {
  content: "\e9be";
}

.mh-copyright-circle:before {
  content: "\e9bf";
}

.mh-copyright-square:before {
  content: "\e9c0";
}

.mh-power-off:before {
  content: "\e9c1";
}

.mh-power-off-circle:before {
  content: "\e9c2";
}

.mh-power-off-square:before {
  content: "\e9c3";
}

.mh-radio-button-fill:before {
  content: "\e9c4";
}

.mh-registered-circle:before {
  content: "\e9c5";
}

.mh-registered-square:before {
  content: "\e9c6";
}

.mh-toggle-off:before {
  content: "\e9c7";
}

.mh-toggle-off-alt:before {
  content: "\e9c8";
}

.mh-toggle-off-rectangle:before {
  content: "\e9c9";
}

.mh-toggle-on:before {
  content: "\e9ca";
}

.mh-toggle-on-alt:before {
  content: "\e9cb";
}

.mh-toggle-on-rectangle:before {
  content: "\e9cc";
}

.mh-diamond:before {
  content: "\e9cd";
}

.mh-diamond-exclamation:before {
  content: "\e9ce";
}

.mh-exclamation-circle:before {
  content: "\e9cf";
}

.mh-exclamation-square:before {
  content: "\e9d0";
}

.mh-info-circle:before {
  content: "\e9d1";
}

.mh-info-square:before {
  content: "\e9d2";
}

.mh-octagon:before {
  content: "\e9d3";
}

.mh-octagon-check:before {
  content: "\e9d4";
}

.mh-octagon-exclamation:before {
  content: "\e9d5";
}

.mh-octagon-minus:before {
  content: "\e9d6";
}

.mh-octagon-plus:before {
  content: "\e9d7";
}

.mh-octagon-times:before {
  content: "\e9d8";
}

.mh-question-square:before {
  content: "\e9d9";
}

.mh-triangle:before {
  content: "\e9da";
}

.mh-triangle-exclamation:before {
  content: "\e9db";
}

.mh-bug:before {
  content: "\e9dc";
}

.mh-bug-slash:before {
  content: "\e9dd";
}

.mh-eye:before {
  content: "\e9de";
}

.mh-eye-closed:before {
  content: "\e9df";
}

.mh-eye-slash:before {
  content: "\e9e0";
}

.mh-fingerprint:before {
  content: "\e9e1";
}

.mh-fingerprint-viewfinder:before {
  content: "\e9e2";
}

.mh-key-circle:before {
  content: "\e9e3";
}

.mh-keyhole-circle:before {
  content: "\e9e4";
}

.mh-keyhole-square:before {
  content: "\e9e5";
}

.mh-key-square:before {
  content: "\e9e6";
}

.mh-light-emergency:before {
  content: "\e9e7";
}

.mh-light-emergency-on:before {
  content: "\e9e8";
}

.mh-question-circle:before {
  content: "\e9e9";
}

.mh-scan:before {
  content: "\e9ea";
}

.mh-scan-circle:before {
  content: "\e9eb";
}

.mh-key:before {
  content: "\e9ec";
}

.mh-lock-viewfinder:before {
  content: "\e9ed";
}

.mh-shield-bolt:before {
  content: "\e9ee";
}

.mh-shield-exclamation:before {
  content: "\e9ef";
}

.mh-shield-heart:before {
  content: "\e9f0";
}

.mh-shield-lock:before {
  content: "\e9f1";
}

.mh-shield-minus:before {
  content: "\e9f2";
}

.mh-shield-play:before {
  content: "\e9f3";
}

.mh-shield-plus:before {
  content: "\e9f4";
}

.mh-shield-question:before {
  content: "\e9f5";
}

.mh-shield-search:before {
  content: "\e9f6";
}

.mh-shield-star:before {
  content: "\e9f7";
}

.mh-shield-user:before {
  content: "\e9f8";
}

.mh-unlock:before {
  content: "\e9f9";
}

.mh-arrow-down-from-line:before {
  content: "\e9fa";
}

.mh-arrow-down-to-line:before {
  content: "\e9fb";
}

.mh-arrow-export:before {
  content: "\e9fc";
}

.mh-arrow-import:before {
  content: "\e9fd";
}

.mh-arrow-left-from-line:before {
  content: "\e9fe";
}

.mh-arrow-reply:before {
  content: "\e9ff";
}

.mh-arrow-right-from-line:before {
  content: "\ea00";
}

.mh-arrow-share:before {
  content: "\ea01";
}

.mh-arrow-up-from-line:before {
  content: "\ea02";
}

.mh-arrow-up-to-line:before {
  content: "\ea03";
}

.mh-shield:before {
  content: "\ea04";
}

.mh-shield-check:before {
  content: "\ea05";
}

.mh-shield-slash:before {
  content: "\ea06";
}

.mh-shield-times:before {
  content: "\ea07";
}

.mh-arrow-left-to-line:before {
  content: "\ea08";
}

.mh-arrow-right-to-line:before {
  content: "\ea09";
}

.mh-arrows-move:before {
  content: "\ea0a";
}

.mh-caret-down-circle:before {
  content: "\ea0b";
}

.mh-caret-down-square:before {
  content: "\ea0c";
}

.mh-caret-left:before {
  content: "\ea0d";
}

.mh-caret-left-circle:before {
  content: "\ea0e";
}

.mh-caret-left-square:before {
  content: "\ea0f";
}

.mh-caret-right:before {
  content: "\ea10";
}

.mh-caret-right-circle:before {
  content: "\ea11";
}

.mh-caret-right-square:before {
  content: "\ea12";
}

.mh-caret-up-circle:before {
  content: "\ea13";
}

.mh-caret-up-square:before {
  content: "\ea14";
}

.mh-maximize:before {
  content: "\ea15";
}

.mh-minimize:before {
  content: "\ea16";
}

.mh-sort:before {
  content: "\ea17";
}

.mh-angles-down-up:before {
  content: "\ea18";
}

.mh-arrows-compress:before {
  content: "\ea19";
}

.mh-arrows-expand:before {
  content: "\ea1a";
}

.mh-arrows-left-right:before {
  content: "\ea1b";
}

.mh-arrows-up-down:before {
  content: "\ea1c";
}

.mh-arrow-turn-down-left:before {
  content: "\ea1d";
}

.mh-arrow-turn-down-right:before {
  content: "\ea1e";
}

.mh-arrow-turn-left-down:before {
  content: "\ea1f";
}

.mh-arrow-turn-left-up:before {
  content: "\ea20";
}

.mh-arrow-turn-right-down:before {
  content: "\ea21";
}

.mh-arrow-turn-right-up:before {
  content: "\ea22";
}

.mh-arrow-turn-up-left:before {
  content: "\ea23";
}

.mh-arrow-turn-up-right:before {
  content: "\ea24";
}

.mh-caret-down:before {
  content: "\ea25";
}

.mh-caret-up:before {
  content: "\ea26";
}

.mh-angles-down:before {
  content: "\ea27";
}

.mh-angles-down-small:before {
  content: "\ea28";
}

.mh-angles-left:before {
  content: "\ea29";
}

.mh-angles-left-right:before {
  content: "\ea2a";
}

.mh-angles-left-small:before {
  content: "\ea2b";
}

.mh-angles-right:before {
  content: "\ea2c";
}

.mh-angles-right-small:before {
  content: "\ea2d";
}

.mh-angles-up:before {
  content: "\ea2e";
}

.mh-angles-up-small:before {
  content: "\ea2f";
}

.mh-arrow-back-square-alt:before {
  content: "\ea30";
}

.mh-arrow-down-arrow-up-square:before {
  content: "\ea31";
}

.mh-arrow-forward-square-alt:before {
  content: "\ea32";
}

.mh-arrow-left-arrow-right-square:before {
  content: "\ea33";
}

.mh-sort-horizontal:before {
  content: "\ea34";
}

.mh-sort-vertical:before {
  content: "\ea35";
}

.mh-arrow-back-circle-alt:before {
  content: "\ea36";
}

.mh-arrow-back-square:before {
  content: "\ea37";
}

.mh-arrow-down-arrow-up-circle:before {
  content: "\ea38";
}

.mh-arrow-forward-circle:before {
  content: "\ea39";
}

.mh-arrow-forward-circle-alt:before {
  content: "\ea3a";
}

.mh-arrow-forward-square:before {
  content: "\ea3b";
}

.mh-arrow-left-arrow-right-circle:before {
  content: "\ea3c";
}

.mh-arrows-repeat-square:before {
  content: "\ea3d";
}

.mh-exchange-horizontal-square:before {
  content: "\ea3e";
}

.mh-exchange-vertical-square:before {
  content: "\ea3f";
}

.mh-rotate-left-square:before {
  content: "\ea40";
}

.mh-rotate-right-square:before {
  content: "\ea41";
}

.mh-rotate-square:before {
  content: "\ea42";
}

.mh-arrow-back:before {
  content: "\ea43";
}

.mh-arrow-back-alt:before {
  content: "\ea44";
}

.mh-arrow-back-circle:before {
  content: "\ea45";
}

.mh-arrow-down-arrow-up:before {
  content: "\ea46";
}

.mh-arrow-forward:before {
  content: "\ea47";
}

.mh-arrow-forward-alt:before {
  content: "\ea48";
}

.mh-arrow-left-arrow-right:before {
  content: "\ea49";
}

.mh-arrows-repeat:before {
  content: "\ea4a";
}

.mh-arrows-repeat-circle:before {
  content: "\ea4b";
}

.mh-exchange-horizontal-circle:before {
  content: "\ea4c";
}

.mh-exchange-vertical:before {
  content: "\ea4d";
}

.mh-exchange-vertical-circle:before {
  content: "\ea4e";
}

.mh-rotate-circle:before {
  content: "\ea4f";
}

.mh-rotate-left-circle:before {
  content: "\ea50";
}

.mh-rotate-right-circle:before {
  content: "\ea51";
}

.mh-angle-down-square:before {
  content: "\ea52";
}

.mh-angle-left-square:before {
  content: "\ea53";
}

.mh-angle-right-square:before {
  content: "\ea54";
}

.mh-angle-up-square:before {
  content: "\ea55";
}

.mh-arrow-down-left-square:before {
  content: "\ea56";
}

.mh-arrow-down-right-square:before {
  content: "\ea57";
}

.mh-arrow-down-square:before {
  content: "\ea58";
}

.mh-arrow-up-left-square:before {
  content: "\ea59";
}

.mh-arrow-up-right-square:before {
  content: "\ea5a";
}

.mh-arrow-up-square:before {
  content: "\ea5b";
}

.mh-exchange-horizontal:before {
  content: "\ea5c";
}

.mh-rotate:before {
  content: "\ea5d";
}

.mh-rotate-left:before {
  content: "\ea5e";
}

.mh-rotate-right:before {
  content: "\ea5f";
}

.mh-angle-down-circle:before {
  content: "\ea60";
}

.mh-angle-left-circle:before {
  content: "\ea61";
}

.mh-angle-right-circle:before {
  content: "\ea62";
}

.mh-angle-up-circle:before {
  content: "\ea63";
}

.mh-arrow-down-circle:before {
  content: "\ea64";
}

.mh-arrow-down-left-circle:before {
  content: "\ea65";
}

.mh-arrow-down-right-circle:before {
  content: "\ea66";
}

.mh-arrow-left-circle:before {
  content: "\ea67";
}

.mh-arrow-left-square:before {
  content: "\ea68";
}

.mh-arrow-right-circle:before {
  content: "\ea69";
}

.mh-arrow-right-square:before {
  content: "\ea6a";
}

.mh-arrow-up-circle:before {
  content: "\ea6b";
}

.mh-arrow-up-left-circle:before {
  content: "\ea6c";
}

.mh-arrow-up-right-circle:before {
  content: "\ea6d";
}

.mh-angle-down:before {
  content: "\ea6e";
}

.mh-angle-down-small:before {
  content: "\ea6f";
}

.mh-angle-left:before {
  content: "\ea70";
}

.mh-angle-left-small:before {
  content: "\ea71";
}

.mh-angle-right:before {
  content: "\ea72";
}

.mh-angle-right-small:before {
  content: "\ea73";
}

.mh-angle-up:before {
  content: "\ea74";
}

.mh-angle-up-small:before {
  content: "\ea75";
}

.mh-arrow-down-left-small:before {
  content: "\ea76";
}

.mh-arrow-down-right-small:before {
  content: "\ea77";
}

.mh-arrow-down-small:before {
  content: "\ea78";
}

.mh-arrow-left-small:before {
  content: "\ea79";
}

.mh-arrow-right-small:before {
  content: "\ea7a";
}

.mh-arrow-up-left-small:before {
  content: "\ea7b";
}

.mh-arrow-up-right-small:before {
  content: "\ea7c";
}

.mh-arrow-up-small:before {
  content: "\ea7d";
}

.mh-arrow-down:before {
  content: "\ea7e";
}

.mh-arrow-down-left:before {
  content: "\ea7f";
}

.mh-arrow-down-right:before {
  content: "\ea80";
}

.mh-arrow-left:before {
  content: "\ea81";
}

.mh-arrow-right:before {
  content: "\ea82";
}

.mh-arrow-up:before {
  content: "\ea83";
}

.mh-arrow-up-left:before {
  content: "\ea84";
}

.mh-arrow-up-right:before {
  content: "\ea85";
}

.mh-drag-horizontal:before {
  content: "\ea86";
}

.mh-drag-lines-horizontal:before {
  content: "\ea87";
}

.mh-drag-lines-vertical:before {
  content: "\ea88";
}

.mh-drag-vertical:before {
  content: "\ea89";
}

.mh-grid-dividers:before {
  content: "\ea8a";
}

.mh-grid-square-circle:before {
  content: "\ea8b";
}

.mh-grid-square-plus:before {
  content: "\ea8c";
}

.mh-grid-web---fill:before {
  content: "\ea8d";
}

.mh-grid-web-2:before {
  content: "\ea8e";
}

.mh-grid-web-3:before {
  content: "\ea8f";
}

.mh-grid-web-4:before {
  content: "\ea90";
}

.mh-grid-web-5:before {
  content: "\ea91";
}

.mh-grid-web-6:before {
  content: "\ea92";
}

.mh-grid-web-7:before {
  content: "\ea93";
}

.mh-grid---fill:before {
  content: "\ea94";
}

.mh-grid-2:before {
  content: "\ea95";
}

.mh-grid-circle:before {
  content: "\ea96";
}

.mh-grid-square:before {
  content: "\ea97";
}

.mh-layout-web-2:before {
  content: "\ea98";
}

.mh-layout-web-3:before {
  content: "\ea99";
}

.mh-layout-web-4:before {
  content: "\ea9a";
}

.mh-layout-web-5:before {
  content: "\ea9b";
}

.mh-layout-web-6:before {
  content: "\ea9c";
}

.mh-layout-web-7:before {
  content: "\ea9d";
}

.mh-layout-web-8:before {
  content: "\ea9e";
}

.mh-layout-web-9:before {
  content: "\ea9f";
}

.mh-layout-web-10:before {
  content: "\eaa0";
}

.mh-layout-web-1--fill:before {
  content: "\eaa1";
}

.mh-layout-web-12:before {
  content: "\eaa2";
}

.mh-bandage:before {
  content: "\eaa3";
}

.mh-bone:before {
  content: "\eaa4";
}

.mh-bone-break:before {
  content: "\eaa5";
}

.mh-brain:before {
  content: "\eaa6";
}

.mh-dna:before {
  content: "\eaa7";
}

.mh-hospital-h-sign-circle:before {
  content: "\eaa8";
}

.mh-hospital-h-sign-square:before {
  content: "\eaa9";
}

.mh-layout-web---fill:before {
  content: "\eaaa";
}

.mh-mask-face:before {
  content: "\eaab";
}

.mh-microscope:before {
  content: "\eaac";
}

.mh-monitor-waveform:before {
  content: "\eaad";
}

.mh-mortar-pestle:before {
  content: "\eaae";
}

.mh-radiation:before {
  content: "\eaaf";
}

.mh-radiation-circle:before {
  content: "\eab0";
}

.mh-thermometer:before {
  content: "\eab1";
}

.mh-flask:before {
  content: "\eab2";
}

.mh-flask-round:before {
  content: "\eab3";
}

.mh-heart-pulse:before {
  content: "\eab4";
}

.mh-mouse:before {
  content: "\eab5";
}

.mh-pills:before {
  content: "\eab6";
}

.mh-print:before {
  content: "\eab7";
}

.mh-print-slash:before {
  content: "\eab8";
}

.mh-stethoscope:before {
  content: "\eab9";
}

.mh-syringe:before {
  content: "\eaba";
}

.mh-test-tube:before {
  content: "\eabb";
}

.mh-test-tube-alt:before {
  content: "\eabc";
}

.mh-tooth:before {
  content: "\eabd";
}

.mh-virus-covid:before {
  content: "\eabe";
}

.mh-virus-covid-slash:before {
  content: "\eabf";
}

.mh-wave-pulse:before {
  content: "\eac0";
}

.mh-calculator:before {
  content: "\eac1";
}

.mh-cpu:before {
  content: "\eac2";
}

.mh-phone-office:before {
  content: "\eac3";
}

.mh-radio:before {
  content: "\eac4";
}

.mh-telescope:before {
  content: "\eac5";
}

.mh-watch-circle:before {
  content: "\eac6";
}

.mh-watch-square:before {
  content: "\eac7";
}

.mh-floppy-disk:before {
  content: "\eac8";
}

.mh-microphone-slash:before {
  content: "\eac9";
}

.mh-microphone:before {
  content: "\eaca";
}

.mh-video-square:before {
  content: "\eacb";
}

.mh-flashlight:before {
  content: "\eacc";
}

.mh-keyboard:before {
  content: "\eacd";
}

.mh-lightbulb:before {
  content: "\eace";
}

.mh-video:before {
  content: "\eacf";
}

.mh-video-circle:before {
  content: "\ead0";
}

.mh-video-eye:before {
  content: "\ead1";
}

.mh-video-incoming:before {
  content: "\ead2";
}

.mh-video-outgoing:before {
  content: "\ead3";
}

.mh-video-plus:before {
  content: "\ead4";
}

.mh-video-slash:before {
  content: "\ead5";
}

.mh-battery-bolt:before {
  content: "\ead6";
}

.mh-battery-empty:before {
  content: "\ead7";
}

.mh-battery-full:before {
  content: "\ead8";
}

.mh-battery-half:before {
  content: "\ead9";
}

.mh-microphone-stand:before {
  content: "\eada";
}

.mh-plug:before {
  content: "\eadb";
}

.mh-sd-card:before {
  content: "\eadc";
}

.mh-sim-card:before {
  content: "\eadd";
}

.mh-sim-card---fill:before {
  content: "\eade";
}

.mh-sim-card-2:before {
  content: "\eadf";
}

.mh-speaker:before {
  content: "\eae0";
}

.mh-tv:before {
  content: "\eae1";
}

.mh-tv-play:before {
  content: "\eae2";
}

.mh-tv-retro:before {
  content: "\eae3";
}

.mh-usb-drive:before {
  content: "\eae4";
}

.mh-camera:before {
  content: "\eae5";
}

.mh-camera-circle:before {
  content: "\eae6";
}

.mh-camera-rotate:before {
  content: "\eae7";
}

.mh-camera-slash:before {
  content: "\eae8";
}

.mh-camera-square:before {
  content: "\eae9";
}

.mh-database:before {
  content: "\eaea";
}

.mh-desktop:before {
  content: "\eaeb";
}

.mh-desktop-code:before {
  content: "\eaec";
}

.mh-desktop-mobile:before {
  content: "\eaed";
}

.mh-disc:before {
  content: "\eaee";
}

.mh-game-controller:before {
  content: "\eaef";
}

.mh-hard-drive:before {
  content: "\eaf0";
}

.mh-headphones:before {
  content: "\eaf1";
}

.mh-laptop:before {
  content: "\eaf2";
}

.mh-laptop-code:before {
  content: "\eaf3";
}

.mh-server:before {
  content: "\eaf4";
}

.mh-compass:before {
  content: "\eaf5";
}

.mh-compass-needle:before {
  content: "\eaf6";
}

.mh-flag:before {
  content: "\eaf7";
}

.mh-flag-triangle:before {
  content: "\eaf8";
}

.mh-mobile:before {
  content: "\eaf9";
}

.mh-parking-circle:before {
  content: "\eafa";
}

.mh-parking-square:before {
  content: "\eafb";
}

.mh-radar:before {
  content: "\eafc";
}

.mh-route:before {
  content: "\eafd";
}

.mh-tablet:before {
  content: "\eafe";
}

.mh-target:before {
  content: "\eaff";
}

.mh-thumbtack:before {
  content: "\eb00";
}

.mh-thumbtack-vertical:before {
  content: "\eb01";
}

.mh-traffic-cone:before {
  content: "\eb02";
}

.mh-location-arrow:before {
  content: "\eb03";
}

.mh-location-arrow-circle:before {
  content: "\eb04";
}

.mh-location-arrow-square:before {
  content: "\eb05";
}

.mh-location-crosshairs:before {
  content: "\eb06";
}

.mh-location-crosshairs-slash:before {
  content: "\eb07";
}

.mh-map:before {
  content: "\eb08";
}

.mh-map-location:before {
  content: "\eb09";
}

.mh-road:before {
  content: "\eb0a";
}

.mh-sign-direction-left:before {
  content: "\eb0b";
}

.mh-sign-direction-right:before {
  content: "\eb0c";
}

.mh-signs-direction:before {
  content: "\eb0d";
}

.mh-location-pin-edit:before {
  content: "\eb0e";
}

.mh-location-pin-exclamation:before {
  content: "\eb0f";
}

.mh-location-pin-eye:before {
  content: "\eb10";
}

.mh-location-pin-heart:before {
  content: "\eb11";
}

.mh-location-pin-lock:before {
  content: "\eb12";
}

.mh-location-pin-minus:before {
  content: "\eb13";
}

.mh-location-pin-plus:before {
  content: "\eb14";
}

.mh-location-pin-question:before {
  content: "\eb15";
}

.mh-location-pin-search:before {
  content: "\eb16";
}

.mh-location-pin-star:before {
  content: "\eb17";
}

.mh-map-pin:before {
  content: "\eb18";
}

.mh-film:before {
  content: "\eb19";
}

.mh-image-check:before {
  content: "\eb1a";
}

.mh-image-download:before {
  content: "\eb1b";
}

.mh-image-gallery:before {
  content: "\eb1c";
}

.mh-image-gallery-plus:before {
  content: "\eb1d";
}

.mh-image-minus:before {
  content: "\eb1e";
}

.mh-image-plus:before {
  content: "\eb1f";
}

.mh-image-times:before {
  content: "\eb20";
}

.mh-image-upload:before {
  content: "\eb21";
}

.mh-location-pin:before {
  content: "\eb22";
}

.mh-location-pin-alt:before {
  content: "\eb23";
}

.mh-location-pin-check:before {
  content: "\eb24";
}

.mh-location-pin-slash:before {
  content: "\eb25";
}

.mh-location-pin-slash-alt:before {
  content: "\eb26";
}

.mh-location-pin-times:before {
  content: "\eb27";
}

.mh-video-play:before {
  content: "\eb28";
}

.mh-image:before {
  content: "\eb29";
}

.mh-music:before {
  content: "\eb2a";
}

.mh-music-list:before {
  content: "\eb2b";
}

.mh-music-note:before {
  content: "\eb2c";
}

.mh-playlist:before {
  content: "\eb2d";
}

.mh-volume-high:before {
  content: "\eb2e";
}

.mh-volume-high-slash:before {
  content: "\eb2f";
}

.mh-volume-low:before {
  content: "\eb30";
}

.mh-volume-minus:before {
  content: "\eb31";
}

.mh-volume-plus:before {
  content: "\eb32";
}

.mh-volume-slash:before {
  content: "\eb33";
}

.mh-volume-times:before {
  content: "\eb34";
}

.mh-airplay:before {
  content: "\eb35";
}

.mh-airplay-alt:before {
  content: "\eb36";
}

.mh-chromecast:before {
  content: "\eb37";
}

.mh-closed-captioning:before {
  content: "\eb38";
}

.mh-compress:before {
  content: "\eb39";
}

.mh-expand:before {
  content: "\eb3a";
}

.mh-pause-circle:before {
  content: "\eb3b";
}

.mh-play-circle:before {
  content: "\eb3c";
}

.mh-play-pause:before {
  content: "\eb3d";
}

.mh-play-square:before {
  content: "\eb3e";
}

.mh-repeat:before {
  content: "\eb3f";
}

.mh-shuffle:before {
  content: "\eb40";
}

.mh-signal-stream:before {
  content: "\eb41";
}

.mh-stop-circle:before {
  content: "\eb42";
}

.mh-volume:before {
  content: "\eb43";
}

.mh-backward:before {
  content: "\eb44";
}

.mh-chart-bar-square:before {
  content: "\eb45";
}

.mh-eject:before {
  content: "\eb46";
}

.mh-fast-backward:before {
  content: "\eb47";
}

.mh-fast-forward:before {
  content: "\eb48";
}

.mh-forward:before {
  content: "\eb49";
}

.mh-line-chart-dots:before {
  content: "\eb4a";
}

.mh-pause:before {
  content: "\eb4b";
}

.mh-play:before {
  content: "\eb4c";
}

.mh-step-backward:before {
  content: "\eb4d";
}

.mh-step-forward:before {
  content: "\eb4e";
}

.mh-stop:before {
  content: "\eb4f";
}

.mh-trend-down:before {
  content: "\eb50";
}

.mh-trend-down-square:before {
  content: "\eb51";
}

.mh-trend-up:before {
  content: "\eb52";
}

.mh-trend-up-square:before {
  content: "\eb53";
}

.mh-activity-heart-square:before {
  content: "\eb54";
}

.mh-activity-notification-square:before {
  content: "\eb55";
}

.mh-activity-square:before {
  content: "\eb56";
}

.mh-activity-star-square:before {
  content: "\eb57";
}

.mh-chart-bar-circle:before {
  content: "\eb58";
}

.mh-line-chart-dots-circle:before {
  content: "\eb59";
}

.mh-line-chart-dots-square:before {
  content: "\eb5a";
}

.mh-line-down-square:before {
  content: "\eb5b";
}

.mh-line-up-square:before {
  content: "\eb5c";
}

.mh-poll-horizontal-circle:before {
  content: "\eb5d";
}

.mh-poll-horizontal-square:before {
  content: "\eb5e";
}

.mh-poll-vertical-circle:before {
  content: "\eb5f";
}

.mh-poll-vertical-square:before {
  content: "\eb60";
}

.mh-trend-down-circle:before {
  content: "\eb61";
}

.mh-trend-up-circle:before {
  content: "\eb62";
}

.mh-activity-circle:before {
  content: "\eb63";
}

.mh-activity-heart-circle:before {
  content: "\eb64";
}

.mh-activity-notification-circle:before {
  content: "\eb65";
}

.mh-activity-star-circle:before {
  content: "\eb66";
}

.mh-chart-bar:before {
  content: "\eb67";
}

.mh-chart-bar-alt:before {
  content: "\eb68";
}

.mh-chart-bar-horizontal:before {
  content: "\eb69";
}

.mh-chart-bar-vertical:before {
  content: "\eb6a";
}

.mh-chart-line-dots:before {
  content: "\eb6b";
}

.mh-chart-line-down:before {
  content: "\eb6c";
}

.mh-chart-pie:before {
  content: "\eb6d";
}

.mh-chart-pyramid:before {
  content: "\eb6e";
}

.mh-chart-trend-down:before {
  content: "\eb6f";
}

.mh-chart-trend-up:before {
  content: "\eb70";
}

.mh-line-down-circle:before {
  content: "\eb71";
}

.mh-line-up-circle:before {
  content: "\eb72";
}

.mh-cabinet-filing:before {
  content: "\eb73";
}

.mh-calculator-simple:before {
  content: "\eb74";
}

.mh-chart-line:before {
  content: "\eb75";
}

.mh-chart-line-up:before {
  content: "\eb76";
}

.mh-presentation-chart-line:before {
  content: "\eb77";
}

.mh-presentation-chart-pie:before {
  content: "\eb78";
}

.mh-presentation-dollar:before {
  content: "\eb79";
}

.mh-presentation-lightbulb:before {
  content: "\eb7a";
}

.mh-presentation-pen:before {
  content: "\eb7b";
}

.mh-presentation-play:before {
  content: "\eb7c";
}

.mh-presentation-poll:before {
  content: "\eb7d";
}

.mh-presentation-text:before {
  content: "\eb7e";
}

.mh-presentation-trend-down:before {
  content: "\eb7f";
}

.mh-presentation-trend-up:before {
  content: "\eb80";
}

.mh-presentation-user:before {
  content: "\eb81";
}

.mh-ranking:before {
  content: "\eb82";
}

.mh-briefcase:before {
  content: "\eb83";
}

.mh-briefcase-check:before {
  content: "\eb84";
}

.mh-briefcase-minus:before {
  content: "\eb85";
}

.mh-briefcase-money:before {
  content: "\eb86";
}

.mh-briefcase-plus:before {
  content: "\eb87";
}

.mh-briefcase-times:before {
  content: "\eb88";
}

.mh-coin-card-transfer:before {
  content: "\eb89";
}

.mh-coin-convert:before {
  content: "\eb8a";
}

.mh-id-badge:before {
  content: "\eb8b";
}

.mh-id-card:before {
  content: "\eb8c";
}

.mh-money-convert:before {
  content: "\eb8d";
}

.mh-percent:before {
  content: "\eb8e";
}

.mh-percent-circle:before {
  content: "\eb8f";
}

.mh-percent-square:before {
  content: "\eb90";
}

.mh-percent-tag:before {
  content: "\eb91";
}

.mh-presentation:before {
  content: "\eb92";
}

.mh-bitcoin-circle:before {
  content: "\eb93";
}

.mh-bitcoin-square:before {
  content: "\eb94";
}

.mh-credit-card-change:before {
  content: "\eb95";
}

.mh-dollar-receive-circle:before {
  content: "\eb96";
}

.mh-dollar-receive-square:before {
  content: "\eb97";
}

.mh-dollar-send-circle:before {
  content: "\eb98";
}

.mh-dollar-send-square:before {
  content: "\eb99";
}

.mh-dollar-square:before {
  content: "\eb9a";
}

.mh-ethereum-circle:before {
  content: "\eb9b";
}

.mh-ethereum-square:before {
  content: "\eb9c";
}

.mh-euro-circle:before {
  content: "\eb9d";
}

.mh-euro-square:before {
  content: "\eb9e";
}

.mh-hand-holding-dollar:before {
  content: "\eb9f";
}

.mh-hand-holding-dollar-circle:before {
  content: "\eba0";
}

.mh-invoice:before {
  content: "\eba1";
}

.mh-sack-dollar:before {
  content: "\eba2";
}

.mh-bitcoin:before {
  content: "\eba3";
}

.mh-coin:before {
  content: "\eba4";
}

.mh-coins:before {
  content: "\eba5";
}

.mh-credit-card-ban:before {
  content: "\eba6";
}

.mh-credit-card-convert:before {
  content: "\eba7";
}

.mh-credit-card-edit:before {
  content: "\eba8";
}

.mh-credit-card-minus:before {
  content: "\eba9";
}

.mh-credit-card-plus:before {
  content: "\ebaa";
}

.mh-credit-card-slash:before {
  content: "\ebab";
}

.mh-credit-card-times:before {
  content: "\ebac";
}

.mh-dollar:before {
  content: "\ebad";
}

.mh-dollar-circle:before {
  content: "\ebae";
}

.mh-ethereum:before {
  content: "\ebaf";
}

.mh-euro:before {
  content: "\ebb0";
}

.mh-wallet:before {
  content: "\ebb1";
}

.mh-bookmarks-settings:before {
  content: "\ebb2";
}

.mh-bookmarks-user:before {
  content: "\ebb3";
}

.mh-credit-card:before {
  content: "\ebb4";
}

.mh-credit-card-check:before {
  content: "\ebb5";
}

.mh-money-bill:before {
  content: "\ebb6";
}

.mh-money-bill-ban:before {
  content: "\ebb7";
}

.mh-money-bill-check:before {
  content: "\ebb8";
}

.mh-money-bill-clock:before {
  content: "\ebb9";
}

.mh-money-bill-convert:before {
  content: "\ebba";
}

.mh-money-bill-minus:before {
  content: "\ebbb";
}

.mh-money-bill-plus:before {
  content: "\ebbc";
}

.mh-money-bill-receive:before {
  content: "\ebbd";
}

.mh-money-bills:before {
  content: "\ebbe";
}

.mh-money-bill-send:before {
  content: "\ebbf";
}

.mh-money-bill-times:before {
  content: "\ebc0";
}

.mh-money-withdrawal:before {
  content: "\ebc1";
}

.mh-bookmark-heart:before {
  content: "\ebc2";
}

.mh-bookmark-minus:before {
  content: "\ebc3";
}

.mh-bookmark-plus:before {
  content: "\ebc4";
}

.mh-bookmarks:before {
  content: "\ebc5";
}

.mh-bookmarks-check:before {
  content: "\ebc6";
}

.mh-bookmark-settings:before {
  content: "\ebc7";
}

.mh-bookmarks-heart:before {
  content: "\ebc8";
}

.mh-bookmarks-minus:before {
  content: "\ebc9";
}

.mh-bookmarks-plus:before {
  content: "\ebca";
}

.mh-bookmarks-star:before {
  content: "\ebcb";
}

.mh-bookmark-star:before {
  content: "\ebcc";
}

.mh-bookmarks-times:before {
  content: "\ebcd";
}

.mh-bookmark-times:before {
  content: "\ebce";
}

.mh-bookmark-user:before {
  content: "\ebcf";
}

.mh-atom:before {
  content: "\ebd0";
}

.mh-award:before {
  content: "\ebd1";
}

.mh-award-check:before {
  content: "\ebd2";
}

.mh-award-star:before {
  content: "\ebd3";
}

.mh-backpack:before {
  content: "\ebd4";
}

.mh-bookmark:before {
  content: "\ebd5";
}

.mh-bookmark-check:before {
  content: "\ebd6";
}

.mh-book-open-bookmark:before {
  content: "\ebd7";
}

.mh-book-open-reader:before {
  content: "\ebd8";
}

.mh-books:before {
  content: "\ebd9";
}

.mh-certificate:before {
  content: "\ebda";
}

.mh-glasses:before {
  content: "\ebdb";
}

.mh-globe-stand:before {
  content: "\ebdc";
}

.mh-graduation-cap:before {
  content: "\ebdd";
}

.mh-pen:before {
  content: "\ebde";
}

.mh-pen-line:before {
  content: "\ebdf";
}

.mh-archway:before {
  content: "\ebe0";
}

.mh-book:before {
  content: "\ebe1";
}

.mh-book-alt:before {
  content: "\ebe2";
}

.mh-book-bookmark:before {
  content: "\ebe3";
}

.mh-book-empty:before {
  content: "\ebe4";
}

.mh-book-open:before {
  content: "\ebe5";
}

.mh-book-open-text:before {
  content: "\ebe6";
}

.mh-book-text:before {
  content: "\ebe7";
}

.mh-castle:before {
  content: "\ebe8";
}

.mh-hospital:before {
  content: "\ebe9";
}

.mh-kaaba:before {
  content: "\ebea";
}

.mh-mosque:before {
  content: "\ebeb";
}

.mh-school:before {
  content: "\ebec";
}

.mh-university:before {
  content: "\ebed";
}

.mh-warehouse:before {
  content: "\ebee";
}

.mh-bank:before {
  content: "\ebef";
}

.mh-building:before {
  content: "\ebf0";
}

.mh-building-coins:before {
  content: "\ebf1";
}

.mh-buildings:before {
  content: "\ebf2";
}

.mh-buildings-alt:before {
  content: "\ebf3";
}

.mh-building-tree:before {
  content: "\ebf4";
}

.mh-home-roof-activity:before {
  content: "\ebf5";
}

.mh-home-roof-dollar:before {
  content: "\ebf6";
}

.mh-home-roof-heart:before {
  content: "\ebf7";
}

.mh-home-roof-lock:before {
  content: "\ebf8";
}

.mh-home-roof-shield:before {
  content: "\ebf9";
}

.mh-home-roof-star:before {
  content: "\ebfa";
}

.mh-home-roof-trend-down:before {
  content: "\ebfb";
}

.mh-home-roof-trend-up:before {
  content: "\ebfc";
}

.mh-home-roof-user:before {
  content: "\ebfd";
}

.mh-home-roof-wifi:before {
  content: "\ebfe";
}

.mh-home-dash:before {
  content: "\ebff";
}

.mh-home-dash-activity:before {
  content: "\ec00";
}

.mh-home-dash-dollar:before {
  content: "\ec01";
}

.mh-home-dash-heart:before {
  content: "\ec02";
}

.mh-home-dash-lock:before {
  content: "\ec03";
}

.mh-home-dash-search:before {
  content: "\ec04";
}

.mh-home-dash-shield:before {
  content: "\ec05";
}

.mh-home-dash-star:before {
  content: "\ec06";
}

.mh-home-dash-trend-down:before {
  content: "\ec07";
}

.mh-home-dash-trend-up:before {
  content: "\ec08";
}

.mh-home-dash-user:before {
  content: "\ec09";
}

.mh-home-dash-wifi:before {
  content: "\ec0a";
}

.mh-home-roof:before {
  content: "\ec0b";
}

.mh-home-roof-search:before {
  content: "\ec0c";
}

.mh-home-trend-down:before {
  content: "\ec0d";
}

.mh-home:before {
  content: "\ec0e";
}

.mh-home-activity:before {
  content: "\ec0f";
}

.mh-home-dollar:before {
  content: "\ec10";
}

.mh-home-heart:before {
  content: "\ec11";
}

.mh-home-lock:before {
  content: "\ec12";
}

.mh-home-search:before {
  content: "\ec13";
}

.mh-home-shield:before {
  content: "\ec14";
}

.mh-home-star:before {
  content: "\ec15";
}

.mh-home-trend-up:before {
  content: "\ec16";
}

.mh-home-user:before {
  content: "\ec17";
}

.mh-home-wifi:before {
  content: "\ec18";
}

.mh-phone---fill:before {
  content: "\ec19";
}

.mh-phone-2:before {
  content: "\ec1a";
}

.mh-phone-call:before {
  content: "\ec1b";
}

.mh-phone-slash:before {
  content: "\ec1c";
}

.mh-bluetooth:before {
  content: "\ec1d";
}

.mh-keypad:before {
  content: "\ec1e";
}

.mh-link-alt:before {
  content: "\ec1f";
}

.mh-link-broken-horizontal:before {
  content: "\ec20";
}

.mh-link-horizontal-alt:before {
  content: "\ec21";
}

.mh-phone:before {
  content: "\ec22";
}

.mh-phone-flip:before {
  content: "\ec23";
}

.mh-phone-hangup:before {
  content: "\ec24";
}

.mh-phone-incoming:before {
  content: "\ec25";
}

.mh-phone-missed:before {
  content: "\ec26";
}

.mh-phone-outgoing:before {
  content: "\ec27";
}

.mh-phone-plus:before {
  content: "\ec28";
}

.mh-phone-times:before {
  content: "\ec29";
}

.mh-voicemail:before {
  content: "\ec2a";
}

.mh-wifi:before {
  content: "\ec2b";
}

.mh-wifi-slash:before {
  content: "\ec2c";
}

.mh-address-book:before {
  content: "\ec2d";
}

.mh-at:before {
  content: "\ec2e";
}

.mh-delete-left:before {
  content: "\ec2f";
}

.mh-delete-right:before {
  content: "\ec30";
}

.mh-inbox:before {
  content: "\ec31";
}

.mh-inbox-download:before {
  content: "\ec32";
}

.mh-inbox-empty:before {
  content: "\ec33";
}

.mh-inbox-upload:before {
  content: "\ec34";
}

.mh-link:before {
  content: "\ec35";
}

.mh-link-broken:before {
  content: "\ec36";
}

.mh-link-horizontal:before {
  content: "\ec37";
}

.mh-newspaper:before {
  content: "\ec38";
}

.mh-paperclip:before {
  content: "\ec39";
}

.mh-send:before {
  content: "\ec3a";
}

.mh-send-right:before {
  content: "\ec3b";
}

.mh-share:before {
  content: "\ec3c";
}

.mh-envelope-ban:before {
  content: "\ec3d";
}

.mh-envelope-clock:before {
  content: "\ec3e";
}

.mh-envelope-edit:before {
  content: "\ec3f";
}

.mh-envelope-eye:before {
  content: "\ec40";
}

.mh-envelope-heart:before {
  content: "\ec41";
}

.mh-envelope-lock:before {
  content: "\ec42";
}

.mh-envelope-minus:before {
  content: "\ec43";
}

.mh-envelope-open:before {
  content: "\ec44";
}

.mh-envelope-plus:before {
  content: "\ec45";
}

.mh-envelopes:before {
  content: "\ec46";
}

.mh-envelope-search:before {
  content: "\ec47";
}

.mh-envelope-settings:before {
  content: "\ec48";
}

.mh-envelope-shield:before {
  content: "\ec49";
}

.mh-envelope-star:before {
  content: "\ec4a";
}

.mh-envelope-times:before {
  content: "\ec4b";
}

.mh-comment-activity:before {
  content: "\ec4c";
}

.mh-comment-clock:before {
  content: "\ec4d";
}

.mh-comment-code:before {
  content: "\ec4e";
}

.mh-comment-exclamation:before {
  content: "\ec4f";
}

.mh-comment-heart:before {
  content: "\ec50";
}

.mh-comment-info:before {
  content: "\ec51";
}

.mh-comment-lock:before {
  content: "\ec52";
}

.mh-comment-question:before {
  content: "\ec53";
}

.mh-comment-search:before {
  content: "\ec54";
}

.mh-comment-settings:before {
  content: "\ec55";
}

.mh-comment-shield:before {
  content: "\ec56";
}

.mh-comment-star:before {
  content: "\ec57";
}

.mh-envelope:before {
  content: "\ec58";
}

.mh-envelope-check:before {
  content: "\ec59";
}

.mh-envelope-notification:before {
  content: "\ec5a";
}

.mh-comment-check-alt:before {
  content: "\ec5b";
}

.mh-comment-dots-check:before {
  content: "\ec5c";
}

.mh-comment-dots-minus:before {
  content: "\ec5d";
}

.mh-comment-dots-plus:before {
  content: "\ec5e";
}

.mh-comment-dots-times:before {
  content: "\ec5f";
}

.mh-comment-edit:before {
  content: "\ec60";
}

.mh-comment-minus:before {
  content: "\ec61";
}

.mh-comment-minus-alt:before {
  content: "\ec62";
}

.mh-comment-plus:before {
  content: "\ec63";
}

.mh-comment-plus-alt:before {
  content: "\ec64";
}

.mh-comment-text-check:before {
  content: "\ec65";
}

.mh-comment-text-minus:before {
  content: "\ec66";
}

.mh-comment-text-plus:before {
  content: "\ec67";
}

.mh-comment-text-times:before {
  content: "\ec68";
}

.mh-comment-times:before {
  content: "\ec69";
}

.mh-comment-times-alt:before {
  content: "\ec6a";
}

.mh-comment:before {
  content: "\ec6b";
}

.mh-comment-check:before {
  content: "\ec6c";
}

.mh-comment-dots:before {
  content: "\ec6d";
}

.mh-comment-dots-notification:before {
  content: "\ec6e";
}

.mh-comment-notification:before {
  content: "\ec6f";
}

.mh-comments:before {
  content: "\ec70";
}

.mh-comments-dots:before {
  content: "\ec71";
}

.mh-comments-text:before {
  content: "\ec72";
}

.mh-comment-text:before {
  content: "\ec73";
}

.mh-comment-text-notification:before {
  content: "\ec74";
}

.mh-message-activity:before {
  content: "\ec75";
}

.mh-message-code:before {
  content: "\ec76";
}

.mh-message-exclamation:before {
  content: "\ec77";
}

.mh-message-info:before {
  content: "\ec78";
}

.mh-message-question:before {
  content: "\ec79";
}

.mh-message-check-alt:before {
  content: "\ec7a";
}

.mh-message-clock:before {
  content: "\ec7b";
}

.mh-message-edit:before {
  content: "\ec7c";
}

.mh-message-heart:before {
  content: "\ec7d";
}

.mh-message-lock:before {
  content: "\ec7e";
}

.mh-message-minus-alt:before {
  content: "\ec7f";
}

.mh-message-plus-alt:before {
  content: "\ec80";
}

.mh-message-search:before {
  content: "\ec81";
}

.mh-message-settings:before {
  content: "\ec82";
}

.mh-message-shield:before {
  content: "\ec83";
}

.mh-message-star:before {
  content: "\ec84";
}

.mh-message-text-check:before {
  content: "\ec85";
}

.mh-message-text-minus:before {
  content: "\ec86";
}

.mh-message-text-plus:before {
  content: "\ec87";
}

.mh-message-text-times:before {
  content: "\ec88";
}

.mh-message-times-alt:before {
  content: "\ec89";
}

.mh-message-check:before {
  content: "\ec8a";
}

.mh-message-dots-check:before {
  content: "\ec8b";
}

.mh-message-dots-minus:before {
  content: "\ec8c";
}

.mh-message-dots-notification:before {
  content: "\ec8d";
}

.mh-message-dots-plus:before {
  content: "\ec8e";
}

.mh-message-dots-times:before {
  content: "\ec8f";
}

.mh-message-minus:before {
  content: "\ec90";
}

.mh-message-notification:before {
  content: "\ec91";
}

.mh-message-plus:before {
  content: "\ec92";
}

.mh-messages:before {
  content: "\ec93";
}

.mh-messages-dots:before {
  content: "\ec94";
}

.mh-messages-text:before {
  content: "\ec95";
}

.mh-message-text:before {
  content: "\ec96";
}

.mh-message-text-notification:before {
  content: "\ec97";
}

.mh-message-times:before {
  content: "\ec98";
}

.mh-message:before {
  content: "\ec99";
}

.mh-message-dots:before {
  content: "\ec9a";
}

.mh-user-alt:before {
  content: "\ec9b";
}

.mh-user-check:before {
  content: "\ec9c";
}

.mh-user-check-alt:before {
  content: "\ec9d";
}

.mh-user-check-bottom:before {
  content: "\ec9e";
}

.mh-user-minus:before {
  content: "\ec9f";
}

.mh-user-minus-alt:before {
  content: "\eca0";
}

.mh-user-minus-bottom:before {
  content: "\eca1";
}

.mh-user-plus:before {
  content: "\eca2";
}

.mh-user-plus-alt:before {
  content: "\eca3";
}

.mh-user-plus-bottom:before {
  content: "\eca4";
}

.mh-users-alt:before {
  content: "\eca5";
}

.mh-users-group-alt:before {
  content: "\eca6";
}

.mh-user-times:before {
  content: "\eca7";
}

.mh-user-times-alt:before {
  content: "\eca8";
}

.mh-user-times-bottom:before {
  content: "\eca9";
}

.mh-hand-holding-user:before {
  content: "\ecaa";
}

.mh-user-ban:before {
  content: "\ecab";
}

.mh-user-change:before {
  content: "\ecac";
}

.mh-user-clock:before {
  content: "\ecad";
}

.mh-user-code:before {
  content: "\ecae";
}

.mh-user-dollar:before {
  content: "\ecaf";
}

.mh-user-edit:before {
  content: "\ecb0";
}

.mh-user-eye:before {
  content: "\ecb1";
}

.mh-user-heart:before {
  content: "\ecb2";
}

.mh-user-lock:before {
  content: "\ecb3";
}

.mh-user-search:before {
  content: "\ecb4";
}

.mh-user-settings:before {
  content: "\ecb5";
}

.mh-user-shield:before {
  content: "\ecb6";
}

.mh-user-square:before {
  content: "\ecb7";
}

.mh-user-star:before {
  content: "\ecb8";
}

.mh-user-tag:before {
  content: "\ecb9";
}

.mh-note:before {
  content: "\ecba";
}

.mh-notebook:before {
  content: "\ecbb";
}

.mh-papers:before {
  content: "\ecbc";
}

.mh-papers-text:before {
  content: "\ecbd";
}

.mh-sticky-note-circle:before {
  content: "\ecbe";
}

.mh-sticky-note-square:before {
  content: "\ecbf";
}

.mh-sticky-note-text-circle:before {
  content: "\ecc0";
}

.mh-sticky-note-text-square:before {
  content: "\ecc1";
}

.mh-user:before {
  content: "\ecc2";
}

.mh-user-circle:before {
  content: "\ecc3";
}

.mh-users:before {
  content: "\ecc4";
}

.mh-users-group:before {
  content: "\ecc5";
}

.mh-users-group-slash:before {
  content: "\ecc6";
}

.mh-user-slash:before {
  content: "\ecc7";
}

.mh-users-slash:before {
  content: "\ecc8";
}

.mh-user-viewfinder:before {
  content: "\ecc9";
}

.mh-clipboard-heart:before {
  content: "\ecca";
}

.mh-clipboard-list:before {
  content: "\eccb";
}

.mh-clipboard-list-check:before {
  content: "\eccc";
}

.mh-clipboard-search:before {
  content: "\eccd";
}

.mh-clipboard-star:before {
  content: "\ecce";
}

.mh-clipboard-text:before {
  content: "\eccf";
}

.mh-document:before {
  content: "\ecd0";
}

.mh-document-list:before {
  content: "\ecd1";
}

.mh-document-list-check:before {
  content: "\ecd2";
}

.mh-note-list:before {
  content: "\ecd3";
}

.mh-note-list-check:before {
  content: "\ecd4";
}

.mh-note-list-check-square:before {
  content: "\ecd5";
}

.mh-note-list-square:before {
  content: "\ecd6";
}

.mh-note-text:before {
  content: "\ecd7";
}

.mh-note-text-square:before {
  content: "\ecd8";
}

.mh-clipboard:before {
  content: "\ecd9";
}

.mh-clipboard-check:before {
  content: "\ecda";
}

.mh-clipboard-edit:before {
  content: "\ecdb";
}

.mh-clipboard-minus:before {
  content: "\ecdc";
}

.mh-clipboard-plus:before {
  content: "\ecdd";
}

.mh-clipboard-times:before {
  content: "\ecde";
}

.mh-dislike:before {
  content: "\ecdf";
}

.mh-dislike-circle:before {
  content: "\ece0";
}

.mh-dislike-square:before {
  content: "\ece1";
}

.mh-dislike-tag:before {
  content: "\ece2";
}

.mh-like:before {
  content: "\ece3";
}

.mh-like-circle:before {
  content: "\ece4";
}

.mh-like-square:before {
  content: "\ece5";
}

.mh-like-tag:before {
  content: "\ece6";
}

.mh-star-half:before {
  content: "\ece7";
}

.mh-star-magic:before {
  content: "\ece8";
}

.mh-heart-check:before {
  content: "\ece9";
}

.mh-heart-circle:before {
  content: "\ecea";
}

.mh-heart-minus:before {
  content: "\eceb";
}

.mh-heart-plus:before {
  content: "\ecec";
}

.mh-heart-slash:before {
  content: "\eced";
}

.mh-heart-square:before {
  content: "\ecee";
}

.mh-heart-tag:before {
  content: "\ecef";
}

.mh-heart-times:before {
  content: "\ecf0";
}

.mh-star:before {
  content: "\ecf1";
}

.mh-star-circle:before {
  content: "\ecf2";
}

.mh-star-shooting:before {
  content: "\ecf3";
}

.mh-star-shooting-horizontal:before {
  content: "\ecf4";
}

.mh-star-slash:before {
  content: "\ecf5";
}

.mh-star-square:before {
  content: "\ecf6";
}

.mh-star-tag:before {
  content: "\ecf7";
}

.mh-calendar-check-alt:before {
  content: "\ecf8";
}

.mh-calendar-clock:before {
  content: "\ecf9";
}

.mh-calendar-heart:before {
  content: "\ecfa";
}

.mh-calendar-minus-alt:before {
  content: "\ecfb";
}

.mh-calendar-plus-alt:before {
  content: "\ecfc";
}

.mh-calendar-times-alt:before {
  content: "\ecfd";
}

.mh-clock:before {
  content: "\ecfe";
}

.mh-clock-alt:before {
  content: "\ecff";
}

.mh-clock-square:before {
  content: "\ed00";
}

.mh-clock-square-alt:before {
  content: "\ed01";
}

.mh-heart:before {
  content: "\ed02";
}

.mh-hourglass:before {
  content: "\ed03";
}

.mh-time-forward:before {
  content: "\ed04";
}

.mh-time-past:before {
  content: "\ed05";
}

.mh-alarm-edit:before {
  content: "\ed06";
}

.mh-alarm-minus-alt:before {
  content: "\ed07";
}

.mh-alarm-plus-alt:before {
  content: "\ed08";
}

.mh-alarm-times-alt:before {
  content: "\ed09";
}

.mh-calendar:before {
  content: "\ed0a";
}

.mh-calendar-check:before {
  content: "\ed0b";
}

.mh-calendar-edit:before {
  content: "\ed0c";
}

.mh-calendar-empty:before {
  content: "\ed0d";
}

.mh-calendar-empty-alt:before {
  content: "\ed0e";
}

.mh-calendar-lock:before {
  content: "\ed0f";
}

.mh-calendar-minus:before {
  content: "\ed10";
}

.mh-calendar-plus:before {
  content: "\ed11";
}

.mh-calendar-search:before {
  content: "\ed12";
}

.mh-calendar-star:before {
  content: "\ed13";
}

.mh-calendar-times:before {
  content: "\ed14";
}

.mh-alarm-check:before {
  content: "\ed15";
}

.mh-alarm-check-alt:before {
  content: "\ed16";
}

.mh-alarm-clock:before {
  content: "\ed17";
}

.mh-alarm-clock-alt:before {
  content: "\ed18";
}

.mh-alarm-clock-empty:before {
  content: "\ed19";
}

.mh-alarm-minus:before {
  content: "\ed1a";
}

.mh-alarm-plus:before {
  content: "\ed1b";
}

.mh-alarm-times:before {
  content: "\ed1c";
}

.mh-stopwatch-check-alt:before {
  content: "\ed1d";
}

.mh-stopwatch-edit:before {
  content: "\ed1e";
}

.mh-stopwatch-minus:before {
  content: "\ed1f";
}

.mh-stopwatch-minus-alt:before {
  content: "\ed20";
}

.mh-stopwatch-plus:before {
  content: "\ed21";
}

.mh-stopwatch-plus-alt:before {
  content: "\ed22";
}

.mh-stopwatch-times-alt:before {
  content: "\ed23";
}

.mh-archive:before {
  content: "\ed24";
}

.mh-copy-check:before {
  content: "\ed25";
}

.mh-copy-plus:before {
  content: "\ed26";
}

.mh-download:before {
  content: "\ed27";
}

.mh-download-alt:before {
  content: "\ed28";
}

.mh-stopwatch:before {
  content: "\ed29";
}

.mh-stopwatch-alt:before {
  content: "\ed2a";
}

.mh-stopwatch-check:before {
  content: "\ed2b";
}

.mh-stopwatch-empty:before {
  content: "\ed2c";
}

.mh-stopwatch-times:before {
  content: "\ed2d";
}

.mh-upload:before {
  content: "\ed2e";
}

.mh-upload-alt:before {
  content: "\ed2f";
}

.mh-cloud-connection:before {
  content: "\ed30";
}

.mh-cloud-download:before {
  content: "\ed31";
}

.mh-cloud-lock:before {
  content: "\ed32";
}

.mh-cloud-minus:before {
  content: "\ed33";
}

.mh-cloud-plus:before {
  content: "\ed34";
}

.mh-cloud-share:before {
  content: "\ed35";
}

.mh-cloud-shield:before {
  content: "\ed36";
}

.mh-cloud-slash:before {
  content: "\ed37";
}

.mh-cloud-upload:before {
  content: "\ed38";
}

.mh-copy:before {
  content: "\ed39";
}

.mh-copy-alt:before {
  content: "\ed3a";
}

.mh-cloud:before {
  content: "\ed3b";
}

.mh-cloud-check:before {
  content: "\ed3c";
}

.mh-cloud-times:before {
  content: "\ed3d";
}

.mh-folder-alt:before {
  content: "\ed3e";
}

.mh-folder-clock:before {
  content: "\ed3f";
}

.mh-folder-code:before {
  content: "\ed40";
}

.mh-folder-connection:before {
  content: "\ed41";
}

.mh-folder-download:before {
  content: "\ed42";
}

.mh-folder-export:before {
  content: "\ed43";
}

.mh-folder-import:before {
  content: "\ed44";
}

.mh-folder-music:before {
  content: "\ed45";
}

.mh-folder-open:before {
  content: "\ed46";
}

.mh-folder-settings:before {
  content: "\ed47";
}

.mh-folder-upload:before {
  content: "\ed48";
}

.mh-folder-user:before {
  content: "\ed49";
}

.mh-file-list-ban:before {
  content: "\ed4a";
}

.mh-file-list-heart:before {
  content: "\ed4b";
}

.mh-file-list-shield:before {
  content: "\ed4c";
}

.mh-folder:before {
  content: "\ed4d";
}

.mh-folder-ban:before {
  content: "\ed4e";
}

.mh-folder-check:before {
  content: "\ed4f";
}

.mh-folder-edit:before {
  content: "\ed50";
}

.mh-folder-heart:before {
  content: "\ed51";
}

.mh-folder-lock:before {
  content: "\ed52";
}

.mh-folder-minus:before {
  content: "\ed53";
}

.mh-folder-plus:before {
  content: "\ed54";
}

.mh-folder-search:before {
  content: "\ed55";
}

.mh-folder-shield:before {
  content: "\ed56";
}

.mh-folder-star:before {
  content: "\ed57";
}

.mh-folder-times:before {
  content: "\ed58";
}

.mh-file-list:before {
  content: "\ed59";
}

.mh-file-list-check:before {
  content: "\ed5a";
}

.mh-file-list-edit:before {
  content: "\ed5b";
}

.mh-file-list-lock:before {
  content: "\ed5c";
}

.mh-file-list-minus:before {
  content: "\ed5d";
}

.mh-file-list-plus:before {
  content: "\ed5e";
}

.mh-file-list-search:before {
  content: "\ed5f";
}

.mh-file-list-star:before {
  content: "\ed60";
}

.mh-file-list-times:before {
  content: "\ed61";
}

.mh-file-text-ban:before {
  content: "\ed62";
}

.mh-file-text-heart:before {
  content: "\ed63";
}

.mh-file-text-lock:before {
  content: "\ed64";
}

.mh-file-text-search:before {
  content: "\ed65";
}

.mh-file-text-shield:before {
  content: "\ed66";
}

.mh-file-text-star:before {
  content: "\ed67";
}

.mh-file-clock:before {
  content: "\ed68";
}

.mh-file-copy:before {
  content: "\ed69";
}

.mh-file-export-alt:before {
  content: "\ed6a";
}

.mh-file-import-alt:before {
  content: "\ed6b";
}

.mh-file-music:before {
  content: "\ed6c";
}

.mh-file-settings:before {
  content: "\ed6d";
}

.mh-file-text:before {
  content: "\ed6e";
}

.mh-file-text-check:before {
  content: "\ed6f";
}

.mh-file-text-edit:before {
  content: "\ed70";
}

.mh-file-text-minus:before {
  content: "\ed71";
}

.mh-file-text-plus:before {
  content: "\ed72";
}

.mh-file-text-times:before {
  content: "\ed73";
}

.mh-file-user:before {
  content: "\ed74";
}

.mh-file-ban:before {
  content: "\ed75";
}

.mh-file-code:before {
  content: "\ed76";
}

.mh-file-download:before {
  content: "\ed77";
}

.mh-file-edit:before {
  content: "\ed78";
}

.mh-file-export:before {
  content: "\ed79";
}

.mh-file-heart:before {
  content: "\ed7a";
}

.mh-file-import:before {
  content: "\ed7b";
}

.mh-file-lock:before {
  content: "\ed7c";
}

.mh-file-minus:before {
  content: "\ed7d";
}

.mh-file-plus:before {
  content: "\ed7e";
}

.mh-file-search:before {
  content: "\ed7f";
}

.mh-file-shield:before {
  content: "\ed80";
}

.mh-file-star:before {
  content: "\ed81";
}

.mh-file-times:before {
  content: "\ed82";
}

.mh-file-upload:before {
  content: "\ed83";
}

.mh-chat-activity:before {
  content: "\ed84";
}

.mh-chat-clock:before {
  content: "\ed85";
}

.mh-chat-code:before {
  content: "\ed86";
}

.mh-chat-edit:before {
  content: "\ed87";
}

.mh-chat-exclamation:before {
  content: "\ed88";
}

.mh-chat-heart:before {
  content: "\ed89";
}

.mh-chat-info:before {
  content: "\ed8a";
}

.mh-chat-lock:before {
  content: "\ed8b";
}

.mh-chat-minus-alt:before {
  content: "\ed8c";
}

.mh-chat-question:before {
  content: "\ed8d";
}

.mh-chat-search:before {
  content: "\ed8e";
}

.mh-chat-settings:before {
  content: "\ed8f";
}

.mh-chat-shield:before {
  content: "\ed90";
}

.mh-chat-star:before {
  content: "\ed91";
}

.mh-file:before {
  content: "\ed92";
}

.mh-file-check:before {
  content: "\ed93";
}

.mh-chat-check:before {
  content: "\ed94";
}

.mh-chat-check-alt:before {
  content: "\ed95";
}

.mh-chat-dots-check:before {
  content: "\ed96";
}

.mh-chat-dots-minus:before {
  content: "\ed97";
}

.mh-chat-dots-plus:before {
  content: "\ed98";
}

.mh-chat-dots-times:before {
  content: "\ed99";
}

.mh-chat-minus:before {
  content: "\ed9a";
}

.mh-chat-plus:before {
  content: "\ed9b";
}

.mh-chat-plus-alt:before {
  content: "\ed9c";
}

.mh-chats-text:before {
  content: "\ed9d";
}

.mh-chat-text-check:before {
  content: "\ed9e";
}

.mh-chat-text-minus:before {
  content: "\ed9f";
}

.mh-chat-text-plus:before {
  content: "\eda0";
}

.mh-chat-text-times:before {
  content: "\eda1";
}

.mh-chat-times:before {
  content: "\eda2";
}

.mh-chat-times-alt:before {
  content: "\eda3";
}

.mh-chat:before {
  content: "\eda4";
}

.mh-chat-dots:before {
  content: "\eda5";
}

.mh-chat-dots-notification:before {
  content: "\eda6";
}

.mh-chat-notification:before {
  content: "\eda7";
}

.mh-chats:before {
  content: "\eda8";
}

.mh-chats-dots:before {
  content: "\eda9";
}

.mh-chat-text:before {
  content: "\edaa";
}

.mh-chat-text-notification:before {
  content: "\edab";
}

.mh-magnet:before {
  content: "\edac";
}

.mh-megaphone:before {
  content: "\edad";
}

.mh-scan-qr:before {
  content: "\edae";
}

.mh-tag:before {
  content: "\edaf";
}

.mh-tags:before {
  content: "\edb0";
}

.mh-truck:before {
  content: "\edb1";
}

.mh-badge-check:before {
  content: "\edb2";
}

.mh-badge-discount:before {
  content: "\edb3";
}

.mh-badge-discount-alt:before {
  content: "\edb4";
}

.mh-badge-dollar:before {
  content: "\edb5";
}

.mh-badge-like:before {
  content: "\edb6";
}

.mh-gift:before {
  content: "\edb7";
}

.mh-scanner:before {
  content: "\edb8";
}

.mh-sort-ascending:before {
  content: "\edb9";
}

.mh-sort-ascending-circle:before {
  content: "\edba";
}

.mh-sort-ascending-square:before {
  content: "\edbb";
}

.mh-sort-descending:before {
  content: "\edbc";
}

.mh-sort-descending-circle:before {
  content: "\edbd";
}

.mh-sort-descending-square:before {
  content: "\edbe";
}

.mh-trophy:before {
  content: "\edbf";
}

.mh-trophy-star:before {
  content: "\edc0";
}

.mh-badge:before {
  content: "\edc1";
}

.mh-coupon:before {
  content: "\edc2";
}

.mh-coupon-heart:before {
  content: "\edc3";
}

.mh-coupon-percent:before {
  content: "\edc4";
}

.mh-coupon-star:before {
  content: "\edc5";
}

.mh-filter:before {
  content: "\edc6";
}

.mh-filter-check:before {
  content: "\edc7";
}

.mh-filter-minus:before {
  content: "\edc8";
}

.mh-filter-times:before {
  content: "\edc9";
}

.mh-medal:before {
  content: "\edca";
}

.mh-medal-check:before {
  content: "\edcb";
}

.mh-medal-star:before {
  content: "\edcc";
}

.mh-receipt-heart-alt:before {
  content: "\edcd";
}

.mh-receipt-percent-alt:before {
  content: "\edce";
}

.mh-receipt-star-alt:before {
  content: "\edcf";
}

.mh-boxes:before {
  content: "\edd0";
}

.mh-package:before {
  content: "\edd1";
}

.mh-package-check:before {
  content: "\edd2";
}

.mh-package-dollar:before {
  content: "\edd3";
}

.mh-package-heart:before {
  content: "\edd4";
}

.mh-package-star:before {
  content: "\edd5";
}

.mh-receipt:before {
  content: "\edd6";
}

.mh-receipt-alt:before {
  content: "\edd7";
}

.mh-receipt-heart:before {
  content: "\edd8";
}

.mh-receipt-list:before {
  content: "\edd9";
}

.mh-receipt-list-alt:before {
  content: "\edda";
}

.mh-receipt-percent:before {
  content: "\eddb";
}

.mh-receipt-star:before {
  content: "\eddc";
}

.mh-receipt-text:before {
  content: "\eddd";
}

.mh-receipt-text-alt:before {
  content: "\edde";
}

.mh-box:before {
  content: "\eddf";
}

.mh-box-check:before {
  content: "\ede0";
}

.mh-box-minus:before {
  content: "\ede1";
}

.mh-box-plus:before {
  content: "\ede2";
}

.mh-box-search:before {
  content: "\ede3";
}

.mh-box-times:before {
  content: "\ede4";
}

.mh-shopping-bag:before {
  content: "\ede5";
}

.mh-shopping-bag-alt:before {
  content: "\ede6";
}

.mh-shopping-cart-arrow-down:before {
  content: "\ede7";
}

.mh-shopping-cart-arrow-top:before {
  content: "\ede8";
}

.mh-shopping-cart-heart:before {
  content: "\ede9";
}

.mh-shopping-cart-minus:before {
  content: "\edea";
}

.mh-shopping-cart-plus:before {
  content: "\edeb";
}

.mh-shopping-cart-star:before {
  content: "\edec";
}

.mh-store:before {
  content: "\eded";
}

.mh-delivery-cart:before {
  content: "\edee";
}

.mh-delivery-cart-arrow-down:before {
  content: "\edef";
}

.mh-delivery-cart-arrow-up:before {
  content: "\edf0";
}

.mh-shopping-basket-arrow-down:before {
  content: "\edf1";
}

.mh-shopping-basket-arrow-up:before {
  content: "\edf2";
}

.mh-shopping-basket-check:before {
  content: "\edf3";
}

.mh-shopping-basket-heart:before {
  content: "\edf4";
}

.mh-shopping-basket-minus:before {
  content: "\edf5";
}

.mh-shopping-basket-plus:before {
  content: "\edf6";
}

.mh-shopping-basket-star:before {
  content: "\edf7";
}

.mh-shopping-basket-times:before {
  content: "\edf8";
}

.mh-shopping-cart:before {
  content: "\edf9";
}

.mh-shopping-cart-check:before {
  content: "\edfa";
}

.mh-shopping-cart-times:before {
  content: "\edfb";
}

.mh-brush:before {
  content: "\edfc";
}

.mh-brush-alt:before {
  content: "\edfd";
}

.mh-fire:before {
  content: "\edfe";
}

.mh-leaf:before {
  content: "\edff";
}

.mh-life-ring:before {
  content: "\ee00";
}

.mh-list:before {
  content: "\ee01";
}

.mh-minus-square:before {
  content: "\ee02";
}

.mh-plus-square:before {
  content: "\ee03";
}

.mh-shopping-basket:before {
  content: "\ee04";
}

.mh-tree:before {
  content: "\ee05";
}

.mh-check:before {
  content: "\ee06";
}

.mh-check-circle:before {
  content: "\ee07";
}

.mh-check-square:before {
  content: "\ee08";
}

.mh-edit:before {
  content: "\ee09";
}

.mh-minus:before {
  content: "\ee0a";
}

.mh-minus-circle:before {
  content: "\ee0b";
}

.mh-palette:before {
  content: "\ee0c";
}

.mh-plus:before {
  content: "\ee0d";
}

.mh-plus-circle:before {
  content: "\ee0e";
}

.mh-scissors:before {
  content: "\ee0f";
}

.mh-times:before {
  content: "\ee10";
}

.mh-times-circle:before {
  content: "\ee11";
}

.mh-times-square:before {
  content: "\ee12";
}

.mh-bed:before {
  content: "\ee13";
}

.mh-bezier:before {
  content: "\ee14";
}

.mh-contrast:before {
  content: "\ee15";
}

.mh-door-closed:before {
  content: "\ee16";
}

.mh-door-open:before {
  content: "\ee17";
}

.mh-droplet:before {
  content: "\ee18";
}

.mh-droplet-slash:before {
  content: "\ee19";
}

.mh-layer-group:before {
  content: "\ee1a";
}

.mh-log-in:before {
  content: "\ee1b";
}

.mh-log-out:before {
  content: "\ee1c";
}

.mh-moon:before {
  content: "\ee1d";
}

.mh-pen-tool:before {
  content: "\ee1e";
}

.mh-sofa:before {
  content: "\ee1f";
}

.mh-sun:before {
  content: "\ee20";
}

.mh-vector:before {
  content: "\ee21";
}

.mh-bus:before {
  content: "\ee22";
}

.mh-check-double:before {
  content: "\ee23";
}

.mh-crown:before {
  content: "\ee24";
}

.mh-crown-alt:before {
  content: "\ee25";
}

.mh-globe:before {
  content: "\ee26";
}

.mh-globe-earth:before {
  content: "\ee27";
}

.mh-sparkle:before {
  content: "\ee28";
}

.mh-speedometer:before {
  content: "\ee29";
}

.mh-story:before {
  content: "\ee2a";
}

.mh-code:before {
  content: "\ee2b";
}

.mh-code-circle:before {
  content: "\ee2c";
}

.mh-code-square:before {
  content: "\ee2d";
}

.mh-hashtag:before {
  content: "\ee2e";
}

.mh-search:before {
  content: "\ee2f";
}

.mh-search-minus:before {
  content: "\ee30";
}

.mh-search-plus:before {
  content: "\ee31";
}

.mh-search-text:before {
  content: "\ee32";
}

.mh-sliders-horizontal:before {
  content: "\ee33";
}

.mh-sliders-horizontal-alt:before {
  content: "\ee34";
}

.mh-sliders-vertical:before {
  content: "\ee35";
}

.mh-sliders-vertical-alt:before {
  content: "\ee36";
}

.mh-settings:before {
  content: "\ee37";
}

.mh-tool:before {
  content: "\ee38";
}

.mh-nut:before {
  content: "\ee39";
}

.mh-puzzle:before {
  content: "\ee3a";
}

.mh-bolt-square-alt:before {
  content: "\ee3b";
}

.mh-bolt-circle-alt:before {
  content: "\ee3c";
}

.mh-bolt-slash-alt:before {
  content: "\ee3d";
}

.mh-bolt-alt:before {
  content: "\ee3e";
}

.mh-trash-redo:before {
  content: "\ee3f";
}

.mh-trash-undo:before {
  content: "\ee40";
}

.mh-trash-minus:before {
  content: "\ee41";
}

.mh-trash-plus:before {
  content: "\ee42";
}

.mh-trash-times:before {
  content: "\ee43";
}

.mh-trash-check:before {
  content: "\ee44";
}

.mh-trash-slash:before {
  content: "\ee45";
}

.mh-trash:before {
  content: "\ee46";
}

.mh-bolt-square:before {
  content: "\ee47";
}

.mh-bolt-circle:before {
  content: "\ee48";
}

.mh-bolt-slash:before {
  content: "\ee49";
}

.mh-bolt:before {
  content: "\ee4a";
}

.mh-bell-slash:before {
  content: "\ee4b";
}

.mh-bell-on:before {
  content: "\ee4c";
}

.mh-bell-exclamation:before {
  content: "\ee4d";
}

.mh-bell-minus:before {
  content: "\ee4e";
}

.mh-bell-plus:before {
  content: "\ee4f";
}

.mh-bell-times:before {
  content: "\ee50";
}

.mh-bell-notification:before {
  content: "\ee51";
}

.mh-bell:before {
  content: "\ee52";
}

:root {
  /* Font families */
  --family-body: "Open Sans", sans-serif;
  --family-headings: "Open Sans", sans-serif;
  --family-display: "Open Sans", sans-serif;
  --family-quote: "Dancing Script", cursive;
  /* Primary color */
  --color-primary: #6d64ff;
  --color-primary-hover: #5e4bd6;
  --color-primary-rgb: 109, 100, 255;
  --color-primary-hue: #f4f2ff;
  /* Secondary Color */
  --color-secondary: #22aceb;
  --color-secondary-hover: #3cb8f0;
  --color-secondary-rgb: 34, 172, 235;
  --color-secondary-hue: #a6dcf5;
  /* Text color */
  --color-body: #000;
  /* Heading sizes */
  --heading-one: 48px;
  --heading-two: 32px;
  --heading-three: 24px;
  --heading-four: 20px;
  --heading-five: 18px;
  --heading-six: 16px;
  --scale: 1;
  --color-black: #000;
  --color-black-light: #3f3f3f;
  --color-white: #fff;
  --color-white-dark: #d3d3d3;
  --color-white-light: #f5f5f5;
  --color-pink: #fc4482;
  --color-success: #1ccf85;
  --color-success-rgb: 28, 207, 133;
  --color-danger: #f24849;
  --color-danger-rgb: 242, 72, 73;
  --color-warning: #fdd458;
  --color-warning-rgb: 253, 212, 88;
  --wrapper: 1400px;
  --radius-s: 7px;
  --radius-m: 14px;
  --radius-l: 21px;
  --radius-xl: 28px;
  --radius-cirle: 50%;
  --space-xs: 0.25rem;
  --space-s: 0.5rem;
  --space-m: 1rem;
  --space-l: 2rem;
  --space-xl: 4rem;
  --space-xxl: 5rem;
  --space-xxxl: 6rem;
  --shadow: 0px 8px 7.8px 0.2px rgba(35, 35, 35, 0.1);
  --shadow-l: 0px 10px 20.4px 0.6px rgba(35, 35, 35, 0.34);
}

.item-checkbox {
  display: flex;
  gap: var(--space-s);
}
.item-checkbox__input {
  cursor: pointer;
}
.item-checkbox__label {
  cursor: pointer;
}

.toggle-switch {
  display: inline-block;
  position: relative;
  width: 2.5rem;
  height: 1.25rem;
  cursor: pointer;
  overflow: hidden;
}
.toggle-switch input {
  position: absolute;
  top: -1.875rem;
  left: -1.875rem;
  width: 0;
  height: 0;
}
.toggle-switch input + span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-white-dark);
  border-radius: var(--radius-m);
}
.toggle-switch input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
  background: var(--color-white);
  border-radius: var(--radius-cirle);
  transform: translateY(-50%);
  transition: all 0.5s;
}
.toggle-switch input:checked + span {
  background: var(--color-success);
}
.toggle-switch input:checked + span:before {
  left: 1.375rem;
}
.toggle-switch--s {
  width: 2rem;
  height: 1rem;
}
.toggle-switch--s input + span:before {
  width: 0.75rem;
  height: 0.75rem;
}
.toggle-switch--s input:checked + span:before {
  left: 1.125rem;
}

.bg-primary {
  background-color: var(--color-primary) !important;
}

.bg-secondary {
  background-color: var(--color-secondary) !important;
}

.bg-light {
  background-color: var(--color-primary-hue) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
}

.bg-gradient-primary {
  background-image: linear-gradient(to top, var(--color-primary), var(--color-primary-hover));
}

.bg-gradient-secondary {
  background-image: linear-gradient(to top, var(--color-secondary), var(--color-secondary-hover));
}

.txt-center {
  text-align: center;
  justify-content: center;
}

.sticky-top {
  box-shadow: var(--shadow);
}

.back-to-top, #back-to-top {
  display: none;
  position: absolute;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--family-body);
  overflow-x: hidden;
  color: var(--color-body);
  background-color: var(--color-white);
  font-size: 0.8125rem;
  overflow-y: auto;
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  width: 4px;
}
body::-webkit-scrollbar-track {
  background: var(--color-white-light);
  border-radius: 21px;
}
body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 21px;
}
body::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-hover);
}

select.btn {
  border-width: 2px;
  background: transparent;
  color: initial;
  text-transform: none;
  font-weight: 400;
  width: 100%;
}

.wrapper {
  max-width: var(--wrapper);
  margin: auto;
  padding-right: var(--space-m);
  padding-left: var(--space-m);
}

.header-stiky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 750;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: var(--color-black);
}
.header-stiky.sticky-top {
  background: var(--color-white);
  flex-wrap: nowrap;
}
.header-stiky.sticky-top .boutique {
  color: var(--color-body);
}
.header-stiky.sticky-top .menu-account {
  order: 3;
}
.header-stiky.sticky-top .menu-account__item--link {
  color: var(--color-body);
}
.header-stiky.sticky-top .menu-account__item--link:hover {
  color: var(--color-primary);
  background-color: transparent;
}
.header-stiky.sticky-top .menu-account__item--link.search {
  background-color: var(--color-primary-hue);
}
.header-stiky.sticky-top .menu-account .app-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  width: 330px;
  justify-content: space-around;
}
.header-stiky.sticky-top .menu-account .app-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
  cursor: pointer;
  width: 5rem;
}
.header-stiky.sticky-top .menu-account .app-list__item .img {
  width: 79px;
  height: 79px;
  border-radius: var(--radius-cirle);
  background-color: var(--color-white-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--color-primary);
}
.header-stiky.sticky-top .menu-account .app-list__item .title {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.header-stiky.sticky-top .menu-account .app-list__item:hover {
  filter: brightness(1.1);
}
.header-stiky.sticky-top .menu-account .app-list__item:hover .img {
  color: var(--color-secondary);
}
.header-stiky.sticky-top .menu-account .submenu {
  display: none;
  position: absolute;
  top: 32px;
  background-color: var(--color-white);
  color: var(--color-black);
  z-index: 750;
  box-shadow: var(--shadow);
  min-width: 260px;
  right: -20px;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
  overflow: hidden;
}
.header-stiky.sticky-top .menu-account .submenu__container {
  padding: var(--space-m);
}
.header-stiky.sticky-top .menu-account .submenu .name-user {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-black-light);
  margin-bottom: var(--space-m);
}
.header-stiky.sticky-top .menu-account .submenu .msg-welcome {
  font-size: 15px;
  font-weight: bold;
  color: var(--color-primary);
}
.header-stiky.sticky-top .menu-account .submenu .link-underline {
  font-size: 13px;
  color: var(--color-black-light);
  text-decoration: underline;
  margin-top: var(--space-xs);
  display: inline-block;
}
.header-stiky.sticky-top .menu-account .submenu .sep {
  margin: var(--space-m) 0;
}
.header-stiky.sticky-top .menu-account .submenu .menu-list {
  gap: var(--space-s);
  display: flex;
  flex-direction: column;
}
.header-stiky.sticky-top .menu-account .submenu .menu-list__item a {
  font-size: 13px;
  color: var(--color-black-light);
}
.header-stiky.sticky-top .menu-account .submenu .menu-list__item a:hover {
  text-decoration: underline;
}

.bloc-mobile {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 750;
}
@media only screen and (max-width: 768px) {
  .bloc-mobile {
    display: block;
  }
}
.bloc-mobile .menu-mobile {
  display: flex;
  justify-content: space-around;
  background: var(--color-white);
  border-top-right-radius: var(--radius-m);
  border-top-left-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
}
.bloc-mobile .menu-mobile__item {
  position: relative;
  flex: 1;
}
.bloc-mobile .menu-mobile__item__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-xs);
  padding: var(--space-s);
  cursor: pointer;
}
.bloc-mobile .menu-mobile__item__link > i {
  display: flex;
}
.bloc-mobile .menu-mobile__item__link .micon {
  font-size: 28px;
}
.bloc-mobile .menu-mobile__item__link span {
  font-size: 9px;
  font-weight: 600;
}
.bloc-mobile .menu-mobile__item.active .menu-mobile__item__link .micon {
  color: var(--color-primary);
}
.bloc-mobile .menu-mobile__item.active .menu-mobile__item__link span {
  display: none;
}
.bloc-mobile .menu-mobile__item.active .menu-mobile__item__link::after {
  content: "";
  display: block;
  width: 16px;
  height: 4px;
  border-radius: var(--radius-s);
  background-color: var(--color-primary);
  margin-top: var(--space-s);
}
.bloc-mobile .menu-mobile__submenu {
  display: block;
  position: fixed;
  bottom: 0;
  padding: var(--space-m) 0 var(--space-xxl);
  background-color: var(--color-primary-hue);
  z-index: -1;
  right: 0;
  left: 0;
  height: calc(100% - 150px);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  padding: var(--space-s) var(--space-m);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link {
  display: flex;
  align-items: center;
  gap: var(--space-l);
  border-radius: var(--radius-m);
  background-color: var(--color-white);
  overflow: hidden;
  justify-content: space-between;
  cursor: pointer;
  min-height: 4.125rem;
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link > div {
  display: flex;
  align-items: center;
  gap: var(--space-m);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link .img {
  clip-path: polygon(0 0, 60% 0, 100% 100%, 0% 100%);
  width: 5.25rem;
  height: 4.125rem;
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link .title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-black-light);
  padding: var(--space-s);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link .micon {
  margin-right: var(--space-m);
  font-size: 21px;
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link.active {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu__item__link.active .title {
  color: var(--color-white);
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu::after {
  display: block;
  content: "";
  background-color: var(--color-primary);
  height: 2px;
  margin: var(--space-s) 0;
}
.bloc-mobile .menu-mobile__submenu .mobile__submenu:last-child::after {
  display: none;
}

.header-site {
  background-color: var(--color-white);
  padding: 0 var(--space-m);
  width: 100%;
}
.header-site .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: var(--space-xl);
  padding: var(--space-s);
  max-width: 912px;
}
@media only screen and (max-width: 768px) {
  .header-site .wrapper {
    justify-content: flex-start;
  }
}
.header-site .bloc-submenu {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  padding: var(--space-l);
  border-radius: var(--radius-m);
  max-width: 68.125rem;
  display: flex;
  gap: var(--space-l);
  justify-content: space-around;
  z-index: 250;
  top: 3.75rem;
  right: var(--space-xl);
  left: var(--space-xl);
  max-height: 70vh;
  overflow: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s linear 0.2s, opacity 0.2s ease 0.2s, left 0s ease 0.3s;
}
.header-site .bloc-submenu--visible {
  visibility: visible !important;
  opacity: 1;
}
.header-site .bloc-submenu .img-promo {
  max-width: 15.625rem;
  display: block;
  overflow: hidden;
}
.header-site .bloc-submenu .img-promo img {
  width: 100%;
  max-height: 26.25rem;
  object-fit: cover;
}
.header-site .bloc-submenu .sub-menu {
  display: flex;
  flex-direction: column;
  gap: var(--radius-s);
  max-width: 26.875rem;
  gap: var(--radius-xs);
}
.header-site .bloc-submenu .sub-menu__link {
  color: var(--color-white);
  padding: var(--space-s) var(--space-m) var(--space-s) var(--space-s);
  display: flex;
  gap: var(--space-m);
  border-radius: var(--radius-s);
}
.header-site .bloc-submenu .sub-menu__link:hover {
  background-color: #6c6c6c;
}
.header-site .bloc-submenu .sub-menu__link .picto {
  width: 3.4375rem;
  height: 3.4375rem;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: grid;
  place-items: center;
  font-size: 2rem;
  border-radius: var(--radius-s);
  overflow: hidden;
}
.header-site .bloc-submenu .sub-menu__link .title {
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
}
.header-site .bloc-submenu .sub-menu__link .desc {
  font-size: 0.6875rem;
  display: block;
}
.header-site .bloc-submenu .sub-menu.article .sub-menu__link .picto {
  width: 6.5625rem;
  height: 4.0625rem;
}
.header-site .bloc-submenu .sub-menu.article .sub-menu__link .picto img {
  width: 6.5625rem;
  height: 4.0625rem;
  object-fit: cover;
}
.header-site .bloc-submenu .sep {
  background-color: var(--color-white-dark);
  width: 1px;
  min-width: 1px;
}
.header-site .bloc-submenu .menu-article {
  display: flex;
  flex-direction: column;
  max-width: 16.875rem;
}
.header-site .bloc-submenu .menu-article__item {
  color: var(--color-white);
  font-size: 0.875rem;
  border-bottom: 1px solid var(--color-white-dark);
  padding: var(--space-l) 0;
}
.header-site .bloc-submenu .menu-article__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.header-site .bloc-submenu .menu-article__item:first-child {
  padding-top: 0;
}
.header-site .bloc-submenu .menu-article__item .title {
  font-weight: bold;
  margin-bottom: var(--space-m);
  text-transform: uppercase;
}
.header-site .bloc-submenu .menu-article__item .desc {
  margin-bottom: var(--space-m);
}
.header-site .bloc-submenu .menu-article__item .link {
  font-weight: bold;
  text-decoration: underline;
}
.header-site .bloc-submenu .simple-menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.header-site .bloc-submenu .simple-menu > .title {
  font-size: 0.875rem;
  font-weight: bold;
  color: var(--color-white);
  padding: var(--space-s) var(--space-m);
}
.header-site .bloc-submenu .simple-menu .link-all {
  font-size: 0.6875rem;
}
.header-site .bloc-submenu .simple-menu .link-item {
  border-radius: var(--radius-m);
  font-size: 0.875rem;
  color: var(--color-white);
  padding: var(--space-s) var(--space-m);
  display: block;
}
.header-site .bloc-submenu .simple-menu .link-item:hover {
  background-color: #6c6c6c;
}

.header-logo img {
  max-height: 2.625rem;
}

.bloc-interne {
  padding: 0 var(--space-l);
}

.mobile-click {
  display: none;
  color: var(--color-primary);
  font-size: 3.375rem;
  cursor: pointer;
  position: absolute;
  right: var(--space-l);
}
@media only screen and (max-width: 768px) {
  .mobile-click {
    display: block;
  }
}

.main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: var(--space-s);
  padding-top: var(--space-m);
}
@media only screen and (max-width: 768px) {
  .main-menu {
    display: none;
    position: absolute;
    background: white;
    top: 5rem;
    right: var(--space-l);
    flex-direction: column;
    align-items: end;
    padding: var(--space-m);
    gap: var(--space-s);
    box-shadow: var(--shadow-l);
    border-radius: var(--radius-m);
  }
}
.main-menu__item {
  padding-bottom: var(--space-m);
}
.main-menu__item--link {
  color: var(--color-black);
  font-size: 0.8125rem;
  font-weight: bold;
  color: var(--color-black);
  padding: 0.3125rem 0.625rem;
  cursor: pointer;
  border-radius: var(--radius-l);
  text-transform: uppercase;
}
.main-menu__item--link.active {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.main-menu__item:hover .main-menu__item--link {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.main-menu__item:hover .bloc-submenu {
  opacity: 1;
  visibility: visible;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease-out 0.3s;
}

.navbar__menu {
  display: flex;
}

.navbar__menu-links {
  display: flex;
}

.navbar .dropdown-menu {
  display: none;
}

/*            Buttons              */
button.btn span {
  font-weight: 700;
}

.btn {
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-s);
  display: inline-flex;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: var(--space-s);
  color: var(--color-white);
  background-color: var(--color-black-light);
  cursor: pointer;
  text-align: center;
  border: 1px solid transparent;
  justify-content: center;
  align-items: center;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn:hover:not([disabled], .btn-disabled, .btn-light) {
  filter: brightness(1.2);
}
.btn--disabled, .btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn i,
.btn svg {
  font-size: 1.25rem;
  font-weight: normal;
}
.btn.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}
.btn-small {
  font-size: 0.6875rem;
  font-weight: 400;
  text-transform: none;
  padding: var(--space-xs) var(--space-m);
}
.btn-small i {
  font-size: 1.0625rem;
}
.btn-large {
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: initial;
}
.btn-xlarge {
  font-size: 1.125rem;
  padding: var(--space-m) var(--space-xl);
}
.btn-w100 {
  width: 100%;
  box-sizing: border-box;
}
.btn-back {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: grid;
  place-items: center;
}
.btn-icon {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
}
.btn-icon span {
  display: none;
}
.btn-icon.btn-small {
  width: 1.625rem;
  min-width: 1.625rem;
  height: 1.625rem;
}
.btn-primary {
  background-image: linear-gradient(to right, var(--color-primary), var(--color-primary-hover)), linear-gradient(to bottom, var(--color-primary), var(--color-primary-hover));
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-secondary {
  background-image: linear-gradient(to right, var(--color-secondary), var(--color-secondary-hover)), linear-gradient(to bottom, var(--color-secondary), var(--color-secondary-hover));
}
.btn-light {
  background-color: #ebebeb;
  color: #383838;
}
.btn-light:hover {
  filter: brightness(0.8);
}
.btn-link {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 0;
  color: var(--color-black);
  font-weight: 400;
  text-transform: none;
  padding: 0;
  font-size: inherit;
}
.btn-link:hover span {
  text-decoration: underline;
}
.btn-link.btn-primary {
  color: var(--color-primary);
}
.btn-link.btn-primary:hover {
  background-color: transparent;
}
.btn-link.btn-secondary {
  color: var(--color-secondary);
}
.btn-link.btn-white {
  color: var(--color-white);
}
.btn-rounded {
  border-radius: var(--radius-l);
}
.btn-outline {
  color: var(--color-black-light);
  background-color: transparent;
  background-image: none;
  border-color: var(--color-black-light);
}
.btn-outline:hover {
  color: var(--color-white);
  background-color: var(--color-black-light);
}
.btn-outline.btn-primary {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline.btn-primary:hover {
  color: var(--color-white);
  background-color: var(--color-primary);
}
.btn-outline.btn-secondary {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
.btn-outline.btn-secondary:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.btn-outline.btn-white {
  color: var(--color-white);
  border-color: var(--color-white);
}
.btn-outline.btn-white:hover {
  color: var(--color-black-light);
  background-color: var(--color-white);
}

/*            END Buttons              */
/*            section home-slider              */
.home-slider {
  padding: 1.25rem 2.125rem;
  background-color: var(--color-primary);
  /*background-image: linear-gradient(to bottom,
          var(--color-white),
          var(--color-secondary-hue),
          var(--color-secondary-hue),
          #d0e5ef); */
}
.home-slider__items {
  display: flex;
  gap: 2.8125rem;
}
.home-slider__item {
  position: relative;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .home-slider__item {
    display: none;
  }
}
.home-slider__item picture {
  display: block;
  border-radius: var(--radius-l);
  overflow: hidden;
  position: relative;
}
.home-slider__item picture::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: var(--color-black);
  opacity: 0.5;
}
.home-slider__item.active {
  flex: 3;
}
.home-slider__item.active picture::after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .home-slider__item.active {
    display: block;
  }
}
.home-slider__item.active .home-slider__item--caption {
  left: 20px;
  width: 220px;
}
.home-slider__item.active .home-slider__item--caption .sub-title, .home-slider__item.active .home-slider__item--caption .btn {
  display: block;
}
.home-slider__item.active .theme {
  color: var(--color-white);
  background-color: var(--color-secondary);
}
.home-slider__item--img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .home-slider__item--img {
    height: 350px;
  }
}
.home-slider__item--caption {
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 200px;
  max-width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 3.3px 5px 17.5px 0.5px rgba(44, 37, 88, 0.6);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .home-slider__item--caption {
    width: 80% !important;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
.home-slider__item--caption .theme {
  font-size: 11px;
  font-weight: bold;
  color: var(--color-secondary);
  padding: 6px 12px;
  border-radius: 12px;
  border: solid 2px var(--color-secondary);
  display: inline-block;
  text-transform: uppercase;
}
.home-slider__item--caption .title {
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.home-slider__item--caption .title > span {
  color: var(--color-secondary);
}
.home-slider__item--caption .sub-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--color-black-light);
  display: none;
}
.home-slider__item--caption .btn {
  display: none;
}

/*            END section home-slider              */
/*            section home-search              */
.home-search {
  background: var(--color-white-light);
  padding: var(--space-l);
  box-shadow: inset 0px 8px 10px -4px rgba(0, 0, 0, 0.3);
}
.home-search__wrapper {
  border-radius: var(--radius-xl);
  border: solid 1px var(--color-black-light);
  margin: auto;
  max-width: 56.875rem;
  gap: var(--space-m);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: var(--space-s);
}
.home-search__input {
  background: transparent;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--color-black);
  text-align: center;
  line-height: 2.5rem;
  width: 80%;
}
.home-search__btn {
  background: url("../images/search.png") center no-repeat;
  width: 27px;
  height: 27px;
  border: none;
  cursor: pointer;
}

/*           END section home-search              */
/*           section home-inspiration              */
.home-inspiration {
  padding: var(--space-l);
  background-color: var(--color-white);
}
.home-inspiration__container {
  padding: var(--space-l);
  border-radius: 40px;
  background-color: var(--color-white-light);
  text-align: center;
}
.home-inspiration__container .edit {
  border: none;
  border-bottom: 2px solid var(--color-primary);
  outline: none;
  color: var(--color-primary);
  background: transparent;
  font-size: 20px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.home-inspiration__title {
  font-size: 26px;
  font-weight: 800;
  color: var(--color-primary);
}
.home-inspiration__text {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
  padding: var(--space-xl) 0;
  display: inline-flex;
  align-items: center;
  gap: var(--space-s);
  flex-wrap: wrap;
}
.home-inspiration__text span {
  color: var(--color-primary);
  padding: 20px 30px;
  background-color: var(--color-white);
}
.home-inspiration__action {
  display: flex;
  gap: 42px;
  justify-content: center;
}

/*           END section home-inspiration              */
.separator, .bloc-pimcore-home .separator {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.separator::after, .separator::before, .bloc-pimcore-home .separator::after, .bloc-pimcore-home .separator::before {
  content: "";
  display: block;
  flex: 1;
  height: 4px;
  background-color: #e0e0e0;
}
.separator__bull, .bloc-pimcore-home .separator__bull {
  width: 73px;
  height: 73px;
  box-shadow: 2.7px 4.2px 12px 1px rgba(32, 22, 69, 0.28);
  border-radius: var(--radius-cirle);
  margin: 0 110px;
  display: grid;
  place-items: center;
}
.separator__bull img, .bloc-pimcore-home .separator__bull img {
  width: 51px;
  height: auto;
}
.separator__title, .bloc-pimcore-home .separator__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--color-primary);
  padding: 0 var(--space-xl);
  text-transform: uppercase;
  text-align: center;
  min-width: var(--space-m);
}
.separator__desc, .bloc-pimcore-home .separator__desc {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: var(--color-black-light);
  padding: 0 0 var(--space-l);
  text-align: center;
}
.separator--small .separator__title, .bloc-pimcore-home .separator--small .separator__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-secondary);
  text-transform: none;
}

/*           section home Produits              */
.featured-pdt {
  background-color: var(--color-primary);
}
.featured-pdt .wrapper {
  padding: 0 0 50px;
}
.featured-pdt__title {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.27px;
  text-align: center;
  text-transform: uppercase;
  color: var(--color-white);
}
.featured-pdt__action {
  text-align: center;
  padding: var(--space-s) 0 var(--space-xl);
}
.featured-pdt__action .btn {
  padding-right: var(--space-xl);
  padding-left: var(--space-xl);
  font-size: 17px;
}

.product-list {
  display: flex;
  gap: var(--space-l);
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-list__item {
  padding: var(--space-s);
  border-radius: var(--radius-m);
  box-shadow: 5.4px 8.4px 20.4px 0.6px var(--color-black-34);
  background-color: var(--color-white);
  min-width: 200px;
  max-width: 300px;
  overflow: hidden;
  flex: 1;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-l);
}
.product-list__item .favorit {
  font-size: 2rem;
  position: absolute;
  right: var(--space-m);
  top: var(--space-m);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1;
}
.product-list__item .favorit .micon {
  color: #f05461;
}
.product-list__item .favorit.active .micon::before {
  content: "\f23a";
}
.product-list__item .title {
  font-size: 17px;
  font-weight: 600;
  color: var(--color-black);
}
.product-list__item .category {
  font-size: 12px;
  font-weight: 600;
  color: #969696;
}
.product-list__item .desc {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  padding: var(--space-s);
}
.product-list__item .text {
  font-size: 15px;
  font-weight: 600;
  color: #5d717a;
  display: flex;
  align-items: center;
  gap: var(--space-s);
}
.product-list__item .price {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-secondary);
}
.product-list__item .discount {
  font-size: 13px;
  font-weight: bold;
  background-color: var(--color-danger);
  border-radius: var(--radius-s);
  padding: var(--space-s);
  color: var(--color-white);
  margin-left: var(--space-s);
}
.product-list__item .img {
  border-radius: var(--radius-m);
  overflow: hidden;
  height: 15.9375rem;
  position: relative;
}
.product-list__item .img img {
  height: 15.9375rem;
  width: 100%;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.product-list__item .img .hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  justify-content: center;
  align-items: center;
}
.product-list__item .img .btn {
  border-radius: var(--radius-m);
  border: solid 2px var(--color-white);
  background: transparent;
}
.product-list__item .img:hover .hover {
  display: flex;
}
.product-list__item__form {
  display: flex;
  gap: var(--space-s);
}
.product-list__item__form .add-to-cart {
  width: 100%;
}
.product-list__item__form .go-to-detail {
  width: 100%;
  box-sizing: border-box;
}
.product-list__item__form > div {
  flex: auto;
}
.product-list__item__select {
  border-width: 2px;
  background: var(--color-primary-hue);
  color: initial;
  text-transform: none;
  font-weight: 400;
  width: 100%;
  text-align: left;
}

/*           END section home Produits              */
/*           section home Advices              */
.home-advices {
  background-color: var(--color-primary-hue);
}
.home-advices__title {
  font-size: 27px;
  font-weight: 800;
  letter-spacing: 0.27px;
  text-align: center;
  text-transform: uppercase;
}
.home-advices .advices-list {
  display: flex;
  gap: var(--space-l);
  padding: var(--space-xl) 0 var(--space-l);
}
.home-advices .advices-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.home-advices .advices-list__item .new {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  color: var(--color-white);
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-m);
  border: solid 7px var(--color-white);
  background-color: var(--color-secondary);
  display: inline-block;
}
.home-advices .advices-list__item .img {
  border-radius: var(--radius-m);
  overflow: hidden;
  position: relative;
  box-shadow: 2.2px 3.4px 8.7px 0.3px rgba(41, 31, 76, 0.28);
}
.home-advices .advices-list__item .img:hover .hover {
  display: flex;
}
.home-advices .advices-list__item .hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  justify-content: center;
  align-items: center;
}
.home-advices .advices-list__item .bl-new {
  position: absolute;
  top: -27px;
  z-index: 250;
}
.home-advices .advices-list__item .text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}
.home-advices .advices-list__item .type {
  width: 50px;
  height: 50px;
  background-image: linear-gradient(to top, #d4d4d4, var(--color-white)), linear-gradient(to bottom, var(--color-white), var(--color-white));
  border-radius: var(--radius-cirle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-top: -35px;
  border: var(--color-primary-hue) solid 7px;
  box-sizing: content-box;
  font-size: 22px;
  z-index: 250;
}
.home-advices .advices-list__item .btn {
  border-radius: var(--radius-m);
  border: solid 2px var(--color-white);
  background: transparent;
}
.home-advices__action {
  text-align: center;
  padding: 0 0 var(--space-l);
}
.home-advices__action .btn {
  padding-right: var(--space-xl);
  padding-left: var(--space-xl);
  font-size: 17px;
}

/*           ENDsection home Advices              */
/*           section home services              */
.home-services {
  padding: 0 var(--space-l) var(--space-l);
}

.home-services .home-services__wrapper {
  max-width: var(--wrapper);
  margin: auto;
}

.services-list {
  display: flex;
  gap: var(--space-l);
  padding: var(--space-l);
  flex-wrap: wrap;
}
.services-list__item {
  flex: 1;
  border-radius: var(--radius-l);
  background-color: var(--color-white-light);
  margin-top: var(--space-xl);
}
.services-list__item .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--color-white-light);
  margin: var(--space-s);
  border-radius: var(--radius-l);
  border: var(--color-white) solid var(--space-s);
  padding: 0 var(--space-m) var(--space-m);
  text-align: center;
  height: calc(100% - var(--space-m));
  box-sizing: border-box;
}
.services-list__item .picto {
  width: 7.5rem;
  height: 7.5rem;
  display: grid;
  place-items: center;
  background-color: var(--color-primary-hue);
  border-radius: var(--radius-cirle);
  border: var(--color-white) solid 5px;
  box-sizing: content-box;
  margin-top: calc(-1 * var(--space-xl));
  margin-bottom: var(--space-m);
}
.services-list__item .picto img {
  max-width: 4.5rem;
  max-height: 4.5rem;
  height: auto;
}
.services-list__item .title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: var(--space-m);
  text-transform: uppercase;
}
.services-list__item .desc {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-black);
}

/*           END section home services              */
/*           section home banner              */
.home-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 550px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.home-banner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  background-color: black;
  opacity: 0.55;
}
.home-banner .content {
  background-color: rgba(var(--color-primary-rgb), 0.45);
  position: relative;
  padding: var(--space-xl) var(--space-xl) var(--space-m);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-banner .content {
    padding: var(--space-m);
  }
}
.home-banner .content::before {
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: rgba(var(--color-primary-rgb), 0.45);
  width: 34.375rem;
  height: 34.375rem;
  top: 0;
  left: -550px;
}
.home-banner .title {
  font-size: 4.5rem;
  font-weight: bold;
  color: var(--color-white);
  text-transform: uppercase;
  line-height: normal;
}
.home-banner .desc {
  font-size: 1.6875rem;
  font-weight: bold;
  color: var(--color-white);
  text-transform: uppercase;
  padding: var(--space-xl) 0;
}

/*           END section home services              */
/*           section Footer              */
.footer-site {
  background-color: #212121;
  color: var(--color-white-dark);
  position: relative;
}
.footer-site > .wrapper {
  display: flex;
  padding: var(--space-l) var(--space-l) var(--space-xl);
  gap: calc(var(--space-xl) * 1.5);
}
@media only screen and (max-width: 768px) {
  .footer-site > .wrapper {
    flex-wrap: wrap;
  }
}
.footer-site__bottom {
  background-color: #111;
  color: var(--color-white);
}
.footer-site__bottom > .wrapper {
  padding: var(--space-m) var(--space-m);
}
.footer-site__item {
  flex: 1;
}
.footer-site .title-bloc {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: var(--space-l);
}
.footer-site .txt {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-white-dark);
  line-height: normal;
}
.footer-site .txt12 {
  font-size: 12px;
  line-height: normal;
}
.footer-site .menu-footer {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  font-weight: bold;
}
.footer-site a {
  color: var(--color-white-dark);
}
.footer-site a:hover {
  color: var(--color-primary);
}
.footer-site .contact-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  margin-top: var(--space-l);
  font-weight: bold;
}
.footer-site .contact-list .micon {
  font-size: 1rem;
}
.footer-site .contact-list > p {
  gap: var(--space-s);
  display: flex;
}
.footer-site .newsletter {
  margin: var(--space-s) 0;
  border-bottom: var(--color-white-dark) solid 2px;
}
.footer-site .newsletter__form {
  display: flex;
}
.footer-site .newsletter__input {
  border: none;
  background-color: transparent;
  color: var(--color-white-dark);
  padding: var(--space-s) 0;
  width: 100%;
}
.footer-site .newsletter__submit {
  width: 16px;
  height: 34px;
  cursor: pointer;
}
.footer-site .social-media {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  padding-top: var(--space-m);
}
.footer-site .social-media__link {
  width: 1.875rem;
  display: block;
  border: var(--color-white) solid 1px;
  border-radius: var(--radius-cirle);
  height: 1.875rem;
  display: grid;
  place-items: center;
  cursor: pointer;
  font-size: 1.1875rem;
}
.footer-site .social-media__link:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/*           END section Footer              */
/************** PRODUCT DETAIL **************/
.breadcrumb-header {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-black);
  margin: var(--space-l) 0;
  display: flex;
  gap: var(--space-s);
  align-items: center;
}
.breadcrumb-header span {
  font-weight: 700;
}
.breadcrumb-header a {
  color: var(--color-body);
  font-weight: 700;
}
.breadcrumb-header .active {
  color: var(--color-primary);
}

.product-detail {
  background-color: var(--color-primary);
  padding: 56px 0;
}
.product-detail > .wrapper {
  display: flex;
  gap: 20px;
  height: calc(100vh - 140px);
}
.product-detail__left {
  flex: 2;
  display: flex;
  gap: var(--space-m);
}
.product-detail__left__thumbnails {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  justify-content: center;
}
.product-detail__left__thumbnail {
  width: 123px;
  height: 123px;
  border-radius: var(--radius-m);
  text-align: center;
  overflow: hidden;
  border: 4px solid transparent;
}
.product-detail__left__thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-detail__left__thumbnail.active {
  border-color: var(--color-secondary);
}
.product-detail__left__image .thumbnail {
  display: none;
}
.product-detail__left__image .thumbnail.active {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.product-detail__left__thumbnails {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  justify-content: center;
}
.product-detail__left__image {
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  padding: var(--space-l);
  text-align: center;
  overflow: auto;
}
.product-detail__left__image .thumbnail {
  display: none;
  height: 100%;
}
.product-detail__left__image .thumbnail.active {
  display: block;
}
.product-detail__left__image .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.product-detail__right {
  flex: 1;
  background-color: white;
  border-radius: var(--radius-m);
  overflow-y: auto;
}
.product-detail__right .pdt-form {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-detail__sections {
  padding: var(--space-l);
}
.product-detail__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-s);
  padding: var(--space-l);
  position: sticky;
  bottom: 0;
  background: var(--color-white);
}
.product-detail__buttons .btn {
  white-space: nowrap;
  flex: auto;
}
.product-detail__customizations .list-custom {
  margin-bottom: var(--space-m);
}
.product-detail__customizations .list-custom > li {
  display: flex;
  justify-content: space-between;
  gap: var(--space-m);
  align-items: center;
}
.product-detail__customizations .list-custom > li > div {
  display: flex;
  gap: var(--space-s);
  align-items: center;
}

/************** END PRODUCT DETAIL **************/
/************** order-summary **************/
.order-summary__title {
  padding: var(--space-m) var(--space-l);
  background-color: var(--color-white-dark);
  font-size: 27px;
  color: var(--color-black);
}
.order-summary .order-summary__content {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-column-gap: var(--space-m);
  grid-row-gap: var(--space-s);
  font-size: 16px;
  font-weight: 600;
  padding: var(--space-m) 0 var(--space-l);
}
.order-summary__content > div:nth-child(odd) {
  text-align: right;
  align-self: end;
}
.order-summary__content .uppercase {
  text-transform: uppercase;
}
.order-summary__content .size20 {
  font-size: 20px;
}
.order-summary__content .color-secondary {
  color: var(--color-secondary);
}

.cart-listing {
  padding: 0 var(--space-m);
}
.cart-listing > .wrapper {
  display: flex;
  gap: var(--space-l);
  padding: var(--space-l) 0;
}
.cart-listing .bloc-grey {
  padding: var(--space-m) var(--space-l);
  background-color: var(--color-white-dark);
}
.cart-listing .bloc-grey__title {
  font-size: 27px;
  text-transform: uppercase;
}
.cart-listing .bloc-grey__open {
  font-size: 24px;
  cursor: pointer;
}
.cart-listing .bloc-grey strong {
  font-weight: 600;
}
.cart-listing .bl-left,
.cart-listing .bl-right {
  flex: auto;
  gap: var(--space-m);
  display: flex;
  flex-direction: column;
}
.cart-listing .bl-right {
  max-width: 400px;
}
.cart-listing .promo-group {
  display: flex;
  padding: var(--space-l) 0 var(--space-m);
}
.cart-listing .promo-group > * {
  flex: auto;
}
.cart-listing .promo-group .input {
  flex: 2;
  padding: var(--space-s) var(--space-m);
}
.cart-listing .promo-group .submit {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  color: var(--color-white);
  padding: var(--space-s) var(--space-m);
  background-color: var(--color-primary);
  flex: 1;
  border: 0;
  cursor: pointer;
}
.cart-listing .chekout .btn {
  display: block;
}

.shopping-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.shopping-list__item {
  display: flex;
  gap: var(--space-l);
  border-bottom: var(--color-white-dark) solid 2px;
  padding: var(--space-l) 0;
}
.shopping-list__item:last-child {
  border-bottom: none;
}
.shopping-list__item.disabled {
  opacity: 0.3;
}
.shopping-list__item.disabled .micon.mh-trash::before {
  content: "\ea5e" !important;
}
.shopping-list__item > div {
  flex: auto;
}
.shopping-list__item--left {
  background-color: var(--color-white-dark);
  max-width: 165px;
  text-align: center;
  height: 10rem;
  background: white !important;
  border-radius: var(--radius-s);
}
.shopping-list__item__img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-s);
}
.shopping-list__item--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: var(--space-m);
}
.shopping-list__item .title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-secondary);
  line-height: normal;
}
.shopping-list__item .bl-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.shopping-list__item .ref {
  font-size: 15px;
  font-weight: 600;
  line-height: normal;
  color: #959595;
}
.shopping-list__item .desc {
  padding: var(--space-m) 0;
  font-size: 14px;
}
.shopping-list__item .unit-price {
  font-weight: 600;
}
.shopping-list__item .prices {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-l);
  font-weight: bold;
  font-size: 20px;
  color: var(--color-black-light);
}
.shopping-list__item .total {
  font-weight: bold;
  color: #0f0d0d;
}
.shopping-list__item .total.discount {
  text-decoration: line-through;
}
.shopping-list__item .discount-price {
  font-weight: bold;
  color: var(--color-secondary);
}
.shopping-list__item .total {
  font-weight: bold;
  color: #0f0d0d;
}
.shopping-list__item .btn-link {
  margin-bottom: var(--space-s);
}
.shopping-list__item .actions-events {
  display: flex;
  gap: var(--space-m);
  justify-content: flex-end;
}

.add-counter {
  display: inline-flex;
  font-weight: 600;
  border-radius: var(--radius-l);
  border: 1px solid var(--color-primary-hue);
  background: var(--color-primary-hue);
  align-items: center;
}
.add-counter .calc {
  cursor: pointer;
  font-size: 1.6875rem;
  color: var(--color-primary);
  opacity: 0.6;
}
.add-counter .calc:hover {
  opacity: 1;
}
.add-counter input {
  text-align: center;
  background: none;
}
.add-counter__btn {
  height: 1.6875rem;
  width: 1.6875rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: var(--radius-cirle);
  font-size: 1rem;
  display: grid;
  place-items: center;
}
.add-counter__btn:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
.add-counter__btn:active {
  transform: scale(1.1);
}
.add-counter--small .calc {
  font-size: 1.4375rem;
}

.bar-account .boutique {
  color: var(--color-white);
  font-size: 12px;
  padding: 0 var(--space-m);
}
@media only screen and (max-width: 768px) {
  .bar-account .boutique {
    display: none;
  }
}
.bar-account .menu-account {
  display: flex;
  gap: var(--space-m);
  align-items: center;
  padding: 0 var(--space-m);
}
.bar-account .menu-account__item {
  position: relative;
  cursor: pointer;
}
.bar-account .menu-account__item--link {
  color: var(--color-white);
  padding: var(--space-s);
  display: flex;
  gap: var(--space-xs);
  align-items: center;
  white-space: nowrap;
}
.bar-account .menu-account__item--link:hover {
  background-color: var(--color-primary);
}
.bar-account .menu-account__item--link .micon {
  font-size: 1.0625rem;
}
@media only screen and (max-width: 768px) {
  .bar-account .menu-account__item--link span {
    display: none;
  }
}
.bar-account .menu-account__item--link.search {
  width: 1.4375rem;
  height: 1.4375rem;
  background: var(--color-white-light);
  border-radius: var(--radius-cirle);
  padding: 0;
  justify-content: center;
}
.bar-account .menu-account__item--link.search span {
  display: none;
}
.bar-account .menu-account__item--link.search .micon {
  font-size: 1.3125rem;
  color: var(--color-black);
  padding: 2px 0 0 2px;
}
.bar-account .menu-account__item.active .menu-account__item--link.search {
  background: var(--color-primary-hue);
}
.bar-account .menu-account__item.active .menu-account__item--link.search .micon {
  padding: 0;
  font-size: 1.0625rem;
}
.bar-account .menu-account__item.active .menu-account__item--link.search .micon::before {
  content: "\ee10" !important;
}
.bar-account .menu-account .app-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  width: 330px;
  justify-content: space-around;
}
.bar-account .menu-account .app-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
  cursor: pointer;
  width: 5rem;
}
.bar-account .menu-account .app-list__item .img {
  width: 79px;
  height: 79px;
  border-radius: var(--radius-cirle);
  background-color: var(--color-white-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  color: var(--color-primary);
}
.bar-account .menu-account .app-list__item .title {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}
.bar-account .menu-account .app-list__item:hover {
  filter: brightness(1.1);
}
.bar-account .menu-account .app-list__item:hover .img {
  color: var(--color-secondary);
}
.bar-account .menu-account .submenu {
  display: none;
  position: absolute;
  top: 32px;
  background-color: var(--color-white);
  color: var(--color-black);
  z-index: 750;
  box-shadow: var(--shadow);
  min-width: 260px;
  right: -20px;
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
  overflow: hidden;
}
.bar-account .menu-account .submenu__container {
  padding: var(--space-m);
}
.bar-account .menu-account .submenu .name-user {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-black-light);
  margin-bottom: var(--space-m);
}
.bar-account .menu-account .submenu .msg-welcome {
  font-size: 15px;
  font-weight: bold;
  color: var(--color-primary);
}
.bar-account .menu-account .submenu .link-underline {
  font-size: 13px;
  color: var(--color-black-light);
  text-decoration: underline;
  margin-top: var(--space-xs);
  display: inline-block;
}
.bar-account .menu-account .submenu .sep {
  margin: var(--space-m) 0;
}
.bar-account .menu-account .submenu .menu-list {
  gap: var(--space-s);
  display: flex;
  flex-direction: column;
}
.bar-account .menu-account .submenu .menu-list__item a {
  font-size: 13px;
  color: var(--color-black-light);
}
.bar-account .menu-account .submenu .menu-list__item a:hover {
  text-decoration: underline;
}
.bar-account .menu-account .digi-solde {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: var(--space-m);
}
.bar-account .menu-account .digi-solde__title {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--space-s);
}
.bar-account .menu-account .digi-solde__list {
  display: flex;
  justify-content: space-between;
  gap: var(--space-s);
  font-weight: 600;
}
.bar-account .list-menu-pdt {
  min-width: 410px;
}
.bar-account .list-menu-pdt__title {
  font-size: 17px;
  background-color: var(--color-white-light);
  padding: var(--space-m) var(--space-l);
}
.bar-account .list-menu-pdt .list-menu-pdt__total {
  background-color: var(--color-white-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-m);
  font-size: 18px;
  font-weight: 600;
}
.bar-account .list-menu-pdt .list-menu-pdt__action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-m);
  padding: var(--space-m);
}
.bar-account .list-menu-pdt .list-menu-pdt__action > .btn {
  flex: auto;
}
.bar-account .shopping-list {
  padding: var(--space-m);
  max-height: 45vh;
  overflow: auto;
}
.bar-account .shopping-list__item {
  gap: var(--space-m);
  padding: var(--space-s) 0;
}
.bar-account .shopping-list__item--middle {
  justify-content: space-between;
}
.bar-account .shopping-list__item .current-price {
  color: var(--color-black);
  font-weight: 700;
}
.bar-account .shopping-list__item--left {
  min-width: 60px;
  max-width: 60px;
  height: fit-content;
}
.bar-account .shopping-list__item__img {
  height: 60px;
  object-fit: cover;
}
.bar-account .shopping-list__item--right {
  text-align: right;
  justify-content: space-between;
}
.bar-account .shopping-list__item .title {
  font-size: 14px;
  color: var(--color-primary);
}
.bar-account .shopping-list__item .bl-price {
  font-size: 14px;
}
.bar-account .shopping-list__item .ref {
  font-size: 13px;
  font-weight: 400;
}
.bar-account .shopping-list__item .desc {
  padding: var(--space-xs) 0;
}

.product-detail__name {
  font-size: 23px;
  color: black;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 15px;
}

.product-detail__ref {
  font-size: 13px;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 24px;
}

.product-detail__price {
  font-size: 17px;
  color: black;
  text-transform: capitalize;
  font-weight: normal;
  margin-bottom: 15px;
}

.product-detail__price > span {
  font-size: 23px;
  font-weight: 800;
}

.product-detail__label-eco {
  font-size: 13px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.product-detail__right .section {
  margin-bottom: var(--space-m);
  padding-bottom: var(--space-m);
  border-bottom: var(--color-secondary-hue) solid 2px;
}

.product-detail__right .section:last-child {
  border-bottom: 0;
}

.product-detail__right section h3 {
  margin-bottom: 16px;
  font-size: 13px;
}

.product-detail__right section h3 {
  font-weight: 800;
  color: var(--color-primary);
  text-transform: uppercase;
}

.product-detail__links {
  display: flex;
  justify-content: space-between;
}

.product-detail__links .link {
  font-size: 11px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--color-primary);
  text-transform: uppercase;
}

.product-detail__links .sep {
  display: block;
  font-size: 11px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--color-primary);
}

.product-detail__stock-validity {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}
.product-detail__stock-validity .micon {
  font-size: 26px;
  color: var(--color-success);
}
.product-detail__stock--content {
  display: flex;
  gap: var(--space-l);
  align-items: center;
}
.product-detail__stock .cc-counter {
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  border-radius: var(--radius-s);
  border: 1px solid var(--color-primary);
  padding: var(--space-xs) var(--space-s);
  align-items: center;
}
.product-detail__stock .cc-counter input {
  text-align: center;
}
.product-detail__stock .cc-counter .qty-op {
  padding: 5px;
  cursor: pointer;
  font-size: small;
  transition: all 0.3s;
}
.product-detail__stock .cc-counter .qty-op:hover {
  background: var(--color-primary-hover);
  color: white;
  border-radius: 50px;
}
.product-detail__stock .cc-counter .qty-op:active {
  transform: scale(1.1);
}

.remove-customization {
  cursor: pointer;
}

.bloc-note-pdt {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  flex: 1;
}

.note-pdt {
  padding: var(--space-l);
  border-radius: var(--radius-m);
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.note-pdt--no-bg {
  padding: 0;
  background-color: transparent;
}
.note-pdt--no-bg .note-pdt__line:nth-child(1) {
  margin-bottom: 0;
}
.note-pdt__line {
  display: flex;
  justify-content: space-between;
}
.note-pdt__line:nth-child(1) {
  margin-bottom: var(--space-m);
}
.note-pdt__line__critere {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-black-light);
}
.note-pdt__line__critere--black {
  color: var(--color-black);
}
.note-pdt__stars .micon {
  color: var(--color-primary);
  font-size: 1.3125rem;
}
.note-pdt__stars .micon.mh-star--fill, .note-pdt__stars .micon.mh-star-half--fill {
  font-weight: 700;
}

.product-description {
  background-color: var(--color-white-light);
  padding: 56px 0;
}
.product-description__content {
  display: flex;
  justify-content: space-between;
  gap: var(--space-l);
}
.product-description__content__text {
  column-count: 2;
  column-gap: var(--space-m);
  flex: 3;
}
.product-description__content__text p {
  margin-bottom: var(--space-m);
  color: var(--color-black-light);
}
.product-description h2 {
  color: var(--color-primary);
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}

.product-caracteristiques {
  background-color: var(--color-white);
  padding: var(--space-xl) 0 var(--space-l);
}
.product-caracteristiques h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: var(--space-l);
}
.product-caracteristiques__details {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-black);
  background-color: var(--color-white-light);
  padding: var(--space-l);
  display: flex;
  gap: var(--space-xl);
}
.product-caracteristiques__details__column {
  flex: 1;
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  gap: var(--space-s);
  display: flex;
  flex-direction: column;
}
.product-caracteristiques__details__column h3 {
  color: var(--color-primary);
  font-weight: bold;
  margin-bottom: var(--space-xs);
}
.product-caracteristiques__details__column h3 span {
  color: black;
  font-weight: 400;
}
.product-caracteristiques__details__column p {
  line-height: 1.5;
  text-align: justify;
}
.product-caracteristiques__details .sep {
  width: 4px;
  background-color: var(--color-primary);
  opacity: 0.45;
}
.product-caracteristiques__actions {
  text-align: center;
  padding-top: var(--space-l);
}

.product-faq {
  background-color: var(--color-primary);
  padding: var(--space-xl) 0;
}
.product-faq__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: var(--space-l);
}
.product-faq > .wrapper {
  background-color: var(--color-white-light);
  padding: 70px;
  border: 21px solid var(--color-white);
}
.product-faq__bloc {
  max-width: 17.5rem;
  background-color: var(--color-white);
  text-align: center;
  padding: var(--space-xl) var(--space-l);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow);
}
.product-faq__bloc .btn {
  min-width: 6.25rem;
}
.product-faq__bloc--title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--color-primary);
  margin-bottom: var(--space-l);
}
.product-faq__bloc p {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-black);
  margin-bottom: var(--space-l);
}
.product-faq__blocs {
  display: flex;
  justify-content: space-around;
  gap: var(--space-l);
  flex-wrap: wrap;
}

/************** END PRODUCT DETAIL **************/
.cart-empty {
  text-align: center;
}

.cart-empty .cart-empty__title {
  font-size: 21px;
  font-weight: bold;
}

.cart-empty .cart-empty__desc {
  padding: var(--space-xl) var(--space-l);
}

.checkout-completed__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: var(--space-m);
}
.checkout-completed__img {
  font-size: 10.3125rem;
  color: var(--color-primary);
}
.checkout-completed__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-black);
  color: var(--color-primary);
}
.checkout-completed__details {
  border-width: 1px 0;
  border-color: var(--color-white-dark);
  border-style: solid;
  padding: var(--space-l) 0;
  margin: var(--space-l) auto;
  text-align: left;
  max-width: 53.75rem;
}
.checkout-completed__details p {
  margin-bottom: var(--space-s);
}
.checkout-completed__details p span {
  color: var(--color-primary);
}
.checkout-completed__action {
  display: flex;
  gap: var(--space-m) var(--space-xl);
  padding: var(--space-l) 0 0;
  justify-content: center;
  max-width: 42.5rem;
  margin: auto;
  flex-wrap: wrap;
}
.checkout-completed__action .btn {
  flex: 1;
  white-space: nowrap;
}
.checkout-completed__list {
  display: flex;
  gap: var(--space-m);
  flex-direction: column;
  margin: auto;
  max-width: 750px;
  text-align: left;
  font-size: 16px;
  margin-top: var(--space-l);
}
.checkout-completed__list .sub-item {
  padding-left: var(--space-m);
}
.checkout-completed .success-bloc {
  text-align: center;
  padding: var(--space-xl) var(--space-l);
}

.checkout-address {
  background-color: var(--color-secondary-hue);
  padding: var(--space-xl);
}
.checkout-address__title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: var(--color-primary);
  text-transform: uppercase;
  margin-bottom: var(--space-l);
}
.checkout-address__row {
  display: flex;
  flex: auto;
}
.checkout-address__form {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  max-width: 900px;
  margin: auto;
}
.checkout-address__form .form-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout-address__form .form-group label {
  flex: 1;
  text-align: right;
  margin: 0 var(--space-m);
  font-size: 20px;
  color: var(--color-black);
}
.checkout-address__form .form-group input,
.checkout-address__form .form-group select {
  flex: 1;
  padding: var(--space-s) var(--space-l);
  border: solid 1px rgba(52, 62, 65, 0.74);
  background-color: var(--color-white);
  height: 67px;
  flex-basis: 60%;
  font-size: 19px;
  color: var(--color-black);
}
.checkout-address__form .form-group button.btn {
  margin-top: var(--space-l);
}
.checkout-address .check-groupe {
  margin: var(--space-l) 0 var(--space-s);
}
.checkout-address .submit-groupe .form-group {
  margin: 0 0 var(--space-s);
  justify-content: center;
}

.section-submenu {
  top: 7.625rem;
  box-shadow: none !important;
  z-index: 250;
}
.section-submenu .submenu {
  display: flex;
  list-style: none;
  align-items: center;
  gap: var(--space-m);
  margin: 0;
  padding: var(--space-m) 0;
}
.section-submenu .submenu__item {
  flex: auto;
}
.section-submenu .submenu button {
  width: 100%;
}
.section-submenu .submenu__btn {
  padding: 12px;
  border-radius: 9px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--color-primary);
  text-align: center;
  color: var(--color-primary);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-s);
  background-color: var(--color-white-light);
}
.section-submenu .submenu__btn i {
  font-size: 1.375rem;
}
.section-submenu .submenu__btn span {
  font-weight: bold;
}
.section-submenu .submenu__btn.active, .section-submenu .submenu__btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.section-submenu .submenu__btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.product-detail__promo__label {
  margin: 0 0 13px;
  font-size: 13px;
  font-weight: 600;
}

.product-detail__promo__list {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.product-detail__promo__item {
  padding: var(--space-s) var(--space-m);
  border-radius: 9px;
  border: 3px dashed var(--color-primary);
  color: var(--color-primary);
  display: inline-block;
  font-weight: 800;
  cursor: pointer;
}

.product-detail__promo__item.active {
  background: var(--color-primary);
  color: var(--color-white);
}

.product-detail__promo__item:hover {
  background-color: var(--color-white-light);
}

.product-detail__promo__item:nth-child(3n+2) {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.product-detail__promo__item:nth-child(3n+2) .active {
  background: var(--color-secondary);
  color: var(--color-white);
}

.product-detail__promo__item:nth-child(3n+3) {
  border-color: #f05461;
  color: #f05461;
}

.product-detail__promo__item:nth-child(3n+3).active {
  background: #f05461;
  color: var(--color-white);
}

.product-detail__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-detail__variantes__label {
  margin: 0 0 13px;
  font-size: 13px;
  font-weight: 600;
}

.product-detail__variantes__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-s);
}

.product-detail__variantes__item {
  padding: var(--space-s);
  border-radius: var(--radius-s);
  border: solid 1px var(--color-white-dark);
  cursor: pointer;
  display: flex;
}

.product-detail__variantes__item.active {
  border-color: var(--color-secondary);
}

.product-detail__variantes__item .img {
  width: 38px;
  height: 55px;
  overflow: hidden;
  margin-right: var(--space-s);
  min-width: 38px;
}

.product-detail__variantes__item .title {
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: var(--space-s);
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-detail__variantes__item .price {
  font-size: 12px;
  font-weight: 800;
}

.product-delivery {
  padding-bottom: var(--space-xl);
}

.product-delivery__title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  padding: var(--space-m) 0;
}

.product-delivery__list {
  display: flex;
  gap: var(--space-m);
}

.product-delivery__item {
  padding: var(--space-l);
  text-align: center;
  flex: 1;
  border: solid 10px var(--color-primary-hue);
  cursor: pointer;
}

.product-delivery__item.disabled {
  filter: saturate(0%);
}

.product-delivery__item.disabled .text {
  opacity: 0.4;
}

.product-delivery__item .title {
  font-weight: 700;
  color: var(--color-secondary);
}

.product-delivery__item .text {
  font-size: 16px;
}

.product-top {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.product-navigation {
  display: flex;
  gap: var(--space-s);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  color: var(--color-black);
}

.product-navigation a {
  color: var(--color-black);
}

.product-navigation a.active {
  color: var(--color-primary);
}

.page-product .product-list {
  padding: var(--space-l) 0;
}
.page-product .product-list > div {
  width: 15.625rem;
}

.page-product .product-list .product-list__item {
  box-shadow: var(--shadow-l);
}

.bread-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 var(--space-m);
}

.filter-actions {
  display: flex;
  gap: var(--space-m);
}
.filter-actions .filters-bloc {
  display: block;
  border: 2px var(--color-primary) solid;
  position: absolute;
  top: 80px;
  width: 100%;
  right: 0;
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
  z-index: 250;
}

.filter-actions .filters-bloc .content {
  padding: var(--space-m);
}

.filter-actions .filters-bloc .content .top {
  border-bottom: var(--color-white-dark) 2px solid;
  padding-bottom: var(--space-m);
  display: flex;
  justify-content: space-between;
}

.filter-actions .filters-bloc .top .selected-filter {
  gap: var(--space-m);
  display: flex;
  justify-content: space-between;
}

.filter-actions .filters-bloc .selected-filter__item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: var(--space-s);
  padding: var(--space-xs) var(--space-s) var(--space-xs) var(--space-m);
  border: solid 1px var(--color-primary-hover);
  border-radius: var(--radius-m);
}

.filter-actions .filters-bloc .selected-filter__item .picto {
  display: block;
  height: 13px;
  width: 13px;
  cursor: pointer;
  font-size: 10px;
  color: var(--color-primary);
  font-weight: 700;
}

.filter-actions .filters-bloc .top .actions {
  display: flex;
  align-items: center;
}

.filter-actions .filters-bloc .actions .actions__item {
  border-left: var(--color-white-dark) solid 1px;
  padding: 0 var(--space-m);
  display: flex;
  cursor: pointer;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  gap: var(--space-s);
  align-items: center;
}

.filter-actions .filters-bloc .actions .actions__item.active .picto {
  rotate: 180deg;
}

.filter-actions .filters-bloc .content .filters {
  column-count: 6;
  gap: var(--space-m);
  padding-top: var(--space-l);
}

.filter-actions .filters-bloc .title,
.filter h6 {
  font-size: 25px;
  font-weight: 700;
  color: var(--color-primary);
}

.filter-actions .filters-bloc .filter-list,
.filter-actions .filters-bloc .filter {
  flex-direction: column;
  gap: var(--space-s);
}

.filter-actions .filters-bloc .filter input {
  width: 100%;
  padding: 5px;
  border: 1px solid black;
  border-radius: 6px;
}

.filter-actions .filters-bloc .filter-list--colors {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
}

.filter-actions .filters-bloc .filter-list--colors .check-box:checked + .color {
  border-color: var(--color-primary);
}

.filter-actions .filters-bloc .filter-list--colors .check-box {
  display: none;
}

.filter-actions .filters-bloc .filter-list--colors .color {
  border: solid 2px #9a9a9a;
  width: 18px;
  height: 18px;
  display: block;
  border-radius: var(--radius-cirle);
  position: relative;
}

.filter-actions .filters-bloc .filter-list--colors .color .svg-inline--fa {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.filter-actions .filters-bloc .filter-list > li {
  padding: 3px 0;
}

.product-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--space-xl) 0;
}

.product-pagination .product-pagination--top {
  padding: var(--space-l) 0;
}

.product-pagination .text {
  font-size: 17px;
  font-weight: 700;
}

.product-pagination .progress-bar {
  margin-top: var(--space-m);
  height: 6px;
  border-radius: var(--radius-s);
  background-color: rgba(var(--color-primary-rgb), 0.6);
  overflow: hidden;
  position: relative;
}

.product-pagination .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: var(--radius-s);
  background-color: var(--color-black-light);
}

/*************** PAGINATION **************/
.pagination {
  display: flex;
  justify-content: center;
  gap: var(--space-m);
  margin: var(--space-l) 0;
}

.pagination .page-item .page-link {
  cursor: pointer;
  border: 1px solid var(--color-primary);
  padding: var(--space-s);
}

.pagination .page-item.active .page-link {
  background-color: var(--color-primary);
  color: white;
}

/*            page-profile              */
.page-profile {
  padding: var(--space-l);
  background-color: var(--color-white-dark);
  display: flex;
  gap: var(--space-l);
}
@media only screen and (max-width: 768px) {
  .page-profile {
    padding: var(--space-m);
    gap: 0;
  }
}
.page-profile > .wrapper {
  display: flex;
  gap: var(--space-l);
}
.page-profile .profile-left {
  max-width: 380px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-profile .profile-left {
    top: 20px;
    z-index: 250;
  }
}
.page-profile .profile-right {
  flex: auto;
  display: flex;
  border-radius: var(--radius-m);
  background-color: var(--color-white);
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-profile .profile-right {
    flex-direction: column;
    overflow-y: auto;
    height: 80vh;
  }
}
.page-profile .my-profile {
  background-color: var(--color-primary-hue);
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 18.75rem;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .page-profile .my-profile {
    max-width: none;
  }
}
.page-profile .my-profile--top {
  padding: var(--space-l);
  text-align: center;
}
.page-profile .profile-pic {
  width: 102px;
  height: 102px;
  overflow: hidden;
  border-radius: var(--radius-cirle);
  position: absolute;
  margin-top: 10px;
  margin-left: 10px;
  border: 10px solid var(--color-primary-hue);
  box-sizing: content-box;
  background-color: var(--color-primary-hue);
}
.page-profile .profile-pic img {
  width: 100%;
  height: 100%;
}
.page-profile .circle-wrap {
  width: 142px;
  height: 142px;
  background: var(--color-primary-hue);
  border-radius: var(--radius-cirle);
  margin: auto;
}
.page-profile .circle-wrap .circle .mask,
.page-profile .circle-wrap .circle .fill {
  width: 142px;
  height: 142px;
  position: absolute;
  border-radius: var(--radius-cirle);
}
.page-profile .circle-wrap .circle .mask {
  clip: rect(0px, 142px, 142px, 71px);
}
.page-profile .menu-account {
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  padding: var(--space-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  position: relative;
  width: 290px;
  z-index: 250;
}
.page-profile .menu-account--closed {
  padding: var(--space-m) var(--space-s);
  width: 47px;
}
@media only screen and (max-width: 768px) {
  .page-profile .menu-account--closed {
    transform: translateX(-71px);
  }
}
.page-profile .menu-account--closed .menu-account__close {
  right: -12px;
  clip-path: polygon(100% 15%, 100% 85%, 0 100%, 0 0);
}
.page-profile .menu-account--closed .menu-account__close .micon {
  rotate: 180deg;
}
.page-profile .menu-account--closed .menu-account__item {
  padding: var(--space-s) 0;
  background: transparent !important;
}
.page-profile .menu-account--closed .menu-account__item--active .menu-account__item__picto {
  background-color: var(--color-white-dark);
}
.page-profile .menu-account__close {
  position: absolute;
  top: 40%;
  right: -5px;
  width: 13px;
  height: 75px;
  background-color: var(--color-black-light);
  display: grid;
  place-items: center;
  color: var(--color-white);
  cursor: pointer;
  clip-path: polygon(100% 0%, 100% 100%, 0 85%, 0 15%);
  font-size: 15px;
  transition: all 0.5s ease-out;
}
.page-profile .menu-account__close .micon {
  transition: all 0.5s ease-out;
}
.page-profile .menu-account__item {
  display: flex;
  align-items: center;
  gap: var(--space-m);
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-m);
  background-color: var(--color-white-light);
  cursor: pointer;
  color: var(--color-black);
  overflow: hidden;
}
.page-profile .menu-account__item__picto {
  width: 2.375rem;
  max-width: 2.375rem;
  min-width: 2.375rem;
  height: 2.375rem;
  background-color: rgba(var(--color-primary-rgb), 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-cirle);
}
.page-profile .menu-account__item__picto .micon {
  margin-bottom: 0.625rem;
  font-size: 3rem;
  margin-right: -0.3125rem;
}
.page-profile .menu-account__item__label {
  font-size: 0.8125rem;
  font-weight: bold;
  text-transform: uppercase;
}
.page-profile .menu-account__item:hover, .page-profile .menu-account__item--active {
  background: var(--color-primary-hue);
  color: var(--color-primary);
}
.page-profile .menu-account__item:hover .menu-account__item__picto, .page-profile .menu-account__item--active .menu-account__item__picto {
  background-color: var(--color-white);
}
@media only screen and (max-width: 768px) {
  .page-profile .menu-account {
    position: absolute;
    box-shadow: var(--shadow-l);
    transition: all 0.5s ease-out;
  }
}
.page-profile .profile-name {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-black);
  margin: var(--space-m);
}
.page-profile .profile-name span {
  text-transform: uppercase;
}
.page-profile .profile-desc {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-black);
}
.page-profile .profile-conf {
  background-color: var(--color-primary);
  padding: var(--space-m) var(--space-l);
  color: var(--color-white);
  text-align: center;
}
.page-profile .profile-conf .text {
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: normal;
  margin-bottom: var(--space-m);
}
.page-profile .profile-conf .btn {
  font-size: 11px;
}
.page-profile .profile-menu {
  display: flex;
  flex-direction: column;
  padding: var(--space-l) var(--space-m) var(--space-xl);
  gap: var(--space-m);
}
.page-profile .profile-menu .btn {
  background: var(--color-white);
  color: var(--color-primary);
  border: none;
}
.page-profile .profile-menu .btn.active, .page-profile .profile-menu .btn:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}

/* progress bar */
.mask .fill {
  clip: rect(0px, 71px, 142px, 0px);
  background-color: var(--color-primary);
}

.mask.full,
.circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(145deg);
}

@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(145deg);
  }
}
.my-space {
  padding: var(--space-l);
  flex: 2;
}
@media only screen and (max-width: 768px) {
  .my-space {
    padding: 0;
  }
}

.my-space .last-commandes__title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: var(--space-m) 0;
}

.my-space .last-commandes__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
}

.my-space .last-commandes__item {
  padding: var(--space-l);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow);
  background-color: var(--color-white);
}

.my-space .last-commandes__item .statut-delivery {
  font-size: 17.5px;
  font-weight: 600;
  color: var(--color-black-light);
}

.my-space .last-commandes__item .statut-delivery svg {
  margin-right: var(--space-s);
}

.my-space .last-commandes__item .statut-delivery .valid {
  color: green;
}

.my-space .last-commandes__item .statut-delivery .invalid {
  color: red;
}

.my-space .last-commandes__item .top {
  border-bottom: var(--color-primary-hue) solid 4px;
  padding: var(--space-m) 0;
  display: flex;
  justify-content: space-between;
  margin-bottom: var(--space-m);
}

.my-space .last-commandes__item .title {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: var(--space-m);
  max-width: 280px;
}

.my-space .last-commandes__item .price {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-primary);
}

.my-space .last-commandes__item .img {
  width: 92px;
  height: 92px;
  overflow: hidden;
  border-radius: var(--radius-s);
  box-shadow: var(--shadow);
  border: 1px solid var(--color-white-dark);
}

.my-space .last-commandes__item .text {
  font-size: 16.5px;
  font-weight: 600;
  margin-bottom: var(--space-s);
}

.my-space .last-commandes__item .actions {
  margin: var(--space-m) 0 0;
  display: flex;
  gap: var(--space-m);
}

.my-space .last-commandes__item .btn {
  flex: auto;
}

.my-space-contact {
  background-color: var(--color-primary-hue);
  padding: var(--space-xl) var(--space-l);
}
.my-space-contact .bloc {
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  padding: var(--space-l);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: var(--space-l);
}
.my-space-contact .input {
  border: var(--color-white-dark) solid 1px;
  border-radius: var(--radius-s);
  height: 3.5625rem;
  line-height: 3.5625rem;
  display: block;
  width: 100%;
  padding: 0 var(--space-m);
}
.my-space-contact .label {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-black);
  margin-bottom: var(--space-m);
  display: block;
}
.my-space-contact .textarea {
  border: var(--color-white-dark) solid 1px;
  border-radius: var(--radius-s);
  height: 6.25rem;
  display: block;
  width: 100%;
  padding: var(--space-m);
  resize: none;
}
.my-space-contact__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-black);
}
.my-space-contact .wrapper {
  gap: var(--space-l);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr, 1fr;
}
@media only screen and (max-width: 768px) {
  .my-space-contact .wrapper {
    display: flex;
    flex-direction: column;
  }
}
.my-space-contact .bloc1 {
  grid-area: 1/1/3/2;
}
.my-space-contact .bloc2 {
  grid-area: 1/2/2/3;
}
.my-space-contact .bloc3 {
  grid-area: 2/2/3/3;
}
.my-space-contact .bloc4 {
  grid-area: 3/1/4/3;
  text-align: center;
}

.checkbox {
  gap: var(--space-s) var(--space-m);
  display: flex;
  flex-wrap: wrap;
}
.checkbox .check-box:checked + .btn {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.checkbox .check-box {
  display: none;
}

/*            END page-profile              */
/*             top-bar              */
.top-bar {
  background: var(--color-primary-hue);
  height: 2.625rem;
}
@media only screen and (max-width: 768px) {
  .top-bar {
    display: none;
  }
}
.top-bar__wrapper {
  max-width: var(--wrapper);
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-s) var(--space-m);
}
.top-bar .text {
  text-transform: uppercase;
  font-weight: 600;
}
.top-bar .text span {
  color: var(--color-pink);
}
.top-bar .important {
  padding: var(--space-xs) var(--space-m);
  border-radius: var(--radius-s);
  background-color: var(--color-primary);
  color: var(--color-white);
}
.top-bar .countdown {
  display: flex;
  justify-content: space-between;
  gap: var(--space-s);
}

/*            END top-bar              */
.blog__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: var(--space-l);
  padding: var(--space-m) 0;
}
.blog__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: var(--space-m) 0 var(--space-l);
  max-width: 18.75rem;
  min-width: 12.5rem;
}
.blog__item .bl-new {
  position: absolute;
  top: -15px;
  z-index: 250;
}
.blog__item .bl-new .new {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-black);
  text-align: center;
  color: var(--color-white);
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-m);
  border: solid 7px var(--color-white-light);
  background-color: var(--color-secondary);
  display: inline-block;
}
.blog__item .img {
  border-radius: var(--radius-m);
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: var(--color-white-light);
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog__item .img.empty {
  height: 90%;
  width: auto;
}
.blog__item .img:hover .hover {
  display: flex;
}
.blog__item .img img {
  object-fit: cover;
  width: 100%;
  height: 300px;
}
.blog__item .img .hover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--color-primary-rgb), 0.8);
  justify-content: center;
  align-items: center;
}
.blog__item .img .hover .btn {
  border-radius: var(--radius-m);
  border: solid 2px var(--color-white);
  background: transparent;
}
.blog__item .text {
  font-size: 16px;
  font-weight: 600;
  color: var(--color-black);
}
.blog__item .type {
  width: 2.875rem;
  height: 2.875rem;
  background-image: linear-gradient(to top, #d4d4d4, var(--color-white)), linear-gradient(to bottom, var(--color-white), var(--color-white));
  border-radius: var(--radius-cirle);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary);
  margin-top: -2rem;
  border: 7px solid var(--color-white-light);
  box-sizing: content-box;
  font-size: 1.25rem;
  z-index: 250;
}

.newest-blog {
  background-color: var(--color-primary-hue);
}
.newest-blog .blog__list {
  grid-template-columns: repeat(5, 1fr);
}
.newest-blog .blog__list__item {
  width: 11.875rem;
}
.newest-blog .blog__list__item .bl-new .new {
  font-size: 0.75rem;
}
.newest-blog .blog__list__item .img {
  height: 9.375rem;
}

.most-viewed .blog__list {
  grid-template-columns: repeat(4, 1fr);
}

.filters-bloc-hide {
  display: none !important;
}

.advice__details .blockquote blockquote,
.advice__details blockquote {
  font-family: var(--family-quote);
  font-size: 32px;
  padding-bottom: var(--space-m);
  color: var(--color-primary);
  text-align: center;
}
.advice__details .blockquote {
  padding: var(--space-m) var(--space-xl);
  color: var(--color-primary);
  text-align: center;
}
.advice__img {
  height: 430px;
  overflow: hidden;
  border-radius: var(--radius-m);
}
.advice__img img {
  width: 100%;
  object-fit: cover;
}
.advice__theme {
  display: flex;
  align-items: center;
  padding: var(--space-m) 0;
  flex: 2;
  gap: var(--space-xl);
  font-size: 19px;
  color: var(--color-black-light);
  font-weight: 600;
}
.advice__theme::before, .advice__theme::after {
  height: 3px;
  background-color: var(--color-white-dark);
  content: "";
  display: block;
  flex: 1;
}
.advice__theme__list {
  display: flex;
  gap: var(--space-m);
}
.advice__title {
  font-family: "Open Sans", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-primary);
  text-transform: uppercase;
  text-align: center;
  padding: var(--space-l);
  max-width: 63.75rem;
  margin: auto;
}
.advice__content {
  max-width: 1120px;
  margin: auto;
  font-size: 18px;
  overflow: hidden;
  padding: var(--space-m) 0 var(--space-xl);
}
.advice__content > p, .advice__content div > p {
  margin-bottom: var(--space-l);
}
.advice__content .img-txt {
  display: flex;
  gap: var(--space-l);
}
.advice__content .img-txt img {
  max-width: 450px;
}
.advice__content .img-txt--invert {
  flex-direction: row-reverse;
}
.advice__content img {
  margin-bottom: var(--space-l);
  object-fit: contain;
}
.advice__content h2 {
  margin-bottom: var(--space-m);
  color: var(--color-primary);
  font-size: 24px;
}

.keywords {
  padding: 0 0 var(--space-xl);
}
.keywords .title {
  font-size: 18px;
  font-weight: bold;
  color: var(--color-primary);
  margin-bottom: var(--space-m);
  text-align: center;
  text-transform: uppercase;
}
.keywords__list {
  display: flex;
  gap: var(--space-m);
  justify-content: center;
}
.keywords__item {
  border-radius: var(--radius-m);
  border: solid 1px var(--color-white-dark);
  padding: var(--space-xs) var(--space-m);
  font-weight: 600;
  color: var(--color-black-light);
  cursor: pointer;
}
.keywords__item:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.bloc-backward {
  padding: var(--space-m) var(--space-l);
  border-top: var(--color-black) solid 1px;
}
.bloc-backward .link {
  display: flex;
  gap: var(--space-s);
  font-weight: bold;
  color: var(--color-body);
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeIn {
  animation: fadeIn 1s;
}

.fadeOut {
  animation: fadeOut 1s;
}

@-webkit-keyframes toastSlide {
  100% {
    right: 20px;
  }
}
@keyframes toastSlide {
  100% {
    right: 20px;
  }
}
#notification-container {
  position: fixed;
  z-index: 9999;
}
#notification-container.bottom-right {
  bottom: var(--space-l);
  right: var(--space-l);
}
#notification-container.top-right {
  top: 130px;
  right: var(--space-l);
}

.toaster {
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  overflow: hidden;
  display: flex;
  -webkit-animation: toastSlide 0.5s forwards;
  animation: toastSlide 0.5s forwards;
  box-shadow: var(--shadow-l);
}
.toaster__img {
  background-color: var(--color-white-light);
  display: grid;
  place-items: center;
  padding: var(--space-m);
}
.toaster__img i {
  font-size: 2.75rem;
}
.toaster__msg {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-black);
  padding: var(--space-l) var(--space-m);
  max-width: 16.875rem;
}
.toaster--alert .toaster__img {
  background-color: rgba(var(--color-danger-rgb), 0.1);
}
.toaster--alert .toaster__img i::before {
  content: "\f363";
  color: var(--color-danger);
}
.toaster--success .toaster__img {
  background-color: rgba(var(--color-success-rgb), 0.1);
}
.toaster--success .toaster__img i::before {
  content: "\f35b";
  color: var(--color-success);
}
.toaster--warning .toaster__img {
  background-color: rgba(var(--color-warning-rgb), 0.2);
}
.toaster--warning .toaster__img i::before {
  content: "\ef2b";
  color: var(--color-warning);
}

.alert {
  position: fixed;
  bottom: 20px;
  margin: auto;
  right: 0;
  max-width: 600px;
  padding: 15px;
  text-align: center;
  border-radius: var(--radius-s);
  z-index: 9999;
  -webkit-animation: toastSlide 0.5s forwards;
  animation: toastSlide 0.5s forwards;
  background-color: white;
  color: black;
  box-shadow: var(--shadow-l);
  font-weight: 600;
}
.alert button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#error_name_exists {
  display: none;
}

#error_pattern {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  width: 900px;
  height: 600px;
  border-radius: var(--radius-m);
}

.item-pdt-menu {
  background-color: red;
}

.bloc-shipping__option {
  background-color: var(--color-white-light);
  padding: var(--space-m) var(--space-l) var(--space-l);
  margin: var(--space-m) 0;
  border-radius: var(--radius-m);
}
.bloc-shipping__option .btn.shipping-name {
  cursor: auto;
}
.bloc-shipping__option .btn.shipping-name:hover {
  filter: none;
}
.bloc-shipping__option .shopping-list {
  margin-top: var(--space-m);
}
.bloc-shipping__option .shopping-list__item {
  background-color: var(--color-white);
  padding: var(--space-m);
  border-radius: var(--radius-m);
  border: 1px solid var(--color-black-light) !important;
}
.bloc-shipping__option .shopping-list__item .desc {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-black-light);
}
.bloc-shipping__option .shopping-list__item--right .actions {
  display: flex;
  gap: var(--space-m);
  align-items: center;
}
.bloc-shipping__option .shopping-list__item--right .actions > * {
  flex: 1;
}
.bloc-shipping__action {
  display: flex;
  justify-content: space-between;
  border-width: 1px 0 1px;
  border-color: var(--color-white-dark);
  border-style: solid;
  margin: var(--space-l) 0;
  padding: var(--space-l) var(--space-m);
  gap: var(--space-xl);
}
.bloc-shipping__action--btn {
  display: flex;
  gap: var(--space-m);
  flex: auto;
}
.bloc-shipping__action--btn > * {
  flex: 1;
}
.bloc-shipping__action--checkbox {
  max-width: 550px;
  display: flex;
  align-items: center;
  gap: var(--space-m);
  line-height: 1;
}

.popin {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-l);
  z-index: 1000;
}
.popin__content {
  max-width: 1420px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: var(--radius-l);
  position: relative;
}
.popin__content.type2 {
  max-width: 36.25rem;
  background: var(--color-white);
  padding: var(--space-l);
}
.popin__content.type2 .popin__close {
  top: 5px;
  right: 5px;
}
.popin__close {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: var(--radius-cirle);
  background-color: var(--color-white);
  align-items: center;
  justify-content: center;
  display: flex;
  font-size: 28px;
  color: var(--color-primary);
  position: absolute;
  top: var(--space-m);
  right: var(--space-m);
  cursor: pointer;
}
.popin.modal-address .popin__content {
  background: var(--color-white-light);
  padding: var(--space-l);
}
.popin.modal-address .popin__content .inner-profile__wrapper {
  max-width: none;
}
.popin.modal-address .popin__content .bloc-check {
  margin: initial;
  padding: 0;
  border: none;
}

.bloc-address {
  background: var(--color-white-light);
  border-radius: var(--radius-m);
  padding: var(--space-l);
}
.bloc-address .address-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-l);
  justify-content: center;
  margin: 0 auto var(--space-l);
  width: fit-content;
}
.bloc-address .address-list__item {
  color: rgba(54, 54, 54, 0.75);
  border-radius: var(--radius-m);
  padding: var(--space-l);
  border: rgba(54, 54, 54, 0.75) solid 4px;
  display: flex;
  gap: var(--space-l);
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.bloc-address .address-list__item .link {
  font-size: 0.8125rem;
  font-weight: "";
  color: var(--color-primary);
  font-family: "Open Sans", sans-serif;
}
.bloc-address .address-list__item .default-address {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--color-black);
  text-align: center;
  cursor: pointer;
  display: flex;
  gap: var(--space-m);
  align-items: center;
  color: rgba(54, 54, 54, 0.75);
}
.bloc-address .address-list__item .default-address .micon {
  font-size: 24px;
}
.bloc-address .address-list__item--title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-black);
  color: rgba(54, 54, 54, 0.75);
  margin-bottom: var(--space-m);
}
.bloc-address .address-list__item--desc {
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
}
.bloc-address .address-list__item--action {
  display: flex;
  justify-content: space-between;
}
.bloc-address .address-list__item.active {
  background: var(--color-white);
  border: solid 4px var(--color-primary);
  color: var(--color-body);
}
.bloc-address .address-list__item.active .address-list__item--title {
  color: var(--color-body);
}
.bloc-address .address-list__item.active .default-address {
  color: var(--color-body);
}
.bloc-address .address-list__item.active .default-address .micon {
  color: var(--color-primary);
}
.bloc-address__action {
  text-align: center;
}

.inner-profile {
  padding: var(--space-l);
  border-radius: var(--radius-m);
  background-color: var(--color-white-light);
}
.inner-profile__title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: var(--space-l);
}
.inner-profile__wrapper {
  background: var(--color-white);
  padding: var(--space-l) var(--space-l) var(--space-m);
  border-radius: var(--radius-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  margin: auto;
  max-width: 460px;
}
.inner-profile__text {
  text-align: center;
}
.inner-profile__picto {
  text-align: center;
  padding: var(--space-l);
  font-size: 6.875rem;
}
.inner-profile__picto--valid {
  color: var(--color-success);
}
.inner-profile__picto--erreur {
  color: var(--color-danger);
}
.inner-profile__action {
  text-align: center;
  margin-bottom: -30px;
}
.inner-profile .bloc-address__action {
  margin-top: var(--space-l);
}
.inner-profile.hidden {
  display: none;
}

.bloc-check {
  padding: var(--space-m);
  border-radius: var(--radius-m);
  border: solid 1px var(--color-white-dark);
  display: flex;
  justify-content: center;
  gap: var(--space-l);
  width: fit-content;
  margin: auto;
}
.bloc-check--flexV {
  flex-direction: column;
  max-width: 470px;
}
.bloc-check__checkbox {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.bloc-check__checkbox__item {
  display: flex;
  gap: var(--space-s);
  align-items: center;
}
.bloc-check__item {
  display: flex;
  gap: var(--space-s);
  justify-content: space-between;
}
.bloc-check__item:nth-child(2) .bloc-check__item__text .img {
  padding: 0 10px 10px 0;
}
.bloc-check__item:nth-child(3) .bloc-check__item__text .img {
  padding: 10px 10px 0px 0px;
}
.bloc-check__item:nth-child(4) .bloc-check__item__text .img {
  padding: 0 0 10px 10px;
}
.bloc-check__item__text {
  display: flex;
  gap: var(--space-m);
  align-items: center;
}
.bloc-check__item__text .img {
  width: 1.875rem;
  height: 1.875rem;
  background-color: var(--color-secondary-hue);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--radius-cirle);
  font-size: 2.125rem;
  padding: 10px 0 0 10px;
}
.bloc-check__item__text .title {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-black);
  color: var(--color-primary);
}
.bloc-check__item__label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-black);
  color: var(--color-primary);
}

.bloc-radio {
  display: flex;
  gap: var(--space-m);
}
.bloc-radio__item {
  display: flex;
  gap: var(--space-xs);
}
.bloc-radio__item .label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-primary);
}

.bloc-input {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  align-items: center;
  justify-content: center;
}
.bloc-input__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  width: 100%;
}
.bloc-input__item--mi {
  flex: 1;
}
.bloc-input__item .input {
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-m);
  border: solid 1px var(--color-white-dark);
  background-color: var(--color-white);
}
.bloc-input__item .label {
  font-size: 0.75rem;
  font-weight: bold;
  color: var(--color-primary);
}
.bloc-input__item__inputs {
  display: flex;
  gap: var(--space-m);
}
.bloc-input__item__inputs .input {
  flex: auto;
}

.account-content {
  position: relative;
}

.pop-in {
  background-color: var(--color-white);
  border-radius: 9.5px;
  border: solid 2.9px var(--color-primary);
  position: absolute;
  top: 0;
  right: var(--space-xl);
  left: var(--space-xl);
}
.pop-in__wrapper {
  max-width: 32.5rem;
  margin: auto;
  padding: var(--space-l);
}
.pop-in .inner-profile__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-primary);
}
.pop-in .inner-profile__wrapper {
  padding: 0;
}
.pop-in .bloc-check {
  margin: 0;
  border: 0;
  padding: var(--space-m) 0;
}

.list-myCommand {
  padding: var(--space-l) 0 var(--space-l) var(--space-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.list-myCommand__item {
  position: relative;
  padding: var(--space-m) var(--space-m) var(--space-m) 0;
  border-top-left-radius: var(--radius-m);
  border-bottom-left-radius: var(--radius-m);
}
.list-myCommand__item--link {
  cursor: pointer;
  display: flex;
  gap: var(--space-m);
  color: var(--color-body);
}
.list-myCommand__item--link .perso {
  font-size: 0.6875rem;
}
.list-myCommand__item.success .statut {
  color: var(--color-success);
}
.list-myCommand__item.cancel .statut {
  color: var(--color-danger);
}
.list-myCommand__item::before, .list-myCommand__item::after {
  width: 15px;
  height: 15px;
  content: "";
  display: none;
  position: absolute;
  right: 0;
}
.list-myCommand__item::before {
  background-color: var(--color-white);
  top: -15px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 39% 85%, 58% 70%, 79% 47%, 91% 21%);
}
.list-myCommand__item::after {
  background-color: var(--color-white);
  bottom: -15px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 89% 77%, 76% 51%, 59% 28%, 34% 14%);
}
.list-myCommand__item:hover .list-myCommand__item__date .circle-wrap .circle .mask {
  rotate: 255deg;
}
.list-myCommand__item.active {
  background-color: var(--color-white);
}
.list-myCommand__item.active:hover .list-myCommand__item__date .circle-wrap .circle .mask {
  rotate: 255deg;
}
.list-myCommand__item.active::before, .list-myCommand__item.active::after {
  display: block;
}
.list-myCommand__item.active .list-myCommand__item__commande {
  border-color: transparent;
}
.list-myCommand__item.active .list-myCommand__item__date .date {
  border-color: var(--color-white);
  background-color: var(--color-primary-hue);
}
.list-myCommand__item.active .list-myCommand__item__date .circle-wrap {
  background-color: var(--color-white);
}
.list-myCommand__item.active .list-myCommand__item__date .circle-wrap .circle .mask {
  rotate: 105deg;
}
.list-myCommand__item.active .list-myCommand__item__date .circle-wrap .mask .fill {
  background-color: var(--color-secondary);
}
.list-myCommand__item.active .list-myCommand__item__commande::after {
  display: none;
}
.list-myCommand__item .statut {
  margin-left: -1.125rem;
  font-size: 1.125rem;
  color: var(--color-secondary);
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.125rem;
  border-radius: var(--radius-cirle);
  background-color: var(--color-white);
}
.list-myCommand__item .statut .micon {
  font-size: 22px;
  line-height: 17px;
  margin: 0 0 0 -2px;
}
.list-myCommand__item__commande {
  display: flex;
  align-items: center;
  gap: var(--space-s);
  padding: var(--space-m) var(--space-s);
  border-radius: var(--radius-m);
  border: solid 1px var(--color-primary);
  background-color: var(--color-white);
  flex: auto;
  position: relative;
}
.list-myCommand__item__commande::after {
  position: absolute;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 2px;
  border-color: var(--color-primary);
  border-width: 1px 1px 0 0;
  border-style: solid;
  right: -7px;
  background: white;
  rotate: 45deg;
}
.list-myCommand__item__date {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -30px;
  margin-bottom: -30px;
}
.list-myCommand__item__date::after, .list-myCommand__item__date::before {
  content: "";
  display: block;
  width: 5px;
  border-radius: 2px;
  background-color: var(--color-primary);
  flex: 1;
}
.list-myCommand__item__date .date {
  width: 34px;
  height: 34px;
  overflow: hidden;
  border-radius: var(--radius-cirle);
  position: absolute;
  z-index: 250;
  margin-top: 4px;
  margin-left: 4px;
  border: 4px solid var(--color-primary-hue);
  box-sizing: content-box;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6875rem;
  font-weight: 600;
}
.list-myCommand__item__date .circle-wrap {
  width: 50px;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  background: var(--color-primary-hue);
  border-radius: var(--radius-cirle);
  margin: var(--space-s) auto;
}
.list-myCommand__item__date .circle-wrap .circle .mask,
.list-myCommand__item__date .circle-wrap .circle .fill {
  width: 50px;
  height: 50px;
  position: absolute;
  border-radius: var(--radius-cirle);
  transform: rotate(75deg);
}
.list-myCommand__item__date .circle-wrap .circle .mask {
  clip: rect(0, 50px, 50px, 0);
  rotate: -75deg;
}
.list-myCommand__item__date .circle-wrap .mask .fill {
  clip: rect(0px, 25px, 50px, 0px);
  background-color: var(--color-primary);
}
.list-myCommand__item__date .circle-wrap .mask.full,
.list-myCommand__item__date .circle-wrap .circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(145deg);
  transition: all 0.5s ease-out;
}

.inner-commande {
  padding: var(--space-m);
  border-radius: var(--radius-m);
  background-color: var(--color-white-light);
  display: flex;
  flex-direction: column;
  gap: var(--space-xl);
}
.inner-commande__wrapper {
  background: var(--color-white);
  padding: var(--space-m);
  border-radius: var(--radius-m);
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.inner-commande__wrapper .inner-profile__wrapper {
  border: solid 1px var(--color-primary-hover);
  flex-direction: row;
  max-width: max-content;
  padding: var(--space-m);
}
@media only screen and (max-width: 768px) {
  .inner-commande__wrapper .inner-profile__wrapper {
    flex-direction: column;
    max-width: none;
  }
}
.inner-commande__wrapper .inner-profile__wrapper .sep {
  width: 2px;
  background-color: var(--color-primary);
}
.inner-commande .text-bg {
  text-align: center;
  background-color: var(--color-white-light);
  font-weight: 600;
  padding: var(--space-s);
  margin: 0 -1rem;
}
.inner-commande .colored {
  color: var(--color-primary);
  font-weight: 700;
}
.inner-commande__title {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.inner-commande__title strong {
  font-weight: 700;
}
.inner-commande__title span {
  color: var(--color-secondary);
  font-weight: 700;
}
.inner-commande__action {
  display: flex;
  justify-content: center;
  gap: var(--space-l);
  margin-bottom: -2rem;
}
@media only screen and (max-width: 768px) {
  .inner-commande__action {
    flex-direction: column;
    gap: var(--space-s);
  }
}
.inner-commande .shopping-list__item {
  border: var(--color-primary-hue) 3px solid !important;
  border-radius: var(--radius-m);
  padding: var(--space-m);
}
.inner-commande .shopping-list__item--right {
  flex: initial;
  justify-content: flex-start;
}
.inner-commande .shopping-list__item--right .actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bloc-cta {
  display: flex;
  padding: var(--space-m) var(--space-m) 0;
  gap: var(--space-m);
}

.bloc-select {
  position: relative;
}
.bloc-select.active .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bloc-select.active .btn svg {
  rotate: 180deg;
}
.bloc-select .btn {
  font-weight: 700;
}
.bloc-select .btn svg {
  transition: all 0.5s ease-out;
}
.bloc-select .select-list {
  border-bottom-left-radius: var(--radius-s);
  border-bottom-right-radius: var(--radius-s);
  box-shadow: var(--shadow);
  border: solid 1px var(--color-primary);
  background-color: var(--color-white);
  overflow: hidden;
  z-index: 250;
  position: absolute;
  left: 0;
  right: 0;
}
.bloc-select .select-list__item__link {
  padding: var(--space-s) var(--space-m);
  text-align: center;
  display: block;
}
.bloc-select .select-list__item__link:hover, .bloc-select .select-list__item__link.active {
  background-color: var(--color-primary-hue);
}

.pdt-fiche {
  display: flex;
  gap: var(--space-l);
  margin: auto;
  max-width: 41.25rem;
}
@media only screen and (max-width: 768px) {
  .pdt-fiche {
    flex-direction: column;
  }
}
.pdt-fiche__img {
  border-radius: var(--radius-m);
  border: solid 1px var(--color-primary-hover);
  background-color: var(--color-white);
  padding: var(--space-m);
  height: 6.875rem;
  min-width: 6.875rem;
  max-width: 6.875rem;
}
.pdt-fiche__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pdt-fiche__desc {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  align-items: flex-start;
}
.pdt-fiche__link, .pdt-fiche__title {
  font-weight: 700;
}

.list-perso {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-l) var(--space-m);
  max-width: 40rem;
  margin: auto;
}
.list-perso__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  width: 9.375rem;
}
.list-perso__item--flex {
  display: flex;
  justify-content: space-between;
  gap: var(--space-m);
  align-items: center;
}
.list-perso__item__img {
  border-radius: var(--radius-m);
  border: solid 1px var(--color-primary-hover);
  background-color: var(--color-white);
  padding: var(--space-s);
  width: 7.8125rem;
  height: 7.8125rem;
  display: grid;
  place-items: center;
}
.list-perso__item__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.list-perso__item__title {
  font-weight: bold;
  color: var(--color-primary);
  text-align: center;
}
.list-perso__item__price {
  font-weight: bold;
  color: var(--color-secondary);
}

.perso-filters {
  display: flex;
  justify-content: flex-end;
}
.perso-filters__bloc {
  position: absolute;
  width: 17.5rem;
  padding: var(--space-s) var(--space-m) var(--space-m);
  border-radius: var(--radius-s);
  box-shadow: var(--shadow);
  border: solid 2px var(--color-primary);
  background-color: var(--color-white);
  right: 0;
  top: 2.6875rem;
  display: flex;
  flex-wrap: wrap;
  border-top-right-radius: 0;
}
.perso-filters__bloc__filters {
  display: flex;
  justify-content: flex-end;
  margin-bottom: var(--space-m);
  width: 100%;
}
.perso-filters__bloc__filters .btn {
  font-size: 0.75rem;
  font-weight: 400;
}
.perso-filters__bloc .filter-title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: bold;
  color: var(--color-black);
  color: var(--color-primary);
}
.perso-filters__bloc .filter-item {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  width: 50%;
}
.perso-filters__bloc .filter-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.perso-filters__bloc .filter-list__item {
  display: flex;
  gap: var(--space-xs);
  align-items: center;
}

.my-space .page-product {
  max-width: 1080px;
}
.my-space .page-product .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.my-space .page-product .product-list__item {
  min-width: 240px;
  max-width: 240px;
}

.bloc-pimcore-home {
  background-color: var(--color-white-light);
}
.bloc-pimcore-home.bg-primary h2, .bloc-pimcore-home.bg-secondary h2 {
  color: var(--color-white);
}
.bloc-pimcore-home > .wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
  padding: var(--space-l);
}
.bloc-pimcore-home .separator {
  padding: var(--space-m) 0 0;
}
.bloc-pimcore-home h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-black);
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: var(--space-m) 0;
}
.bloc-pimcore-home__action {
  padding: var(--space-m) 0;
  text-align: center;
}
.bloc-pimcore-home .product-list {
  justify-content: space-around;
}

.list-faq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: var(--space-l);
  justify-items: center;
}
.list-faq__item {
  padding: var(--space-xl);
  width: 100%;
  background-color: var(--color-primary-hue);
  position: relative;
  transition: transform 1s;
  cursor: pointer;
  border-radius: var(--radius-m);
  overflow: hidden;
  display: grid;
  place-items: center;
  box-sizing: border-box;
}
.list-faq__item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-black);
}
.list-faq__item .btn-all {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-black);
}
.list-faq__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-m);
  position: relative;
  transition: all 0.7s;
}
.list-faq__item__icon {
  width: 6.25rem;
  height: 6.25rem;
  background: var(--color-white);
  border-radius: var(--radius-cirle);
  display: grid;
  place-items: center;
  transition: all 0.7s;
}
.list-faq__item__icon .q-icon {
  max-height: 3.125rem;
}
.list-faq__item__description {
  position: absolute;
  height: 100%;
  transform: translate(0, 10rem);
  opacity: 0;
  transition: all 0.7s;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  top: 10rem;
}
.list-faq__item:hover .list-faq__item__description {
  transform: translate(0, 0);
  opacity: 1;
}
.list-faq__item:hover .list-faq__item__text {
  transform: translate(0, -8rem);
}
.list-faq__item:hover .list-faq__item__icon {
  opacity: 0;
}

.t-s {
  background: var(--color-white);
  padding-left: 1.5rem;
  z-index: 250;
  position: relative;
  padding-right: 1.5rem;
  text-transform: none;
}

.qd-sugg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-m);
}
.qd-sugg > span {
  font-family: "Open Sans";
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.17px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

.rem-1 {
  width: 1rem;
}

/*-----------------------------------------------*/
.page-faq {
  background: var(--color-secondary-hue);
}

.faq-list {
  display: flex;
  flex-direction: column;
  padding: var(--space-l);
  gap: var(--space-xl);
  max-width: 50rem;
  margin: auto;
}
.faq-list__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.faq-list__item:nth-child(even) .faq-list__item__question::after {
  left: auto;
  right: -13px;
  transform: rotate(180deg);
  top: calc(50% - 13px);
}
.faq-list__item__response {
  background: var(--color-white);
  border-radius: var(--radius-m);
  overflow: hidden;
}
.faq-list__item__response .text {
  padding: var(--space-m);
}
.faq-list__item__question {
  padding: var(--space-m);
  background: var(--color-white);
  text-align: center;
  position: relative;
  cursor: pointer;
  border-radius: var(--radius-m);
}
.faq-list__item__question .text {
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--color-black);
}
.faq-list__item__question::after {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid white;
  content: "";
  position: absolute;
  left: -13px;
  top: 50%;
  transform: translateY(-50%);
}
.faq-list__item.active .faq-list__item__question {
  background: var(--color-primary);
  font-weight: 600;
  border-radius: 20px;
  color: white;
}
.faq-list__item.active .faq-list__item__question::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid var(--color-primary-hue);
  content: "";
  position: absolute;
  top: 5.8rem;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*-------------------------------------------*/
.card-list {
  display: flex;
  gap: 1rem;
  padding: 1rem;
  justify-content: center;
  margin-bottom: 3rem;
}

.card-item {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  transition: all 0.7s;
  font-family: "Open Sans";
  padding: 1rem;
  width: 15rem;
  background-color: var(--color-primary-hue);
  position: relative;
  cursor: pointer;
  border-radius: 20px;
}

.card-item:not(.active):hover {
  transition: 0.3s;
  transform: scale(1.05);
}

.card-icon {
  width: 5rem;
  height: 5rem;
  background: white;
  border-radius: 100px;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.q-icon {
  max-height: 40px;
}

img[iconname=sign] {
  width: 0.5rem;
}

.card-item.active {
  background: #bddbe3;
  position: relative;
}

.card-item.active::after {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #bddbe3;
  content: "";
  position: absolute;
  bottom: -1rem;
}

.title-service {
  color: #383838;
  font-family: "Open Sans";
  font-size: 22.5px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 3rem;
}

.title-service::after {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #e0e0e0;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}

.t-s {
  background: white;
  padding-left: 2rem;
  z-index: 250;
  position: relative;
  padding-right: 2rem;
}

.uppercase {
  text-transform: uppercase;
}

.vote {
  width: 100%;
  height: 3rem;
  background: #bddbe3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-weight: 600;
  font-size: initial;
  font-family: "Open Sans";
  background: var(--color-primary);
  color: white;
}

.faces {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.faces__item {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  background: var(--color-white);
  border-radius: 50%;
}
.faces__item svg {
  width: 100%;
  height: 100%;
}

.title-question {
  font-weight: 600;
  font-size: initial;
}

.page-about {
  margin-top: var(--space-l);
}
.page-about > .wrapper {
  background-color: var(--color-white-light);
  margin-bottom: -80px;
  position: relative;
}
.page-about > .wrapper.bg::before {
  content: "";
  display: block;
  background: url("../images/bg-about1.png") top right no-repeat;
  width: 649px;
  position: absolute;
  top: calc(-1 * var(--space-l));
  bottom: 0;
  left: var(--space-l);
}
@media only screen and (max-width: 768px) {
  .page-about > .wrapper.bg::before {
    left: var(--space-m);
    max-height: 1040px;
  }
}
.page-about > .wrapper.bg::after {
  height: 240px;
  content: "";
  display: block;
  background: var(--color-white);
  margin-top: -80px;
}
.page-about > .wrapper.bg--end::after {
  height: 180px;
  content: "";
  display: block;
  background: var(--color-white);
  margin-top: 70px;
}
.page-about .section {
  padding: var(--space-m);
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-about .section {
    flex-direction: column;
  }
  .page-about .section.order-inv {
    flex-direction: column-reverse;
  }
}
.page-about .bl_text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  color: var(--color-black);
  padding: var(--space-l) var(--space-xl);
  max-width: 23.75rem;
  z-index: 250;
}
@media only screen and (max-width: 768px) {
  .page-about .bl_text {
    padding: var(--space-m);
    max-width: none;
  }
}
.page-about .bl_text__text {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.page-about .bl_text__action {
  padding: var(--space-l) 0;
}
.page-about .bl_text.bg1 {
  position: relative;
  height: fit-content;
  padding-bottom: 80px;
}
.page-about .bl_text.bg1::before {
  content: "";
  display: block;
  background: url("../images/bg-about2.png") bottom right no-repeat;
  width: 349px;
  height: 172px;
  position: absolute;
  right: -48px;
  bottom: 0;
}
.page-about .bl_img {
  margin-right: calc(-1 * var(--space-xl));
  z-index: 250;
}
@media only screen and (max-width: 768px) {
  .page-about .bl_img img {
    width: 100%;
  }
}
.page-about .bl_img.left {
  margin-left: -75px;
}
@media only screen and (max-width: 768px) {
  .page-about .bl_img.left {
    margin-top: -90px;
    z-index: 260;
  }
}
.page-about h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: var(--space-l);
}
.page-about h2::before {
  display: block;
  content: "";
  width: 5rem;
  height: 0.5625rem;
  border-radius: var(--radius-s);
  background-color: var(--color-pink);
  margin-bottom: var(--space-l);
}
.page-about h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--color-black);
  text-transform: uppercase;
  margin-bottom: var(--space-m);
  color: var(--color-pink);
}
.page-about .my-space-contact {
  position: relative;
  background: linear-gradient(209deg, rgb(104, 103, 232) 30%, rgb(21, 192, 195) 100%);
  padding: var(--space-l) var(--space-xl);
}
@media only screen and (max-width: 768px) {
  .page-about .my-space-contact {
    padding: var(--space-m);
  }
  .page-about .my-space-contact .bloc {
    padding: var(--space-m);
  }
}
.page-about .my-space-contact__info {
  max-width: 780px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  text-align: center;
  margin-bottom: var(--space-l);
}
.page-about .my-space-contact__titleBl {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--color-white);
}
.page-about .my-space-contact__desc {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  color: var(--color-white);
}

.step-payment {
  background-color: var(--color-primary-hue);
  padding: var(--space-m);
}
.step-payment__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--space-l);
}
.step-payment__item .micon {
  font-size: 38px;
}
.step-payment__item__link {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--color-black);
  text-transform: uppercase;
}
.step-payment__item__link.active {
  color: var(--color-primary);
}

.page-customization .popin__content {
  max-width: 36.25rem;
  background: var(--color-white);
  padding: var(--space-l);
}
.page-customization #gjs-container {
  overflow: hidden;
}
.page-customization .gjs-editor {
  font-family: inherit;
  font-size: inherit;
}
.page-customization .gjs-editor-cont {
  height: calc(-36px + 100vh);
}
.page-customization .gjs-editor .micon::before {
  font-size: 2rem;
}
.page-customization .gjs-editor .gjs-pn-btn {
  padding: var(--space-s);
}
.page-customization .gjs-editor .gjs-pn-btn:first-child .left-panel__title::before {
  display: none !important;
}
.page-customization .gjs-editor .gjs-pn-btn .left-panel__title {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-white);
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: var(--space-s);
  position: relative;
}
.page-customization .gjs-editor .gjs-pn-btn .left-panel__title::after, .page-customization .gjs-editor .gjs-pn-btn .left-panel__title::before {
  width: 5px;
  height: 5px;
  content: "";
  display: none;
  position: absolute;
  right: 0;
  background-color: var(--color-primary);
}
.page-customization .gjs-editor .gjs-pn-btn .left-panel__title::before {
  top: -5px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 39% 85%, 58% 70%, 79% 47%, 91% 21%);
}
.page-customization .gjs-editor .gjs-pn-btn .left-panel__title::after {
  bottom: -5px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 89% 77%, 76% 51%, 59% 28%, 34% 14%);
}
.page-customization .gjs-editor .gjs-pn-btn.gjs-pn-active {
  background-color: var(--color-primary);
  box-shadow: none;
}
.page-customization .gjs-editor .gjs-pn-btn.gjs-pn-active .left-panel__title::after, .page-customization .gjs-editor .gjs-pn-btn.gjs-pn-active .left-panel__title::before {
  display: block;
}
.page-customization .gjs-editor .gjs-pn-btn.back {
  background: var(--color-primary);
  height: 3.125rem;
  width: 4.0625rem;
}
.page-customization .gjs-editor .gjs-pn-buttons .back {
  color: var(--color-white);
}
.page-customization .gjs-editor .gjs-pn-buttons .back span {
  font-weight: 700;
}
.page-customization .gjs-editor .gjs-pn-panels {
  background-image: linear-gradient(to right, var(--color-secondary), var(--color-primary));
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.page-customization .gjs-editor .gjs-pn-panel {
  position: initial;
  background-color: transparent;
}
.page-customization .gjs-editor .gjs-pn-left-panel {
  width: 4.0625rem;
  background-color: var(--color-black-light);
  position: absolute;
  left: 0;
  top: 50px;
  bottom: 0;
  height: auto;
  padding: 0;
  height: 100vh;
  z-index: 251;
}
.page-customization .gjs-editor .gjs-pn-left-panel .gjs-pn-buttons {
  gap: 8px;
}
.page-customization .gjs-editor .gjs-pn-left-panel .gjs-pn-buttons .gjs-pn-btn {
  padding: 0;
  width: 100%;
  margin: 0;
  display: block;
}
.page-customization .gjs-editor.gjs-one-bg {
  background-color: var(--color-white-light);
}
.page-customization .gjs-editor .gjs-cv-canvas {
  background-color: var(--color-white-light);
  height: calc(100% - 8.125rem);
  position: inherit;
  top: 8.125rem;
  left: 4.375rem;
  width: calc(100% - 4.375rem);
}
.page-customization .gjs-editor .gjs-cv-canvas__frames .gjs-frames {
  height: 100%;
}
.page-customization .gjs-editor .gjs-cv-canvas__frames .gjs-frames .gjs-frame-wrapper {
  position: initial;
  width: initial;
}
.page-customization .gjs-editor .gjs-cv-canvas__frames .gjs-frames .gjs-frame-wrapper iframe.gjs-frame {
  position: initial;
}
.page-customization .top-panel {
  background-color: var(--color-white-light);
  padding: var(--space-s);
  top: 5.75rem;
  z-index: 250;
  display: flex;
  justify-content: flex-end;
  gap: var(--space-m);
  align-items: center;
}
.page-customization .top-panel .btn-container {
  display: flex;
  gap: var(--space-s);
}
.page-customization .footer-panel {
  position: absolute;
  z-index: 250;
  background: var(--color-white);
  top: 3.125rem;
  right: 0;
  left: 70px;
  padding: var(--space-s) var(--space-l);
  display: flex;
  gap: var(--space-l);
  justify-content: space-between;
}
.page-customization .footer-panel > div {
  display: flex;
  gap: var(--space-s);
}
.page-customization .right-panel__menu {
  border-color: var(--color-primary);
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 250;
  width: 24.0625rem;
  background-color: var(--color-white);
  border: 5px solid var(--color-primary);
  display: block;
  transform: translateX(calc(100% + 5px));
  transition: all 0.4s ease-in;
  padding: var(--space-m);
  top: 90px;
}
.page-customization .right-panel__menu.active {
  transform: translateX(0);
}
.page-customization .left-panel__menu {
  border-color: var(--color-primary);
  left: 65px;
  bottom: 0;
  height: auto;
  z-index: 250;
  width: 24.0625rem;
  background-color: var(--color-white);
  border: 5px solid var(--color-primary);
  overflow: visible;
  display: block;
  transform: translateX(calc(-100% + 5px));
  transition: all 0.4s ease-in;
  padding: var(--space-m) var(--space-s);
}
.page-customization .left-panel__menu.active {
  transform: translateX(0);
}
.page-customization .left-panel__menu.active .left-panel__menu__close .micon {
  rotate: 180deg;
}
.page-customization .left-panel__menu__close {
  position: absolute;
  top: 40%;
  right: -16px;
  width: 0.8125rem;
  height: 4.6875rem;
  background-color: var(--color-primary);
  display: grid;
  place-items: center;
  color: var(--color-white);
  cursor: pointer;
  clip-path: polygon(100% 0%, 100% 100%, 0 85%, 0 15%);
  font-size: 0.9375rem;
  transition: all 0.5s ease-out;
  rotate: 180deg;
}
.page-customization .left-panel__menu__close .micon {
  transition: all 0.5s ease-out;
}
.page-customization .left-panel__menu__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  padding: var(--space-s);
  overflow-y: auto;
  height: 99%;
  overflow-y: auto;
  scrollbar-width: thin;
}
.page-customization .left-panel__menu__container::-webkit-scrollbar {
  width: 4px;
}
.page-customization .left-panel__menu__container::-webkit-scrollbar-track {
  background: var(--color-white-light);
  border-radius: 21px;
}
.page-customization .left-panel__menu__container::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 21px;
}
.page-customization .left-panel__menu__container::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary-hover);
}
.page-customization .left-panel__menu__img {
  font-size: 3.25rem;
  color: var(--color-primary);
}
.page-customization .left-panel__menu__title {
  font-size: 0.8125rem;
  font-weight: bold;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.page-customization .left-panel__menu__pages {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
}
.page-customization .left-panel__menu__pages__item {
  font-size: 0.8125rem;
  font-weight: bold;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-s);
  background-color: var(--color-primary-hue);
  border: solid 2px var(--color-primary-hue);
  cursor: pointer;
  text-transform: uppercase;
}
.page-customization .left-panel__menu__pages__item--active {
  background-color: var(--color-secondary-hue);
  border-color: var(--color-secondary-hover);
}
.page-customization .left-panel__menu .bloc-zone {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.page-customization .left-panel__menu .bloc-zone--gallery .bloc-zone__item {
  padding: 0;
}
.page-customization .left-panel__menu .bloc-zone--gallery .bloc-zone__item img {
  object-fit: cover;
}
.page-customization .left-panel__menu .bloc-zone__title {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
}
.page-customization .left-panel__menu .bloc-zone__items {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
}
.page-customization .left-panel__menu .bloc-zone__items__checkbox:checked + .bloc-zone__item {
  background-color: var(--color-secondary-hue);
  border-color: var(--color-secondary-hover);
}
.page-customization .left-panel__menu .bloc-zone__items__checkbox:checked + .bloc-zone__item::after {
  content: "\f35a";
  font-size: 42px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(var(--color-secondary-rgb), 0.4);
  display: grid;
  place-items: center;
}
.page-customization .left-panel__menu .bloc-zone__items__checkbox {
  display: none;
}
.page-customization .left-panel__menu .bloc-zone__item {
  width: 6rem;
  height: 6rem;
  padding: var(--space-m);
  border-radius: var(--radius-s);
  background-color: var(--color-white-light);
  border: solid 2px var(--color-white-light);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.page-customization .left-panel__menu .bloc-zone__item img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}
.page-customization .left-panel__menu .bloc-text-exp {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
  width: 100%;
}
.page-customization .left-panel__menu .bloc-text-exp__item {
  background-color: var(--color-primary-hue);
  border: solid 1px var(--color-primary);
  padding: var(--space-m);
  cursor: move;
  border-radius: var(--radius-s);
  text-align: center;
}
.page-customization .left-panel__menu .bloc-text-exp__item--title {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-black);
}
.page-customization .left-panel__menu .bloc-text-exp__item--subtitle {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--color-black);
}
.page-customization .left-panel__menu .bloc-text-exp__item--simpl-text {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black);
  font-family: "Open Sans", sans-serif;
}

.error-validation {
  display: none;
}

.popin-name-form {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.popin-name-form__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
}
.popin-name-form__error {
  color: var(--color-black-light);
  display: flex;
  align-items: center;
  gap: var(--space-s);
}
.popin-name-form__error i {
  color: var(--color-danger);
  font-size: 1.0625rem;
}
.popin-name-form .form__item {
  display: flex;
  gap: var(--space-m);
}
.popin-name-form .form__item .input {
  border-radius: var(--radius-l);
  text-align: center;
  border: var(--color-secondary) solid 2px;
  flex: auto;
}

.sf-minitoolbar {
  display: none !important;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

#assets-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
#assets-container .asset {
  width: 100px;
  height: 100px;
  border: 1px solid black;
  border-radius: var(--radius-s);
}

.login-page {
  background-color: var(--color-primary);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}
.login-page::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: var(--color-primary);
  opacity: 0.4;
}
.login-page .login-bloc {
  display: flex;
  height: max-content;
  z-index: 9;
  border-radius: var(--radius-m);
  overflow: hidden;
  max-width: 1080px;
}
.login-page .login-params {
  padding: var(--space-xl) var(--space-xl);
  flex: 1;
  background: white;
}
.login-page .login-params__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.login-page .connexion-label {
  font-size: 44px;
  font-weight: bold;
  color: #3d4657;
  line-height: 1;
}
.login-page .connexion-action {
  display: flex;
  gap: var(--space-l);
  justify-content: space-between;
}
.login-page .no-account {
  font-size: 17px;
  color: #7b879e;
}
.login-page .register-link {
  color: #ed307b !important;
}
.login-page .se-connecter {
  background-color: #ed307b;
  color: white;
}
.login-page .se-connecter:active {
  background-color: #ab1e56 !important;
}
.login-page .se-connecter:hover {
  background-color: #d84b84;
  color: white;
}
.login-page__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: var(--space-l) 0;
}
.login-page__action .item-checkbox__label, .login-page__action .btn-link {
  color: var(--color-black-light);
}
.login-page .custom-control {
  margin: 0 !important;
}
.login-page .form-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.login-page .form-list__item {
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
  position: relative;
}
.login-page .form-list__item__input {
  position: relative;
}
.login-page .form-list__item__input > input {
  border: none;
  border-bottom: 1px solid var(--color-white-dark);
  border-radius: 0;
  padding: 3px !important;
  width: 100%;
  line-height: 32px;
}
.login-page .form-list__item__input > input::placeholder {
  color: var(--color-white-dark);
}
.login-page .form-list__item > label {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--color-black-light);
}
.login-page .image-placeholder {
  min-height: 100%;
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--space-m);
  padding: var(--space-xl) var(--space-l);
  background-color: rgba(var(--color-primary-rgb), 0.7);
}
.login-page .placeholder-title {
  font-size: 54px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.login-page .placeholder-title img {
  max-width: 100%;
}
.login-page .placeholder-description {
  font-size: 17px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1350px) {
  .login-page .login-bloc {
    width: 90%;
  }
}
@media screen and (max-width: 1180px) {
  .login-page .login-bloc {
    width: 95%;
  }
  .login-page .placeholder-title,
  .login-page .placeholder-description {
    text-align: center;
  }
  .login-page .image-placeholder {
    flex: 1;
  }
  .login-page .login-params__header {
    margin-left: 0;
  }
}
@media screen and (max-width: 1086px) {
  .login-page .login-page {
    overflow: auto;
    align-items: baseline;
    padding: var(--space-m);
    height: auto;
  }
  .login-page .login-bloc {
    width: 90%;
    flex-direction: column;
  }
  .login-page .login-params {
    padding: var(--space-l) var(--space-xl) var(--space-l) var(--space-l);
  }
}
.login-page .display-none {
  display: none;
}
.login-page .show-password {
  border: none;
  position: absolute;
  background: transparent;
  right: var(--space-s);
  bottom: 0;
  top: 0;
  font-size: 24px;
}
.login-page .logo1G {
  position: absolute;
  bottom: var(--space-m);
  left: var(--space-l);
}
.login-page .logo1G img {
  width: 75px;
}
.login-page .form-field-mark {
  position: absolute;
  right: calc(-1 * var(--space-l));
  top: var(--space-s);
  font-size: 1.625rem;
}
.login-page .validation-part {
  font-size: 0.8125rem;
  font-weight: normal;
  color: var(--color-black-light);
  font-family: "Open Sans", sans-serif;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
.login-page .validation-hint {
  display: flex;
  gap: var(--space-s);
}
.login-page .validation-hint .micon {
  font-size: 1.1875rem;
}
.login-page .x-error {
  color: var(--color-danger);
}
.login-page .f-good {
  color: var(--color-success);
}
.login-page .just-validate-error-label {
  display: none;
}
.login-page .hide {
  display: none;
}

.bloc-search {
  background: var(--color-white);
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh;
  overflow: auto;
  display: none;
}
@media only screen and (max-width: 768px) {
  .bloc-search {
    height: calc(100vh - 100px);
  }
}
.bloc-search .proposition-search {
  display: flex;
  gap: var(--space-l);
  padding: var(--space-l) var(--space-m);
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: var(--space-xl);
}
@media only screen and (max-width: 768px) {
  .bloc-search .proposition-search {
    flex-direction: column;
  }
}
.bloc-search .proposition-search .title-bloc {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  color: var(--color-black);
}
.bloc-search .proposition-search__most {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.bloc-search .proposition-search__most .list-most {
  display: flex;
  gap: var(--space-m);
  flex-wrap: wrap;
}
.bloc-search .proposition-search__tendance {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.bloc-search .proposition-search__tendance .list-article {
  display: flex;
  gap: var(--space-m);
  flex-wrap: wrap;
}
.bloc-search .proposition-search__tendance .list-article__item {
  padding: var(--space-s);
  border-radius: var(--radius-s);
  cursor: pointer;
  display: block;
}
.bloc-search .proposition-search__tendance .list-article__item__img {
  border-radius: var(--radius-s);
  overflow: hidden;
  height: 8.4375rem;
  width: 7.8125rem;
  object-fit: cover;
}
.bloc-search .proposition-search__tendance .list-article__item__title {
  width: 7.8125rem;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-black);
}
.bloc-search .proposition-search__tendance .list-article__item__text {
  width: 7.8125rem;
  font-size: 0.625rem;
}
.bloc-search .proposition-search__tendance .list-article__item:hover {
  background-color: var(--color-white-light);
}
.bloc-search .proposition-search__types {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-m);
  width: 100%;
  justify-content: center;
}
.bloc-search .proposition-search__proposition {
  display: flex;
  gap: var(--space-m);
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.bloc-search .proposition-search .product-list {
  width: 100%;
}
.bloc-search .proposition-search .product-list__item {
  min-width: 14.6875rem;
  max-width: 15rem;
}

#edit-customization {
  display: none;
}

.product__form__add-to-cart {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}

.home-generator {
  background-color: var(--color-primary-hue);
  padding: var(--space-l);
}
.home-generator__container {
  display: flex;
  gap: var(--space-xl);
}
@media screen and (max-width: 1086px) {
  .home-generator__container {
    flex-direction: column;
  }
}
.home-generator__form {
  flex: 1;
  display: block;
  background-color: var(--color-white);
  padding: var(--space-l);
  border-radius: var(--radius-l);
}
.home-generator__input-select {
  border: var(--color-secondary) 2px solid;
  background: var(--color-white);
  padding: var(--space-s) var(--space-m);
  border-radius: var(--radius-m);
  width: 145px;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-secondary);
}
.home-generator__item {
  padding: var(--space-m);
  border-radius: var(--radius-l);
  border: solid 4px var(--color-primary);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  height: calc(100% - var(--space-l));
  justify-content: space-between;
}
.home-generator__item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--color-secondary);
  text-align: center;
  margin-top: -35px;
  background-color: var(--color-white);
  padding: 0 var(--space-m);
}
.home-generator__item__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.home-generator__item__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-s);
}
.home-generator__item__container__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-secondary);
}
.home-generator__item__container .checkbox {
  justify-content: center;
}
.home-generator__item__action {
  margin-bottom: -34px;
}
.home-generator__item__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: var(--space-m);
  align-items: center;
}
.home-generator__item__select > div {
  width: 46%;
  display: flex;
  justify-content: space-between;
  gap: var(--space-s);
  align-items: center;
}
.home-generator__item__select > div:nth-child(3) {
  order: 5;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .home-generator__item__select > div {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-generator__item__select {
    flex-direction: column;
    align-items: initial;
  }
}

.generator-result {
  padding: 0 var(--space-l) var(--space-xxl);
}
.list-kits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-l);
}
.list-kits__item {
  padding: var(--space-s);
  background-color: var(--color-white);
  border-radius: var(--radius-m);
  box-shadow: var(--shadow-l);
}
.list-kits__item__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
}
.list-kits__item__title--black {
  color: var(--color-secondary);
}
.list-kits__item__container {
  border-radius: var(--radius-m);
  border: solid 4px var(--color-primary);
  padding: var(--space-m);
  height: calc(100% - 40px);
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
  justify-content: space-between;
}
.list-kits__item__container > div {
  display: flex;
  flex-direction: column;
  gap: var(--space-m);
}
.list-kits__item .shopping-list__item {
  padding: 0;
  border: none;
  gap: var(--space-m);
}
.list-kits__item .shopping-list__item .prices {
  justify-content: initial;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--color-black);
}
.list-kits__item .shopping-list__item .prices .current-price {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-primary);
}
.list-kits__item .shopping-list__item .actions-events {
  justify-content: initial;
  gap: var(--space-s);
  align-items: center;
}
.list-kits__item .shopping-list__item--left {
  height: auto;
  box-shadow: none;
  padding: 0;
  flex: initial;
  width: 107px;
}
.list-kits__item .shopping-list__item--right {
  gap: var(--space-xs);
  justify-content: initial;
}
.list-kits__item .shopping-list__item__img {
  width: 107px;
  height: 107px;
  object-fit: cover;
}

.customization-valid {
  display: flex;
  flex-direction: column;
  gap: var(--space-l);
}
.customization-valid__img {
  color: var(--color-secondary);
  font-size: 4.5rem;
  text-align: center;
}
.customization-valid__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: var(--space-l);
}
.customization-valid__actions > * {
  flex: 1;
  display: block;
}
.customization-valid__actions > * > * {
  width: 100%;
}
.customization-valid__title {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
.customization-valid__text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
}
.customization-valid__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-m);
  border: 1px solid var(--color-secondary);
  border-radius: var(--radius-s);
  padding: var(--space-m);
}
.customization-valid__item > p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-black);
  text-align: center;
}
.customization-valid__item > p > span {
  color: var(--color-secondary);
  font-weight: 700;
}
.customization-valid__item .step {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background-color: var(--color-secondary);
  border-radius: var(--radius-cirle);
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-white);
  margin-top: -35px;
}
.customization-valid__item .checkbox label {
  box-sizing: border-box;
}

.hide {
  display: none;
}

.continue-shop-btn {
  background: white;
  width: max-content;
  padding: 7px;
  border-radius: 8px;
  border: 1px solid var(--color-primary-hover);
  color: var(--color-primary-hover);
  font-weight: 600;
  cursor: pointer;
  transition: all 0.5s;
}

.panel-cart {
  font-weight: 600;
  font-size: x-large;
  color: var(--color-primary-hover);
}

.purple {
  color: var(--color-primary-hover);
}

.ft-bold {
  font-weight: bold;
}

.info-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  font-weight: 600;
  color: #222121;
  background: #f4f2ff;
}

.up {
  text-transform: uppercase;
}

.shopping-list__item--middle {
  justify-content: space-evenly;
  display: flex;
  flex-direction: column;
}

.reduction {
  color: var(--color-black-light);
  text-decoration: line-through;
}

.current-price {
  color: var(--color-secondary);
  white-space: nowrap;
}

.Offre-Noel {
  width: 301px;
  height: 29px;
  margin: 15px 6px 22px 74px;
  font-size: 12.5px;
  color: #626262;
}

.Offre-Noel .text-style-1 {
  font-weight: bold;
}

.actions-events > a {
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  color: #444444;
  text-decoration: none;
}

.side-event {
  color: #6031fb !important;
}

.recap-head,
.order-summary {
  background: #f4f2ff;
  padding: 1rem;
}

.recap-head > span {
  font-size: 18px;
  font-weight: bold;
  color: #383838;
}

.order-summary {
  padding: 2rem;
}

.row-f2 {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
}

.row-f2 > span {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.15px;
}

.bold > span {
  font-weight: bold;
}

.summary-hr {
  width: 100%;
  height: 2px;
  background: var(--color-primary-hover);
  border: none;
  border-radius: 10px;
  margin: 10px 0rem;
}

.order-summary-btn {
  margin-top: 2rem;
}

.code-promo-input {
  position: relative;
}

.code-promo-input > input {
  border: 2px solid rgba(221, 211, 211, 0.4901960784);
  border-radius: 8px;
  padding: 8px;
  font-weight: 600;
  width: 100%;
  padding-right: 4.5rem;
}

.code-promo-input > button {
  border: none !important;
  padding: 8px !important;
  font-weight: 500;
  background: transparent !important;
  color: #8b7575 !important;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.promo-group {
  position: relative;
}

.promo-group::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #eee9e9;
}

.code-promo-ask {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  padding: 0 var(--space-s);
}

.continue-shop-btn:hover {
  background: linear-gradient(45deg, var(--color-primary-hue), var(--color-primary-hover));
  color: white;
}

.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button,
.quantity-input[type=number] {
  text-align: center;
}

.quantity-input:disabled {
  background: transparent;
}

.code-promo-chevron-holder:hover {
  cursor: pointer;
  background: var(--color-primary);
  padding: 3px;
  border-radius: 50px;
  color: white;
  transition: transform 0.3s;
}

.code-promo-chevron-holder:active {
  transform: scale(1.1);
}

.fa-chevron-up {
  transition: all 0.3s;
  cursor: pointer;
  font-size: small;
  width: 1.5rem;
  vertical-align: baseline;
}

.show-content .fa-chevron-up {
  animation: chevronDown 0.5s forwards;
}

.hide-content .fa-chevron-up {
  animation: chevronUp 0.5s forwards;
}

@keyframes chevronDown {
  to {
    transform: rotateZ(180deg);
  }
}
@keyframes chevronUp {
  from {
    transform: rotateZ(180deg);
  }
  to {
    transform: rotateZ(0deg);
  }
}
.collapsed-form {
  height: 0rem;
  position: relative;
  z-index: -1;
  opacity: 0;
}

.opened-form {
  animation: openedPromo 0.3s forwards;
}

.closed-form {
  animation: closedPromo 0.3s forwards;
}

@keyframes openedPromo {
  from {
    height: 0rem;
  }
  to {
    height: 5rem;
    opacity: 1;
    z-index: 1;
  }
}
@keyframes closedPromo {
  from {
    height: 5rem;
  }
  to {
    height: 0rem;
    opacity: 0;
    z-index: -1;
  }
}
.popin.load {
  background-color: rgba(255, 255, 255, 0.65);
}

.loader-payment {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-payment::before, .loader-payment::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid var(--color-secondary);
  animation: loadAnim 2s linear infinite;
}
.loader-payment::after {
  inset: 8px;
  transform: rotate3d(90, 90, 0, 180deg);
  border-color: var(--color-primary);
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loadAnim {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  85% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
}
.hide {
  display: none;
}

/*# sourceMappingURL=style.css.map */
