/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fontawesome-webfont.eot?v=4.7.0');
  src: url('fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}.mat-badge-small .mat-badge-content{font-size:9px}.mat-badge-large .mat-badge-content{font-size:24px}.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-card-title{font-size:24px;font-weight:500}.mat-card-header .mat-card-title{font-size:20px}.mat-card-subtitle,.mat-card-content{font-size:14px}.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-checkbox-layout .mat-checkbox-label{line-height:24px}.mat-chip{font-size:14px;font-weight:500}.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-header-cell{font-size:12px;font-weight:500}.mat-cell,.mat-footer-cell{font-size:14px}.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-calendar-body{font-size:13px}.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}.mat-calendar-table-header th{font-size:11px;font-weight:400}.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-form-field-wrapper{padding-bottom:1.34375em}.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}.mat-form-field-label{top:1.34375em}.mat-form-field-underline{bottom:1.34375em}.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}input.mat-input-element{margin-top:-0.0625em}.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-select-trigger{height:1.125em}.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-step-label{font-size:14px;font-weight:400}.mat-step-sub-label-error{font-weight:normal}.mat-step-label-error{font-size:14px}.mat-step-label-selected{font-size:14px;font-weight:500}.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-list-base .mat-list-item{font-size:16px}.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-list-option{font-size:16px}.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}.mat-list-base[dense] .mat-list-item{font-size:12px}.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-list-option{font-size:12px}.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}@keyframes cdk-text-field-autofill-start{/*!*/}@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}@keyframes cdk-text-field-autofill-end{/*!*/}.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}.mat-focus-indicator{position:relative}.mat-mdc-focus-indicator{position:relative}.mat-ripple-element{background-color:rgba(0,0,0,.1)}.mat-option{color:rgba(0,0,0,.87)}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:rgba(0,0,0,.54)}.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}.mat-pseudo-checkbox::after{color:#fafafa}.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}.mat-theme-loaded-marker{display:none}.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}.mat-badge-content{color:#fff;background:#3f51b5}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}.mat-badge{position:relative}.mat-badge-hidden .mat-badge-content{display:none}.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}.mat-button-toggle{color:rgba(0,0,0,.38)}.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}.mat-card{background:#fff;color:rgba(0,0,0,.87)}.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-card-subtitle{color:rgba(0,0,0,.54)}.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa !important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip::after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}.mat-header-cell{color:rgba(0,0,0,.54)}.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}.mat-calendar-table-header{color:rgba(0,0,0,.38)}.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}.mat-calendar-body-label{color:rgba(0,0,0,.54)}.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(0,0,0,.04)}.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}.mat-datepicker-toggle-active{color:#3f51b5}.mat-datepicker-toggle-active.mat-accent{color:#ff4081}.mat-datepicker-toggle-active.mat-warn{color:#f44336}.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}.mat-divider{border-top-color:rgba(0,0,0,.12)}.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}.mat-action-row{border-top-color:rgba(0,0,0,.12)}.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}.mat-expansion-panel-header{height:48px}.mat-expansion-panel-header.mat-expanded{height:64px}.mat-form-field-label{color:rgba(0,0,0,.6)}.mat-hint{color:rgba(0,0,0,.6)}.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#ff4081}.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}.mat-icon.mat-primary{color:#3f51b5}.mat-icon.mat-accent{color:#ff4081}.mat-icon.mat-warn{color:#f44336}.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}.mat-input-element{caret-color:#3f51b5}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}.mat-list-item-disabled{background-color:#eee}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}.mat-paginator-container{min-height:56px}.mat-progress-bar-background{fill:#c5cae9}.mat-progress-bar-buffer{background-color:#c5cae9}.mat-progress-bar-fill::after{background-color:#3f51b5}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-select-value{color:rgba(0,0,0,.87)}.mat-select-placeholder{color:rgba(0,0,0,.42)}.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}.mat-select-arrow{color:rgba(0,0,0,.54)}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}.mat-drawer.mat-drawer-push{background-color:#fff}.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}.mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ff4081}.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}@media(hover: none){.mat-step-header:hover{background:none}}.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}.mat-step-header.mat-accent .mat-step-icon{color:#fff}.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}.mat-step-header.mat-warn .mat-step-icon{color:#fff}.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}.mat-horizontal-stepper-header{height:72px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}.mat-sort-header-arrow{color:#757575}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#3f51b5}.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#ff4081}.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}.mat-toolbar.mat-accent{background:#ff4081;color:#fff}.mat-toolbar.mat-warn{background:#f44336;color:#fff}.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}.mat-toolbar .mat-input-element{caret-color:currentColor}.mat-toolbar-multiple-rows{min-height:64px}.mat-toolbar-row,.mat-toolbar-single-row{height:64px}@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}.mat-tree-node{min-height:48px}.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}.mat-simple-snackbar-action{color:#ff4081}

/**************************************************************************
***************** Master Stylesheet for ecommerce************************
***************************************************************************
=========================== Content Index =================================
* 1. General styles
* 2. HOME-1 STYLES
     - Info bar styles
     - Header-1 styles
     - Shopping widget styles
     - Home product section styles
     - Home baners section styles
     - Home vertical-product section styles
     - Home footer section styles
* 3. HOME-2 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 4. HOME-3 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 4. HOME-4 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 3. Menu-1 styles
* 4. Menu-2 styles
* 5. Products left sidebar page styles
* 6. Popular product page styles
* 7. My account page styles
* 11. Price slider styles
* 12. Product dialog styles
* 13. Popular products styles

***************************************************************************
**************************************************************************/
/***************************************/
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.color-options {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  background-color: white;
  top: 0;
  z-index: 999;
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  transition: all 0.5s ease;
}
.color-options .options-icon {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  transition: all 0.5s ease;
  z-index: 2;
}
.color-options .options-icon .mat-icon {
  -webkit-animation: rotation 2s infinite linear;
  color: #333;
}
.color-options .mat-card {
  position: absolute;
  padding: 14px;
  width: 100%;
  height: 100%;
}
.color-options.show {
  right: -2px;
  transition: all 0.5s ease;
}
.color-options .card-title-text {
  padding: 1rem 1rem;
  background: #f5f5f5;
}
.color-options .card-title-text h4 {
  color: #333 !important;
}
.color-options .configuration-content {
  padding: 1rem 1rem;
}
.color-options .configuration-content .setting-contant {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}
.color-options .configuration-content .setting-contant .color-box li {
  display: flex;
  align-items: center;
}
.color-options .configuration-content .setting-contant .color-box li input {
  border: none;
  box-shadow: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin-right: 5px;
  cursor: pointer;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products1 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products1 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products2 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products2 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products3 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products3 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text {
  text-align: center;
  background: transparent;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text .btn-preview {
  background: transparent;
  margin-top: 14px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text .btn-preview a {
  border: 1px solid #ddd;
  background-color: white;
  width: 90px;
  color: var(--theme-deafult);
  padding: 4px 12px;
  border-radius: 30px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products1, .color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products2, .color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products2 {
  background-position: center 100% !important;
}
.color-options .configuration-content .setting-contant .theme-layout-version {
  cursor: pointer;
}
.color-options .configuration-content h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 1rem;
}
/***************************************
* 1. General styles
****************************************/
html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 1rem;
  color: #333333 !important;
}
h1 {
  font-size: 60px;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  color: #383838;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
h3 {
  font-size: 28px;
  text-align: left;
  color: #383838;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
h5 {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
  letter-spacing: 0.05em;
}
h6 {
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
}
* {
  margin: 0;
  padding: 0;
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-slider-track-fill {
  background-color: #ffa726;
}
.mat-primary .mat-slider-thumb {
  background-color: #ffa726;
}
.mat-raised-button.mat-warn {
  background-color: #f33927;
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--theme-deafult) !important;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--theme-deafult) !important;
}
.mat-expansion-indicator::after, .mat-expansion-panel-header-description {
  color: #444;
}
.sophia-app .mat-drawer-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow: hidden;
  background-color: #edecec;
}
.mat-menu-panel {
  min-width: 100% !important;
  max-width: 100% !important;
}
.mat-mini-fab.mat-accent {
  background-color: #ffa726;
}
a {
  text-decoration: none;
}
.text-center {
  text-align: center !important;
}
li {
  list-style-type: none;
}
.mat-snack-bar-container.error {
  background: #f33927 !important;
}
.mat-snack-bar-container.info {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff;
}
.mat-snack-bar-container.warning {
  background: rgba(255, 204, 0, 0.6) !important;
  color: #000;
}
.mat-snack-bar-container.success {
  background: #99cc33 !important;
  color: #fff;
}
.mat-snack-bar-container button {
  width: 10px !important;
  color: #fff !important;
  background-color: transparent !important;
  padding: 0px !important;
}
.mat-drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-drawer-container {
  color: #333333;
}
.mat-radio-label-content {
  color: #787878;
  font-weight: 400;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f33927;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background: #f33927 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f33927 !important;
}
.mat-raised-button.mat-primary {
  background-color: var(--theme-deafult);
  color: #ffffff;
}
.mat-input-element {
  caret-color: #ffa726 !important;
}
.mat-tab-group.mat-primary .mat-tab-label {
  opacity: 0.7;
}
.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: var(--theme-deafult);
}
.container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px !important;
}
.divider {
  border-top: 1px solid #c3c3c3;
}
.bg {
  background: #fafafa;
}
.ml-10 {
  margin-left: 10px;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.w-50 {
  width: 50%;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.no-pdn {
  padding: 0 !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.devider {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #777777;
}
.w-100 {
  width: 100% !important;
}
.text-muted {
  color: #777777 !important;
}
.text-right {
  text-align: right;
}
.sec-padding {
  padding: 60px 0;
}
.btn-project {
  padding: 5px 32px !important;
  box-shadow: none !important;
}
/******** Product-1 styles *********/
.product-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap {
  margin: 10px 0 15px 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars mat-icon {
  font-size: 17px;
  color: #ffa726;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  border-radius: 0;
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  font-size: 14px;
  box-shadow: none !important;
  transition: 0.4s ease;
  border: 2px solid var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a mat-icon {
  font-size: 18px;
  vertical-align: middle;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover {
  border: 2px solid var(--theme-deafult) !important;
  background: #fff;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover span {
  color: var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .price-wrap a {
  background: #ffa726;
}
.product-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/******** Pack-1 styles *********/
.pack-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 0px 0px 0px 12px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
  border: 1px solid #bac1c7;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  letter-spacing: -0.3px;
  color: #3b4e60;
  font-size: 12px;
  font-weight: 400;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.25px;
  font-family: Helvetica Neue;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3b4e60;
  font-size: 14px;
  font-family: Helvetica Neue;
  margin-top: 5px;
  letter-spacing: -0.35px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.pack-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
.pack-item-1 .footerButton .mat-button {
  min-width: 42px;
}
/******** customer-type-1 styles *********/
.customer-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 0px 0px 0px 12px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
  border: 1px solid #bac1c7;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  letter-spacing: -0.3px;
  color: #3b4e60;
  font-size: 12px;
  font-weight: 400;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.25px;
  font-family: Helvetica Neue;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3b4e60;
  font-size: 14px;
  font-family: Helvetica Neue;
  margin-top: 5px;
  letter-spacing: -0.35px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.customer-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: 46px;
  z-index: 10;
  background-image: none;
}
.customer-item-1 .footerButton .mat-button {
  min-width: 42px;
}
/******** Product-2 styles *********/
.product-item-2 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons a:hover {
  opacity: 1;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.product-item-2 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/******** Product-3 styles *********/
.product-item-3 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content .icons {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  height: auto;
  padding: 0.75rem 0 0.45rem 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: var(--theme-deafult);
  z-index: 2;
  transition: 0.3s ease;
  transform: translate3d(0, 35px, 0);
  transition: transform 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content .icons a {
  cursor: pointer;
  transition: 0.5s ease;
  line-height: 22px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
  background: var(--theme-deafult);
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background: #ffa726;
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  background: #e2e2e2;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a:hover {
  background: #ffa726;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]):hover .content .icons {
  opacity: 0.85;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
}
.product-item-3 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/***************************************
    ***************************************
    ***************************************
*  HOME-1 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-1 styles
****************************************/
.main-slider {
  height: 550px;
}
.main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.main-slider .sl-wrap .content {
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
}
.main-slider .sl-wrap .content button {
  background-color: var(--theme-deafult);
  color: #ffffff;
  padding: 5px 33px;
  width: 200px;
  box-shadow: none !important;
}
.main-slider .sl-wrap .content button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slider .sl-wrap .content h1 {
  font-size: 48px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.main-slider .sl-wrap .content h3 {
  font-size: 36px;
  text-align: left;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}
.main-slider .slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet-active {
  background: #ffa726 !important;
}
/* .mask{
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background-color: rgba(0,0,0,0.8);
} */
.swiper-lazy-preloader {
  top: 18%;
}
.h-100 {
  height: 100%;
}
/***************************************
*  Home info bar styles
****************************************/
.info-bar {
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.info-bar .card-wrap {
  padding: 15px 0;
}
.info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
}
.info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar .card-wrap .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
span {
  font-size: 14px;
}
.sidenav {
  width: 250px;
  position: fixed !important;
  z-index: 1000000000000000100 !important;
}
.mat-toolbar-multiple-rows {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
}
.welcome-message p {
  font-size: 13.5px;
  color: #787878;
}
/***************************************
*  Header-1 styles
****************************************/
/*  Topbar styles */
.main-topbar {
  background: #ffffff !important;
}
.main-topbar .top-bar .widget-text {
  padding: 9px 7px;
}
.main-topbar .top-bar .widget-text a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.main-topbar .top-bar .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.main-topbar .top-bar .widget-text a:hover {
  color: #9c9c9c;
}
.main-topbar .top-bar .widget-text:not(:last-child) {
  margin: 0 20px 0 -15px;
}
.main-topbar .top-bar .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.main-topbar .top-bar .welcome-message p {
  color: #787878;
  font-size: 13.5px;
  font-weight: 400;
}
.main-topbar .top-bar span .mat-icon {
  color: #ffa726;
}
.main-topbar .top-bar .cur-icon {
  color: #787878 !important;
}
/*  header styles */
.home-header.yellow {
  display: none;
}
.home-header .kuro {
  background-color: var(--theme-deafult);
  padding: 13px 0;
}
.home-header .call-bucket-wrap .info-message-icon {
  color: #fff !important;
}
.home-header .top-navbar {
  background: transparent !important;
}
.home-header .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff !important;
}
.home-header .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header .logo {
  padding: 25px 0;
}
.home-header .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header .search-form .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #222222;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-yellow {
  background: #fbc02d;
  padding: 13px 0;
}
.home-header-yellow.green {
  display: none;
}
.home-header-yellow.blue {
  display: none;
}
.home-header-yellow.red {
  display: none;
}
.home-header-yellow.pink {
  display: none;
}
.home-header-yellow.purple {
  display: none;
}
.home-header-yellow.grey {
  display: none;
}
.home-header-yellow.orange {
  display: none;
}
.home-header-yellow .kuro {
  background-color: var(--theme-deafult);
}
.home-header-yellow .top-navbar {
  background: transparent !important;
}
.home-header-yellow .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-yellow .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-yellow .top-navbar .mat-button-wrapper .commerce-buttons .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-yellow .logo {
  padding: 25px 0;
}
.home-header-yellow .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-yellow .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header-yellow .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-yellow .search-form .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  color: #000000;
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text {
  color: #000000;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-yellow .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/*  shopping widgets styles */
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a:hover {
  color: #ffa726;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #f5f5f5;
  border-radius: 3px;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Shopping widget styles
****************************************/
.card-list-title2 {
  padding: 5px 0 15px 0;
}
/***************************************
*  Home product section styles
****************************************/
.products {
  position: relative;
}
.products .swiper-button-prev.swiper-button-disabled[_ngcontent-c25] {
  pointer-events: auto;
}
.products .product-wraper {
  padding: 20px 0px 20px 20px;
}
.products .product-wraper .product-box {
  width: 100%;
}
/***************************************
*  Home baners section styles
****************************************/
.banners-container .baners {
  background: #f5f5f5 !important;
  margin-right: 15px;
}
.banners-container .bn-wrap {
  margin-bottom: 18px;
}
.banners-container .baner {
  height: 100%;
  transition: 0.15s ease-in;
  text-align: left;
}
.banners-container .baner .info {
  padding: 20px;
}
.banners-container .baner .info h4 {
  font-size: 21px;
  font-weight: 600;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .baner h4.big-title {
  font-size: 37px;
  font-weight: 500;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .baner .info .big-price {
  padding: 10px 25px !important;
  box-shadow: none !important;
  width: 135px;
  border-radius: 5px;
  text-align: center;
}
.banners-container .baner .info .big-price span {
  font-size: 27px !important;
}
.banners-container .baner p {
  color: #383838;
}
.banners-container .baner a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #383838;
  margin-top: 15px;
  display: block;
}
.banners-container .first {
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 4px;
}
.banners-container .seccond {
  /* height: 200px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin: 0 10px;
  background-color: #f6f6f6;
}
/***************************************
*  Home vertical-product section styles
****************************************/
.vertical-products .widget-column .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.vertical-products .widget-column .title .widget-title {
  font-size: 21px;
  font-weight: 500;
}
.vertical-products .widget-column .title .widget-title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.vertical-products .widget-column .title .widget-title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.vertical-products .widget-column .media-image {
  background: #f6f6f6;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.vertical-products .widget-column .media-image .small {
  width: 100%;
}
.vertical-products .widget-column .media-body span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333333;
}
.vertical-products .widget-column .media-body .stars mat-icon {
  color: #ffa726;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.vertical-products .widget-column .media-body p.price {
  margin-top: 5px;
}
.vertical-products .widget-column .product-list li:not(:last-child) {
  margin-bottom: 20px;
}
.vertical-products .product-panel:not(:last-child) {
  padding-right: 30px;
}
/***************************************
*  Home footer section styles
****************************************/
.footer {
  background-color: #f7f7f7;
}
.footer .footer-widget {
  padding-right: 15px;
}
.footer .footer-widget .social {
  margin-top: 20px;
}
.footer .footer-widget .social li {
  width: 33px;
  height: 33px;
  border: 1px solid #444;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer .footer-widget .social li a i {
  color: #383838;
}
.footer .footer-widget .ped-btn-footer {
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background-color: var(--theme-deafult);
  color: #ffffff;
  border-radius: 3px;
  line-height: 45px;
}
.footer .footer-widget .title {
  margin-bottom: 10px;
}
.footer .footer-widget .title h5 {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-widget a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
.footer .footer-widget .newsletter-widget {
  position: relative;
  margin: 15px 0 20px 0;
}
.footer .footer-widget p {
  line-height: 24px;
  color: #333333;
}
.footer .footer-widget ul {
  list-style-type: none;
}
.footer .footer-widget .about-widget .logo img {
  max-width: 240px;
}
.footer .footer-widget .tel-box .icon i {
  color: #383838;
  display: block;
  line-height: 27px;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  text-align: center;
  font-size: 18px;
}
.footer .footer-widget .tel-box .text p a {
  line-height: 22px;
}
.footer .subscribe-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 65px 0 20px;
  color: #777777;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 2 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-2 styles
****************************************/
.carousel-2 {
  padding-top: 25px;
}
.carousel-2 .ctn-box {
  box-sizing: content-box !important;
}
.carousel-2 .main-slider {
  height: 461px;
}
.carousel-2 .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-2 .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-2 .slider-categories {
  padding-right: 15px;
}
.carousel-2 .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-2 .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 13px;
  padding-bottom: 13px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-2 .slider-categories .categories-wrap .btn-sale {
  margin: 20px 10px;
}
.carousel-2 .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.carousel-2 .carousel-2-wrapper {
  max-width: 70%;
}
.carousel-2 .carousel-2-wrapper .main-slider {
  height: 461px;
}
.carousel-2 .carousel-2-wrapper .main-slider .content {
  padding-left: 20px;
  padding-right: 485px;
}
/***************************************
*  Header-2 styles
****************************************/
.home-header-2 {
  background: #ffffff;
}
.home-header-2 .logo {
  padding: 25px 0;
}
.home-header-2 .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-2 .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0);
}
.home-header-2 .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-2 .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-2 .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-2 .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-2 .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: #ffffff;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  color: #ffffff;
  background-color: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/***************************************
*  Header-5 styles
****************************************/
/*  header styles */
.home-header-five {
  background: #ffffff;
}
.home-header-five .header-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.home-header-five .header-wrapper .phone-wrap .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-five .header-wrapper .phone-wrap .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-five .header-wrapper .top-navbar {
  background: transparent;
}
.home-header-five .header-wrapper .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-five .header-wrapper .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-five .header-wrapper .thm-button button {
  color: #ffffff !important;
  border-radius: 0;
  padding: 4px 40px;
}
/*  menu styles */
.menu-wraper-five {
  background: #ffffff;
}
.menu-wraper-five .menu-container {
  padding: 14px 0;
  height: 67px;
}
.menu-wraper-five .menu-container .mat-toolbar-row {
  height: 100%;
}
.menu-wraper-five .menu-container .main-menu {
  margin-left: -15px;
}
.menu-wraper-five .menu-container .main-menu a {
  text-transform: uppercase;
  color: #787878;
}
.menu-wraper-five .menu-container .call-bucket-wrap {
  padding-top: 10px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar {
  flex-direction: row !important;
  box-sizing: border-box;
  display: flex;
  background: transparent !important;
  /*  shopping widgets styles */
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons {
  margin-top: 7px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .badge .mat-badge-content {
  color: #fff;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form {
  margin-right: 20px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form .mat-form-field-wrapper .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form .mat-form-field-wrapper .mat-form-field-label {
  display: none;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .devider2 {
  height: 31px;
  width: 1px;
  background: #e5e5e5;
  margin: 0 20px;
}
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #ffffff;
  /* border-radius: 3px; */
  border: 1px solid #e7e7e7;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Home-2 info bar styles
****************************************/
.info-bar {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}
.info-bar .card-wrap {
  padding: 15px 0;
}
.info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  box-shadow: none !important;
  background: transparent !important;
}
.info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar .card-wrap .mat-icon {
  color: var(--theme-deafult);
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  clear: both;
  /* display: block; */
  width: auto;
  height: 100%;
  /* vertical-align: middle; */
  padding: 0 3px;
}
/***************************************
*  Home-2 product section styles
****************************************/
.home-2-wrap .products-section {
  background: #e5e5e5;
}
.home-2-wrap .products-section .products {
  padding: 0 !important;
}
.home-2-wrap .products-section .products .product-wraper .product-box .product-item {
  width: 240px;
}
.home-2-wrap .products-section .products .product-wraper .product-box .product-item .product-img {
  background: #ffffff;
}
.home-2-wrap .products-section .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home-2-wrap .products-section h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 23px;
  font-weight: 580;
  position: absolute;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 3 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-3 styles
****************************************/
.carousel-3 {
  background: #ffffff;
  padding: 25px 0;
}
.carousel-3 .ctn-box {
  box-sizing: content-box !important;
}
.carousel-3 .carousel-2-wrapper {
  max-width: 70%;
}
.carousel-3 .carousel-2-wrapper .main-slider {
  height: 461px;
}
.carousel-3 .carousel-2-wrapper .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-3 .carousel-2-wrapper .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
}
.carousel-3 .carousel-2-wrapper .main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  display: inline-block;
  border-radius: 13px;
  background: #222222;
  opacity: 0.6;
}
.carousel-3 .slider-categories {
  padding: 0 !important;
}
.carousel-3 .slider-categories .carousel-banners-wrapper {
  padding-left: 15px;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner {
  width: 100%;
  height: 223px;
  background: #f5f5f5;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin: 0 10px;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info {
  padding: 40px 0;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
  width: 100%;
  height: auto;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box button {
  color: var(--theme-deafult);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: left;
  margin-top: 21px;
  min-width: auto !important;
  line-height: 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  overflow: visible;
  box-shadow: none !important;
}
.home-3-wrap .home3-sidebar {
  padding-right: 15px;
}
.home-3-wrap .home3-sidebar .categories-wrap {
  border: 1px solid #dddddd;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li {
  display: block;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li a {
  padding-top: 13px;
  padding-bottom: 13px !important;
  border-top: 1px solid #dddddd;
  margin: 0 10px -1px;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.home-3-wrap .home3-sidebar .categories-wrap .btn-sale {
  margin: 20px 10px;
}
.home-3-wrap .home3-sidebar .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none !important;
}
.home-3-wrap .home3-sidebar .brands {
  border: 1px solid #dddddd;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.home-3-wrap .home3-sidebar .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.home-3-wrap .home3-sidebar .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.home-3-wrap .home3-sidebar .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.home-3-wrap .home3-sidebar .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.home-3-wrap .home3-sidebar .brands .brand-logos .brand-item a img {
  width: 100%;
}
.home-3-wrap .home3-sidebar .mat-toolbar {
  height: 17%;
  margin-bottom: 25px;
  background-color: var(--theme-deafult);
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget {
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .discount {
  display: inline-block;
  color: #2d2a25;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .percent span {
  display: block;
  font-size: 2.5em;
  font-weight: 500;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.home-3-wrap .home3-sidebar .subscribe-widget {
  padding: 15px 20px;
  background: #f6f6f6;
  text-align: center;
}
.home-3-wrap .home3-sidebar .subscribe-widget span {
  font-weight: 600;
  display: block;
}
.home-3-wrap .home3-sidebar .subscribe-widget p {
  color: #444;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form {
  position: relative;
  margin-top: 20px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form .newsletter-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 65px 0 20px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form .newsletter-widget .ped-btn-footer {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  width: 100%;
  border-radius: 3px;
  line-height: 45px;
  box-shadow: none !important;
}
.home-3-wrap .main-home3-wrapper {
  padding-left: 15px;
}
.home-3-wrap .main-home3-wrapper .info-bar {
  margin-top: 0px;
  border: 1px solid #e5e5e5;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap {
  padding: 15px 0;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  padding: 9px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-icon {
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  width: 25%;
}
.home-3-wrap .main-home3-wrapper .products {
  background: #ffffff;
  position: relative;
}
.home-3-wrap .main-home3-wrapper .products .product-wraper .product-box .product-item {
  width: 227px;
}
.home-3-wrap .main-home3-wrapper .products .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
  height: 100%;
}
.home-3-wrap .main-home3-wrapper .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home-3-wrap .main-home3-wrapper h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 69px;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap {
  width: 100%;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner {
  position: relative;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
  position: absolute;
  top: 33px;
  left: 35px;
  font-size: 95%;
  z-index: 9999999999999;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .subtitle {
  color: #ffffff;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
  color: #ffa726;
  font-size: 38px;
  font-weight: 600;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
  border: 1px solid #ffa726;
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 14px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #ffa726;
  width: 120px;
  border-radius: 3px;
  line-height: 40px;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  width: calc(100% + 60px);
}
.menu-container1 {
  background: #f3f3f3;
}
.menu-container1 a.mat-button {
  text-transform: uppercase;
  color: #383838;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Menu-2 styles
****************************************/
.mat-menu-content {
  width: 221px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid #ffa726 !important;
}
.mat-menu-content .mat-menu-item {
  border-bottom: 1px dashed #f6f6f6;
}
.top-navbar a {
  padding: 15px 26px;
}
.menu-container2 {
  background: var(--theme-deafult);
}
.menu-container2 .mat-toolbar {
  background: transparent !important;
}
.menu-container2 a.mat-button {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Sidebar styles
****************************************/
.mat-drawer {
  width: 240px;
  position: fixed;
  margin-left: 0px;
}
.toggle-header {
  height: 64px;
  background: #f33927;
}
.sidebar-menu {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.sidebar-menu .menu-item a {
  color: #383838;
  padding: 8px 15px;
  font-size: 16px;
  display: block;
}
/***************************************
*  Products left sidebar page styles
****************************************/
.left-sidebar-wrapper mat-sidenav.filter-sidenav.mat-drawer.mat-sidenav.ng-tns-c15-4.ng-trigger.ng-trigger-transform.ng-tns-c13-3.ng-star-inserted.mat-drawer-over {
  padding-right: 10px;
}
.left-sidebar-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.left-sidebar-wrapper .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.left-sidebar-wrapper .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item a img {
  width: 100%;
}
.left-sidebar-wrapper .filter-sidenav .popular-products {
  margin-top: 20px;
}
.left-sidebar-wrapper .filter-row {
  padding: 6px 25px 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.left-sidebar-wrapper .all-products {
  padding-left: 17px;
}
.left-sidebar-wrapper .all-products select {
  /* margin: 50px; */
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: none;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  background: url(/assets/images/dropdown.png) no-repeat 90%;
}
.left-sidebar-wrapper .all-products .col {
  padding: 9px 0 9px 0px;
}
.left-sidebar-wrapper .all-products .col .product-item {
  position: relative;
  height: auto;
  padding: 0 10px;
  transition: 0.4s;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  background: var(--theme-deafult);
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary .mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.left-sidebar-wrapper .no-shadow {
  box-shadow: none !important;
}
/***************************************
*  Products left sidebar page styles
****************************************/
.right-sidebar-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.right-sidebar-wrapper .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.right-sidebar-wrapper .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item a img {
  width: 100%;
}
.right-sidebar-wrapper .filter-sidenav .popular-products {
  margin-top: 20px;
}
.right-sidebar-wrapper .filter-row {
  padding: 6px 25px 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.right-sidebar-wrapper .all-products select {
  /* margin: 50px; */
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: none;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  background: url(/assets/images/dropdown.png) no-repeat 90%;
}
.right-sidebar-wrapper .all-products .col {
  padding: 9px 0 9px 0px;
}
.right-sidebar-wrapper .all-products .col .product-box {
  min-height: 440px;
  width: 307px;
  margin-left: 9px !important;
  margin-right: 9px !important;
  box-shadow: 0 2px 14px #888887;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  padding: 0;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
  display: table-cell;
  vertical-align: middle;
  height: 306px;
  width: 299px;
  margin: 0 auto;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
  /* max-height: 100%; */
  max-width: 85%;
  padding: 25px;
  margin: auto;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary .mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.right-sidebar-wrapper .no-shadow {
  box-shadow: none !important;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 4 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-4 styles
****************************************/
.home-header-three {
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
}
.home-header-three .logo {
  padding: 25px 0;
}
.home-header-three .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-three .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header-three .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border: 2px solid #dcdcdc;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-three .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: var(--theme-deafult);
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: none;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.home-header-three .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-three .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-three .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar {
  background: transparent;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button {
  background: transparent;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  color: #ffffff;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.menu-container4 {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.menu-container4 .main-menu {
  margin-left: -15px;
  margin: 0 auto;
}
.menu-container4 .main-menu a.mat-button {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
.topbar_four {
  background: #f5f5f5 !important;
}
.topbar_four .top-bar .widget-text {
  padding: 9px 7px;
}
.topbar_four .top-bar .widget-text a {
  color: #333333;
}
/***************************************
*  Home-4 info bar styles
****************************************/
.info-bar-four-wrapper {
  margin-top: 0px;
  border: none;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.info-bar-four-wrapper .info-bar-four .card-wrap {
  padding: 15px 0;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  box-shadow: none !important;
  background: transparent;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-icon {
  color: var(--theme-deafult);
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  clear: both;
  overflow: hidden;
  /* display: block; */
  width: auto;
  height: 100%;
  /* vertical-align: middle; */
  padding: 0 3px;
}
/***************************************
*  Home-4 banner styles
****************************************/
.banners-four {
  padding: 25px 0;
}
.banners-four .banners-container .four {
  height: 162px;
}
/***************************************
*  Home-4 products styles
****************************************/
.products .products-four h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.products .products-four h3::before {
  content: "";
  left: 29%;
  position: absolute;
  width: 43%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: rgba(0, 0, 0, 0.08);
}
.products .products-four h3::after {
  content: "";
  left: 48.5%;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.featured-products-wrap {
  background: #fafafa;
}
/***************************************
*  Home-4 banner-promotion styles
****************************************/
.main-banner .banner-pro {
  height: 442px;
}
.main-banner .banner-pro img {
  max-width: 100%;
  height: auto;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 5 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-5 styles
****************************************/
/***************************************
*  Menu-5 styles
****************************************/
.mat-menu-content {
  width: 221px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid var(--theme-deafult) !important;
}
.mat-menu-content .mat-menu-item {
  border-bottom: 1px dashed #f6f6f6;
}
.mat-menu-content .mat-menu-item span {
  background: var(--theme-deafult) !important;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding: 1px 3px;
}
.mat-menu-content .mat-menu-item .soon {
  background: #12b13b !important;
}
.top-navbar a {
  padding: 15px 26px;
}
.menu-container5 {
  background: transparent;
}
.menu-container5 .container {
  background: transparent;
}
.menu-container5 .container a.mat-button {
  text-transform: uppercase;
  color: #333333;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Categories menu styles
****************************************/
.categories-menu-wrap .category-contant ul {
  background-color: #403f3f;
}
.categories-menu-wrap .category-contant ul li {
  width: 14.285%;
  transition: 0.3s;
}
.categories-menu-wrap .category-contant ul li a {
  display: flex;
  flex-direction: column;
  line-height: 16px;
  letter-spacing: -0.13px;
  color: #fff;
  padding: 15px 16px 18px 16px;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.categories-menu-wrap .category-contant ul li a i {
  margin-bottom: 5px;
}
.categories-menu-wrap .category-contant ul li a:hover {
  color: #222222 !important;
}
.categories-menu-wrap .category-contant ul li:hover {
  background: #c3c3c3;
  color: #222222 !important;
}
/***************************************
*  Products styles
****************************************/
.home-5-wrap {
  background: #ffffff;
}
.home-5-wrap .products {
  position: relative;
}
.home-5-wrap .products h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 69px;
}
.home-5-wrap .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/***************************************
*  Categories section styles
****************************************/
.home-5-wrap .categories {
  background: #f7f7f7;
}
.home-5-wrap .categories .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1.25rem;
}
.home-5-wrap .categories .title h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}
.home-5-wrap .categories .title h3::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e4e4e4;
}
.home-5-wrap .categories .title h3::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.home-5-wrap .categories .left-section {
  padding-right: 7px;
}
.home-5-wrap .categories .left-section .item {
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.home-5-wrap .categories .left-section .item .product {
  text-align: center;
}
.home-5-wrap .categories .left-section .item .product img {
  max-width: 40%;
}
.home-5-wrap .categories .left-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home-5-wrap .categories .left-section .item .product-info h4 {
  margin-right: 15px;
}
.home-5-wrap .categories .left-section .item .product-info h4 a {
  color: #333333;
}
.home-5-wrap .categories .left-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .left-section .item .product-info ul {
  margin-left: 15px;
}
.home-5-wrap .categories .left-section .item .product-info ul li a {
  color: #777777;
  font-size: 15px;
}
.home-5-wrap .categories .left-section .item .product-info ul li a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .right-section {
  padding-left: 7px;
}
.home-5-wrap .categories .right-section .item {
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.home-5-wrap .categories .right-section .item .product {
  text-align: center;
}
.home-5-wrap .categories .right-section .item .product img {
  max-width: 40%;
}
.home-5-wrap .categories .right-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home-5-wrap .categories .right-section .item .product-info h4 {
  margin-right: 15px;
}
.home-5-wrap .categories .right-section .item .product-info h4 a {
  color: #333333;
}
.home-5-wrap .categories .right-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .right-section .item .product-info li a {
  color: #777777;
  font-size: 15px;
}
.home-5-wrap .categories .right-section .item .product-info li a:hover {
  text-decoration: underline;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - INDUSTRIAL STYLES
****************************************
****************************************
****************************************/
/***************************************


/***************************************
*  Home product section styles
****************************************/
.products-industrial {
  position: relative;
}
.products-industrial .swiper-button-prev.swiper-button-disabled[_ngcontent-c25] {
  pointer-events: auto;
}
.products-industrial .product-wraper {
  padding: 20px 0px 20px 20px;
}
.products-industrial .product-wraper .product-box {
  width: 100%;
}
.products-industrial .product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #ffffff;
}
/* Categories banners */
.industrial-home-wrap .categories {
  background: #ffffff;
}
.industrial-home-wrap .categories .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1.25rem;
}
.industrial-home-wrap .categories .title h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}
.industrial-home-wrap .categories .title h3::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e4e4e4;
}
.industrial-home-wrap .categories .title h3::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #777777;
  bottom: 0.3125rem;
}
.industrial-home-wrap .categories .left-section {
  padding-right: 7px;
}
.industrial-home-wrap .categories .left-section .item {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.industrial-home-wrap .categories .left-section .item .product {
  text-align: center;
}
.industrial-home-wrap .categories .left-section .item .product img {
  max-width: 40%;
}
.industrial-home-wrap .categories .left-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 {
  margin-right: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 a {
  color: #333333;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .left-section .item .product-info ul {
  margin-left: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info ul li a {
  color: #777777;
  font-size: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info ul li a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .right-section {
  padding-left: 7px;
}
.industrial-home-wrap .categories .right-section .item {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.industrial-home-wrap .categories .right-section .item .product {
  text-align: center;
}
.industrial-home-wrap .categories .right-section .item .product img {
  max-width: 40%;
}
.industrial-home-wrap .categories .right-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 {
  margin-right: 15px;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 a {
  color: #333333;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .right-section .item .product-info li a {
  color: #777777;
  font-size: 15px;
}
.industrial-home-wrap .categories .right-section .item .product-info li a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .h {
  height: 205px !important;
}
/* Info bar */
.info-wrap-industrial {
  position: relative;
  background: #f7f7f7;
}
.info-wrap-industrial .info-bar .card-wrap {
  margin-bottom: 20px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .icon {
  border: 2px solid #c3c3c3;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 89px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .icon .mat-icon {
  font-size: 31px;
  margin-right: 5px;
  color: var(--theme-deafult) !important;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content {
  text-align: center;
  margin-top: 15px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content p {
  font-weight: 600;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content span {
  line-height: 26px;
}
.info-wrap-industrial .subscribe {
  padding: 50px;
  margin-top: 30px;
  background: var(--theme-deafult) !important;
}
.info-wrap-industrial .subscribe .subscribe-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-wrap-industrial .subscribe .subscribe-wrap p {
  color: #fff;
  font-size: 16px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap {
  margin-left: 20px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap input {
  background: rgba(255, 255, 255, 0.2);
  width: 347px;
  border: none;
  color: #fff;
  padding: 2px 14px;
  height: 40px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap button {
  width: 175px;
  height: 44px;
  color: #fff;
  background: transparent !important;
  border: 2px solid #fff;
  border-radius: 0;
  margin-left: 15px;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - FOOD STYLES
****************************************
****************************************
****************************************/
.topbar-food {
  background: var(--theme-deafult) !important;
}
.topbar-food .top-bar .widget-text a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.topbar-food .top-bar .widget-text a .mat-icon {
  color: #ffffff !important;
}
/* Header six section */
.header-six {
  position: relative;
}
.header-six .header-wrapper {
  position: absolute;
  top: 20px;
  z-index: 9999;
  left: 0;
  right: 0;
}
.header-six .header-wrapper .logo {
  cursor: pointer;
}
.header-six .header-wrapper .main-menu {
  margin-left: -15px;
}
.header-six .header-wrapper .main-menu a {
  text-transform: uppercase;
  color: #ffffff;
}
.mat-menu-content {
  width: 221px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 4px solid #c3c3c3 !important;
}
/* Product section */
.food-product-section {
  position: relative;
  top: -15px;
  background: url(/assets/images/background/download.svg) no-repeat 90%;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
  z-index: 989;
}
.food-product-section .back-img1 {
  position: absolute;
  left: 0;
  top: 56px;
}
.food-product-section .back-img2 {
  position: absolute;
  left: 0;
  bottom: 56px;
}
.food-product-section .back-img3 {
  position: absolute;
  right: 0;
  bottom: 235px;
}
.food-product-section .head-title {
  text-align: center;
}
.food-product-section .head-title h3 {
  text-align: center;
  margin-bottom: 15px;
}
.food-product-section .head-title p {
  line-height: 28px;
  margin-top: 0px;
}
.food-product-section .prod-menu {
  margin-top: 45px;
  margin-bottom: 45px;
}
.food-product-section .prod-menu ul li {
  cursor: pointer;
  transition: 0.3s;
}
.food-product-section .prod-menu ul li .icon {
  height: 50px;
}
.food-product-section .prod-menu ul li .icon svg {
  max-height: 38px;
  fill: #444 !important;
}
.food-product-section .prod-menu ul li .icon svg .cls-1 {
  stroke: #444;
}
.food-product-section .prod-menu ul li .text p {
  color: #777777;
  margin: 0;
}
.food-product-section .prod-menu ul li:hover {
  transition: 0.3s;
}
.food-product-section .prod-menu ul li:hover .icon svg {
  color: #ffa726;
}
.food-product-section .prod-menu ul li:hover .text p {
  transition: 0.3s;
  color: #ffa726;
}
.food-product-section .product-wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.food-product-section .product-wrapper .product-box .product-item {
  position: relative;
  overflow: hidden;
}
.food-product-section .product-wrapper .product-box .product-item mat-card {
  padding: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-img {
  text-align: center;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-img img {
  max-width: 180px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper {
  background: #f9f9f9;
  padding: 15px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .category {
  text-align: left;
  font-weight: 400;
  color: #787878;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap {
  margin: 7px 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap h4 {
  font-size: 21px;
  margin: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap p {
  font-size: 21px;
  font-family: "Gelasio", serif;
  font-weight: 600;
  margin: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .stars .mat-icon {
  font-size: 20px;
  height: 22px;
  width: 22px;
  color: #ffa726;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap {
  margin-top: 10px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap .view-more {
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap a {
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap a .mat-icon {
  color: var(--theme-deafult) !important;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap .bucket {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dedede;
  text-align: center;
  vertical-align: middle;
  line-height: 49px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .details-products .more-info {
  margin-top: 15px;
  overflow: hidden;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .details-products .more-info p {
  line-height: 24px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: -10px;
  opacity: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .icons mat-icon {
  color: #444;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons {
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateX(-20px);
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-2 {
  -webkit-animation: 0.5s ease-in-out fadeInRight;
          animation: 0.5s ease-in-out fadeInRight;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-3 {
  -webkit-animation: 0.7s ease-in-out fadeInRight;
          animation: 0.7s ease-in-out fadeInRight;
}
/* Product details page */
.food-details-wrap .header-title {
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.food-details-wrap .header-title .title {
  text-align: center;
}
.food-details-wrap .header-title .title h2 {
  color: #ffffff;
  font-size: 52px;
  margin: 0;
}
.food-details-wrap .header-title .title p {
  color: #ffffff;
  line-height: 26px;
  margin: 0;
}
.food-details-wrap .details-wrapper {
  position: relative;
  top: -15px;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
}
.food-details-wrap .details-wrapper .product-image {
  box-shadow: none !important;
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
.food-details-wrap .details-wrapper .product-image img {
  max-width: 100%;
}
.food-details-wrap .details-wrapper .product-image a {
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-right {
  padding: 0 30px 0 25px;
}
.food-details-wrap .details-wrapper .product-right .product-details {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.food-details-wrap .details-wrapper .product-right .product-details h2 {
  margin-bottom: 10px;
}
.food-details-wrap .details-wrapper .product-right .product-details h4 del {
  color: #777777;
  font-size: 17px;
}
.food-details-wrap .details-wrapper .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 24px;
}
.food-details-wrap .details-wrapper .product-right .product-details .avalibility {
  padding-bottom: 15px;
}
.food-details-wrap .details-wrapper .product-right .product-details .avalibility span {
  color: #f33927;
  font-weight: 500;
}
.food-details-wrap .details-wrapper .product-right .product-details p.description {
  line-height: 26px;
}
.food-details-wrap .details-wrapper .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.food-details-wrap .details-wrapper .product-right .py-1 .red {
  font-weight: 600;
  color: var(--theme-deafult);
}
.food-details-wrap .details-wrapper .product-right .quantity {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .product-right .quantity span {
  margin-bottom: 0;
  display: block;
}
.food-details-wrap .details-wrapper .product-right .quantity span .mat-icon {
  font-weight: 300;
  font-size: 20px;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box {
  border: 1px solid #D9D9D9;
  margin-right: 10px;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box input {
  width: 48px;
  text-align: center;
  background-color: #fff;
  height: 100%;
  border: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box button {
  line-height: 44px;
}
.food-details-wrap .details-wrapper .product-right .social-icons {
  padding-top: 15px;
  border-top: 1px dashed #dddddd;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li {
  width: 33px;
  height: 33px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #dddddd;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li a i {
  color: #444;
}
.food-details-wrap .details-wrapper .info-bar {
  border: 1px solid #dddddd;
  padding: 0 20px;
  margin-top: 0px !important;
}
.food-details-wrap .details-wrapper .info-bar .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
.food-details-wrap .details-wrapper .info-bar .content p {
  text-transform: capitalize;
  font-weight: 500;
}
.food-details-wrap .details-wrapper .info-bar .mat-card {
  box-shadow: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.food-details-wrap .details-wrapper .info-bar .mat-card.no-border {
  border-bottom: none;
}
.food-details-wrap .details-wrapper .review-wrapper {
  padding-right: 30px;
  margin-top: 30px;
}
.food-details-wrap .details-wrapper .review-wrapper .mat-tab-label {
  color: #333333 !important;
  height: 48px;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  /* opacity: 0.1; */
  min-width: 33%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  background: #f4f4f4;
  margin: 0 2px;
}
.food-details-wrap .details-wrapper .review-wrapper .mat-tab-label .mat-tab-label-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #333333 !important;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-size: 15px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc {
  padding: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc p {
  line-height: 24px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc ul {
  margin-top: 15px;
  padding-left: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc ul li {
  margin-bottom: 7px;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .name {
  font-weight: 500;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews p {
  line-height: 22px;
  white-space: normal;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .text {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .mat-list-item .mat-list-item-content {
  align-items: start !important;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .mat-form-field {
  width: 100%;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .rating h3 {
  font-size: 22px;
  margin-top: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .btn-project {
  background: #ffa726;
  padding: 3px 32px;
  color: #ffffff;
  border: 2px solid #ffa726;
  border-radius: 0;
  transition: 0.3s;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .btn-project:hover {
  background: #ffffff;
  color: #ffa726;
  border: 2px solid #ffa726;
}
.food-details-wrap .details-wrapper .review-wrapper .products {
  padding-right: 30px;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.food-details-wrap .details-wrapper .sale-widget {
  padding: 15px 20px;
  background: #444;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  height: auto;
}
.food-details-wrap .details-wrapper .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .discount {
  display: inline-block;
  color: #ffffff;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
  color: #ffffff;
}
.food-details-wrap .details-wrapper .sale-widget .percent span {
  display: block;
  font-size: 3.067em;
  font-weight: 500;
  color: #ffffff;
}
.food-details-wrap .details-wrapper .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-slide mat-card img {
  max-width: 110px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .small-carousel {
  position: relative;
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container {
  height: 180px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  max-height: 120px;
  min-height: 120px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-button-prev {
  position: absolute;
  top: 32%;
  left: 0px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-button-next {
  position: absolute;
  top: 32%;
  right: 0px;
}
.food-details-wrap .details-wrapper .product-item {
  position: relative;
  overflow: hidden;
}
.food-details-wrap .details-wrapper .product-item mat-card {
  padding: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-img {
  text-align: center;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-img img {
  max-width: 180px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper {
  background: #f9f9f9;
  padding: 15px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .category {
  text-align: left;
  font-weight: 400;
  color: #787878;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap {
  margin: 7px 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap h4 {
  font-size: 21px;
  margin: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap p {
  font-size: 21px;
  font-family: "Gelasio", serif;
  font-weight: 600;
  margin: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .stars .mat-icon {
  font-size: 20px;
  height: 22px;
  width: 22px;
  color: #ffa726;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .view-more {
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .bucket {
  background: #dedede;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 49px;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .bucket a mat-icon {
  font-size: 21px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .details-products .more-info {
  margin-top: 15px;
  overflow: hidden;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: -10px;
  opacity: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .icons mat-icon {
  color: #444;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons {
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateX(-20px);
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-2 {
  -webkit-animation: 0.5s ease-in-out fadeInRight;
          animation: 0.5s ease-in-out fadeInRight;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-3 {
  -webkit-animation: 0.7s ease-in-out fadeInRight;
          animation: 0.7s ease-in-out fadeInRight;
}
.food-details-wrap .details-wrapper .title {
  margin-bottom: 22px;
}
.food-details-wrap .no-bg {
  background: transparent !important;
}
.food-details-wrap .no-bg .title h4 {
  font-size: 22px;
}
.product-slick.product-zoom.slick-initialized.slick-slider {
  z-index: 1;
}
.mat-list-base .mat-list-item.mat-3-line, .mat-list-base .mat-list-option.mat-3-line {
  height: 100% !important;
  margin-bottom: 20px;
}
/* Galery section*/
.popular-recipes-box {
  padding: 90px 0 0 0;
  background-size: cover;
  position: relative;
}
.popular-recipes-box .recipes-contain .head-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
.popular-recipes-box .recipes-contain .head-title h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.popular-recipes-box .recipes-contain .head-title p {
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section {
  grid-column: full-start/full-end;
  display: grid;
  /*grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 5vw);*/
  grid-template: repeat(5, 5vw)/repeat(8, 1fr);
  grid-gap: 1.5rem;
  padding: 1.5rem;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
  will-change: transform;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item {
  overflow: hidden;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(1) {
  overflow: hidden;
  grid-row: 1/span 2;
  grid-column: 1/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(2) {
  grid-row: 1/span 3;
  grid-column: 3/span 3;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(3) {
  grid-row: 1/span 2;
  grid-column: 8/8;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(4) {
  grid-row: 3/span 3;
  grid-column: 1/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(5) {
  grid-row: 4/span 2;
  grid-column: 3/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(6) {
  grid-row: 4/6;
  grid-column: 5/8;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(7) {
  grid-row: 1/4;
  grid-column: 6/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(8) {
  grid-row: 3/span 3;
  grid-column: 8/-1;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:hover img {
  transform: scale(1.02);
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0px;
}
/* About products section*/
.about-products {
  padding: 90px 0;
  background: #fafafa;
}
.about-products .about-products-wrap .left .text {
  text-align: center;
  padding: 0 50px;
}
.about-products .about-products-wrap .left .text h3 {
  text-align: center;
  margin-bottom: 10px;
}
.about-products .about-products-wrap .left .text span {
  font-weight: 500;
  line-height: 26px;
  margin-top: 10px;
}
.about-products .about-products-wrap .left .text p {
  line-height: 26px;
}
.about-products .about-products-wrap .left .text .btn-project {
  margin-top: 20px;
}
.about-products .about-products-wrap .right .img-wrap img {
  max-width: 100%;
  height: auto;
}
/***************************************
*  Widget three styles
****************************************/
.widgets-three {
  width: 30px;
  margin-left: 0;
  position: relative;
  padding-top: 10px;
}
.widgets-three .bucket .mat-button-wrapper {
  width: 30px;
}
.widgets-three .bucket .mat-button-wrapper svg {
  max-height: 40px;
  fill: #ffffff;
}
.widgets-three .bucket .mat-button-wrapper .mat-badge {
  margin-left: -10px;
}
.widgets-three .bucket .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  text-align: center;
  top: -3px;
  left: 37px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
}
.widgets-three .bucket .top-cart span {
  color: #ffffff;
}
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #ffffff;
  /* border-radius: 3px; */
  border: 1px solid #e7e7e7;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Carousel Food styles
****************************************/
.main-slider-food {
  height: 760px;
}
.main-slider-food .sl-wrap {
  position: relative;
  height: 100%;
}
.main-slider-food .sl-wrap .content {
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  text-align: center;
  /* top: 58%; */
}
.main-slider-food .sl-wrap .content button {
  background: var(--theme-deafult) !important;
  border-radius: 0;
  padding: 5px 33px;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.main-slider-food .sl-wrap .content button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slider-food .sl-wrap .content h1 {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.main-slider-food .sl-wrap .content p {
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
  width: 756px;
  margin: 0 auto;
  line-height: 35px;
}
.main-slider-food .slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
/* .mask{
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background-color: rgba(0,0,0,0.8);
} */
.swiper-lazy-preloader {
  top: 18%;
}
.h-100 {
  height: 100%;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - FURNITURE STYLES
****************************************
****************************************
****************************************/
/*  Topbar styles */
.main-topbar-furniture {
  background: #f3f3f3 !important;
}
.main-topbar-furniture .top-bar .widget-text a {
  color: #2d2a25;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.main-topbar-furniture .top-bar .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.main-topbar-furniture .top-bar .widget-text a:hover {
  color: #ffa726;
}
.main-topbar-furniture .top-bar .widget-text:not(:last-child) {
  margin: 0 20px 0 0;
}
.main-topbar-furniture .top-bar .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.main-topbar-furniture .top-bar .welcome-message p {
  color: #787878;
  font-size: 13.5px;
  font-weight: 400;
}
.main-topbar-furniture .top-bar span .mat-icon {
  color: #ffa726;
}
.main-topbar-furniture .top-bar .cur-icon {
  color: #787878 !important;
}
.main-topbar-furniture .company-email p {
  font-size: 14px;
  color: #333;
}
/***************************************
*  Header-2 styles
****************************************/
.home-header-seven {
  background: #ffffff;
}
.home-header-seven .logo {
  padding: 25px 0;
  margin-left: -15px;
}
.home-header-seven .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-seven .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0);
}
.home-header-seven .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 70px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-seven .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: var(--theme-deafult) !important;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0 50px 50px 0;
}
.home-header-seven .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-seven .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-seven .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: #ffffff;
  padding: 0;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 22px;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult) !important;
  color: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-seven .widget-text a {
  color: #444;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.home-header-seven .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.home-header-seven .widget-text a:hover {
  color: var(--theme-deafult) !important;
}
.home-header-seven .widget-text:not(:last-child) {
  margin: 0 16px 0 0;
}
.home-header-seven .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.home-header-seven .user .mat-icon {
  font-size: 26px !important;
}
/***************************************
*  Slider and menu styles
****************************************/
.carousel-furniture .ctn-box {
  box-sizing: content-box !important;
}
.carousel-furniture .ctn-box .main-slider {
  height: 503px;
}
.carousel-furniture .ctn-box .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-furniture .ctn-box .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-furniture .ctn-box .slider-categories {
  padding-right: 15px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 12px;
  padding-bottom: 12px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .btn-sale {
  margin: 15px 10px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.main-menu {
  margin-left: -15px;
}
.main-menu a.mat-button {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  padding: 0 20px;
  line-height: 63px;
}
/***************************************
*  Products section styles
****************************************/
.products-furniture.products {
  position: relative;
}
.products-furniture.products h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 23px;
  font-weight: 580;
  position: absolute;
}
.products-furniture.products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/***************************************
*  Banner section styles
****************************************/
.commercial-banner .image-column {
  background-repeat: no-repeat 90%;
  background-size: cover;
  align-items: center;
}
.commercial-banner .inner-column h1 {
  text-transform: capitalize;
  font-size: 52px;
  margin-bottom: 20px;
}
.commercial-banner .inner-column button {
  padding: 5px 33px;
  width: 200px;
  box-shadow: none !important;
}
@media only screen and (max-width: 50em) {
  .commercial-banner .image-column {
    grid-column: 1/-1;
    padding: 6rem;
  }
}
.commercial-banner .story__content {
  background-color: #f9f7f6;
  grid-column: col-start 5/full-end;
  padding: 6rem 8vw;
  /*
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        */
  display: grid;
  align-content: center;
  justify-items: start;
}
@media only screen and (max-width: 50em) {
  .commercial-banner .story__content {
    grid-column: 1/-1;
    grid-row: 5/6;
  }
}
.commercial-banner .story__text {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 4rem;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - DECOR STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Header section styles
****************************************/
.header-decor > div {
  width: 100%;
  background-color: #455a64;
}
.header-decor > div .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
  color: #ffffff;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent !important;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-icon {
  color: #ffffff;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .top-cart span {
  color: #ffffff;
}
/***************************************
*  Carousel section styles
****************************************/
.carousel-home-decor {
  position: relative;
}
.carousel-home-decor .ctn-box {
  box-sizing: content-box !important;
  position: absolute;
  top: -64px;
  z-index: 9999;
}
.carousel-home-decor .main-slider {
  height: 640px;
}
.carousel-home-decor .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-home-decor .main-slider .sl-wrap .content {
  padding-left: 21%;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-home-decor .slider-categories {
  background-color: #fff;
}
.carousel-home-decor .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-home-decor .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 19px 20px 19px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-home-decor .slider-categories .categories-wrap .title .mat-icon {
  margin-right: 4px;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 12px;
  padding-bottom: 12px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-home-decor .slider-categories .categories-wrap .btn-sale {
  margin: 15px 10px;
}
.carousel-home-decor .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.carousel-home-decor .carousel-2-wrapper {
  max-width: 100%;
  position: relative;
}
.carousel-home-decor .carousel-2-wrapper .main-slider {
  height: 640px;
}
.carousel-home-decor .carousel-2-wrapper .main-slider .content {
  padding-left: 23%;
  padding-right: 485px;
}
.carousel-home-decor .decor-menu .main-menu {
  margin-left: 293px;
}
/***************************************
*  Home baners section styles
****************************************/
.banners-decor {
  margin-top: -70px;
  z-index: 9999999999999;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.banners-decor .baners {
  background: #f5f5f5 !important;
}
.banners-decor .baner {
  padding: 10px 0 0 10px;
  height: 100%;
  transition: 0.15s ease-in;
  text-align: left;
}
.banners-decor .baner h4 {
  font-size: 19px;
  font-weight: 500;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.banners-decor .baner .info .big-price {
  padding: 10px 25px !important;
  box-shadow: none !important;
  width: 135px;
  border-radius: 5px;
  text-align: center;
}
.banners-decor .baner .info .big-price span {
  font-size: 27px !important;
}
.banners-decor .baner p {
  color: #383838;
}
.banners-decor .baner a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #383838;
  margin-top: 15px;
  display: block;
}
.banners-decor .baner ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #6b6b6b;
  margin-top: 5px;
  display: block;
}
.banners-decor .first {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.banners-decor .first .info .text-box {
  text-align: center;
  padding: 15px 20px;
}
.banners-decor .first .info .text-box span {
  color: #fff;
  margin-bottom: 10px;
  line-height: 31px;
}
.banners-decor .first .info .text-box h4 {
  color: #fff;
  line-height: 27px;
}
.banners-decor .first .info .text-box a {
  color: #fff;
  font-weight: 500;
}
.banners-decor .seccond {
  /* height: 200px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px;
}
.banners-decor .media {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.banners-decor .electrics {
  border-left: 1px solid #D9D9D9;
}
.banners-decor .decors {
  border-bottom: 1px solid #D9D9D9;
}
/***************************************
*  Commercial banners section styles
****************************************/
.commercial-banners .image-column {
  background: #f6f6f6;
  padding: 0px 30px;
}
.commercial-banners .image-column h3 {
  margin-bottom: 20px;
}
.commercial-banners .image-column span {
  color: #bc0911;
  font-weight: 500;
}
.commercial-banners .image-column a {
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}
.commercial-banners .image-column .img img {
  max-width: 85%;
}
/***************************************
*  Home footer-2 section styles
****************************************/
.footer-two {
  background-color: #383838;
}
.footer-two .footer-widget {
  padding-right: 15px;
}
.footer-two .footer-widget .social {
  margin-top: 20px;
}
.footer-two .footer-widget .social li {
  width: 33px;
  height: 33px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer-two .footer-widget .social li a {
  color: #dddddd;
}
.footer-two .footer-widget .social li a i {
  color: #ffa726;
}
.footer-two .footer-widget .social li .mat-icon-button {
  padding: 0;
  min-width: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  line-height: 32px;
  border-radius: 50%;
}
.footer-two .footer-widget .social li .mat-icon-button i {
  color: #f1f3f5;
}
.footer-two .footer-widget .ped-btn-footer {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: var(--theme-deafult) !important;
  box-shadow: none !important;
  width: 100%;
  border-radius: 3px;
  line-height: 45px;
}
.footer-two .footer-widget .title {
  margin-bottom: 10px;
}
.footer-two .footer-widget .title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.footer-two .footer-widget a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #dddddd;
}
.footer-two .footer-widget .newsletter-widget {
  position: relative;
  margin: 15px 0 20px 0;
}
.footer-two .footer-widget p {
  line-height: 24px;
  color: #dddddd;
}
.footer-two .footer-widget ul {
  list-style-type: none;
}
.footer-two .footer-widget .about-widget .logo img {
  max-width: 240px;
}
.footer-two .footer-widget .tel-box .icon i {
  display: block;
  line-height: 27px;
  vertical-align: middle;
  margin-right: 5px;
  color: var(--theme-deafult) !important;
  width: 18px;
  text-align: center;
  font-size: 18px;
}
.footer-two .footer-widget .tel-box .text p a {
  line-height: 22px;
}
.footer-two .footer-widget .mat-icon-button {
  padding: 0;
  min-width: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  line-height: 32px;
  border-radius: 50%;
}
.footer-two .subscribe-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 65px 0 20px;
  color: #777777;
}
/***************************************
*  Popular product page styles
****************************************/
.popular-products .reviews .content {
  height: auto;
  margin-bottom: 10px;
  margin-left: -15px !important;
}
.popular-products .reviews .content .media {
  margin-right: 7px;
  background: #f6f6f6;
  border-radius: 3px;
}
.popular-products .reviews .content .media img {
  max-width: 80px;
  margin-right: 8px;
}
.popular-products .reviews .content .info h5 {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: color 0.4s ease;
}
.popular-products .reviews .content .info .price {
  font-weight: 400;
}
.popular-products .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.popular-products .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.popular-products .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
/***************************************
*  Login page styles
****************************************/
.login .login-wrap .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.login .login-wrap .title:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.login .login-wrap .title:after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.login .login-wrap form .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
}
.login .login-wrap .register-wrapper .register-body .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.login .login-wrap .register-wrapper .register-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.login .login-wrap .register-wrapper .register-body .button-wrap {
  margin-top: 20px;
}
/***************************************
*  Price slider styles
****************************************/
.price-slider .filter-price .mat-slider-horizontal {
  min-width: 110px;
}
/***************************************
*  Product dialog styles
****************************************/
.product-dialog .mat-dialog-container {
  overflow: visible;
}
.product-dialog .swiper-container .swiper-wrapper img.img-fluid {
  margin: auto;
  max-width: 100%;
}
.product-dialog .product-right {
  padding: 0 30px;
}
.product-dialog .product-right .product-details .discription {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.product-dialog .product-right .product-details .discription .bold {
  font-weight: 600;
}
.product-dialog .product-right .product-details .discription p.productDescription {
  line-height: 24px;
  margin-top: 5px;
}
.product-dialog .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 25px;
}
.product-dialog .product-right .product-details h4 del {
  color: #777777;
  font-size: 18px;
}
.product-dialog .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.product-dialog .product-right .quantity input {
  width: 80px;
  text-align: center;
  background-color: #f6f6f6;
  height: 35px;
  border: 1px solid #c3c3c3;
}
.product-dialog .product-right .quantity span {
  margin-bottom: 5px;
}
.product-dialog .product-right .avalibility .red {
  color: #f33927;
  font-weight: 500;
}
.product-dialog .product-right .buttons .mat-icon {
  color: #787878;
  margin-left: 17px;
  cursor: pointer;
}
.product-dialog .mat-dialog-container .close-btn-outer button {
  position: absolute;
  right: -44px;
  top: -44px;
}
.product-dialog .product-dialog .close-btn-outer {
  position: relative;
}
.product-pagination .ngx-pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center;
  padding: 10px 5px;
}
.product-pagination .ngx-pagination .current {
  padding: 4px 12px;
  background: #eeeeee;
  color: #444;
  cursor: default;
  border-radius: 2px;
  line-height: 22px;
}
.product-dialog .mat-dialog-content {
  max-width: 52vw;
}
/***************************************
*  Popular products styles
****************************************/
.popular-products .reviews .stars {
  color: #ffa726;
  margin: 0px 0 5px 0;
}
.popular-products .reviews .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.popular-products .reviews .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.mega-menu-pane .mat-menu-panel {
  width: auto !important;
}
.mega-menu-pane .mat-menu-panel .mat-menu-content {
  width: 100% !important;
}
/***************************************
*  Error page styles
****************************************/
.error {
  text-align: center;
}
.error .page404 {
  font-size: 67px;
  font-weight: 700;
  color: #777777;
  margin-bottom: 30px;
}
.error .not-found {
  font-size: 39px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.error .error_description {
  margin-bottom: 30px;
}
.error .error_description p {
  font-weight: 600;
}
.error button {
  background: #ffa726;
  color: #333333;
  padding: 5px 33px;
  width: 200px;
}
/***************************************
*  FAQ page styles
****************************************/
.faq .questions {
  padding-right: 15px;
}
.faq .questions .faq-wrap .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.faq .questions .faq-wrap .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.faq .questions .faq-wrap .mat-expansion-panel .mat-expansion-panel-body p {
  line-height: 24px;
}
.faq .faq-form {
  padding-left: 15px;
}
.faq .faq-form .text-wrap p {
  line-height: 26px;
}
.faq .faq-form form {
  margin: 30px 0;
}
/***************************************
*  About us page styles
****************************************/
.about-us-wrapper .about-section .left-info-panel {
  overflow: hidden;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro h2 {
  margin-bottom: 20px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro p {
  line-height: 26px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions {
  margin-top: 20px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel {
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel h4 {
  font-weight: 500;
}
.about-us-wrapper .our-values {
  background: #f5f5f5;
}
.about-us-wrapper .our-values .box-wraper .box {
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-wrapper .our-values .box-wraper .box .content {
  padding: 41px 20px 31px;
  background: #ffffff;
}
.about-us-wrapper .our-values .box-wraper .box .content .icon-box i {
  font-size: 55px;
  color: var(--theme-deafult);
}
.about-us-wrapper .our-values .box-wraper .box .content h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.about-us-wrapper .our-values .box-wraper .box .content p {
  line-height: 26px;
}
.about-us-wrapper .title-wrapper {
  text-align: center;
  margin-bottom: 35px;
}
.about-us-wrapper .title-wrapper h2 {
  margin-bottom: 10px;
}
.about-us-wrapper .title-wrapper p {
  color: #777777;
}
.about-us-wrapper .our-team .team-members .item {
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-wrapper .our-team .team-members .item .single-team-member {
  transition: 0.3s;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box {
  position: relative;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box img {
  width: 100%;
  transition: opacity 0.4s ease;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul {
  background: var(--theme-deafult);
  margin: 0;
  margin-left: -12px;
  margin-right: -12px;
  transform: translate3d(0, 35px, 0);
  transition: transform 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
  visibility: hidden;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul li {
  padding: 0 12px;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul li i {
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  display: block;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .text-box {
  border: 1px solid #f6f6f6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.4s ease;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .img-box img {
  opacity: 0.4;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .img-box .overlay .box .content .social {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box {
  background: #444;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box h4 {
  color: #ffffff;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box p {
  color: #ffffff;
}
/***************************************
*  Order success page styles
****************************************/
.succesfull-message {
  text-align: center;
  padding: 50px 0;
}
.succesfull-message .material-icons {
  color: #4CAF50;
  font-size: 63px;
}
.succesfull-message h2 {
  margin: 10px 0;
}
.succesfull-message p {
  line-height: 30px;
}
.order-success .billing-details h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.order-success .billing-details .product-order-details .order-img img {
  max-width: 130px;
}
.order-success .billing-details .product-order-details p {
  font-size: 17px;
  font-weight: 500;
}
.order-success .billing-details .product-order-details span {
  font-size: 17px;
  margin-top: 5px;
}
.order-success .billing-details ul.price-list li {
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.order-success .billing-details ul.price-list li p {
  line-height: 30px;
  font-weight: 500;
}
.order-success .billing-details ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 18px;
  text-align: right;
  color: #4c4c4c;
}
.order-success .billing-details ul.price-list li img {
  max-width: 30px;
  height: 23px;
  margin: 0 10px;
}
.order-success .mainOrder-wrapper .main-order {
  background: #f3f3f3;
  padding: 30px;
  padding: 30px;
}
.order-success .mainOrder-wrapper .main-order .order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order .order-box .title-box span.tl-amount {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li {
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li p {
  line-height: 30px;
  font-weight: 500;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 18px;
  text-align: right;
  color: #4c4c4c;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount .shipping {
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option {
  line-height: 30px;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount li span.amount {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.quantity {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order ul.quantity li span.total {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.total {
  position: relative;
}
.order-success .mainOrder-wrapper .main-order ul.total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-success .mainOrder-wrapper .main-order ul.total li span.count {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-success .mainOrder-wrapper .main-order .paymentFinal {
  margin-bottom: 20px;
  line-height: 34px;
}
/***************************************
*  Breadcrumb  styles
****************************************/
.breadcrumb-section {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.breadcrumb-section .breadcrumb-title h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.breadcrumb-section .breadcrumb-path .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin: 0;
  padding-right: 0;
}
.breadcrumb-section .breadcrumb-path .breadcrumb .breadcrumb-item {
  padding: 0 0.5rem;
}
.breadcrumb-section .breadcrumb-path .breadcrumb .breadcrumb-item:active {
  color: #6c757d;
}
.breadcrumb-section .breadcrumb-path .breadcrumb a {
  color: #555;
}
/***************************************
*  Checkout page styles
****************************************/
.checkout .billing-details .mat-form-field {
  width: 100%;
}
.checkout .billing-details .add-info {
  margin-top: 15px;
}
.checkout .mainOrder-wrapper .main-order {
  border: 1px solid #D9D9D9;
  padding: 30px;
}
.checkout .mainOrder-wrapper .main-order .order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order .order-box .title-box span.tl-amount {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list li {
  line-height: 44px;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount .shipping {
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option {
  line-height: 30px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount li span.amount {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.quantity {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.quantity li span.total {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.total {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.checkout .mainOrder-wrapper .main-order ul.total li span.count {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order .paymentFinal {
  margin-bottom: 20px;
  line-height: 34px;
}
.mat-radio-label-content {
  color: #848484;
  font-weight: 400;
}
/***************************************
*  Cart page styles
****************************************/
.cart-wrapper .mat-card {
  text-align: center;
}
.cart-wrapper .mat-card .cart-table.mat-table {
  display: block;
  overflow-x: auto;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row {
  min-height: 100px;
  min-height: 100px;
  border-bottom: 1px solid #eeeeee;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .product-name {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .grand-total {
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row span:nth-child(3) {
  font-size: 16px;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row input {
  width: 80px;
  text-align: center;
  background-color: #eeeeee;
  height: 35px;
  border: 1px solid #e5e5e5;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .price {
  font-size: 21px;
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .total {
  font-size: 21px;
  font-weight: 500;
  color: #f33927;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 14px;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell img, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell img {
  width: 100px;
  cursor: pointer;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell mat-icon, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell mat-icon {
  cursor: pointer;
}
.mat-row, .mat-header-row {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  min-width: 870px;
}
/***************************************
*  Compare page styles
****************************************/
.compare-component .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.compare-component .table-responsive table {
  width: 100%;
  border: 1px solid #eeeeee;
}
.compare-component .table-responsive table thead .th-compare td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #f6f6f6;
  font-weight: 600;
  font-size: 14px;
}
.compare-component .table-responsive table thead .th-compare a {
  cursor: pointer;
}
.compare-component .table-responsive table tbody tr th {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #f6f6f6;
  text-align: left;
}
.compare-component .table-responsive table tbody tr .product-name {
  width: 15%;
  font-size: 14px;
}
.compare-component .table-responsive table tbody tr td .description-compare {
  font-size: 14px;
  line-height: 22px;
}
.compare-component img.img-fluid.mb-4 {
  max-width: 100px;
}
.compare-component .empty-cart-cls h4 {
  font-weight: 500;
  color: #848484;
}
.compare-component .empty-cart-cls h3 {
  text-align: center;
}
.compare-component .table-responsive .table tbody tr td, .compare-component .table-responsive .table tbody tr th {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
/***************************************
*  Details page styles
****************************************/
.details-wrapper .product-image img {
  max-width: 100%;
}
.details-wrapper .product-right {
  padding: 0 30px 0 25px;
}
.details-wrapper .product-right .product-details {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.details-wrapper .product-right .product-details h2 {
  margin-bottom: 10px;
}
.details-wrapper .product-right .product-details h4 del {
  color: #777777;
  font-size: 17px;
}
.details-wrapper .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 24px;
}
.details-wrapper .product-right .product-details .avalibility span {
  color: #f33927;
  font-weight: 500;
}
.details-wrapper .product-right .product-details p.description {
  line-height: 26px;
}
.details-wrapper .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.details-wrapper .product-right .quantity {
  margin-top: 10px;
}
.details-wrapper .product-right .quantity span {
  margin-bottom: 7px;
  display: block;
}
.details-wrapper .product-right .quantity input {
  width: 80px;
  text-align: center;
  background-color: #e2e2e2;
  height: 35px;
  border: 1px solid #c3c3c3;
}
.details-wrapper .product-right .red {
  color: #f33927;
  font-weight: 700;
}
.details-wrapper .info-bar {
  border: 1px solid #dddddd;
  padding: 0 20px;
  margin-top: 0px !important;
}
.details-wrapper .info-bar .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
.details-wrapper .info-bar .content p {
  text-transform: capitalize;
  font-weight: 500;
}
.details-wrapper .info-bar .mat-card {
  box-shadow: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.details-wrapper .info-bar .mat-card.no-border {
  border-bottom: none;
}
.details-wrapper .review-wrapper .full-desc {
  padding: 20px;
}
.details-wrapper .review-wrapper .full-desc p {
  line-height: 26px;
}
.details-wrapper .review-wrapper .full-desc ul {
  margin-top: 15px;
  padding-left: 20px;
}
.details-wrapper .review-wrapper .full-desc ul li {
  margin-bottom: 7px;
}
.details-wrapper .review-wrapper .Reviews .reviews .name {
  font-weight: 500;
}
.details-wrapper .review-wrapper .Reviews .reviews p {
  line-height: 22px;
  white-space: normal;
}
.details-wrapper .review-wrapper .Reviews .reviews .text {
  margin-top: 10px;
}
.details-wrapper .review-wrapper .Reviews .reviews .mat-list-item .mat-list-item-content {
  align-items: start !important;
}
.details-wrapper .review-wrapper .Reviews .writte-reviews .mat-form-field {
  width: 100%;
}
.details-wrapper .products {
  padding-right: 30px;
}
.details-wrapper .products .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.details-wrapper .products .title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.details-wrapper .products .title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.details-wrapper .sale-widget {
  height: 14%;
  margin-top: 25px;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--theme-deafult);
}
.details-wrapper .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .discount {
  display: inline-block;
  color: #2d2a25;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
}
.details-wrapper .sale-widget .percent span {
  display: block;
  font-size: 3.111em;
  font-weight: 500;
}
.details-wrapper .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.details-wrapper .small-carousel {
  position: relative;
  margin-top: 10px;
}
.details-wrapper .small-carousel .swiper-container {
  height: 180px;
}
@media only screen and (max-width: 600px) {
  .details-wrapper .small-carousel .swiper-container {
    height: 190px;
  }
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.details-wrapper .small-carousel .swiper-container .swiper-button-prev {
  position: absolute;
  top: 32%;
  left: 0px;
}
.details-wrapper .small-carousel .swiper-container .swiper-button-next {
  position: absolute;
  top: 32%;
  right: 0px;
}
.details-wrapper .sale-baner {
  background: transparent;
}
.details-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.product-slick.product-zoom.slick-initialized.slick-slider {
  z-index: 1;
}
.mat-list-base .mat-list-item.mat-3-line, .mat-list-base .mat-list-option.mat-3-line {
  height: 100% !important;
  margin-bottom: 20px;
}
/***************************************
*  Brands page styles
****************************************/
.brands-items .mat-radio-button {
  margin-bottom: 15px;
}
.brands-items .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background: #f33927 !important;
}
/***************************************
*  Categorie page styles
****************************************/
.category-contant ul li a {
  color: #777777;
  padding-bottom: 10px;
  display: block;
  font-size: 15px;
}
/***************************************
*  Contact us page styles
****************************************/
.contact-page iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.contact-page .left-info-panel ul {
  list-style-type: none;
  padding: 0;
}
.contact-page .left-info-panel ul > *:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.contact-page .left-info-panel ul li i {
  float: left;
  font-size: 33px;
  line-height: 74px;
  margin-right: 7px;
  color: var(--theme-deafult);
}
.contact-page .left-info-panel ul li h4 {
  display: inline-block;
  font-size: 20px;
}
.contact-page .contact-form .title {
  margin-bottom: 20px;
}
.contact-page .contact-form .w-100 {
  width: 100% !important;
}
.contact-page .contact-form .mat-form-field {
  caret-color: var(--theme-deafult) !important;
  font-size: 14px !important;
}
.contact-page .contact-form .mat-form-field .mat-input-element {
  caret-color: var(--theme-deafult) !important;
}
.contact-page .contact-form .px-1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .contact-page .left-info-panel {
    padding-right: 0px;
    width: 100%;
  }
}
.sidenav .divider {
  margin: 10px 0;
}
:host {
  display: flex;
  flex-direction: column;
  outline: none;
  width: 100%;
}
:host .mat-list-item.active {
  background-color: mat-color(#ffa726, 50);
}
:host:hover > .mat-list-item:not(.expanded), :host:focus > .mat-list-item:not(.expanded) {
  background-color: mat-color(#ffa726, 100) !important;
}
.mat-list-item {
  padding: 10px 0;
  display: flex;
  width: auto;
}
.mat-list-item .mat-list-item-content {
  width: 100%;
}
.mat-list-item .routeIcon {
  margin-right: 40px;
}
.btn-default, .mat-button {
  color: #333333;
}
.header.mat-toolbar {
  box-shadow: 0 0 5px grey;
  z-index: 13;
  font-size: 20px;
  max-height: 64px;
  height: 64px;
  padding: 0px 10px;
}
.sub-container .mat-card {
  box-shadow: none !important;
}
.search_box-n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_box-n .search_input {
  width: 85% !important;
}
.search_box-n .search_input input {
  height: 40px !important;
}
table.mat-elevation-z8 thead tr.b-b.ng-star-inserted {
  display: table-row !important;
}
table.mat-elevation-z8 tbody tr.b-b.ng-star-inserted {
  display: table-row !important;
}
.mat-dialog-content {
  width: 100%;
}
.example-form {
  max-width: 100% !important;
}
.mat-dialog-container {
  position: relative !important;
}
.mat-dialog-container .close-button {
  top: -25px !important;
  right: -25px !important;
  position: absolute !important;
}
.edb-space {
  margin-top: 10px;
}
.mat-icon.mat-warn {
  color: #ffa500 !important;
}
.vl {
  margin: unset;
  border-left: 1px solid #000;
  height: 30px;
  margin-top: 15px;
}
.c-info {
  text-align: center;
}
.c-info h3 {
  text-align: center;
}
.c-info a {
  background: none !important;
}
.c-info a:hover {
  background: none !important;
}
.c-info .mat-toolbar {
  background: none !important;
}
.c-info .mat-toolbar a i {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 500px;
  font-size: 20px !important;
  line-height: 40px !important;
  color: #FFF !important;
}
.home-header .top-navbar .mat-button-wrapper {
  text-transform: uppercase;
}
.invoiceDialog .mat-dialog-container {
  margin: 20px 0px;
  padding: 0px;
}
.ds-summary-cart ::ng-deep .mat-drawer {
  width: 420px;
  padding: 0px;
}
.ds-summary-cart ::ng-deep .mat-icon-button {
  padding: 8px;
}
.mat-badge-content {
  background-color: #ff8188;
}
.cdk-global-overlay-wrapper {
  pointer-events: auto;
  overflow: auto;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .product-dialog .mat-dialog-content {
    max-width: 64vw;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    max-width: 125px;
    padding: 4px 18px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 1199px) {
  .product-dialog .mat-dialog-content {
    max-width: 64vw;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    max-width: 115px;
    padding: 4px 18px !important;
    font-size: 10px !important;
  }
}
@media (min-width: 1200px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 400px;
  }
}
@media (min-width: 960px) and (max-width: 960px) {
  .main-home3-wrapper {
    padding-left: 0 !important;
  }
  .main-home3-wrapper .info-bar {
    margin-top: 25px !important;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
  .carousel-3 .slider-categories {
    max-height: 100% !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    max-width: 50%;
  }
}
@media (min-width: 961px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (max-width: 959px) {
  .mat-toolbar-row {
    height: 100% !important;
    padding: 15px !important;
  }

  .home-header .logo {
    padding: 0;
  }
  .home-header .search-form {
    padding: 0;
  }

  .home-5-wrap .categories .left-section {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section {
    padding-left: 0;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .details-wrapper .product-right {
    padding: 0;
    margin-top: 25px;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
    padding: 10px;
  }
  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
    font-size: 16px;
  }
  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
    width: 27px;
    height: 27px;
    line-height: 35px;
  }

  .products .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
    max-width: 131px;
  }

  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .carousel-2 .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .slide-item .content h1 {
    font-size: 37px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 29px;
  }

  .carousel-2 .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .main-slider .content h3 {
    font-size: 29px;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }

  .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-4 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-three .logo {
    margin: 0 auto;
  }

  .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 34px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 24px;
  }

  .checkout .billing-details {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .checkout .mainOrder-wrapper {
    padding-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }

  .details-wrapper .product-image {
    margin-bottom: 20px;
  }
  .details-wrapper .product-right {
    padding: 0px;
  }

  .home-3-wrap .container {
    padding: 0 15px;
  }
  .home-3-wrap .container .home3-sidebar {
    padding-right: 0px;
  }
  .home-3-wrap .main-home3-wrapper {
    padding-left: 0;
  }
  .home-3-wrap .main-home3-wrapper .info-bar {
    margin-top: 25px;
  }

  .banners-container .baners {
    background: #f5f5f5;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banners-container .baners .first {
    width: 100%;
    background-size: contain;
  }
  .banners-container .baner h4.big-title {
    font-size: 25px;
  }
  .banners-container .seccond {
    margin-right: 0px;
    background-color: #f5f5f5;
    height: 332px;
  }
  .banners-container .pd-xs {
    margin-top: 10px;
  }
  .banners-container .mg-xs-0 {
    margin-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond {
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info {
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    width: auto;
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box h4 {
    font-size: 20px;
  }

  .carousel-2 .slider-categories {
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .left-sidebar-wrapper .filter-sidenav {
    width: 100%;
  }
  .left-sidebar-wrapper .filter-sidenav .popular-products {
    margin-top: 0;
  }
  .left-sidebar-wrapper .filter-sidenav .toggles-wrapper .toggles {
    padding-right: 7px;
  }
  .left-sidebar-wrapper .filter-sidenav .toggles-wrapper .popular-products {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .crypto-value {
    display: flex;
    flex-direction: column;
  }

  .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-bottom: 50px !important;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0;
  }

  .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-4 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-three .logo {
    margin: 0 auto;
  }

  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .home-3-wrap .main-home3-wrapper .info-bar {
    margin-top: 25px;
  }

  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }

  .slide-item .content {
    padding-left: 0px !important;
  }
  .slide-item .content h1 {
    font-size: 34px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 24px;
  }

  .checkout .billing-details {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .checkout .mainOrder-wrapper {
    padding-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
  .carousel-2 .details-wrapper .product-image {
    margin-bottom: 20px;
  }
  .carousel-2 .details-wrapper .product-right {
    padding: 0px;
  }
  .carousel-2 .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .carousel-2 .banners-container .baners {
    margin-right: 0;
  }
  .carousel-2 .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .home-header-three .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .main-slider .content {
    padding-left: 10px;
  }
  .carousel-2 .main-slider .content button {
    padding: 0;
    width: 100px;
  }
}
@media (max-width: 768px) and (max-width: 649px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner {
    height: 116px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 12px;
    left: 15px;
    /* font-size: 95%; */
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 20px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 7px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
  }

  .home-3-wrap .home3-sidebar {
    padding-right: 0px;
  }
  .home-3-wrap .main-home3-wrapper {
    padding-left: 0;
  }
  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }

  .home-header .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-2 .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-three .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-four .search-form {
    width: 95%;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  .home-5-wrap .categories .left-section {
    padding-right: 0;
    margin-bottom: 0px;
  }
  .home-5-wrap .categories .left-section .item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section {
    padding-left: 0;
  }
  .home-5-wrap .categories .right-section .item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    margin-top: 0px !important;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .categories-menu-wrap .category-contant ul li {
    width: 100%;
    transition: 0.3s;
  }

  .info-bar-four-wrapper {
    border-bottom: none;
  }
  .info-bar-four-wrapper .info-bar-four {
    border: none;
  }
  .info-bar-four-wrapper .info-bar-four .card-wrap {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .info-bar-four-wrapper .info-bar-four .card-wrap .mat-card {
    border: none;
  }

  .info-bar .card-wrap {
    padding: 0 !important;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 320px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 34px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 24px;
  }

  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }

  .main-slider {
    height: 280px;
  }

  .slide-item .content h1 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .slide-item .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .vertical-products .product-panel:not(:last-child) {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .mt-2 {
    margin-top: 20px;
  }

  .banners-container .seccond {
    margin: 10px 0 0 0;
  }

  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .text-box {
    width: 100% !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    width: 100%;
    height: auto;
  }

  .left-sidebar-wrapper .filter-sidenav {
    width: 100% !important;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0px;
  }
  .left-sidebar-wrapper .all-products .col .product-item {
    margin-right: 0px;
  }

  .mat-toolbar-row {
    height: 100% !important;
    padding: 15px !important;
  }

  .cdk-global-overlay-wrapper .product-dialog {
    max-width: 80vw !important;
    min-width: 90% !important;
  }

  .product-dialog .mat-dialog-content {
    max-width: 73vw !important;
  }

  .product-dialog .mat-dialog-content {
    max-width: 52vw;
  }
  .product-dialog .mat-dialog-content .product-right {
    padding: 0px !important;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    padding: 3px 12px !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .demo-wrapper .demo-showcase .demos .item .first {
    height: auto !important;
  }

  .checkout .mainOrder-wrapper .main-order {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout .mainOrder-wrapper .main-order ul.total-amount .shipping {
    /* width: 35%; */
    /* float: right; */
    width: unset;
    float: unset;
    display: flex;
    flex-direction: column;
  }
  .checkout .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option .mat-radio-group {
    display: flex;
    flex-direction: column;
  }
  .checkout .mainOrder-wrapper .main-order ul.price-list li {
    line-height: 29px !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .commerce-buttons .mat-button {
    padding-right: 0px !important;
  }

  .home-header .info-message-icon .info-text span {
    font-size: 15px !important;
  }

  .home-header-2 .info-message-icon .info-text span {
    font-size: 15px !important;
  }

  .slide-item .content h1 {
    font-size: 23px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 19px !important;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }

  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-left: 10px;
    padding-right: 150px;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-left: 10px;
    padding-right: 146px !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }
}
body.dark {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #fff;
}
body.dark .mat-drawer-content {
  background-color: #2b2b2b;
}
.dark .color-options .configuration-content h6 {
  color: #777 !important;
}
.dark .color-options .configuration-content h5 {
  color: #383838 !important;
}
.dark .main-slider .sl-wrap .content h3 {
  color: #333 !important;
}
.dark .mat-card {
  background: transparent !important;
}
.dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #f1f3f5 !important;
}
.dark .mat-tab-labels .mat-tab-label-content {
  color: #f1f3f5;
}
.dark .product-item-2 .mat-card:not([class*=mat-elevation-z]) .price-wrap p, .dark .product-item-1 .mat-card:not([class*=mat-elevation-z]) .price-wrap p {
  font-size: 19px;
  color: #f1f3f5;
}
.dark .info-bar {
  border: 1px solid #383636;
}
.dark .info-bar .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
  color: #f1f3f5;
}
.dark .info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.dark .info-bar .card-wrap .mat-icon {
  color: var(--theme-deafult);
}
.dark .home-3-wrap .main-home3-wrapper .info-bar {
  border: 1px solid #383636;
}
.dark .home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .home-3-wrap .brands {
  border: 1px solid #484848;
}
.dark .left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  background: transparent;
}
.dark .left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .all-products select {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .all-products input {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .filter-row {
  border-bottom: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
}
.dark .left-sidebar-wrapper .mat-expansion-panel {
  border: 1px solid #3c3c3c;
}
.dark .left-sidebar-wrapper .mat-expansion-panel span {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .no-shadow {
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products {
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .all-products select {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .all-products input {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .filter-row {
  border-bottom: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
}
.dark .right-sidebar-wrapper .mat-expansion-panel {
  border: 1px solid #3c3c3c;
}
.dark .right-sidebar-wrapper .mat-expansion-panel span {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .no-shadow {
  background: transparent;
}
.dark .products .product-item .mat-card {
  background-color: transparent;
  box-shadow: none !important;
}
.dark .products .product-item .mat-card .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .vertical-products .widget-column .title .widget-title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #404040;
}
.dark .vertical-products .widget-column .title .widget-title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #9c9c9c;
  bottom: 0.3125rem;
}
.dark .vertical-products .widget-column .media-body span {
  color: #f1f3f5;
}
.dark .vertical-products .widget-column .media-body .price {
  color: #f1f3f5;
}
.dark .footer {
  background-color: #252525;
}
.dark .footer .footer-widget a {
  color: #D9D9D9;
}
.dark .footer .footer-widget p {
  color: #D9D9D9;
}
.dark .footer .footer-widget .tel-box .icon i {
  color: var(--theme-deafult);
}
.dark .footer .footer-widget .social li {
  border: 1px solid #848484;
}
.dark .footer .footer-widget .social li i {
  color: #e5e5e5;
}
.dark .carousel-2 .slider-categories .categories-wrap {
  border: 1px solid #484848;
}
.dark .carousel-2 .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .carousel-2 .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .home3-sidebar .categories-wrap {
  border: 1px solid #484848;
}
.dark .home3-sidebar .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .home3-sidebar .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .carousel-3 {
  background-color: #2b2b2b;
  padding: 25px 0;
}
.dark .home-3-wrap .main-home3-wrapper .products {
  background-color: #2b2b2b;
}
.dark .menu-container1 {
  background: #333;
  border-bottom: 1px solid #333;
}
.dark .menu-container1 a.mat-button {
  color: #f1f3f5;
}
.dark .info-bar-four-wrapper {
  margin-top: 0px;
  border: none;
  background: #2b2b2b;
  border-bottom: 1px solid #3a3a3a;
}
.dark .info-bar-four-wrapper .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .info-bar-four-wrapper .card-wrap .mat-card p {
  color: #f1f3f5;
}
.dark .products .products-four h3::before {
  background-color: #404040;
}
.dark .products .products-four h3::after {
  background-color: #9c9c9c;
}
.dark .featured-products-wrap {
  background: #2b2b2b;
}
.dark .home-header-three {
  background: #2b2b2b;
  border-top: none;
}
.dark .home-header-three .call-bucket-wrap .main-menu-wrapper-3 .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-cart span {
  color: #f1f3f5;
}
.dark .topbar_four {
  background: #222222 !important;
}
.dark .topbar_four .widget-text a {
  color: #f1f3f5;
}
.dark .topbar_four .widget-text a .mat-icon {
  color: #f1f3f5;
}
.dark .menu-container4 {
  background: #2b2b2b;
  border-top: 1px solid #343434;
}
.dark .menu-container4 .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .popular-products .title-header h4::before {
  background-color: #373737;
}
.dark .popular-products .title-header h4::after {
  background-color: #828282;
}
.dark .popular-products .reviews .content .info .price {
  color: #f1f3f5;
}
.dark .home-5-wrap {
  background: #2b2b2b;
}
.dark .home-5-wrap .categories {
  background: #2b2b2b;
}
.dark .home-5-wrap .categories .title h3::before {
  background-color: #404040;
}
.dark .home-5-wrap .categories .title h3::after {
  background-color: #9c9c9c;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .info-text span {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .info-text p {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .icon .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .top-navbar .mat-button-wrapper .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .top-navbar .mat-button-wrapper .top-cart span {
  color: #f1f3f5;
}
.dark .menu-container5 .container {
  border-top: 1px solid #464646;
}
.dark .menu-container5 .container a.mat-button {
  color: #f1f3f5;
}
.dark .mat-form-field-label-wrapper label {
  color: #c3c3c3;
}
.dark .about-us-wrapper .about-section .left-info-panel .about-us-intro p {
  color: #f1f3f5;
}
.dark .about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel {
  background: transparent;
  border: 1px solid #505050;
}
.dark .about-us-wrapper .our-values {
  background-color: #2b2b2b;
}
.dark .about-us-wrapper .our-values .box-wraper .box .content {
  background: transparent;
  border: 1px solid #505050;
}
.dark .about-us-wrapper .our-values .box-wraper .box .content p {
  color: #f1f3f5;
}
.dark .about-us-wrapper .our-team .team-members .item .single-team-member .text-box p {
  color: #848484;
}
.dark .details-wrapper .product-image {
  background: #fff !important;
}
.dark .details-wrapper .small-carousel .mat-card {
  background: #fff !important;
}
.dark .details-wrapper .info-bar .mat-icon {
  color: #f1f3f5;
}
.dark .details-wrapper .info-bar .content p {
  color: #f1f3f5;
}
.dark .details-wrapper .info-bar .content span {
  color: #c3c3c3;
}
.dark .details-wrapper .products .title::before {
  background-color: #404040;
}
.dark .details-wrapper .products .title::after {
  background-color: #9c9c9c;
}
.dark .details-wrapper .product-right .avalibility {
  color: #848484;
}
.dark .details-wrapper p.description {
  color: #c3c3c3;
}
.dark .product-dialog .mat-dialog-container {
  overflow: visible;
  background: #1d1d1d;
}
.dark .product-dialog .swiper-container .swiper-wrapper img.img-fluid {
  background: #fff;
}
.dark .product-dialog .product-right .discription .bold {
  color: #b9b9b9;
}
.dark .product-dialog .product-right span {
  color: #eeeeee;
}
.dark .product-dialog .product-right .quantity input {
  background-color: transparent;
  border: 1px solid #525252;
  color: #fff;
}
.dark .menu-wraper-five {
  background: #2b2b2b;
}
.dark .menu-wraper-five a {
  color: #f1f3f5 !important;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form input {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form i {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .mat-icon {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .top-cart span {
  color: #f1f3f5;
}
.dark .food-product-section {
  background: url(/assets/images/background/download2.svg) no-repeat 90%;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
}
.dark .food-product-section .head-title p {
  color: #f1f3f5;
}
.dark .food-product-section .prod-menu ul li .text p {
  color: #f1f3f5;
}
.dark .food-product-section .prod-menu ul li .icon svg {
  fill: #f1f3f5 !important;
}
.dark .food-product-section .prod-menu ul li .icon svg .cls-1 {
  stroke: #f1f3f5 !important;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card {
  border: 1px solid #3e3e3e;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-img {
  background-color: #fff;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper {
  background: #252525;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap p {
  color: #f1f3f5;
}
.dark .about-products {
  background: #252525;
}
.dark .about-products p, .dark .about-products span {
  color: #f1f3f5;
}
.dark .main-topbar-furniture {
  background: #252525 !important;
}
.dark .main-topbar-furniture span, .dark .main-topbar-furniture p {
  color: #f1f3f5;
}
.dark .home-header-seven > div {
  width: 100%;
  background-color: #383838;
}
.dark .home-header-seven > div .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
  color: #ffffff;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent !important;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-icon {
  color: #ffffff;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .top-cart span {
  color: #ffffff;
}
.dark .carousel-furniture {
  padding-top: 30px;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap {
  border: 1px solid #484848;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .carousel-furniture .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .banners-container .baner h4 {
  color: #2d2a25 !important;
}
.dark .commercial-banner .story__content {
  background-color: #252525;
}
.dark .commercial-banner .story__content .inner-column h1 {
  color: #f1f3f5;
}
.dark .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .header-decor > div {
  width: 100%;
  background-color: #383838;
}
.dark .carousel-home-decor .slider-categories {
  background-color: #383838;
}
.dark .carousel-home-decor .slider-categories .categories-wrap {
  border: 1px solid #313131;
}
.dark .carousel-home-decor .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #f1f3f5;
}
.dark .carousel-home-decor .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #4e4e4e;
  color: #e0e0e0;
}
.dark .banners-decor {
  border: 1px solid #828282;
}
.dark .banners-decor .baner h4 {
  color: #2d2a25 !important;
}
@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
/* You can add global styles to this file, and also import other style files */
/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-no-flexbox .swiper-slide{float:left}
.swiper-container-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}
.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}
.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-container-3d{perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{touch-action:pan-y}
.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{touch-action:pan-x}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s top,.2s -webkit-transform;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s left,.2s -webkit-transform;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s right,.2s -webkit-transform;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}
.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}
.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}
.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}
.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}
.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}
@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.mat-badge-content{font-weight:600;font-size:12px;font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-badge-small .mat-badge-content{font-size:9px}
.mat-badge-large .mat-badge-content{font-size:24px}
.mat-h1,.mat-headline,.mat-typography h1{font:400 24px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h2,.mat-title,.mat-typography h2{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h3,.mat-subheading-2,.mat-typography h3{font:400 16px/28px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h4,.mat-subheading-1,.mat-typography h4{font:400 15px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 16px}
.mat-h5,.mat-typography h5{font:400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-h6,.mat-typography h6{font:400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;margin:0 0 12px}
.mat-body-strong,.mat-body-2{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body,.mat-body-1,.mat-typography{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-body p,.mat-body-1 p,.mat-typography p{margin:0 0 12px}
.mat-small,.mat-caption{font:400 12px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-display-4,.mat-typography .mat-display-4{font:300 112px/112px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.05em;margin:0 0 56px}
.mat-display-3,.mat-typography .mat-display-3{font:400 56px/56px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.02em;margin:0 0 64px}
.mat-display-2,.mat-typography .mat-display-2{font:400 45px/48px Roboto, "Helvetica Neue", sans-serif;letter-spacing:-0.005em;margin:0 0 64px}
.mat-display-1,.mat-typography .mat-display-1{font:400 34px/40px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0 0 64px}
.mat-bottom-sheet-container{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-button,.mat-raised-button,.mat-icon-button,.mat-stroked-button,.mat-flat-button,.mat-fab,.mat-mini-fab{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-button-toggle{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-card-title{font-size:24px;font-weight:500}
.mat-card-header .mat-card-title{font-size:20px}
.mat-card-subtitle,.mat-card-content{font-size:14px}
.mat-checkbox{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-checkbox-layout .mat-checkbox-label{line-height:24px}
.mat-chip{font-size:14px;font-weight:500}
.mat-chip .mat-chip-trailing-icon.mat-icon,.mat-chip .mat-chip-remove.mat-icon{font-size:18px}
.mat-table{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-header-cell{font-size:12px;font-weight:500}
.mat-cell,.mat-footer-cell{font-size:14px}
.mat-calendar{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-calendar-body{font-size:13px}
.mat-calendar-body-label,.mat-calendar-period-button{font-size:14px;font-weight:500}
.mat-calendar-table-header th{font-size:11px;font-weight:400}
.mat-dialog-title{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-expansion-panel-header{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:15px;font-weight:400}
.mat-expansion-panel-content{font:400 14px/20px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field{font-size:inherit;font-weight:400;line-height:1.125;font-family:Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-form-field-wrapper{padding-bottom:1.34375em}
.mat-form-field-prefix .mat-icon,.mat-form-field-suffix .mat-icon{font-size:150%;line-height:1.125}
.mat-form-field-prefix .mat-icon-button,.mat-form-field-suffix .mat-icon-button{height:1.5em;width:1.5em}
.mat-form-field-prefix .mat-icon-button .mat-icon,.mat-form-field-suffix .mat-icon-button .mat-icon{height:1.125em;line-height:1.125}
.mat-form-field-infix{padding:.5em 0;border-top:.84375em solid transparent}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34375em) scale(0.75);width:133.3333333333%}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.34374em) scale(0.75);width:133.3333433333%}
.mat-form-field-label-wrapper{top:-0.84375em;padding-top:.84375em}
.mat-form-field-label{top:1.34375em}
.mat-form-field-underline{bottom:1.34375em}
.mat-form-field-subscript-wrapper{font-size:75%;margin-top:.6666666667em;top:calc(100% - 1.7916666667em)}
.mat-form-field-appearance-legacy .mat-form-field-wrapper{padding-bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-infix{padding:.4375em 0}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);-ms-transform:translateY(-1.28125em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);-ms-transform:translateY(-1.28124em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);-ms-transform:translateY(-1.28123em) scale(0.75);width:133.3333533333%}
.mat-form-field-appearance-legacy .mat-form-field-label{top:1.28125em}
.mat-form-field-appearance-legacy .mat-form-field-underline{bottom:1.25em}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper{margin-top:.5416666667em;top:calc(100% - 1.6666666667em)}
@media print{.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28122em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.28121em) scale(0.75)}.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.2812em) scale(0.75)}}
.mat-form-field-appearance-fill .mat-form-field-infix{padding:.25em 0 .75em 0}
.mat-form-field-appearance-fill .mat-form-field-label{top:1.09375em;margin-top:-0.5em}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-0.59374em) scale(0.75);width:133.3333433333%}
.mat-form-field-appearance-outline .mat-form-field-infix{padding:1em 0 1em 0}
.mat-form-field-appearance-outline .mat-form-field-label{top:1.84375em;margin-top:-0.25em}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59375em) scale(0.75);width:133.3333333333%}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown)+.mat-form-field-label-wrapper .mat-form-field-label{transform:translateY(-1.59374em) scale(0.75);width:133.3333433333%}
.mat-grid-tile-header,.mat-grid-tile-footer{font-size:14px}
.mat-grid-tile-header .mat-line,.mat-grid-tile-footer .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-grid-tile-header .mat-line:nth-child(n+2),.mat-grid-tile-footer .mat-line:nth-child(n+2){font-size:12px}
input.mat-input-element{margin-top:-0.0625em}
.mat-menu-item{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:400}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px}
.mat-radio-button{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-select-trigger{height:1.125em}
.mat-slide-toggle-content{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-slider-thumb-label-text{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-stepper-vertical,.mat-stepper-horizontal{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-step-label{font-size:14px;font-weight:400}
.mat-step-sub-label-error{font-weight:normal}
.mat-step-label-error{font-size:14px}
.mat-step-label-selected{font-size:14px;font-weight:500}
.mat-tab-group{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tab-label,.mat-tab-link{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-toolbar,.mat-toolbar h1,.mat-toolbar h2,.mat-toolbar h3,.mat-toolbar h4,.mat-toolbar h5,.mat-toolbar h6{font:500 20px/32px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal;margin:0}
.mat-tooltip{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:10px;padding-top:6px;padding-bottom:6px}
.mat-tooltip-handset{font-size:14px;padding-top:8px;padding-bottom:8px}
.mat-list-item{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-option{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-list-base .mat-list-item{font-size:16px}
.mat-list-base .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-list-option{font-size:16px}
.mat-list-base .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2){font-size:14px}
.mat-list-base .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px;font-weight:500}
.mat-list-base[dense] .mat-list-item{font-size:12px}
.mat-list-base[dense] .mat-list-item .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-list-option{font-size:12px}
.mat-list-base[dense] .mat-list-option .mat-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;box-sizing:border-box}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2){font-size:12px}
.mat-list-base[dense] .mat-subheader{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:12px;font-weight:500}
.mat-option{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:16px}
.mat-optgroup-label{font:500 14px/24px Roboto, "Helvetica Neue", sans-serif;letter-spacing:normal}
.mat-simple-snackbar{font-family:Roboto, "Helvetica Neue", sans-serif;font-size:14px}
.mat-simple-snackbar-action{line-height:1;font-family:inherit;font-size:inherit;font-weight:500}
.mat-tree{font-family:Roboto, "Helvetica Neue", sans-serif}
.mat-tree-node,.mat-nested-tree-node{font-weight:400;font-size:14px}
.mat-ripple{overflow:hidden;position:relative}
.mat-ripple:not(:empty){transform:translateZ(0)}
.mat-ripple.mat-ripple-unbounded{overflow:visible}
.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0, 0, 0.2, 1);transform:scale(0)}
.cdk-high-contrast-active .mat-ripple-element{display:none}
.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;outline:0;-webkit-appearance:none;-moz-appearance:none}
.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}
.cdk-overlay-container{position:fixed;z-index:1000}
.cdk-overlay-container:empty{display:none}
.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}
.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}
.cdk-overlay-backdrop{position:absolute;top:0;bottom:0;left:0;right:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:transparent;transition:opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);opacity:0}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}
@media screen and (-ms-high-contrast: active){.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}}
.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}
.cdk-overlay-transparent-backdrop,.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0}
.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}
.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}
@-webkit-keyframes cdk-text-field-autofill-start{/*!*/}
@keyframes cdk-text-field-autofill-start{/*!*/}
@-webkit-keyframes cdk-text-field-autofill-end{/*!*/}
@keyframes cdk-text-field-autofill-end{/*!*/}
.cdk-text-field-autofill-monitored:-webkit-autofill{-webkit-animation:cdk-text-field-autofill-start 0s 1ms;animation:cdk-text-field-autofill-start 0s 1ms}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill){-webkit-animation:cdk-text-field-autofill-end 0s 1ms;animation:cdk-text-field-autofill-end 0s 1ms}
textarea.cdk-textarea-autosize{resize:none}
textarea.cdk-textarea-autosize-measuring{padding:2px 0 !important;box-sizing:content-box !important;height:auto !important;overflow:hidden !important}
textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0 !important;box-sizing:content-box !important;height:0 !important}
.mat-focus-indicator{position:relative}
.mat-mdc-focus-indicator{position:relative}
.mat-ripple-element{background-color:rgba(0,0,0,.1)}
.mat-option{color:rgba(0,0,0,.87)}
.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}
.mat-option.mat-active{background:rgba(0,0,0,.04);color:rgba(0,0,0,.87)}
.mat-option.mat-option-disabled{color:rgba(0,0,0,.38)}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#3f51b5}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#ff4081}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}
.mat-optgroup-label{color:rgba(0,0,0,.54)}
.mat-optgroup-disabled .mat-optgroup-label{color:rgba(0,0,0,.38)}
.mat-pseudo-checkbox{color:rgba(0,0,0,.54)}
.mat-pseudo-checkbox::after{color:#fafafa}
.mat-pseudo-checkbox-disabled{color:#b0b0b0}
.mat-primary .mat-pseudo-checkbox-checked,.mat-primary .mat-pseudo-checkbox-indeterminate{background:#3f51b5}
.mat-pseudo-checkbox-checked,.mat-pseudo-checkbox-indeterminate,.mat-accent .mat-pseudo-checkbox-checked,.mat-accent .mat-pseudo-checkbox-indeterminate{background:#ff4081}
.mat-warn .mat-pseudo-checkbox-checked,.mat-warn .mat-pseudo-checkbox-indeterminate{background:#f44336}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled{background:#b0b0b0}
.mat-app-background{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-elevation-z0{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z1{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z2{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z3{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z4{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z5{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 5px 8px 0px rgba(0, 0, 0, 0.14),0px 1px 14px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z6{box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-elevation-z7{box-shadow:0px 4px 5px -2px rgba(0, 0, 0, 0.2),0px 7px 10px 1px rgba(0, 0, 0, 0.14),0px 2px 16px 1px rgba(0, 0, 0, 0.12)}
.mat-elevation-z8{box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z9{box-shadow:0px 5px 6px -3px rgba(0, 0, 0, 0.2),0px 9px 12px 1px rgba(0, 0, 0, 0.14),0px 3px 16px 2px rgba(0, 0, 0, 0.12)}
.mat-elevation-z10{box-shadow:0px 6px 6px -3px rgba(0, 0, 0, 0.2),0px 10px 14px 1px rgba(0, 0, 0, 0.14),0px 4px 18px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z11{box-shadow:0px 6px 7px -4px rgba(0, 0, 0, 0.2),0px 11px 15px 1px rgba(0, 0, 0, 0.14),0px 4px 20px 3px rgba(0, 0, 0, 0.12)}
.mat-elevation-z12{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z13{box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 13px 19px 2px rgba(0, 0, 0, 0.14),0px 5px 24px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z14{box-shadow:0px 7px 9px -4px rgba(0, 0, 0, 0.2),0px 14px 21px 2px rgba(0, 0, 0, 0.14),0px 5px 26px 4px rgba(0, 0, 0, 0.12)}
.mat-elevation-z15{box-shadow:0px 8px 9px -5px rgba(0, 0, 0, 0.2),0px 15px 22px 2px rgba(0, 0, 0, 0.14),0px 6px 28px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z16{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z17{box-shadow:0px 8px 11px -5px rgba(0, 0, 0, 0.2),0px 17px 26px 2px rgba(0, 0, 0, 0.14),0px 6px 32px 5px rgba(0, 0, 0, 0.12)}
.mat-elevation-z18{box-shadow:0px 9px 11px -5px rgba(0, 0, 0, 0.2),0px 18px 28px 2px rgba(0, 0, 0, 0.14),0px 7px 34px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z19{box-shadow:0px 9px 12px -6px rgba(0, 0, 0, 0.2),0px 19px 29px 2px rgba(0, 0, 0, 0.14),0px 7px 36px 6px rgba(0, 0, 0, 0.12)}
.mat-elevation-z20{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 20px 31px 3px rgba(0, 0, 0, 0.14),0px 8px 38px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z21{box-shadow:0px 10px 13px -6px rgba(0, 0, 0, 0.2),0px 21px 33px 3px rgba(0, 0, 0, 0.14),0px 8px 40px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z22{box-shadow:0px 10px 14px -6px rgba(0, 0, 0, 0.2),0px 22px 35px 3px rgba(0, 0, 0, 0.14),0px 8px 42px 7px rgba(0, 0, 0, 0.12)}
.mat-elevation-z23{box-shadow:0px 11px 14px -7px rgba(0, 0, 0, 0.2),0px 23px 36px 3px rgba(0, 0, 0, 0.14),0px 9px 44px 8px rgba(0, 0, 0, 0.12)}
.mat-elevation-z24{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12)}
.mat-theme-loaded-marker{display:none}
.mat-autocomplete-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:rgba(0,0,0,.87)}
.mat-badge-content{color:#fff;background:#3f51b5}
.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}
.mat-badge-accent .mat-badge-content{background:#ff4081;color:#fff}
.mat-badge-warn .mat-badge-content{color:#fff;background:#f44336}
.mat-badge{position:relative}
.mat-badge-hidden .mat-badge-content{display:none}
.mat-badge-disabled .mat-badge-content{background:#b9b9b9;color:rgba(0,0,0,.38)}
.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform 200ms ease-in-out;transform:scale(0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none}
.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}
.mat-badge-content.mat-badge-active{transform:none}
.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px}
.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}
.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}
.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}
.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}
.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}
.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}
.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}
.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}
.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}
.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px}
.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}
.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}
.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}
.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}
.mat-bottom-sheet-container{box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:transparent}
.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#3f51b5}
.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#ff4081}
.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}
.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#3f51b5}
.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#ff4081}
.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}
.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:transparent}
.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}
.mat-button-focus-overlay{background:#000}
.mat-stroked-button:not(.mat-button-disabled){border-color:rgba(0,0,0,.12)}
.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:rgba(0,0,0,.87);background-color:#fff}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{color:#fff}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{color:#fff}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:rgba(0,0,0,.26)}
.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#3f51b5}
.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#ff4081}
.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}
.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:rgba(0,0,0,.12)}
.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 5px 5px -3px rgba(0, 0, 0, 0.2),0px 8px 10px 1px rgba(0, 0, 0, 0.14),0px 3px 14px 2px rgba(0, 0, 0, 0.12)}
.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0px 7px 8px -4px rgba(0, 0, 0, 0.2),0px 12px 17px 2px rgba(0, 0, 0, 0.14),0px 5px 22px 4px rgba(0, 0, 0, 0.12)}
.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone,.mat-button-toggle-group{box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{box-shadow:none}
.mat-button-toggle{color:rgba(0,0,0,.38)}
.mat-button-toggle .mat-button-toggle-focus-overlay{background-color:rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87);background:#fff}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay{background-color:#000}
.mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:solid 1px rgba(0,0,0,.12)}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle+.mat-button-toggle{border-left:none;border-right:none;border-top:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-checked{background-color:#e0e0e0;color:rgba(0,0,0,.54)}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard{color:rgba(0,0,0,.87)}
.mat-button-toggle-disabled{color:rgba(0,0,0,.26);background-color:#eee}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard{background:#fff}
.mat-button-toggle-disabled.mat-button-toggle-checked{background-color:#bdbdbd}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,.mat-button-toggle-group-appearance-standard{border:solid 1px rgba(0,0,0,.12)}
.mat-button-toggle-appearance-standard .mat-button-toggle-label-content{line-height:48px}
.mat-card{background:#fff;color:rgba(0,0,0,.87)}
.mat-card:not([class*=mat-elevation-z]){box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12)}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-card-subtitle{color:rgba(0,0,0,.54)}
.mat-checkbox-frame{border-color:rgba(0,0,0,.54)}
.mat-checkbox-checkmark{fill:#fafafa}
.mat-checkbox-checkmark-path{stroke:#fafafa !important}
.mat-checkbox-mixedmark{background-color:#fafafa}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#3f51b5}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#ff4081}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}
.mat-checkbox-disabled .mat-checkbox-label{color:rgba(0,0,0,.54)}
.mat-checkbox .mat-ripple-element{background-color:#000}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#3f51b5}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#ff4081}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}
.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:rgba(0,0,0,.87)}
.mat-chip.mat-standard-chip .mat-chip-remove{color:rgba(0,0,0,.87);opacity:.4}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0px 3px 3px -2px rgba(0, 0, 0, 0.2),0px 3px 4px 0px rgba(0, 0, 0, 0.14),0px 1px 8px 0px rgba(0, 0, 0, 0.12)}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}
.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}
.mat-chip.mat-standard-chip::after{background:#000}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#3f51b5;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#ff4081;color:#fff}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:rgba(255,255,255,.1)}
.mat-table{background:#fff}
.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}
mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:rgba(0,0,0,.12)}
.mat-header-cell{color:rgba(0,0,0,.54)}
.mat-cell,.mat-footer-cell{color:rgba(0,0,0,.87)}
.mat-calendar-arrow{border-top-color:rgba(0,0,0,.54)}
.mat-datepicker-toggle,.mat-datepicker-content .mat-calendar-next-button,.mat-datepicker-content .mat-calendar-previous-button{color:rgba(0,0,0,.54)}
.mat-calendar-table-header{color:rgba(0,0,0,.38)}
.mat-calendar-table-header-divider::after{background:rgba(0,0,0,.12)}
.mat-calendar-body-label{color:rgba(0,0,0,.54)}
.mat-calendar-body-cell-content,.mat-date-range-input-separator{color:rgba(0,0,0,.87);border-color:transparent}
.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){color:rgba(0,0,0,.38)}
.mat-form-field-disabled .mat-date-range-input-separator{color:rgba(0,0,0,.38)}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){background-color:rgba(0,0,0,.04)}
.mat-calendar-body-in-preview{color:rgba(0,0,0,.24)}
.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.38)}
.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical){border-color:rgba(0,0,0,.18)}
.mat-calendar-body-in-range::before{background:rgba(63,81,181,.2)}
.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-calendar-body-comparison-bridge-start::before,[dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-comparison-bridge-end::before,[dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(63, 81, 181, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-calendar-body-selected{background-color:#3f51b5;color:#fff}
.mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(63,81,181,.4)}
.mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content{box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12);background-color:#fff;color:rgba(0,0,0,.87)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range::before{background:rgba(255,64,129,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(255, 64, 129, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected{background-color:#ff4081;color:#fff}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(255,64,129,.4)}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range::before{background:rgba(244,67,54,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range::before{background:rgba(249,171,0,.2)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end::before{background:linear-gradient(to right, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end::before,.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start::before{background:linear-gradient(to left, rgba(244, 67, 54, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%)}
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range::after{background:#a8dab5}
.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected{background:#46a35e}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected{background-color:#f44336;color:#fff}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected{background-color:rgba(244,67,54,.4)}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected{box-shadow:inset 0 0 0 1px #fff}
.mat-datepicker-content-touch{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.2),0px 0px 0px 0px rgba(0, 0, 0, 0.14),0px 0px 0px 0px rgba(0, 0, 0, 0.12)}
.mat-datepicker-toggle-active{color:#3f51b5}
.mat-datepicker-toggle-active.mat-accent{color:#ff4081}
.mat-datepicker-toggle-active.mat-warn{color:#f44336}
.mat-date-range-input-inner[disabled]{color:rgba(0,0,0,.38)}
.mat-dialog-container{box-shadow:0px 11px 15px -7px rgba(0, 0, 0, 0.2),0px 24px 38px 3px rgba(0, 0, 0, 0.14),0px 9px 46px 8px rgba(0, 0, 0, 0.12);background:#fff;color:rgba(0,0,0,.87)}
.mat-divider{border-top-color:rgba(0,0,0,.12)}
.mat-divider-vertical{border-right-color:rgba(0,0,0,.12)}
.mat-expansion-panel{background:#fff;color:rgba(0,0,0,.87)}
.mat-expansion-panel:not([class*=mat-elevation-z]){box-shadow:0px 3px 1px -2px rgba(0, 0, 0, 0.2),0px 2px 2px 0px rgba(0, 0, 0, 0.14),0px 1px 5px 0px rgba(0, 0, 0, 0.12)}
.mat-action-row{border-top-color:rgba(0,0,0,.12)}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]),.mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]),.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]){background:rgba(0,0,0,.04)}
@media(hover: none){.mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover{background:#fff}}
.mat-expansion-panel-header-title{color:rgba(0,0,0,.87)}
.mat-expansion-panel-header-description,.mat-expansion-indicator::after{color:rgba(0,0,0,.54)}
.mat-expansion-panel-header[aria-disabled=true]{color:rgba(0,0,0,.26)}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description{color:inherit}
.mat-expansion-panel-header{height:48px}
.mat-expansion-panel-header.mat-expanded{height:64px}
.mat-form-field-label{color:rgba(0,0,0,.6)}
.mat-hint{color:rgba(0,0,0,.6)}
.mat-form-field.mat-focused .mat-form-field-label{color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}
.mat-focused .mat-form-field-required-marker{color:#ff4081}
.mat-form-field-ripple{background-color:rgba(0,0,0,.87)}
.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#3f51b5}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#ff4081}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after{color:#3f51b5}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after{color:#ff4081}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}
.mat-error{color:#f44336}
.mat-form-field-appearance-legacy .mat-form-field-label{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-hint{color:rgba(0,0,0,.54)}
.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-standard .mat-form-field-underline{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);background-size:4px 100%;background-repeat:repeat-x}
.mat-form-field-appearance-fill .mat-form-field-flex{background-color:rgba(0,0,0,.04)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:rgba(0,0,0,.02)}
.mat-form-field-appearance-fill .mat-form-field-underline::before{background-color:rgba(0,0,0,.42)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before{background-color:transparent}
.mat-form-field-appearance-outline .mat-form-field-outline{color:rgba(0,0,0,.12)}
.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:rgba(0,0,0,.87)}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#3f51b5}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#ff4081}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:rgba(0,0,0,.38)}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:rgba(0,0,0,.06)}
.mat-icon.mat-primary{color:#3f51b5}
.mat-icon.mat-accent{color:#ff4081}
.mat-icon.mat-warn{color:#f44336}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after{color:rgba(0,0,0,.54)}
.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after{color:rgba(0,0,0,.38)}
.mat-input-element{caret-color:#3f51b5}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-moz-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element::-webkit-input-placeholder{color:rgba(0,0,0,.42)}
.mat-input-element:-ms-input-placeholder{color:rgba(0,0,0,.42)}
.mat-form-field.mat-accent .mat-input-element{caret-color:#ff4081}
.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after{color:#f44336}
.mat-list-base .mat-list-item{color:rgba(0,0,0,.87)}
.mat-list-base .mat-list-option{color:rgba(0,0,0,.87)}
.mat-list-base .mat-subheader{color:rgba(0,0,0,.54)}
.mat-list-item-disabled{background-color:#eee}
.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}
.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}
.mat-menu-panel{background:#fff}
.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-menu-item{background:transparent;color:rgba(0,0,0,.87)}
.mat-menu-item[disabled],.mat-menu-item[disabled]::after,.mat-menu-item[disabled] .mat-icon-no-color{color:rgba(0,0,0,.38)}
.mat-menu-item .mat-icon-no-color,.mat-menu-item-submenu-trigger::after{color:rgba(0,0,0,.54)}
.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}
.mat-paginator{background:#fff}
.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:rgba(0,0,0,.54)}
.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}
.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}
.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:rgba(0,0,0,.38)}
.mat-paginator-container{min-height:56px}
.mat-progress-bar-background{fill:#c5cae9}
.mat-progress-bar-buffer{background-color:#c5cae9}
.mat-progress-bar-fill::after{background-color:#3f51b5}
.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#ff80ab}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#ff80ab}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after{background-color:#ff4081}
.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#ffcdd2}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after{background-color:#f44336}
.mat-progress-spinner circle,.mat-spinner circle{stroke:#3f51b5}
.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#ff4081}
.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}
.mat-radio-outer-circle{border-color:rgba(0,0,0,.54)}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#3f51b5}
.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#3f51b5}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#ff4081}
.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#ff4081}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}
.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:rgba(0,0,0,.38)}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:rgba(0,0,0,.38)}
.mat-radio-button .mat-ripple-element{background-color:#000}
.mat-select-value{color:rgba(0,0,0,.87)}
.mat-select-placeholder{color:rgba(0,0,0,.42)}
.mat-select-disabled .mat-select-value{color:rgba(0,0,0,.38)}
.mat-select-arrow{color:rgba(0,0,0,.54)}
.mat-select-panel{background:#fff}
.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0px 2px 4px -1px rgba(0, 0, 0, 0.2),0px 4px 5px 0px rgba(0, 0, 0, 0.14),0px 1px 10px 0px rgba(0, 0, 0, 0.12)}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#3f51b5}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#ff4081}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:rgba(0,0,0,.38)}
.mat-drawer-container{background-color:#fafafa;color:rgba(0,0,0,.87)}
.mat-drawer{background-color:#fff;color:rgba(0,0,0,.87)}
.mat-drawer.mat-drawer-push{background-color:#fff}
.mat-drawer:not(.mat-drawer-side){box-shadow:0px 8px 10px -5px rgba(0, 0, 0, 0.2),0px 16px 24px 2px rgba(0, 0, 0, 0.14),0px 6px 30px 5px rgba(0, 0, 0, 0.12)}
.mat-drawer-side{border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-side.mat-drawer-end{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side{border-left:solid 1px rgba(0,0,0,.12);border-right:none}
[dir=rtl] .mat-drawer-side.mat-drawer-end{border-left:none;border-right:solid 1px rgba(0,0,0,.12)}
.mat-drawer-backdrop.mat-drawer-shown{background-color:rgba(0,0,0,.6)}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#ff4081}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:rgba(255,64,129,.54)}
.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#ff4081}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#3f51b5}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:rgba(63,81,181,.54)}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#3f51b5}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:rgba(244,67,54,.54)}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}
.mat-slide-toggle-thumb{box-shadow:0px 2px 1px -1px rgba(0, 0, 0, 0.2),0px 1px 1px 0px rgba(0, 0, 0, 0.14),0px 1px 3px 0px rgba(0, 0, 0, 0.12);background-color:#fafafa}
.mat-slide-toggle-bar{background-color:rgba(0,0,0,.38)}
.mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-primary .mat-slider-track-fill,.mat-primary .mat-slider-thumb,.mat-primary .mat-slider-thumb-label{background-color:#3f51b5}
.mat-primary .mat-slider-thumb-label-text{color:#fff}
.mat-primary .mat-slider-focus-ring{background-color:rgba(63,81,181,.2)}
.mat-accent .mat-slider-track-fill,.mat-accent .mat-slider-thumb,.mat-accent .mat-slider-thumb-label{background-color:#ff4081}
.mat-accent .mat-slider-thumb-label-text{color:#fff}
.mat-accent .mat-slider-focus-ring{background-color:rgba(255,64,129,.2)}
.mat-warn .mat-slider-track-fill,.mat-warn .mat-slider-thumb,.mat-warn .mat-slider-thumb-label{background-color:#f44336}
.mat-warn .mat-slider-thumb-label-text{color:#fff}
.mat-warn .mat-slider-focus-ring{background-color:rgba(244,67,54,.2)}
.mat-slider:hover .mat-slider-track-background,.cdk-focused .mat-slider-track-background{background-color:rgba(0,0,0,.38)}
.mat-slider-disabled .mat-slider-track-background,.mat-slider-disabled .mat-slider-track-fill,.mat-slider-disabled .mat-slider-thumb{background-color:rgba(0,0,0,.26)}
.mat-slider-disabled:hover .mat-slider-track-background{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value .mat-slider-focus-ring{background-color:rgba(0,0,0,.12)}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:rgba(0,0,0,.87)}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:rgba(0,0,0,.26)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:rgba(0,0,0,.26);background-color:transparent}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:rgba(0,0,0,.38)}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:rgba(0,0,0,.26)}
.mat-slider-has-ticks .mat-slider-wrapper::after{border-color:rgba(0,0,0,.7)}
.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);background-image:-moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent)}
.mat-step-header.cdk-keyboard-focused,.mat-step-header.cdk-program-focused,.mat-step-header:hover{background-color:rgba(0,0,0,.04)}
@media(hover: none){.mat-step-header:hover{background:none}}
.mat-step-header .mat-step-label,.mat-step-header .mat-step-optional{color:rgba(0,0,0,.54)}
.mat-step-header .mat-step-icon{background-color:rgba(0,0,0,.54);color:#fff}
.mat-step-header .mat-step-icon-selected,.mat-step-header .mat-step-icon-state-done,.mat-step-header .mat-step-icon-state-edit{background-color:#3f51b5;color:#fff}
.mat-step-header.mat-accent .mat-step-icon{color:#fff}
.mat-step-header.mat-accent .mat-step-icon-selected,.mat-step-header.mat-accent .mat-step-icon-state-done,.mat-step-header.mat-accent .mat-step-icon-state-edit{background-color:#ff4081;color:#fff}
.mat-step-header.mat-warn .mat-step-icon{color:#fff}
.mat-step-header.mat-warn .mat-step-icon-selected,.mat-step-header.mat-warn .mat-step-icon-state-done,.mat-step-header.mat-warn .mat-step-icon-state-edit{background-color:#f44336;color:#fff}
.mat-step-header .mat-step-icon-state-error{background-color:transparent;color:#f44336}
.mat-step-header .mat-step-label.mat-step-label-active{color:rgba(0,0,0,.87)}
.mat-step-header .mat-step-label.mat-step-label-error{color:#f44336}
.mat-stepper-horizontal,.mat-stepper-vertical{background-color:#fff}
.mat-stepper-vertical-line::before{border-left-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header::before,.mat-horizontal-stepper-header::after,.mat-stepper-horizontal-line{border-top-color:rgba(0,0,0,.12)}
.mat-horizontal-stepper-header{height:72px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header,.mat-vertical-stepper-header{padding:24px 24px}
.mat-stepper-vertical-line::before{top:-16px;bottom:-16px}
.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::after,.mat-stepper-label-position-bottom .mat-horizontal-stepper-header::before{top:36px}
.mat-stepper-label-position-bottom .mat-stepper-horizontal-line{top:36px}
.mat-sort-header-arrow{color:#757575}
.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}
.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}
.mat-tab-label,.mat-tab-link{color:rgba(0,0,0,.87)}
.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:rgba(0,0,0,.38)}
.mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.87)}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(0,0,0,.38)}
.mat-tab-group[class*=mat-background-] .mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#3f51b5}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#ff4081}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar{background-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(197,202,233,.3)}
.mat-tab-group.mat-background-primary .mat-tab-header,.mat-tab-group.mat-background-primary .mat-tab-links,.mat-tab-group.mat-background-primary .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary .mat-tab-header,.mat-tab-nav-bar.mat-background-primary .mat-tab-links,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination{background-color:#3f51b5}
.mat-tab-group.mat-background-primary .mat-tab-label,.mat-tab-group.mat-background-primary .mat-tab-link,.mat-tab-nav-bar.mat-background-primary .mat-tab-label,.mat-tab-nav-bar.mat-background-primary .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-primary .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,128,171,.3)}
.mat-tab-group.mat-background-accent .mat-tab-header,.mat-tab-group.mat-background-accent .mat-tab-links,.mat-tab-group.mat-background-accent .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent .mat-tab-header,.mat-tab-nav-bar.mat-background-accent .mat-tab-links,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination{background-color:#ff4081}
.mat-tab-group.mat-background-accent .mat-tab-label,.mat-tab-group.mat-background-accent .mat-tab-link,.mat-tab-nav-bar.mat-background-accent .mat-tab-label,.mat-tab-nav-bar.mat-background-accent .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-accent .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled){background-color:rgba(255,205,210,.3)}
.mat-tab-group.mat-background-warn .mat-tab-header,.mat-tab-group.mat-background-warn .mat-tab-links,.mat-tab-group.mat-background-warn .mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn .mat-tab-header,.mat-tab-nav-bar.mat-background-warn .mat-tab-links,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination{background-color:#f44336}
.mat-tab-group.mat-background-warn .mat-tab-label,.mat-tab-group.mat-background-warn .mat-tab-link,.mat-tab-nav-bar.mat-background-warn .mat-tab-label,.mat-tab-nav-bar.mat-background-warn .mat-tab-link{color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled{color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron{border-color:#fff}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:rgba(255,255,255,.4)}
.mat-tab-group.mat-background-warn .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn .mat-ripple-element{background-color:rgba(255,255,255,.12)}
.mat-toolbar{background:#f5f5f5;color:rgba(0,0,0,.87)}
.mat-toolbar.mat-primary{background:#3f51b5;color:#fff}
.mat-toolbar.mat-accent{background:#ff4081;color:#fff}
.mat-toolbar.mat-warn{background:#f44336;color:#fff}
.mat-toolbar .mat-form-field-underline,.mat-toolbar .mat-form-field-ripple,.mat-toolbar .mat-focused .mat-form-field-ripple{background-color:currentColor}
.mat-toolbar .mat-form-field-label,.mat-toolbar .mat-focused .mat-form-field-label,.mat-toolbar .mat-select-value,.mat-toolbar .mat-select-arrow,.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow{color:inherit}
.mat-toolbar .mat-input-element{caret-color:currentColor}
.mat-toolbar-multiple-rows{min-height:64px}
.mat-toolbar-row,.mat-toolbar-single-row{height:64px}
@media(max-width: 599px){.mat-toolbar-multiple-rows{min-height:56px}.mat-toolbar-row,.mat-toolbar-single-row{height:56px}}
.mat-tooltip{background:rgba(97,97,97,.9)}
.mat-tree{background:#fff}
.mat-tree-node,.mat-nested-tree-node{color:rgba(0,0,0,.87)}
.mat-tree-node{min-height:48px}
.mat-snack-bar-container{color:rgba(255,255,255,.7);background:#323232;box-shadow:0px 3px 5px -1px rgba(0, 0, 0, 0.2),0px 6px 10px 0px rgba(0, 0, 0, 0.14),0px 1px 18px 0px rgba(0, 0, 0, 0.12)}
.mat-simple-snackbar-action{color:#ff4081}
/**************************************************************************
***************** Master Stylesheet for ecommerce************************
***************************************************************************
=========================== Content Index =================================
* 1. General styles
* 2. HOME-1 STYLES
     - Info bar styles
     - Header-1 styles
     - Shopping widget styles
     - Home product section styles
     - Home baners section styles
     - Home vertical-product section styles
     - Home footer section styles
* 3. HOME-2 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 4. HOME-3 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 4. HOME-4 STYLES
     - Carousel styles
     - Header-2 styles
     - Info bar styles
     - Shopping widget styles
     - Home-2 product section styles
* 3. Menu-1 styles
* 4. Menu-2 styles
* 5. Products left sidebar page styles
* 6. Popular product page styles
* 7. My account page styles
* 11. Price slider styles
* 12. Product dialog styles
* 13. Popular products styles

***************************************************************************
**************************************************************************/
/***************************************/
/* Icon Pulse Shrink */
@-webkit-keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
.hvr-icon-pulse-shrink {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.hvr-icon-pulse-shrink:hover .hvr-icon, .hvr-icon-pulse-shrink:focus .hvr-icon, .hvr-icon-pulse-shrink:active .hvr-icon {
  -webkit-animation-name: hvr-icon-pulse-shrink;
  animation-name: hvr-icon-pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.color-options {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  background-color: white;
  top: 0;
  z-index: 999;
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  transition: all 0.5s ease;
}
.color-options .options-icon {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f7f7f7;
  width: 40px;
  height: 40px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  transition: all 0.5s ease;
  z-index: 2;
}
.color-options .options-icon .mat-icon {
  -webkit-animation: rotation 2s infinite linear;
  color: #333;
}
.color-options .mat-card {
  position: absolute;
  padding: 14px;
  width: 100%;
  height: 100%;
}
.color-options.show {
  right: -2px;
  transition: all 0.5s ease;
}
.color-options .card-title-text {
  padding: 1rem 1rem;
  background: #f5f5f5;
}
.color-options .card-title-text h4 {
  color: #333 !important;
}
.color-options .configuration-content {
  padding: 1rem 1rem;
}
.color-options .configuration-content .setting-contant {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  padding-bottom: 1rem !important;
  margin-bottom: 1rem !important;
}
.color-options .configuration-content .setting-contant .color-box li {
  display: flex;
  align-items: center;
}
.color-options .configuration-content .setting-contant .color-box li input {
  border: none;
  box-shadow: none;
  width: 34px;
  height: 34px;
  background-color: transparent;
  margin-right: 5px;
  cursor: pointer;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products1 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products1 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products2 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products2 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products3 {
  height: 110px;
  width: 100%;
  display: inline-flex;
  background-size: cover;
  transition: all 2s ease-out 0s;
  box-shadow: -1px 2px 5px 1px #ececec;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .products3 img {
  width: 100%;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text {
  text-align: center;
  background: transparent;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text .btn-preview {
  background: transparent;
  margin-top: 14px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item .demo-text .btn-preview a {
  border: 1px solid #ddd;
  background-color: white;
  width: 90px;
  color: var(--theme-deafult);
  padding: 4px 12px;
  border-radius: 30px;
}
.color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products1, .color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products2, .color-options .configuration-content .setting-contant .products-preview-box-wrapper .item:hover .products2 {
  background-position: center 100% !important;
}
.color-options .configuration-content .setting-contant .theme-layout-version {
  cursor: pointer;
}
.color-options .configuration-content h6 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 1rem;
}
/***************************************
* 1. General styles
****************************************/
html, body {
  height: 100%;
}
body {
  margin: 0;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 1rem;
  color: #333333 !important;
}
h1 {
  font-size: 60px;
  color: #383838;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 36px;
  color: #383838;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
h3 {
  font-size: 28px;
  text-align: left;
  color: #383838;
  font-weight: 500;
}
h4 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
h5 {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
  letter-spacing: 0.05em;
}
h6 {
  font-size: 14px;
  font-weight: 400;
  color: #383838;
  line-height: 24px;
}
* {
  margin: 0;
  padding: 0;
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.mat-slider-track-fill {
  background-color: #ffa726;
}
.mat-primary .mat-slider-thumb {
  background-color: #ffa726;
}
.mat-raised-button.mat-warn {
  background-color: #f33927;
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: var(--theme-deafult) !important;
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: var(--theme-deafult) !important;
}
.mat-expansion-indicator::after, .mat-expansion-panel-header-description {
  color: #444;
}
.sophia-app .mat-drawer-container {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  display: block;
  overflow: hidden;
  background-color: #edecec;
}
.mat-menu-panel {
  min-width: 100% !important;
  max-width: 100% !important;
}
.mat-mini-fab.mat-accent {
  background-color: #ffa726;
}
a {
  text-decoration: none;
}
.text-center {
  text-align: center !important;
}
li {
  list-style-type: none;
}
.mat-snack-bar-container.error {
  background: #f33927 !important;
}
.mat-snack-bar-container.info {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff;
}
.mat-snack-bar-container.warning {
  background: rgba(255, 204, 0, 0.6) !important;
  color: #000;
}
.mat-snack-bar-container.success {
  background: #99cc33 !important;
  color: #fff;
}
.mat-snack-bar-container button {
  width: 10px !important;
  color: #fff !important;
  background-color: transparent !important;
  padding: 0px !important;
}
.mat-drawer-backdrop {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-drawer-container {
  color: #333333;
}
.mat-radio-label-content {
  color: #787878;
  font-weight: 400;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #f33927;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background: #f33927 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #f33927 !important;
}
.mat-raised-button.mat-primary {
  background-color: var(--theme-deafult);
  color: #ffffff;
}
.mat-input-element {
  caret-color: #ffa726 !important;
}
.mat-tab-group.mat-primary .mat-tab-label {
  opacity: 0.7;
}
.mat-tab-group.mat-primary .mat-ink-bar {
  background-color: var(--theme-deafult);
}
.container {
  max-width: 1390px;
  margin: 0 auto;
  padding: 0 15px !important;
}
.divider {
  border-top: 1px solid #c3c3c3;
}
.bg {
  background: #fafafa;
}
.ml-10 {
  margin-left: 10px;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.w-50 {
  width: 50%;
}
.mr-10 {
  margin-right: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-15 {
  margin-top: 15px;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.mr-7 {
  margin-right: 7px !important;
}
.ml-7 {
  margin-left: 7px !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pl-15 {
  padding-left: 15px;
}
.pr-15 {
  padding-right: 15px;
}
.no-pdn {
  padding: 0 !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.devider {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #777777;
}
.w-100 {
  width: 100% !important;
}
.text-muted {
  color: #777777 !important;
}
.text-right {
  text-align: right;
}
.sec-padding {
  padding: 60px 0;
}
.btn-project {
  padding: 5px 32px !important;
  box-shadow: none !important;
}
/******** Product-1 styles *********/
.product-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap {
  margin: 10px 0 15px 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .stars mat-icon {
  font-size: 17px;
  color: #ffa726;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  cursor: pointer;
  transition: 0.3s;
  width: 100%;
  border-radius: 0;
  text-align: center;
  line-height: 39px;
  color: #ffffff;
  font-size: 14px;
  box-shadow: none !important;
  transition: 0.4s ease;
  border: 2px solid var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a mat-icon {
  font-size: 18px;
  vertical-align: middle;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover {
  border: 2px solid var(--theme-deafult) !important;
  background: #fff;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a:hover span {
  color: var(--theme-deafult) !important;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.product-item-1 .mat-card:not([class*=mat-elevation-z]):hover .price-wrap a {
  background: #ffa726;
}
.product-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/******** Pack-1 styles *********/
.pack-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 0px 0px 0px 12px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
  border: 1px solid #bac1c7;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  letter-spacing: -0.3px;
  color: #3b4e60;
  font-size: 12px;
  font-weight: 400;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.25px;
  font-family: Helvetica Neue;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3b4e60;
  font-size: 14px;
  font-family: Helvetica Neue;
  margin-top: 5px;
  letter-spacing: -0.35px;
}
.pack-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.pack-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
.pack-item-1 .footerButton .mat-button {
  min-width: 42px;
}
/******** customer-type-1 styles *********/
.customer-item-1 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 0px 0px 0px 12px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 1px 8px -1px rgba(0, 0, 0, 0.09) !important;
  padding: 0;
  border: 1px solid #bac1c7;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .icons a:hover {
  color: var(--theme-deafult) !important;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
  color: #a2a2a2;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #ffffff;
  font-size: 14px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  letter-spacing: -0.3px;
  color: #3b4e60;
  font-size: 12px;
  font-weight: 400;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .btn-wrap a {
  margin-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  border-radius: 6px;
  width: 100px;
  height: 30px;
  color: #fff;
  font-size: 11px;
  letter-spacing: -0.25px;
  font-family: Helvetica Neue;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #3b4e60;
  font-size: 14px;
  font-family: Helvetica Neue;
  margin-top: 5px;
  letter-spacing: -0.35px;
}
.customer-item-1 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.customer-item-1 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: 46px;
  z-index: 10;
  background-image: none;
}
.customer-item-1 .footerButton .mat-button {
  min-width: 42px;
}
/******** Product-2 styles *********/
.product-item-2 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-img .icons a:hover {
  opacity: 1;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-2 .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.product-item-2 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/******** Product-3 styles *********/
.product-item-3 {
  position: unset;
  height: auto;
  transition: 0.4s;
  padding: 26px 5px 5px 5px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content .icons {
  position: absolute;
  bottom: 0;
  top: auto;
  left: 0;
  width: 100%;
  text-indent: 0;
  height: auto;
  padding: 0.75rem 0 0.45rem 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background: var(--theme-deafult);
  z-index: 2;
  transition: 0.3s ease;
  transform: translate3d(0, 35px, 0);
  transition: transform 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-img .content .icons a {
  cursor: pointer;
  transition: 0.5s ease;
  line-height: 22px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
  background: var(--theme-deafult);
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background: #ffa726;
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  background: #e2e2e2;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a:hover {
  background: #ffa726;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.product-item-3 .mat-card:not([class*=mat-elevation-z]):hover .content .icons {
  opacity: 0.85;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
}
.product-item-3 button.swipe-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  background-image: none;
}
/***************************************
    ***************************************
    ***************************************
*  HOME-1 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-1 styles
****************************************/
.main-slider {
  height: 550px;
}
.main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.main-slider .sl-wrap .content {
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
}
.main-slider .sl-wrap .content button {
  background-color: var(--theme-deafult);
  color: #ffffff;
  padding: 5px 33px;
  width: 200px;
  box-shadow: none !important;
}
.main-slider .sl-wrap .content button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slider .sl-wrap .content h1 {
  font-size: 48px;
  text-align: left;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.main-slider .sl-wrap .content h3 {
  font-size: 36px;
  text-align: left;
  color: #333333;
  margin-bottom: 30px;
  font-weight: 300;
  letter-spacing: 2px;
}
.main-slider .slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet-active {
  background: #ffa726 !important;
}
/* .mask{
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background-color: rgba(0,0,0,0.8);
} */
.swiper-lazy-preloader {
  top: 18%;
}
.h-100 {
  height: 100%;
}
/***************************************
*  Home info bar styles
****************************************/
.info-bar {
  margin-top: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.info-bar .card-wrap {
  padding: 15px 0;
}
.info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
}
.info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar .card-wrap .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
span {
  font-size: 14px;
}
.sidenav {
  width: 250px;
  position: fixed !important;
  z-index: 1000000000000000100 !important;
}
.mat-toolbar-multiple-rows {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 100%;
}
.welcome-message p {
  font-size: 13.5px;
  color: #787878;
}
/***************************************
*  Header-1 styles
****************************************/
/*  Topbar styles */
.main-topbar {
  background: #ffffff !important;
}
.main-topbar .top-bar .widget-text {
  padding: 9px 7px;
}
.main-topbar .top-bar .widget-text a {
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.main-topbar .top-bar .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.main-topbar .top-bar .widget-text a:hover {
  color: #9c9c9c;
}
.main-topbar .top-bar .widget-text:not(:last-child) {
  margin: 0 20px 0 -15px;
}
.main-topbar .top-bar .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.main-topbar .top-bar .welcome-message p {
  color: #787878;
  font-size: 13.5px;
  font-weight: 400;
}
.main-topbar .top-bar span .mat-icon {
  color: #ffa726;
}
.main-topbar .top-bar .cur-icon {
  color: #787878 !important;
}
/*  header styles */
.home-header.yellow {
  display: none;
}
.home-header .kuro {
  background-color: var(--theme-deafult);
  padding: 13px 0;
}
.home-header .call-bucket-wrap .info-message-icon {
  color: #fff !important;
}
.home-header .top-navbar {
  background: transparent !important;
}
.home-header .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #fff !important;
}
.home-header .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header .logo {
  padding: 25px 0;
}
.home-header .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header .search-form .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #222222;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-yellow {
  background: #fbc02d;
  padding: 13px 0;
}
.home-header-yellow.green {
  display: none;
}
.home-header-yellow.blue {
  display: none;
}
.home-header-yellow.red {
  display: none;
}
.home-header-yellow.pink {
  display: none;
}
.home-header-yellow.purple {
  display: none;
}
.home-header-yellow.grey {
  display: none;
}
.home-header-yellow.orange {
  display: none;
}
.home-header-yellow .kuro {
  background-color: var(--theme-deafult);
}
.home-header-yellow .top-navbar {
  background: transparent !important;
}
.home-header-yellow .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-yellow .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-yellow .top-navbar .mat-button-wrapper .commerce-buttons .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-yellow .logo {
  padding: 25px 0;
}
.home-header-yellow .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-yellow .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header-yellow .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border-color: #ffffff;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-yellow .search-form .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  color: #000000;
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text {
  color: #000000;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-yellow .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-yellow .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/*  shopping widgets styles */
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a:hover {
  color: #ffa726;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #f5f5f5;
  border-radius: 3px;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Shopping widget styles
****************************************/
.card-list-title2 {
  padding: 5px 0 15px 0;
}
/***************************************
*  Home product section styles
****************************************/
.products {
  position: relative;
}
.products .swiper-button-prev.swiper-button-disabled[_ngcontent-c25] {
  pointer-events: auto;
}
.products .product-wraper {
  padding: 20px 0px 20px 20px;
}
.products .product-wraper .product-box {
  width: 100%;
}
/***************************************
*  Home baners section styles
****************************************/
.banners-container .baners {
  background: #f5f5f5 !important;
  margin-right: 15px;
}
.banners-container .bn-wrap {
  margin-bottom: 18px;
}
.banners-container .baner {
  height: 100%;
  transition: 0.15s ease-in;
  text-align: left;
}
.banners-container .baner .info {
  padding: 20px;
}
.banners-container .baner .info h4 {
  font-size: 21px;
  font-weight: 600;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .baner h4.big-title {
  font-size: 37px;
  font-weight: 500;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.banners-container .baner .info .big-price {
  padding: 10px 25px !important;
  box-shadow: none !important;
  width: 135px;
  border-radius: 5px;
  text-align: center;
}
.banners-container .baner .info .big-price span {
  font-size: 27px !important;
}
.banners-container .baner p {
  color: #383838;
}
.banners-container .baner a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #383838;
  margin-top: 15px;
  display: block;
}
.banners-container .first {
  height: 450px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  border-radius: 4px;
}
.banners-container .seccond {
  /* height: 200px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin: 0 10px;
  background-color: #f6f6f6;
}
/***************************************
*  Home vertical-product section styles
****************************************/
.vertical-products .widget-column .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.vertical-products .widget-column .title .widget-title {
  font-size: 21px;
  font-weight: 500;
}
.vertical-products .widget-column .title .widget-title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.vertical-products .widget-column .title .widget-title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.vertical-products .widget-column .media-image {
  background: #f6f6f6;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}
.vertical-products .widget-column .media-image .small {
  width: 100%;
}
.vertical-products .widget-column .media-body span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #333333;
}
.vertical-products .widget-column .media-body .stars mat-icon {
  color: #ffa726;
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.vertical-products .widget-column .media-body p.price {
  margin-top: 5px;
}
.vertical-products .widget-column .product-list li:not(:last-child) {
  margin-bottom: 20px;
}
.vertical-products .product-panel:not(:last-child) {
  padding-right: 30px;
}
/***************************************
*  Home footer section styles
****************************************/
.footer {
  background-color: #f7f7f7;
}
.footer .footer-widget {
  padding-right: 15px;
}
.footer .footer-widget .social {
  margin-top: 20px;
}
.footer .footer-widget .social li {
  width: 33px;
  height: 33px;
  border: 1px solid #444;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer .footer-widget .social li a i {
  color: #383838;
}
.footer .footer-widget .ped-btn-footer {
  box-shadow: none !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background-color: var(--theme-deafult);
  color: #ffffff;
  border-radius: 3px;
  line-height: 45px;
}
.footer .footer-widget .title {
  margin-bottom: 10px;
}
.footer .footer-widget .title h5 {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-widget a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #333333;
}
.footer .footer-widget .newsletter-widget {
  position: relative;
  margin: 15px 0 20px 0;
}
.footer .footer-widget p {
  line-height: 24px;
  color: #333333;
}
.footer .footer-widget ul {
  list-style-type: none;
}
.footer .footer-widget .about-widget .logo img {
  max-width: 240px;
}
.footer .footer-widget .tel-box .icon i {
  color: #383838;
  display: block;
  line-height: 27px;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  text-align: center;
  font-size: 18px;
}
.footer .footer-widget .tel-box .text p a {
  line-height: 22px;
}
.footer .subscribe-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 65px 0 20px;
  color: #777777;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 2 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-2 styles
****************************************/
.carousel-2 {
  padding-top: 25px;
}
.carousel-2 .ctn-box {
  box-sizing: content-box !important;
}
.carousel-2 .main-slider {
  height: 461px;
}
.carousel-2 .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-2 .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-2 .slider-categories {
  padding-right: 15px;
}
.carousel-2 .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-2 .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 13px;
  padding-bottom: 13px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-2 .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-2 .slider-categories .categories-wrap .btn-sale {
  margin: 20px 10px;
}
.carousel-2 .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.carousel-2 .carousel-2-wrapper {
  max-width: 70%;
}
.carousel-2 .carousel-2-wrapper .main-slider {
  height: 461px;
}
.carousel-2 .carousel-2-wrapper .main-slider .content {
  padding-left: 20px;
  padding-right: 485px;
}
/***************************************
*  Header-2 styles
****************************************/
.home-header-2 {
  background: #ffffff;
}
.home-header-2 .logo {
  padding: 25px 0;
}
.home-header-2 .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-2 .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0);
}
.home-header-2 .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-2 .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: #333333;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-2 .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-2 .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-2 .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: #ffffff;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-2 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  color: #ffffff;
  background-color: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/***************************************
*  Header-5 styles
****************************************/
/*  header styles */
.home-header-five {
  background: #ffffff;
}
.home-header-five .header-wrapper {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
.home-header-five .header-wrapper .phone-wrap .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-five .header-wrapper .phone-wrap .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-five .header-wrapper .top-navbar {
  background: transparent;
}
.home-header-five .header-wrapper .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-five .header-wrapper .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-five .header-wrapper .thm-button button {
  color: #ffffff !important;
  border-radius: 0;
  padding: 4px 40px;
}
/*  menu styles */
.menu-wraper-five {
  background: #ffffff;
}
.menu-wraper-five .menu-container {
  padding: 14px 0;
  height: 67px;
}
.menu-wraper-five .menu-container .mat-toolbar-row {
  height: 100%;
}
.menu-wraper-five .menu-container .main-menu {
  margin-left: -15px;
}
.menu-wraper-five .menu-container .main-menu a {
  text-transform: uppercase;
  color: #787878;
}
.menu-wraper-five .menu-container .call-bucket-wrap {
  padding-top: 10px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar {
  flex-direction: row !important;
  box-sizing: border-box;
  display: flex;
  background: transparent !important;
  /*  shopping widgets styles */
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons {
  margin-top: 7px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .badge .mat-badge-content {
  color: #fff;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form {
  margin-right: 20px;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form .mat-form-field-wrapper .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.07) !important;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form .mat-form-field-wrapper .mat-form-field-label {
  display: none;
}
.menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .devider2 {
  height: 31px;
  width: 1px;
  background: #e5e5e5;
  margin: 0 20px;
}
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #ffffff;
  /* border-radius: 3px; */
  border: 1px solid #e7e7e7;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Home-2 info bar styles
****************************************/
.info-bar {
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}
.info-bar .card-wrap {
  padding: 15px 0;
}
.info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  box-shadow: none !important;
  background: transparent !important;
}
.info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar .card-wrap .mat-icon {
  color: var(--theme-deafult);
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  clear: both;
  /* display: block; */
  width: auto;
  height: 100%;
  /* vertical-align: middle; */
  padding: 0 3px;
}
/***************************************
*  Home-2 product section styles
****************************************/
.home-2-wrap .products-section {
  background: #e5e5e5;
}
.home-2-wrap .products-section .products {
  padding: 0 !important;
}
.home-2-wrap .products-section .products .product-wraper .product-box .product-item {
  width: 240px;
}
.home-2-wrap .products-section .products .product-wraper .product-box .product-item .product-img {
  background: #ffffff;
}
.home-2-wrap .products-section .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home-2-wrap .products-section h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 23px;
  font-weight: 580;
  position: absolute;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 3 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-3 styles
****************************************/
.carousel-3 {
  background: #ffffff;
  padding: 25px 0;
}
.carousel-3 .ctn-box {
  box-sizing: content-box !important;
}
.carousel-3 .carousel-2-wrapper {
  max-width: 70%;
}
.carousel-3 .carousel-2-wrapper .main-slider {
  height: 461px;
}
.carousel-3 .carousel-2-wrapper .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-3 .carousel-2-wrapper .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
}
.carousel-3 .carousel-2-wrapper .main-slider .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  display: inline-block;
  border-radius: 13px;
  background: #222222;
  opacity: 0.6;
}
.carousel-3 .slider-categories {
  padding: 0 !important;
}
.carousel-3 .slider-categories .carousel-banners-wrapper {
  padding-left: 15px;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner {
  width: 100%;
  height: 223px;
  background: #f5f5f5;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
  margin: 0 10px;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info {
  padding: 40px 0;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
  width: 100%;
  height: auto;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box h4 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box button {
  color: var(--theme-deafult);
  text-decoration: underline;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  vertical-align: baseline;
  text-align: left;
  margin-top: 21px;
  min-width: auto !important;
  line-height: 0 !important;
  padding: 0 !important;
  border-radius: 4px;
  overflow: visible;
  box-shadow: none !important;
}
.home-3-wrap .home3-sidebar {
  padding-right: 15px;
}
.home-3-wrap .home3-sidebar .categories-wrap {
  border: 1px solid #dddddd;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li {
  display: block;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li a {
  padding-top: 13px;
  padding-bottom: 13px !important;
  border-top: 1px solid #dddddd;
  margin: 0 10px -1px;
}
.home-3-wrap .home3-sidebar .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.home-3-wrap .home3-sidebar .categories-wrap .btn-sale {
  margin: 20px 10px;
}
.home-3-wrap .home3-sidebar .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none !important;
}
.home-3-wrap .home3-sidebar .brands {
  border: 1px solid #dddddd;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.home-3-wrap .home3-sidebar .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.home-3-wrap .home3-sidebar .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.home-3-wrap .home3-sidebar .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.home-3-wrap .home3-sidebar .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.home-3-wrap .home3-sidebar .brands .brand-logos .brand-item a img {
  width: 100%;
}
.home-3-wrap .home3-sidebar .mat-toolbar {
  height: 17%;
  margin-bottom: 25px;
  background-color: var(--theme-deafult);
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget {
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 25px;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .discount {
  display: inline-block;
  color: #2d2a25;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget .percent span {
  display: block;
  font-size: 2.5em;
  font-weight: 500;
}
.home-3-wrap .home3-sidebar .mat-toolbar .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.home-3-wrap .home3-sidebar .subscribe-widget {
  padding: 15px 20px;
  background: #f6f6f6;
  text-align: center;
}
.home-3-wrap .home3-sidebar .subscribe-widget span {
  font-weight: 600;
  display: block;
}
.home-3-wrap .home3-sidebar .subscribe-widget p {
  color: #444;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form {
  position: relative;
  margin-top: 20px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form .newsletter-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 0 65px 0 20px;
}
.home-3-wrap .home3-sidebar .subscribe-widget .form .newsletter-widget .ped-btn-footer {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  width: 100%;
  border-radius: 3px;
  line-height: 45px;
  box-shadow: none !important;
}
.home-3-wrap .main-home3-wrapper {
  padding-left: 15px;
}
.home-3-wrap .main-home3-wrapper .info-bar {
  margin-top: 0px;
  border: 1px solid #e5e5e5;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap {
  padding: 15px 0;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  padding: 9px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-icon {
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  width: 25%;
}
.home-3-wrap .main-home3-wrapper .products {
  background: #ffffff;
  position: relative;
}
.home-3-wrap .main-home3-wrapper .products .product-wraper .product-box .product-item {
  width: 227px;
}
.home-3-wrap .main-home3-wrapper .products .mat-tab-body-wrapper .mat-tab-body .mat-tab-body-content {
  height: 100%;
}
.home-3-wrap .main-home3-wrapper .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home-3-wrap .main-home3-wrapper h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 69px;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap {
  width: 100%;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner {
  position: relative;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
  position: absolute;
  top: 33px;
  left: 35px;
  font-size: 95%;
  z-index: 9999999999999;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .subtitle {
  color: #ffffff;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
  color: #ffa726;
  font-size: 38px;
  font-weight: 600;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
  border: 1px solid #ffa726;
  color: #333333 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 14px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: #ffa726;
  width: 120px;
  border-radius: 3px;
  line-height: 40px;
}
.home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner img {
  position: relative;
  display: block;
  height: auto;
  max-width: 100%;
  width: calc(100% + 60px);
}
.menu-container1 {
  background: #f3f3f3;
}
.menu-container1 a.mat-button {
  text-transform: uppercase;
  color: #383838;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Menu-2 styles
****************************************/
.mat-menu-content {
  width: 221px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid #ffa726 !important;
}
.mat-menu-content .mat-menu-item {
  border-bottom: 1px dashed #f6f6f6;
}
.top-navbar a {
  padding: 15px 26px;
}
.menu-container2 {
  background: var(--theme-deafult);
}
.menu-container2 .mat-toolbar {
  background: transparent !important;
}
.menu-container2 a.mat-button {
  text-transform: uppercase;
  color: #ffffff !important;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Sidebar styles
****************************************/
.mat-drawer {
  width: 240px;
  position: fixed;
  margin-left: 0px;
}
.toggle-header {
  height: 64px;
  background: #f33927;
}
.sidebar-menu {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #eeeeee;
}
.sidebar-menu .menu-item a {
  color: #383838;
  padding: 8px 15px;
  font-size: 16px;
  display: block;
}
/***************************************
*  Products left sidebar page styles
****************************************/
.left-sidebar-wrapper mat-sidenav.filter-sidenav.mat-drawer.mat-sidenav.ng-tns-c15-4.ng-trigger.ng-trigger-transform.ng-tns-c13-3.ng-star-inserted.mat-drawer-over {
  padding-right: 10px;
}
.left-sidebar-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.left-sidebar-wrapper .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.left-sidebar-wrapper .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.left-sidebar-wrapper .filter-sidenav .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.left-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item a img {
  width: 100%;
}
.left-sidebar-wrapper .filter-sidenav .popular-products {
  margin-top: 20px;
}
.left-sidebar-wrapper .filter-row {
  padding: 6px 25px 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.left-sidebar-wrapper .all-products {
  padding-left: 17px;
}
.left-sidebar-wrapper .all-products select {
  /* margin: 50px; */
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: none;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  background: url(/assets/images/dropdown.png) no-repeat 90%;
}
.left-sidebar-wrapper .all-products .col {
  padding: 9px 0 9px 0px;
}
.left-sidebar-wrapper .all-products .col .product-item {
  position: relative;
  height: auto;
  padding: 0 10px;
  transition: 0.4s;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0), 0 1px 3px 0 rgba(0, 0, 0, 0.12) !important;
  padding: 0;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
  max-width: 180px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  font-size: 19px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  background: var(--theme-deafult);
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary .mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.left-sidebar-wrapper .no-shadow {
  box-shadow: none !important;
}
/***************************************
*  Products left sidebar page styles
****************************************/
.right-sidebar-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.right-sidebar-wrapper .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.right-sidebar-wrapper .filter-sidenav {
  width: 280px;
  border: 0 !important;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.right-sidebar-wrapper .filter-sidenav .brands .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 1em;
  grid-column-gap: 1em;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  margin-right: 10px;
}
.right-sidebar-wrapper .filter-sidenav .brands .brand-logos .brand-item a img {
  width: 100%;
}
.right-sidebar-wrapper .filter-sidenav .popular-products {
  margin-top: 20px;
}
.right-sidebar-wrapper .filter-row {
  padding: 6px 25px 0px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.right-sidebar-wrapper .all-products select {
  /* margin: 50px; */
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: none;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  background: url(/assets/images/dropdown.png) no-repeat 90%;
}
.right-sidebar-wrapper .all-products .col {
  padding: 9px 0 9px 0px;
}
.right-sidebar-wrapper .all-products .col .product-box {
  min-height: 440px;
  width: 307px;
  margin-left: 9px !important;
  margin-right: 9px !important;
  box-shadow: 0 2px 14px #888887;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  padding: 0;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
  display: table-cell;
  vertical-align: middle;
  height: 306px;
  width: 299px;
  margin: 0 auto;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
  /* max-height: 100%; */
  max-width: 85%;
  padding: 25px;
  margin: auto;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons {
  position: absolute;
  top: 30px;
  right: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img .icons a {
  color: #333333;
  cursor: pointer;
  transition: 0.5s ease;
  margin-bottom: 5px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
  padding: 15px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars {
  color: #ffa726;
  margin: 2px 0 10px 0;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .category {
  margin-bottom: 4px;
  display: block;
  font-weight: 300;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper span {
  color: #848484;
  font-size: 14px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap mat-icon {
  color: #ffffff;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
  background-color: var(--theme-deafult);
  cursor: pointer;
  transition: 0.3s;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a mat-icon {
  transition: 0.3s;
  font-size: 18px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary {
  box-shadow: none;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap .mat-mini-fab.mat-primary .mat-icon {
  transition: 0.3s;
  font-size: 20px;
  line-height: 24px;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .title-wrap h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]):hover .icons {
  opacity: 1;
}
.right-sidebar-wrapper .no-shadow {
  box-shadow: none !important;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 4 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-4 styles
****************************************/
.home-header-three {
  background: #ffffff;
  border-top: 1px solid #f5f5f5;
}
.home-header-three .logo {
  padding: 25px 0;
}
.home-header-three .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-three .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0.2);
}
.home-header-three .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 3px;
  border: 2px solid #dcdcdc;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-three .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: var(--theme-deafult);
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: none;
  box-shadow: none !important;
  -webkit-appearance: none;
}
.home-header-three .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-three .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-three .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar {
  background: transparent;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button {
  background: transparent;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-navbar .flex-row-button .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  color: #ffffff;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.menu-container4 {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}
.menu-container4 .main-menu {
  margin-left: -15px;
  margin: 0 auto;
}
.menu-container4 .main-menu a.mat-button {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
.topbar_four {
  background: #f5f5f5 !important;
}
.topbar_four .top-bar .widget-text {
  padding: 9px 7px;
}
.topbar_four .top-bar .widget-text a {
  color: #333333;
}
/***************************************
*  Home-4 info bar styles
****************************************/
.info-bar-four-wrapper {
  margin-top: 0px;
  border: none;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
.info-bar-four-wrapper .info-bar-four .card-wrap {
  padding: 15px 0;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card {
  height: 100px;
  box-shadow: none;
  border-right: 1px solid #e5e5e5;
  box-shadow: none !important;
  background: transparent;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-card.no-bd {
  border-right: none;
}
.info-bar-four-wrapper .info-bar-four .card-wrap .mat-icon {
  color: var(--theme-deafult);
  font-size: 41px;
  margin-right: 10px;
  line-height: 65px;
  clear: both;
  overflow: hidden;
  /* display: block; */
  width: auto;
  height: 100%;
  /* vertical-align: middle; */
  padding: 0 3px;
}
/***************************************
*  Home-4 banner styles
****************************************/
.banners-four {
  padding: 25px 0;
}
.banners-four .banners-container .four {
  height: 162px;
}
/***************************************
*  Home-4 products styles
****************************************/
.products .products-four h3 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
}
.products .products-four h3::before {
  content: "";
  left: 29%;
  position: absolute;
  width: 43%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: rgba(0, 0, 0, 0.08);
}
.products .products-four h3::after {
  content: "";
  left: 48.5%;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.featured-products-wrap {
  background: #fafafa;
}
/***************************************
*  Home-4 banner-promotion styles
****************************************/
.main-banner .banner-pro {
  height: 442px;
}
.main-banner .banner-pro img {
  max-width: 100%;
  height: auto;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 5 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-5 styles
****************************************/
/***************************************
*  Menu-5 styles
****************************************/
.mat-menu-content {
  width: 221px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 4px solid var(--theme-deafult) !important;
}
.mat-menu-content .mat-menu-item {
  border-bottom: 1px dashed #f6f6f6;
}
.mat-menu-content .mat-menu-item span {
  background: var(--theme-deafult) !important;
  font-size: 11px;
  font-weight: 400;
  color: #fff;
  padding: 1px 3px;
}
.mat-menu-content .mat-menu-item .soon {
  background: #12b13b !important;
}
.top-navbar a {
  padding: 15px 26px;
}
.menu-container5 {
  background: transparent;
}
.menu-container5 .container {
  background: transparent;
}
.menu-container5 .container a.mat-button {
  text-transform: uppercase;
  color: #333333;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  line-height: 63px;
}
/***************************************
*  Categories menu styles
****************************************/
.categories-menu-wrap .category-contant ul {
  background-color: #403f3f;
}
.categories-menu-wrap .category-contant ul li {
  width: 14.285%;
  transition: 0.3s;
}
.categories-menu-wrap .category-contant ul li a {
  display: flex;
  flex-direction: column;
  line-height: 16px;
  letter-spacing: -0.13px;
  color: #fff;
  padding: 15px 16px 18px 16px;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}
.categories-menu-wrap .category-contant ul li a i {
  margin-bottom: 5px;
}
.categories-menu-wrap .category-contant ul li a:hover {
  color: #222222 !important;
}
.categories-menu-wrap .category-contant ul li:hover {
  background: #c3c3c3;
  color: #222222 !important;
}
/***************************************
*  Products styles
****************************************/
.home-5-wrap {
  background: #ffffff;
}
.home-5-wrap .products {
  position: relative;
}
.home-5-wrap .products h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  position: absolute;
  top: 69px;
}
.home-5-wrap .products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/***************************************
*  Categories section styles
****************************************/
.home-5-wrap .categories {
  background: #f7f7f7;
}
.home-5-wrap .categories .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1.25rem;
}
.home-5-wrap .categories .title h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}
.home-5-wrap .categories .title h3::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e4e4e4;
}
.home-5-wrap .categories .title h3::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.home-5-wrap .categories .left-section {
  padding-right: 7px;
}
.home-5-wrap .categories .left-section .item {
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.home-5-wrap .categories .left-section .item .product {
  text-align: center;
}
.home-5-wrap .categories .left-section .item .product img {
  max-width: 40%;
}
.home-5-wrap .categories .left-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home-5-wrap .categories .left-section .item .product-info h4 {
  margin-right: 15px;
}
.home-5-wrap .categories .left-section .item .product-info h4 a {
  color: #333333;
}
.home-5-wrap .categories .left-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .left-section .item .product-info ul {
  margin-left: 15px;
}
.home-5-wrap .categories .left-section .item .product-info ul li a {
  color: #777777;
  font-size: 15px;
}
.home-5-wrap .categories .left-section .item .product-info ul li a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .right-section {
  padding-left: 7px;
}
.home-5-wrap .categories .right-section .item {
  background: #ffffff;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.home-5-wrap .categories .right-section .item .product {
  text-align: center;
}
.home-5-wrap .categories .right-section .item .product img {
  max-width: 40%;
}
.home-5-wrap .categories .right-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.home-5-wrap .categories .right-section .item .product-info h4 {
  margin-right: 15px;
}
.home-5-wrap .categories .right-section .item .product-info h4 a {
  color: #333333;
}
.home-5-wrap .categories .right-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.home-5-wrap .categories .right-section .item .product-info li a {
  color: #777777;
  font-size: 15px;
}
.home-5-wrap .categories .right-section .item .product-info li a:hover {
  text-decoration: underline;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - INDUSTRIAL STYLES
****************************************
****************************************
****************************************/
/***************************************


/***************************************
*  Home product section styles
****************************************/
.products-industrial {
  position: relative;
}
.products-industrial .swiper-button-prev.swiper-button-disabled[_ngcontent-c25] {
  pointer-events: auto;
}
.products-industrial .product-wraper {
  padding: 20px 0px 20px 20px;
}
.products-industrial .product-wraper .product-box {
  width: 100%;
}
.products-industrial .product-item-1 .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #ffffff;
}
/* Categories banners */
.industrial-home-wrap .categories {
  background: #ffffff;
}
.industrial-home-wrap .categories .title {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 1.25rem;
}
.industrial-home-wrap .categories .title h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
}
.industrial-home-wrap .categories .title h3::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e4e4e4;
}
.industrial-home-wrap .categories .title h3::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #777777;
  bottom: 0.3125rem;
}
.industrial-home-wrap .categories .left-section {
  padding-right: 7px;
}
.industrial-home-wrap .categories .left-section .item {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.industrial-home-wrap .categories .left-section .item .product {
  text-align: center;
}
.industrial-home-wrap .categories .left-section .item .product img {
  max-width: 40%;
}
.industrial-home-wrap .categories .left-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 {
  margin-right: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 a {
  color: #333333;
}
.industrial-home-wrap .categories .left-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .left-section .item .product-info ul {
  margin-left: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info ul li a {
  color: #777777;
  font-size: 15px;
}
.industrial-home-wrap .categories .left-section .item .product-info ul li a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .right-section {
  padding-left: 7px;
}
.industrial-home-wrap .categories .right-section .item {
  background: #f5f5f5;
  height: 100%;
  padding: 20px;
  border: 1px solid #eeeeee;
}
.industrial-home-wrap .categories .right-section .item .product {
  text-align: center;
}
.industrial-home-wrap .categories .right-section .item .product img {
  max-width: 40%;
}
.industrial-home-wrap .categories .right-section .item .product-info {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 {
  margin-right: 15px;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 a {
  color: #333333;
}
.industrial-home-wrap .categories .right-section .item .product-info h4 a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .right-section .item .product-info li a {
  color: #777777;
  font-size: 15px;
}
.industrial-home-wrap .categories .right-section .item .product-info li a:hover {
  text-decoration: underline;
}
.industrial-home-wrap .categories .h {
  height: 205px !important;
}
/* Info bar */
.info-wrap-industrial {
  position: relative;
  background: #f7f7f7;
}
.info-wrap-industrial .info-bar .card-wrap {
  margin-bottom: 20px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .icon {
  border: 2px solid #c3c3c3;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 89px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .icon .mat-icon {
  font-size: 31px;
  margin-right: 5px;
  color: var(--theme-deafult) !important;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content {
  text-align: center;
  margin-top: 15px;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content p {
  font-weight: 600;
}
.info-wrap-industrial .info-bar .card-wrap .light-block .content span {
  line-height: 26px;
}
.info-wrap-industrial .subscribe {
  padding: 50px;
  margin-top: 30px;
  background: var(--theme-deafult) !important;
}
.info-wrap-industrial .subscribe .subscribe-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.info-wrap-industrial .subscribe .subscribe-wrap p {
  color: #fff;
  font-size: 16px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap {
  margin-left: 20px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap input {
  background: rgba(255, 255, 255, 0.2);
  width: 347px;
  border: none;
  color: #fff;
  padding: 2px 14px;
  height: 40px;
}
.info-wrap-industrial .subscribe .subscribe-wrap .form-wrap button {
  width: 175px;
  height: 44px;
  color: #fff;
  background: transparent !important;
  border: 2px solid #fff;
  border-radius: 0;
  margin-left: 15px;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - FOOD STYLES
****************************************
****************************************
****************************************/
.topbar-food {
  background: var(--theme-deafult) !important;
}
.topbar-food .top-bar .widget-text a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.topbar-food .top-bar .widget-text a .mat-icon {
  color: #ffffff !important;
}
/* Header six section */
.header-six {
  position: relative;
}
.header-six .header-wrapper {
  position: absolute;
  top: 20px;
  z-index: 9999;
  left: 0;
  right: 0;
}
.header-six .header-wrapper .logo {
  cursor: pointer;
}
.header-six .header-wrapper .main-menu {
  margin-left: -15px;
}
.header-six .header-wrapper .main-menu a {
  text-transform: uppercase;
  color: #ffffff;
}
.mat-menu-content {
  width: 221px;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 4px solid #c3c3c3 !important;
}
/* Product section */
.food-product-section {
  position: relative;
  top: -15px;
  background: url(/assets/images/background/download.svg) no-repeat 90%;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
  z-index: 989;
}
.food-product-section .back-img1 {
  position: absolute;
  left: 0;
  top: 56px;
}
.food-product-section .back-img2 {
  position: absolute;
  left: 0;
  bottom: 56px;
}
.food-product-section .back-img3 {
  position: absolute;
  right: 0;
  bottom: 235px;
}
.food-product-section .head-title {
  text-align: center;
}
.food-product-section .head-title h3 {
  text-align: center;
  margin-bottom: 15px;
}
.food-product-section .head-title p {
  line-height: 28px;
  margin-top: 0px;
}
.food-product-section .prod-menu {
  margin-top: 45px;
  margin-bottom: 45px;
}
.food-product-section .prod-menu ul li {
  cursor: pointer;
  transition: 0.3s;
}
.food-product-section .prod-menu ul li .icon {
  height: 50px;
}
.food-product-section .prod-menu ul li .icon svg {
  max-height: 38px;
  fill: #444 !important;
}
.food-product-section .prod-menu ul li .icon svg .cls-1 {
  stroke: #444;
}
.food-product-section .prod-menu ul li .text p {
  color: #777777;
  margin: 0;
}
.food-product-section .prod-menu ul li:hover {
  transition: 0.3s;
}
.food-product-section .prod-menu ul li:hover .icon svg {
  color: #ffa726;
}
.food-product-section .prod-menu ul li:hover .text p {
  transition: 0.3s;
  color: #ffa726;
}
.food-product-section .product-wrapper {
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 20px;
  grid-column-gap: 20px;
}
.food-product-section .product-wrapper .product-box .product-item {
  position: relative;
  overflow: hidden;
}
.food-product-section .product-wrapper .product-box .product-item mat-card {
  padding: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-img {
  text-align: center;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-img img {
  max-width: 180px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper {
  background: #f9f9f9;
  padding: 15px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .category {
  text-align: left;
  font-weight: 400;
  color: #787878;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap {
  margin: 7px 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap h4 {
  font-size: 21px;
  margin: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap p {
  font-size: 21px;
  font-family: "Gelasio", serif;
  font-weight: 600;
  margin: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .stars .mat-icon {
  font-size: 20px;
  height: 22px;
  width: 22px;
  color: #ffa726;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap {
  margin-top: 10px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap .view-more {
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap a {
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap a .mat-icon {
  color: var(--theme-deafult) !important;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .btn-wrap .bucket {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #dedede;
  text-align: center;
  vertical-align: middle;
  line-height: 49px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .details-products .more-info {
  margin-top: 15px;
  overflow: hidden;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .details-products .more-info p {
  line-height: 24px;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: -10px;
  opacity: 0;
}
.food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .icons mat-icon {
  color: #444;
  cursor: pointer;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons {
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateX(-20px);
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-2 {
  -webkit-animation: 0.5s ease-in-out fadeInRight;
          animation: 0.5s ease-in-out fadeInRight;
}
.food-product-section .product-wrapper .product-box .product-item mat-card:hover .icons .ic-3 {
  -webkit-animation: 0.7s ease-in-out fadeInRight;
          animation: 0.7s ease-in-out fadeInRight;
}
/* Product details page */
.food-details-wrap .header-title {
  background-size: cover;
  padding: 130px 0;
  position: relative;
}
.food-details-wrap .header-title .title {
  text-align: center;
}
.food-details-wrap .header-title .title h2 {
  color: #ffffff;
  font-size: 52px;
  margin: 0;
}
.food-details-wrap .header-title .title p {
  color: #ffffff;
  line-height: 26px;
  margin: 0;
}
.food-details-wrap .details-wrapper {
  position: relative;
  top: -15px;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
}
.food-details-wrap .details-wrapper .product-image {
  box-shadow: none !important;
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
.food-details-wrap .details-wrapper .product-image img {
  max-width: 100%;
}
.food-details-wrap .details-wrapper .product-image a {
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-right {
  padding: 0 30px 0 25px;
}
.food-details-wrap .details-wrapper .product-right .product-details {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.food-details-wrap .details-wrapper .product-right .product-details h2 {
  margin-bottom: 10px;
}
.food-details-wrap .details-wrapper .product-right .product-details h4 del {
  color: #777777;
  font-size: 17px;
}
.food-details-wrap .details-wrapper .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 24px;
}
.food-details-wrap .details-wrapper .product-right .product-details .avalibility {
  padding-bottom: 15px;
}
.food-details-wrap .details-wrapper .product-right .product-details .avalibility span {
  color: #f33927;
  font-weight: 500;
}
.food-details-wrap .details-wrapper .product-right .product-details p.description {
  line-height: 26px;
}
.food-details-wrap .details-wrapper .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.food-details-wrap .details-wrapper .product-right .py-1 .red {
  font-weight: 600;
  color: var(--theme-deafult);
}
.food-details-wrap .details-wrapper .product-right .quantity {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .product-right .quantity span {
  margin-bottom: 0;
  display: block;
}
.food-details-wrap .details-wrapper .product-right .quantity span .mat-icon {
  font-weight: 300;
  font-size: 20px;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box {
  border: 1px solid #D9D9D9;
  margin-right: 10px;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box input {
  width: 48px;
  text-align: center;
  background-color: #fff;
  height: 100%;
  border: none;
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
.food-details-wrap .details-wrapper .product-right .quantity .quantity-box button {
  line-height: 44px;
}
.food-details-wrap .details-wrapper .product-right .social-icons {
  padding-top: 15px;
  border-top: 1px dashed #dddddd;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li {
  width: 33px;
  height: 33px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #dddddd;
}
.food-details-wrap .details-wrapper .product-right .social-icons ul li a i {
  color: #444;
}
.food-details-wrap .details-wrapper .info-bar {
  border: 1px solid #dddddd;
  padding: 0 20px;
  margin-top: 0px !important;
}
.food-details-wrap .details-wrapper .info-bar .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
.food-details-wrap .details-wrapper .info-bar .content p {
  text-transform: capitalize;
  font-weight: 500;
}
.food-details-wrap .details-wrapper .info-bar .mat-card {
  box-shadow: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.food-details-wrap .details-wrapper .info-bar .mat-card.no-border {
  border-bottom: none;
}
.food-details-wrap .details-wrapper .review-wrapper {
  padding-right: 30px;
  margin-top: 30px;
}
.food-details-wrap .details-wrapper .review-wrapper .mat-tab-label {
  color: #333333 !important;
  height: 48px;
  padding: 0 24px;
  cursor: pointer;
  box-sizing: border-box;
  /* opacity: 0.1; */
  min-width: 33%;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  position: relative;
  background: #f4f4f4;
  margin: 0 2px;
}
.food-details-wrap .details-wrapper .review-wrapper .mat-tab-label .mat-tab-label-content {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #333333 !important;
  font-family: "Gelasio", serif;
  font-weight: 600;
  font-size: 15px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc {
  padding: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc p {
  line-height: 24px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc ul {
  margin-top: 15px;
  padding-left: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .full-desc ul li {
  margin-bottom: 7px;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .name {
  font-weight: 500;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews p {
  line-height: 22px;
  white-space: normal;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .text {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .review-wrapper .Reviews .reviews .mat-list-item .mat-list-item-content {
  align-items: start !important;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .mat-form-field {
  width: 100%;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .rating h3 {
  font-size: 22px;
  margin-top: 20px;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .btn-project {
  background: #ffa726;
  padding: 3px 32px;
  color: #ffffff;
  border: 2px solid #ffa726;
  border-radius: 0;
  transition: 0.3s;
}
.food-details-wrap .details-wrapper .review-wrapper .writte-reviews .btn-project:hover {
  background: #ffffff;
  color: #ffa726;
  border: 2px solid #ffa726;
}
.food-details-wrap .details-wrapper .review-wrapper .products {
  padding-right: 30px;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.food-details-wrap .details-wrapper .review-wrapper .products .title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.food-details-wrap .details-wrapper .sale-widget {
  padding: 15px 20px;
  background: #444;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
  height: auto;
}
.food-details-wrap .details-wrapper .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .discount {
  display: inline-block;
  color: #ffffff;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.food-details-wrap .details-wrapper .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
  color: #ffffff;
}
.food-details-wrap .details-wrapper .sale-widget .percent span {
  display: block;
  font-size: 3.067em;
  font-weight: 500;
  color: #ffffff;
}
.food-details-wrap .details-wrapper .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-slide mat-card img {
  max-width: 110px;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .small-carousel {
  position: relative;
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container {
  height: 180px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  max-height: 120px;
  min-height: 120px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-button-prev {
  position: absolute;
  top: 32%;
  left: 0px;
}
.food-details-wrap .details-wrapper .small-carousel .swiper-container .swiper-button-next {
  position: absolute;
  top: 32%;
  right: 0px;
}
.food-details-wrap .details-wrapper .product-item {
  position: relative;
  overflow: hidden;
}
.food-details-wrap .details-wrapper .product-item mat-card {
  padding: 0;
  box-shadow: none;
  border: 1px solid #e5e5e5;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-img {
  text-align: center;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-img img {
  max-width: 180px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper {
  background: #f9f9f9;
  padding: 15px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .category {
  text-align: left;
  font-weight: 400;
  color: #787878;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap {
  margin: 7px 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap h4 {
  font-size: 21px;
  margin: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .title-wrap p {
  font-size: 21px;
  font-family: "Gelasio", serif;
  font-weight: 600;
  margin: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .stars .mat-icon {
  font-size: 20px;
  height: 22px;
  width: 22px;
  color: #ffa726;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap {
  margin-top: 10px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .view-more {
  font-weight: 500;
  color: #787878;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .bucket {
  background: #dedede;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 49px;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .btn-wrap .bucket a mat-icon {
  font-size: 21px;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .details-products .more-info {
  margin-top: 15px;
  overflow: hidden;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .icons {
  position: absolute;
  top: 30px;
  right: -10px;
  opacity: 0;
}
.food-details-wrap .details-wrapper .product-item mat-card .product-info-wrapper .icons mat-icon {
  color: #444;
  cursor: pointer;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons {
  opacity: 1;
  transition: all 0.4s ease;
  transform: translateX(-20px);
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-1 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-2 {
  -webkit-animation: 0.5s ease-in-out fadeInRight;
          animation: 0.5s ease-in-out fadeInRight;
}
.food-details-wrap .details-wrapper .product-item mat-card:hover .icons .ic-3 {
  -webkit-animation: 0.7s ease-in-out fadeInRight;
          animation: 0.7s ease-in-out fadeInRight;
}
.food-details-wrap .details-wrapper .title {
  margin-bottom: 22px;
}
.food-details-wrap .no-bg {
  background: transparent !important;
}
.food-details-wrap .no-bg .title h4 {
  font-size: 22px;
}
.product-slick.product-zoom.slick-initialized.slick-slider {
  z-index: 1;
}
.mat-list-base .mat-list-item.mat-3-line, .mat-list-base .mat-list-option.mat-3-line {
  height: 100% !important;
  margin-bottom: 20px;
}
/* Galery section*/
.popular-recipes-box {
  padding: 90px 0 0 0;
  background-size: cover;
  position: relative;
}
.popular-recipes-box .recipes-contain .head-title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 60px;
}
.popular-recipes-box .recipes-contain .head-title h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #ffffff;
}
.popular-recipes-box .recipes-contain .head-title p {
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 20px;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section {
  grid-column: full-start/full-end;
  display: grid;
  /*grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(7, 5vw);*/
  grid-template: repeat(5, 5vw)/repeat(8, 1fr);
  grid-gap: 1.5rem;
  padding: 1.5rem;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section img {
  max-width: 100%;
  height: auto;
  transition: 0.5s;
  will-change: transform;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item {
  overflow: hidden;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(1) {
  overflow: hidden;
  grid-row: 1/span 2;
  grid-column: 1/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(2) {
  grid-row: 1/span 3;
  grid-column: 3/span 3;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(3) {
  grid-row: 1/span 2;
  grid-column: 8/8;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(4) {
  grid-row: 3/span 3;
  grid-column: 1/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(5) {
  grid-row: 4/span 2;
  grid-column: 3/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(6) {
  grid-row: 4/6;
  grid-column: 5/8;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(7) {
  grid-row: 1/4;
  grid-column: 6/span 2;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:nth-child(8) {
  grid-row: 3/span 3;
  grid-column: 8/-1;
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__item:hover img {
  transform: scale(1.02);
}
.popular-recipes-box .recipes-contain .gallery .gallery-section .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0px;
}
/* About products section*/
.about-products {
  padding: 90px 0;
  background: #fafafa;
}
.about-products .about-products-wrap .left .text {
  text-align: center;
  padding: 0 50px;
}
.about-products .about-products-wrap .left .text h3 {
  text-align: center;
  margin-bottom: 10px;
}
.about-products .about-products-wrap .left .text span {
  font-weight: 500;
  line-height: 26px;
  margin-top: 10px;
}
.about-products .about-products-wrap .left .text p {
  line-height: 26px;
}
.about-products .about-products-wrap .left .text .btn-project {
  margin-top: 20px;
}
.about-products .about-products-wrap .right .img-wrap img {
  max-width: 100%;
  height: auto;
}
/***************************************
*  Widget three styles
****************************************/
.widgets-three {
  width: 30px;
  margin-left: 0;
  position: relative;
  padding-top: 10px;
}
.widgets-three .bucket .mat-button-wrapper {
  width: 30px;
}
.widgets-three .bucket .mat-button-wrapper svg {
  max-height: 40px;
  fill: #ffffff;
}
.widgets-three .bucket .mat-button-wrapper .mat-badge {
  margin-left: -10px;
}
.widgets-three .bucket .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  text-align: center;
  top: -3px;
  left: 37px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  font-weight: 700;
}
.widgets-three .bucket .top-cart span {
  color: #ffffff;
}
.spCard-main {
  width: 100%;
}
.spCard-main .mat-menu-content {
  width: 239px !important;
}
.spCard-main .spCard-dropdown {
  background-color: #ffffff;
  padding: 15px 10px;
  max-width: 300px;
  z-index: 400;
}
.spCard-main .spCard-dropdown .card-list-title {
  padding: 0 0 10px 0;
}
.spCard-main .spCard-dropdown h4 {
  padding-bottom: 10px;
}
.spCard-main .spCard-dropdown .new-product .product img {
  width: 70px;
}
.spCard-main .spCard-dropdown .new-product .close-circle {
  flex: 1;
}
.spCard-main .spCard-dropdown .new-product .close-circle a {
  cursor: pointer;
  color: #c3c3c3;
  transition: 0.3s;
  float: right;
}
.spCard-main .spCard-dropdown .new-product .close-circle a i {
  font-size: 20px;
}
.spCard-main .spCard-dropdown .new-product .item {
  padding: 10px 0;
}
.spCard-main .spCard-dropdown .new-product .item .product {
  margin-right: 7px;
  background: #ffffff;
  /* border-radius: 3px; */
  border: 1px solid #e7e7e7;
}
.spCard-main .spCard-dropdown .new-product .item .desc p {
  font-weight: 500;
}
.spCard-main .spCard-dropdown .new-product .item .desc span {
  color: #777777;
  font-size: 15px;
  margin-top: 5px;
  /* padding-top: 7px; */
  display: block;
}
.spCard-main .spCard-dropdown .new-product .total {
  padding-top: 15px;
}
.spCard-main .spCard-dropdown .new-product .total p {
  font-size: 15px;
}
.spCard-main .spCard-dropdown .new-product .total span {
  font-weight: 500;
  font-size: 16px;
}
.spCard-main .spCard-dropdown .card-list-title a {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .card-list-title p {
  color: #444;
  font-size: 14px;
  font-weight: 500;
}
.spCard-main .spCard-dropdown .woo-message {
  text-align: center;
  padding: 0;
  margin: 1.5em 0 0 0;
}
/***************************************
*  Carousel Food styles
****************************************/
.main-slider-food {
  height: 760px;
}
.main-slider-food .sl-wrap {
  position: relative;
  height: 100%;
}
.main-slider-food .sl-wrap .content {
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  text-align: center;
  /* top: 58%; */
}
.main-slider-food .sl-wrap .content button {
  background: var(--theme-deafult) !important;
  border-radius: 0;
  padding: 5px 33px;
  width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
.main-slider-food .sl-wrap .content button span {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-slider-food .sl-wrap .content h1 {
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
}
.main-slider-food .sl-wrap .content p {
  font-size: 19px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
  width: 756px;
  margin: 0 auto;
  line-height: 35px;
}
.main-slider-food .slide-item {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.swiper-pagination-bullet-active {
  background: #ffffff !important;
}
/* .mask{
    opacity: 0.6;
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    background-color: rgba(0,0,0,0.8);
} */
.swiper-lazy-preloader {
  top: 18%;
}
.h-100 {
  height: 100%;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - FURNITURE STYLES
****************************************
****************************************
****************************************/
/*  Topbar styles */
.main-topbar-furniture {
  background: #f3f3f3 !important;
}
.main-topbar-furniture .top-bar .widget-text a {
  color: #2d2a25;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.main-topbar-furniture .top-bar .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.main-topbar-furniture .top-bar .widget-text a:hover {
  color: #ffa726;
}
.main-topbar-furniture .top-bar .widget-text:not(:last-child) {
  margin: 0 20px 0 0;
}
.main-topbar-furniture .top-bar .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.main-topbar-furniture .top-bar .welcome-message p {
  color: #787878;
  font-size: 13.5px;
  font-weight: 400;
}
.main-topbar-furniture .top-bar span .mat-icon {
  color: #ffa726;
}
.main-topbar-furniture .top-bar .cur-icon {
  color: #787878 !important;
}
.main-topbar-furniture .company-email p {
  font-size: 14px;
  color: #333;
}
/***************************************
*  Header-2 styles
****************************************/
.home-header-seven {
  background: #ffffff;
}
.home-header-seven .logo {
  padding: 25px 0;
  margin-left: -15px;
}
.home-header-seven .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-seven .search-form .form-wrap {
  background-color: transparent;
  white-space: nowrap;
  zoom: 1;
  width: 100%;
  margin: 0;
  position: relative;
  background: #444;
  background: rgba(0, 0, 0, 0);
}
.home-header-seven .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 70px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 40px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-seven .search-form .form-wrap .btn-search {
  overflow: visible;
  position: absolute;
  border: 0;
  margin: 0;
  cursor: pointer;
  height: 100%;
  min-width: 50px;
  right: -15px;
  top: 0;
  padding: 0 35px;
  color: #ffffff;
  transition: all 250ms ease-in-out;
  text-transform: uppercase;
  background-color: var(--theme-deafult) !important;
  border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  text-shadow: none;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0 50px 50px 0;
}
.home-header-seven .call-bucket-wrap .info-message-icon .icon mat-icon {
  font-size: 35px;
  /* color: #fff; */
  display: block;
  float: left;
  height: 49px;
  margin: 0 16px 0 0;
}
.home-header-seven .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-seven .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: #ffffff;
  padding: 0;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 22px;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-seven .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  left: 30px;
  background: var(--theme-deafult) !important;
  color: #ffffff;
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
.home-header-seven .widget-text a {
  color: #444;
  text-decoration: none;
  font-size: 13px;
  transition: 0.4s;
}
.home-header-seven .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
}
.home-header-seven .widget-text a:hover {
  color: var(--theme-deafult) !important;
}
.home-header-seven .widget-text:not(:last-child) {
  margin: 0 16px 0 0;
}
.home-header-seven .widget-text .mat-button-wrapper img {
  margin-right: 3px;
}
.home-header-seven .user .mat-icon {
  font-size: 26px !important;
}
/***************************************
*  Slider and menu styles
****************************************/
.carousel-furniture .ctn-box {
  box-sizing: content-box !important;
}
.carousel-furniture .ctn-box .main-slider {
  height: 503px;
}
.carousel-furniture .ctn-box .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-furniture .ctn-box .main-slider .sl-wrap .content {
  padding-left: 20px;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-furniture .ctn-box .slider-categories {
  padding-right: 15px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 15px 20px 15px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 12px;
  padding-bottom: 12px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .btn-sale {
  margin: 15px 10px;
}
.carousel-furniture .ctn-box .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.main-menu {
  margin-left: -15px;
}
.main-menu a.mat-button {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1em;
  font-weight: 700;
  padding: 0 20px;
  line-height: 63px;
}
/***************************************
*  Products section styles
****************************************/
.products-furniture.products {
  position: relative;
}
.products-furniture.products h3 {
  margin-bottom: 0;
  display: inline-block;
  font-size: 23px;
  font-weight: 580;
  position: absolute;
}
.products-furniture.products .mat-tab-labels {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/***************************************
*  Banner section styles
****************************************/
.commercial-banner .image-column {
  background-repeat: no-repeat 90%;
  background-size: cover;
  align-items: center;
}
.commercial-banner .inner-column h1 {
  text-transform: capitalize;
  font-size: 52px;
  margin-bottom: 20px;
}
.commercial-banner .inner-column button {
  padding: 5px 33px;
  width: 200px;
  box-shadow: none !important;
}
@media only screen and (max-width: 50em) {
  .commercial-banner .image-column {
    grid-column: 1/-1;
    padding: 6rem;
  }
}
.commercial-banner .story__content {
  background-color: #f9f7f6;
  grid-column: col-start 5/full-end;
  padding: 6rem 8vw;
  /*
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        */
  display: grid;
  align-content: center;
  justify-items: start;
}
@media only screen and (max-width: 50em) {
  .commercial-banner .story__content {
    grid-column: 1/-1;
    grid-row: 5/6;
  }
}
.commercial-banner .story__text {
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 4rem;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - DECOR STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Header section styles
****************************************/
.header-decor > div {
  width: 100%;
  background-color: #455a64;
}
.header-decor > div .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
  color: #ffffff;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent !important;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-icon {
  color: #ffffff;
}
.header-decor > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .top-cart span {
  color: #ffffff;
}
/***************************************
*  Carousel section styles
****************************************/
.carousel-home-decor {
  position: relative;
}
.carousel-home-decor .ctn-box {
  box-sizing: content-box !important;
  position: absolute;
  top: -64px;
  z-index: 9999;
}
.carousel-home-decor .main-slider {
  height: 640px;
}
.carousel-home-decor .main-slider .sl-wrap {
  position: relative;
  height: 100%;
}
.carousel-home-decor .main-slider .sl-wrap .content {
  padding-left: 21%;
  padding-right: 400px;
  height: 100%;
  position: relative;
  z-index: 9;
  /* padding-left: 294px; */
  vertical-align: middle;
  position: relative;
  /* top: 58%; */
  transform: none;
}
.carousel-home-decor .slider-categories {
  background-color: #fff;
}
.carousel-home-decor .slider-categories .categories-wrap {
  border: 1px solid #D9D9D9;
}
.carousel-home-decor .slider-categories .categories-wrap .title {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  color: #444;
  padding: 19px 20px 19px 10px;
  font-weight: 500;
  font-size: 14.5px;
}
.carousel-home-decor .slider-categories .categories-wrap .title .mat-icon {
  margin-right: 4px;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li {
  display: block;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li a {
  padding-top: 12px;
  padding-bottom: 12px !important;
  border-top: 1px solid #D9D9D9;
  margin: 0 10px -1px;
}
.carousel-home-decor .slider-categories .categories-wrap .category-contant ul li .no-brd {
  border-top: none;
}
.carousel-home-decor .slider-categories .categories-wrap .btn-sale {
  margin: 15px 10px;
}
.carousel-home-decor .slider-categories .categories-wrap .btn-sale button {
  padding: 5px 33px;
  width: 100%;
  box-shadow: none;
}
.carousel-home-decor .carousel-2-wrapper {
  max-width: 100%;
  position: relative;
}
.carousel-home-decor .carousel-2-wrapper .main-slider {
  height: 640px;
}
.carousel-home-decor .carousel-2-wrapper .main-slider .content {
  padding-left: 23%;
  padding-right: 485px;
}
.carousel-home-decor .decor-menu .main-menu {
  margin-left: 293px;
}
/***************************************
*  Home baners section styles
****************************************/
.banners-decor {
  margin-top: -70px;
  z-index: 9999999999999;
  position: relative;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.banners-decor .baners {
  background: #f5f5f5 !important;
}
.banners-decor .baner {
  padding: 10px 0 0 10px;
  height: 100%;
  transition: 0.15s ease-in;
  text-align: left;
}
.banners-decor .baner h4 {
  font-size: 19px;
  font-weight: 500;
  color: #2d2a25;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.banners-decor .baner .info .big-price {
  padding: 10px 25px !important;
  box-shadow: none !important;
  width: 135px;
  border-radius: 5px;
  text-align: center;
}
.banners-decor .baner .info .big-price span {
  font-size: 27px !important;
}
.banners-decor .baner p {
  color: #383838;
}
.banners-decor .baner a {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #383838;
  margin-top: 15px;
  display: block;
}
.banners-decor .baner ul li a {
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #6b6b6b;
  margin-top: 5px;
  display: block;
}
.banners-decor .first {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
.banners-decor .first .info .text-box {
  text-align: center;
  padding: 15px 20px;
}
.banners-decor .first .info .text-box span {
  color: #fff;
  margin-bottom: 10px;
  line-height: 31px;
}
.banners-decor .first .info .text-box h4 {
  color: #fff;
  line-height: 27px;
}
.banners-decor .first .info .text-box a {
  color: #fff;
  font-weight: 500;
}
.banners-decor .seccond {
  /* height: 200px; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0px;
}
.banners-decor .media {
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.banners-decor .electrics {
  border-left: 1px solid #D9D9D9;
}
.banners-decor .decors {
  border-bottom: 1px solid #D9D9D9;
}
/***************************************
*  Commercial banners section styles
****************************************/
.commercial-banners .image-column {
  background: #f6f6f6;
  padding: 0px 30px;
}
.commercial-banners .image-column h3 {
  margin-bottom: 20px;
}
.commercial-banners .image-column span {
  color: #bc0911;
  font-weight: 500;
}
.commercial-banners .image-column a {
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}
.commercial-banners .image-column .img img {
  max-width: 85%;
}
/***************************************
*  Home footer-2 section styles
****************************************/
.footer-two {
  background-color: #383838;
}
.footer-two .footer-widget {
  padding-right: 15px;
}
.footer-two .footer-widget .social {
  margin-top: 20px;
}
.footer-two .footer-widget .social li {
  width: 33px;
  height: 33px;
  border: 1px solid #c3c3c3;
  border-radius: 50%;
  text-align: center;
  margin-right: 5px;
}
.footer-two .footer-widget .social li a {
  color: #dddddd;
}
.footer-two .footer-widget .social li a i {
  color: #ffa726;
}
.footer-two .footer-widget .social li .mat-icon-button {
  padding: 0;
  min-width: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  line-height: 32px;
  border-radius: 50%;
}
.footer-two .footer-widget .social li .mat-icon-button i {
  color: #f1f3f5;
}
.footer-two .footer-widget .ped-btn-footer {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  padding: 0px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  z-index: 222;
  background: var(--theme-deafult) !important;
  box-shadow: none !important;
  width: 100%;
  border-radius: 3px;
  line-height: 45px;
}
.footer-two .footer-widget .title {
  margin-bottom: 10px;
}
.footer-two .footer-widget .title h5 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
}
.footer-two .footer-widget a {
  text-decoration: none;
  font-size: 15px;
  line-height: 32px;
  color: #dddddd;
}
.footer-two .footer-widget .newsletter-widget {
  position: relative;
  margin: 15px 0 20px 0;
}
.footer-two .footer-widget p {
  line-height: 24px;
  color: #dddddd;
}
.footer-two .footer-widget ul {
  list-style-type: none;
}
.footer-two .footer-widget .about-widget .logo img {
  max-width: 240px;
}
.footer-two .footer-widget .tel-box .icon i {
  display: block;
  line-height: 27px;
  vertical-align: middle;
  margin-right: 5px;
  color: var(--theme-deafult) !important;
  width: 18px;
  text-align: center;
  font-size: 18px;
}
.footer-two .footer-widget .tel-box .text p a {
  line-height: 22px;
}
.footer-two .footer-widget .mat-icon-button {
  padding: 0;
  min-width: 0;
  width: auto;
  height: auto;
  flex-shrink: 0;
  line-height: 32px;
  border-radius: 50%;
}
.footer-two .subscribe-widget input {
  height: 45px;
  background: #ffffff;
  font-size: 15px;
  line-height: 45px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  padding: 0 65px 0 20px;
  color: #777777;
}
/***************************************
*  Popular product page styles
****************************************/
.popular-products .reviews .content {
  height: auto;
  margin-bottom: 10px;
  margin-left: -15px !important;
}
.popular-products .reviews .content .media {
  margin-right: 7px;
  background: #f6f6f6;
  border-radius: 3px;
}
.popular-products .reviews .content .media img {
  max-width: 80px;
  margin-right: 8px;
}
.popular-products .reviews .content .info h5 {
  color: rgba(0, 0, 0, 0.87);
  text-decoration: none;
  font-size: 17px;
  font-weight: 600;
  transition: color 0.4s ease;
}
.popular-products .reviews .content .info .price {
  font-weight: 400;
}
.popular-products .title-header {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.popular-products .title-header h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.popular-products .title-header h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
/***************************************
*  Login page styles
****************************************/
.login .login-wrap .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.login .login-wrap .title:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.login .login-wrap .title:after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.login .login-wrap form .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
}
.login .login-wrap .register-wrapper .register-body .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.login .login-wrap .register-wrapper .register-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.login .login-wrap .register-wrapper .register-body .button-wrap {
  margin-top: 20px;
}
/***************************************
*  Price slider styles
****************************************/
.price-slider .filter-price .mat-slider-horizontal {
  min-width: 110px;
}
/***************************************
*  Product dialog styles
****************************************/
.product-dialog .mat-dialog-container {
  overflow: visible;
}
.product-dialog .swiper-container .swiper-wrapper img.img-fluid {
  margin: auto;
  max-width: 100%;
}
.product-dialog .product-right {
  padding: 0 30px;
}
.product-dialog .product-right .product-details .discription {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.product-dialog .product-right .product-details .discription .bold {
  font-weight: 600;
}
.product-dialog .product-right .product-details .discription p.productDescription {
  line-height: 24px;
  margin-top: 5px;
}
.product-dialog .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 25px;
}
.product-dialog .product-right .product-details h4 del {
  color: #777777;
  font-size: 18px;
}
.product-dialog .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.product-dialog .product-right .quantity input {
  width: 80px;
  text-align: center;
  background-color: #f6f6f6;
  height: 35px;
  border: 1px solid #c3c3c3;
}
.product-dialog .product-right .quantity span {
  margin-bottom: 5px;
}
.product-dialog .product-right .avalibility .red {
  color: #f33927;
  font-weight: 500;
}
.product-dialog .product-right .buttons .mat-icon {
  color: #787878;
  margin-left: 17px;
  cursor: pointer;
}
.product-dialog .mat-dialog-container .close-btn-outer button {
  position: absolute;
  right: -44px;
  top: -44px;
}
.product-dialog .product-dialog .close-btn-outer {
  position: relative;
}
.product-pagination .ngx-pagination {
  margin-left: 0;
  margin-bottom: 1rem;
  text-align: center;
  padding: 10px 5px;
}
.product-pagination .ngx-pagination .current {
  padding: 4px 12px;
  background: #eeeeee;
  color: #444;
  cursor: default;
  border-radius: 2px;
  line-height: 22px;
}
.product-dialog .mat-dialog-content {
  max-width: 52vw;
}
/***************************************
*  Popular products styles
****************************************/
.popular-products .reviews .stars {
  color: #ffa726;
  margin: 0px 0 5px 0;
}
.popular-products .reviews .stars span {
  color: #c3c3c3;
  font-size: 13px;
  margin-left: 10px;
}
.popular-products .reviews .stars mat-icon {
  font-size: 17px;
  line-height: 17px;
  height: 17px;
  width: 17px;
  vertical-align: middle;
}
.mega-menu-pane .mat-menu-panel {
  width: auto !important;
}
.mega-menu-pane .mat-menu-panel .mat-menu-content {
  width: 100% !important;
}
/***************************************
*  Error page styles
****************************************/
.error {
  text-align: center;
}
.error .page404 {
  font-size: 67px;
  font-weight: 700;
  color: #777777;
  margin-bottom: 30px;
}
.error .not-found {
  font-size: 39px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}
.error .error_description {
  margin-bottom: 30px;
}
.error .error_description p {
  font-weight: 600;
}
.error button {
  background: #ffa726;
  color: #333333;
  padding: 5px 33px;
  width: 200px;
}
/***************************************
*  FAQ page styles
****************************************/
.faq .questions {
  padding-right: 15px;
}
.faq .questions .faq-wrap .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none;
  margin-bottom: 20px;
  box-shadow: none !important;
}
.faq .questions .faq-wrap .mat-expansion-panel .mat-expansion-panel-header-title span {
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 1;
}
.faq .questions .faq-wrap .mat-expansion-panel .mat-expansion-panel-body p {
  line-height: 24px;
}
.faq .faq-form {
  padding-left: 15px;
}
.faq .faq-form .text-wrap p {
  line-height: 26px;
}
.faq .faq-form form {
  margin: 30px 0;
}
/***************************************
*  About us page styles
****************************************/
.about-us-wrapper .about-section .left-info-panel {
  overflow: hidden;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro h2 {
  margin-bottom: 20px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro p {
  line-height: 26px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions {
  margin-top: 20px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel {
  margin-bottom: 10px;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}
.about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel h4 {
  font-weight: 500;
}
.about-us-wrapper .our-values {
  background: #f5f5f5;
}
.about-us-wrapper .our-values .box-wraper .box {
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-wrapper .our-values .box-wraper .box .content {
  padding: 41px 20px 31px;
  background: #ffffff;
}
.about-us-wrapper .our-values .box-wraper .box .content .icon-box i {
  font-size: 55px;
  color: var(--theme-deafult);
}
.about-us-wrapper .our-values .box-wraper .box .content h4 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 5px;
  margin-bottom: 10px;
}
.about-us-wrapper .our-values .box-wraper .box .content p {
  line-height: 26px;
}
.about-us-wrapper .title-wrapper {
  text-align: center;
  margin-bottom: 35px;
}
.about-us-wrapper .title-wrapper h2 {
  margin-bottom: 10px;
}
.about-us-wrapper .title-wrapper p {
  color: #777777;
}
.about-us-wrapper .our-team .team-members .item {
  padding-left: 15px;
  padding-right: 15px;
}
.about-us-wrapper .our-team .team-members .item .single-team-member {
  transition: 0.3s;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box {
  position: relative;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box img {
  width: 100%;
  transition: opacity 0.4s ease;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
  overflow: hidden;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul {
  background: var(--theme-deafult);
  margin: 0;
  margin-left: -12px;
  margin-right: -12px;
  transform: translate3d(0, 35px, 0);
  transition: transform 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
  visibility: hidden;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul li {
  padding: 0 12px;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .img-box .overlay .box .content ul li i {
  color: #ffffff;
  font-size: 16px;
  line-height: 35px;
  display: block;
}
.about-us-wrapper .our-team .team-members .item .single-team-member .text-box {
  border: 1px solid #f6f6f6;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.4s ease;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .img-box img {
  opacity: 0.4;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .img-box .overlay .box .content .social {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0px, 0);
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box {
  background: #444;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box h4 {
  color: #ffffff;
}
.about-us-wrapper .our-team .team-members .item .single-team-member:hover .text-box p {
  color: #ffffff;
}
/***************************************
*  Order success page styles
****************************************/
.succesfull-message {
  text-align: center;
  padding: 50px 0;
}
.succesfull-message .material-icons {
  color: #4CAF50;
  font-size: 63px;
}
.succesfull-message h2 {
  margin: 10px 0;
}
.succesfull-message p {
  line-height: 30px;
}
.order-success .billing-details h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.order-success .billing-details .product-order-details .order-img img {
  max-width: 130px;
}
.order-success .billing-details .product-order-details p {
  font-size: 17px;
  font-weight: 500;
}
.order-success .billing-details .product-order-details span {
  font-size: 17px;
  margin-top: 5px;
}
.order-success .billing-details ul.price-list li {
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.order-success .billing-details ul.price-list li p {
  line-height: 30px;
  font-weight: 500;
}
.order-success .billing-details ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 18px;
  text-align: right;
  color: #4c4c4c;
}
.order-success .billing-details ul.price-list li img {
  max-width: 30px;
  height: 23px;
  margin: 0 10px;
}
.order-success .mainOrder-wrapper .main-order {
  background: #f3f3f3;
  padding: 30px;
  padding: 30px;
}
.order-success .mainOrder-wrapper .main-order .order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order .order-box .title-box span.tl-amount {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li {
  padding: 10px 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li p {
  line-height: 30px;
  font-weight: 500;
}
.order-success .mainOrder-wrapper .main-order .order-box ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 18px;
  text-align: right;
  color: #4c4c4c;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount .shipping {
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option {
  line-height: 30px;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-success .mainOrder-wrapper .main-order ul.total-amount li span.amount {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.quantity {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.order-success .mainOrder-wrapper .main-order ul.quantity li span.total {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.order-success .mainOrder-wrapper .main-order ul.total {
  position: relative;
}
.order-success .mainOrder-wrapper .main-order ul.total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.order-success .mainOrder-wrapper .main-order ul.total li span.count {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
  text-align: right;
}
.order-success .mainOrder-wrapper .main-order .paymentFinal {
  margin-bottom: 20px;
  line-height: 34px;
}
/***************************************
*  Breadcrumb  styles
****************************************/
.breadcrumb-section {
  padding: 20px 0;
  border-bottom: 1px solid #f3f3f3;
}
.breadcrumb-section .breadcrumb-title h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
}
.breadcrumb-section .breadcrumb-path .breadcrumb {
  background-color: transparent;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin: 0;
  padding-right: 0;
}
.breadcrumb-section .breadcrumb-path .breadcrumb .breadcrumb-item {
  padding: 0 0.5rem;
}
.breadcrumb-section .breadcrumb-path .breadcrumb .breadcrumb-item:active {
  color: #6c757d;
}
.breadcrumb-section .breadcrumb-path .breadcrumb a {
  color: #555;
}
/***************************************
*  Checkout page styles
****************************************/
.checkout .billing-details .mat-form-field {
  width: 100%;
}
.checkout .billing-details .add-info {
  margin-top: 15px;
}
.checkout .mainOrder-wrapper .main-order {
  border: 1px solid #D9D9D9;
  padding: 30px;
}
.checkout .mainOrder-wrapper .main-order .order-box .title-box {
  position: relative;
  padding-bottom: 25px;
  color: #444;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order .order-box .title-box span.tl-amount {
  position: relative;
  width: 35%;
  float: right;
  line-height: 1.2em;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list li {
  line-height: 44px;
}
.checkout .mainOrder-wrapper .main-order .order-box ul.price-list li span {
  position: relative;
  width: 35%;
  float: right;
  font-size: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount .shipping {
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option {
  line-height: 30px;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.checkout .mainOrder-wrapper .main-order ul.total-amount li span.amount {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.quantity {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.quantity li span.total {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order ul.total {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.checkout .mainOrder-wrapper .main-order ul.total li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.checkout .mainOrder-wrapper .main-order ul.total li span.count {
  position: relative;
  font-size: 20px;
  line-height: 20px;
  color: #f33927;
  font-weight: 400;
  width: 35%;
  float: right;
}
.checkout .mainOrder-wrapper .main-order .paymentFinal {
  margin-bottom: 20px;
  line-height: 34px;
}
.mat-radio-label-content {
  color: #848484;
  font-weight: 400;
}
/***************************************
*  Cart page styles
****************************************/
.cart-wrapper .mat-card {
  text-align: center;
}
.cart-wrapper .mat-card .cart-table.mat-table {
  display: block;
  overflow-x: auto;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row {
  min-height: 100px;
  min-height: 100px;
  border-bottom: 1px solid #eeeeee;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .product-name {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .grand-total {
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row span:nth-child(3) {
  font-size: 16px;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row input {
  width: 80px;
  text-align: center;
  background-color: #eeeeee;
  height: 35px;
  border: 1px solid #e5e5e5;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .price {
  font-size: 21px;
  font-weight: 500;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row .total {
  font-size: 21px;
  font-weight: 500;
  color: #f33927;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  font-size: 14px;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell img, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell img {
  width: 100px;
  cursor: pointer;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-cell mat-icon, .cart-wrapper .mat-card .cart-table.mat-table .mat-header-cell mat-icon {
  cursor: pointer;
}
.mat-row, .mat-header-row {
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  align-items: center;
  min-height: 48px;
  padding: 0 24px;
  min-width: 870px;
}
/***************************************
*  Compare page styles
****************************************/
.compare-component .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.compare-component .table-responsive table {
  width: 100%;
  border: 1px solid #eeeeee;
}
.compare-component .table-responsive table thead .th-compare td {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #f6f6f6;
  font-weight: 600;
  font-size: 14px;
}
.compare-component .table-responsive table thead .th-compare a {
  cursor: pointer;
}
.compare-component .table-responsive table tbody tr th {
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: #f6f6f6;
  text-align: left;
}
.compare-component .table-responsive table tbody tr .product-name {
  width: 15%;
  font-size: 14px;
}
.compare-component .table-responsive table tbody tr td .description-compare {
  font-size: 14px;
  line-height: 22px;
}
.compare-component img.img-fluid.mb-4 {
  max-width: 100px;
}
.compare-component .empty-cart-cls h4 {
  font-weight: 500;
  color: #848484;
}
.compare-component .empty-cart-cls h3 {
  text-align: center;
}
.compare-component .table-responsive .table tbody tr td, .compare-component .table-responsive .table tbody tr th {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
}
/***************************************
*  Details page styles
****************************************/
.details-wrapper .product-image img {
  max-width: 100%;
}
.details-wrapper .product-right {
  padding: 0 30px 0 25px;
}
.details-wrapper .product-right .product-details {
  padding-bottom: 15px;
  border-bottom: 1px dashed #dddddd;
}
.details-wrapper .product-right .product-details h2 {
  margin-bottom: 10px;
}
.details-wrapper .product-right .product-details h4 del {
  color: #777777;
  font-size: 17px;
}
.details-wrapper .product-right .product-details h4 span {
  padding-left: 5px;
  color: #f33927;
  font-size: 24px;
}
.details-wrapper .product-right .product-details .avalibility span {
  color: #f33927;
  font-weight: 500;
}
.details-wrapper .product-right .product-details p.description {
  line-height: 26px;
}
.details-wrapper .product-right .product-details h3.price {
  font-size: 26px;
  font-weight: 400;
  margin: 10px 0;
}
.details-wrapper .product-right .quantity {
  margin-top: 10px;
}
.details-wrapper .product-right .quantity span {
  margin-bottom: 7px;
  display: block;
}
.details-wrapper .product-right .quantity input {
  width: 80px;
  text-align: center;
  background-color: #e2e2e2;
  height: 35px;
  border: 1px solid #c3c3c3;
}
.details-wrapper .product-right .red {
  color: #f33927;
  font-weight: 700;
}
.details-wrapper .info-bar {
  border: 1px solid #dddddd;
  padding: 0 20px;
  margin-top: 0px !important;
}
.details-wrapper .info-bar .mat-icon {
  color: #333333;
  font-size: 41px;
  margin-right: 15px;
  line-height: 23px;
}
.details-wrapper .info-bar .content p {
  text-transform: capitalize;
  font-weight: 500;
}
.details-wrapper .info-bar .mat-card {
  box-shadow: none !important;
  padding: 20px 0;
  border-bottom: 1px solid #dddddd;
}
.details-wrapper .info-bar .mat-card.no-border {
  border-bottom: none;
}
.details-wrapper .review-wrapper .full-desc {
  padding: 20px;
}
.details-wrapper .review-wrapper .full-desc p {
  line-height: 26px;
}
.details-wrapper .review-wrapper .full-desc ul {
  margin-top: 15px;
  padding-left: 20px;
}
.details-wrapper .review-wrapper .full-desc ul li {
  margin-bottom: 7px;
}
.details-wrapper .review-wrapper .Reviews .reviews .name {
  font-weight: 500;
}
.details-wrapper .review-wrapper .Reviews .reviews p {
  line-height: 22px;
  white-space: normal;
}
.details-wrapper .review-wrapper .Reviews .reviews .text {
  margin-top: 10px;
}
.details-wrapper .review-wrapper .Reviews .reviews .mat-list-item .mat-list-item-content {
  align-items: start !important;
}
.details-wrapper .review-wrapper .Reviews .writte-reviews .mat-form-field {
  width: 100%;
}
.details-wrapper .products {
  padding-right: 30px;
}
.details-wrapper .products .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.details-wrapper .products .title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f6f6f6;
}
.details-wrapper .products .title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.details-wrapper .sale-widget {
  height: 14%;
  margin-top: 25px;
  padding: 15px 20px;
  text-align: center;
  background-color: var(--theme-deafult);
}
.details-wrapper .sale-widget .sale-widget1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .sale-widget2 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .discount {
  display: inline-block;
  color: #2d2a25;
  font-size: 77px;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.5;
}
.details-wrapper .sale-widget .percent {
  display: inline-block;
  line-height: 31px;
}
.details-wrapper .sale-widget .percent span {
  display: block;
  font-size: 3.111em;
  font-weight: 500;
}
.details-wrapper .sale-widget p {
  color: #ffffff;
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
}
.details-wrapper .small-carousel {
  position: relative;
  margin-top: 10px;
}
.details-wrapper .small-carousel .swiper-container {
  height: 180px;
}
@media only screen and (max-width: 600px) {
  .details-wrapper .small-carousel .swiper-container {
    height: 190px;
  }
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  padding: 0px;
  max-width: 100%;
  max-height: 100%;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 12px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.details-wrapper .small-carousel .swiper-container .swiper-button-prev {
  position: absolute;
  top: 32%;
  left: 0px;
}
.details-wrapper .small-carousel .swiper-container .swiper-button-next {
  position: absolute;
  top: 32%;
  right: 0px;
}
.details-wrapper .sale-baner {
  background: transparent;
}
.details-wrapper .mat-expansion-panel {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border: 1px solid #dddddd;
  box-shadow: none !important;
  margin-bottom: 20px;
  background: transparent !important;
}
.product-slick.product-zoom.slick-initialized.slick-slider {
  z-index: 1;
}
.mat-list-base .mat-list-item.mat-3-line, .mat-list-base .mat-list-option.mat-3-line {
  height: 100% !important;
  margin-bottom: 20px;
}
/***************************************
*  Brands page styles
****************************************/
.brands-items .mat-radio-button {
  margin-bottom: 15px;
}
.brands-items .mat-radio-button.mat-accent .mat-radio-inner-circle {
  background: #f33927 !important;
}
/***************************************
*  Categorie page styles
****************************************/
.category-contant ul li a {
  color: #777777;
  padding-bottom: 10px;
  display: block;
  font-size: 15px;
}
/***************************************
*  Contact us page styles
****************************************/
.contact-page iframe {
  width: 100%;
  height: 400px;
  border: none;
}
.contact-page .left-info-panel ul {
  list-style-type: none;
  padding: 0;
}
.contact-page .left-info-panel ul > *:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.contact-page .left-info-panel ul li i {
  float: left;
  font-size: 33px;
  line-height: 74px;
  margin-right: 7px;
  color: var(--theme-deafult);
}
.contact-page .left-info-panel ul li h4 {
  display: inline-block;
  font-size: 20px;
}
.contact-page .contact-form .title {
  margin-bottom: 20px;
}
.contact-page .contact-form .w-100 {
  width: 100% !important;
}
.contact-page .contact-form .mat-form-field {
  caret-color: var(--theme-deafult) !important;
  font-size: 14px !important;
}
.contact-page .contact-form .mat-form-field .mat-input-element {
  caret-color: var(--theme-deafult) !important;
}
.contact-page .contact-form .px-1 {
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .contact-page .left-info-panel {
    padding-right: 0px;
    width: 100%;
  }
}
.sidenav .divider {
  margin: 10px 0;
}
:host {
  display: flex;
  flex-direction: column;
  outline: none;
  width: 100%;
}
:host .mat-list-item.active {
  background-color: mat-color(#ffa726, 50);
}
:host:hover > .mat-list-item:not(.expanded), :host:focus > .mat-list-item:not(.expanded) {
  background-color: mat-color(#ffa726, 100) !important;
}
.mat-list-item {
  padding: 10px 0;
  display: flex;
  width: auto;
}
.mat-list-item .mat-list-item-content {
  width: 100%;
}
.mat-list-item .routeIcon {
  margin-right: 40px;
}
.btn-default, .mat-button {
  color: #333333;
}
.header.mat-toolbar {
  box-shadow: 0 0 5px grey;
  z-index: 13;
  font-size: 20px;
  max-height: 64px;
  height: 64px;
  padding: 0px 10px;
}
.sub-container .mat-card {
  box-shadow: none !important;
}
.search_box-n {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search_box-n .search_input {
  width: 85% !important;
}
.search_box-n .search_input input {
  height: 40px !important;
}
table.mat-elevation-z8 thead tr.b-b.ng-star-inserted {
  display: table-row !important;
}
table.mat-elevation-z8 tbody tr.b-b.ng-star-inserted {
  display: table-row !important;
}
.mat-dialog-content {
  width: 100%;
}
.example-form {
  max-width: 100% !important;
}
.mat-dialog-container {
  position: relative !important;
}
.mat-dialog-container .close-button {
  top: -25px !important;
  right: -25px !important;
  position: absolute !important;
}
.edb-space {
  margin-top: 10px;
}
.mat-icon.mat-warn {
  color: #ffa500 !important;
}
.vl {
  margin: unset;
  border-left: 1px solid #000;
  height: 30px;
  margin-top: 15px;
}
.c-info {
  text-align: center;
}
.c-info h3 {
  text-align: center;
}
.c-info a {
  background: none !important;
}
.c-info a:hover {
  background: none !important;
}
.c-info .mat-toolbar {
  background: none !important;
}
.c-info .mat-toolbar a i {
  width: 40px;
  height: 40px;
  background: #333;
  border-radius: 500px;
  font-size: 20px !important;
  line-height: 40px !important;
  color: #FFF !important;
}
.home-header .top-navbar .mat-button-wrapper {
  text-transform: uppercase;
}
.invoiceDialog .mat-dialog-container {
  margin: 20px 0px;
  padding: 0px;
}
.ds-summary-cart ::ng-deep .mat-drawer {
  width: 420px;
  padding: 0px;
}
.ds-summary-cart ::ng-deep .mat-icon-button {
  padding: 8px;
}
.mat-badge-content {
  background-color: #ff8188;
}
.cdk-global-overlay-wrapper {
  pointer-events: auto;
  overflow: auto;
}
@media (min-width: 1200px) and (max-width: 1480px) {
  .product-dialog .mat-dialog-content {
    max-width: 64vw;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    max-width: 125px;
    padding: 4px 18px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 1199px) {
  .product-dialog .mat-dialog-content {
    max-width: 64vw;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    max-width: 115px;
    padding: 4px 18px !important;
    font-size: 10px !important;
  }
}
@media (min-width: 1200px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 400px;
  }
}
@media (min-width: 960px) and (max-width: 960px) {
  .main-home3-wrapper {
    padding-left: 0 !important;
  }
  .main-home3-wrapper .info-bar {
    margin-top: 25px !important;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
  .carousel-3 .slider-categories {
    max-height: 100% !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    max-width: 50%;
  }
}
@media (min-width: 961px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (max-width: 959px) {
  .mat-toolbar-row {
    height: 100% !important;
    padding: 15px !important;
  }

  .home-header .logo {
    padding: 0;
  }
  .home-header .search-form {
    padding: 0;
  }

  .home-5-wrap .categories .left-section {
    padding-right: 0;
    margin-bottom: 15px;
  }
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section {
    padding-left: 0;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .details-wrapper .product-right {
    padding: 0;
    margin-top: 25px;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (min-width: 960px) and (max-width: 1199px) {
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper {
    padding: 10px;
  }
  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
    font-size: 16px;
  }
  .prod-three .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap a {
    width: 27px;
    height: 27px;
    line-height: 35px;
  }

  .products .product-item .mat-card:not([class*=mat-elevation-z]) .product-img img {
    max-width: 131px;
  }

  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .carousel-2 .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .main-slider .content h3 {
    font-size: 29px;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .slide-item .content h1 {
    font-size: 37px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 29px;
  }

  .carousel-2 .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .main-slider .content h3 {
    font-size: 29px;
  }

  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }

  .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-4 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-three .logo {
    margin: 0 auto;
  }

  .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-bottom: 50px !important;
  }
}
@media (min-width: 600px) and (max-width: 959px) {
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 350px !important;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 34px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 24px;
  }

  .checkout .billing-details {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .checkout .mainOrder-wrapper {
    padding-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }

  .details-wrapper .product-image {
    margin-bottom: 20px;
  }
  .details-wrapper .product-right {
    padding: 0px;
  }

  .home-3-wrap .container {
    padding: 0 15px;
  }
  .home-3-wrap .container .home3-sidebar {
    padding-right: 0px;
  }
  .home-3-wrap .main-home3-wrapper {
    padding-left: 0;
  }
  .home-3-wrap .main-home3-wrapper .info-bar {
    margin-top: 25px;
  }

  .banners-container .baners {
    background: #f5f5f5;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .banners-container .baners .first {
    width: 100%;
    background-size: contain;
  }
  .banners-container .baner h4.big-title {
    font-size: 25px;
  }
  .banners-container .seccond {
    margin-right: 0px;
    background-color: #f5f5f5;
    height: 332px;
  }
  .banners-container .pd-xs {
    margin-top: 10px;
  }
  .banners-container .mg-xs-0 {
    margin-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond {
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info {
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    width: auto;
    height: 100%;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .text-box h4 {
    font-size: 20px;
  }

  .carousel-2 .slider-categories {
    padding-right: 0px;
    margin-bottom: 10px;
  }

  .left-sidebar-wrapper .filter-sidenav {
    width: 100%;
  }
  .left-sidebar-wrapper .filter-sidenav .popular-products {
    margin-top: 0;
  }
  .left-sidebar-wrapper .filter-sidenav .toggles-wrapper .toggles {
    padding-right: 7px;
  }
  .left-sidebar-wrapper .filter-sidenav .toggles-wrapper .popular-products {
    padding-left: 0px;
  }
}
@media (max-width: 768px) {
  .crypto-value {
    display: flex;
    flex-direction: column;
  }

  .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-bottom: 50px !important;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0;
  }

  .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-4 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }

  .home-header-three .logo {
    margin: 0 auto;
  }

  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 15px;
    left: 22px;
    font-size: 95%;
    z-index: 9999999999999;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 32px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 0;
    width: 97px;
    border-radius: 3px;
    line-height: 33px;
  }

  .home-3-wrap .main-home3-wrapper .info-bar {
    margin-top: 25px;
  }

  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }

  .slide-item .content {
    padding-left: 0px !important;
  }
  .slide-item .content h1 {
    font-size: 34px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 24px;
  }

  .checkout .billing-details {
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
  .checkout .mainOrder-wrapper {
    padding-left: 0;
  }

  .carousel-2 .carousel-2-wrapper {
    max-width: 100%;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-right: 323px !important;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 37px;
  }
  .carousel-2 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 29px;
  }
  .carousel-2 .details-wrapper .product-image {
    margin-bottom: 20px;
  }
  .carousel-2 .details-wrapper .product-right {
    padding: 0px;
  }
  .carousel-2 .demo-wrapper .demo-showcase .demos .item.middle {
    margin: 0 auto !important;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .carousel-2 .banners-container .baners {
    margin-right: 0;
  }
  .carousel-2 .home-header .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .home-header-2 .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .home-header-three .logo {
    margin: 0 auto;
    margin-bottom: 0;
  }
  .carousel-2 .main-slider .content {
    padding-left: 10px;
  }
  .carousel-2 .main-slider .content button {
    padding: 0;
    width: 100px;
  }
}
@media (max-width: 768px) and (max-width: 649px) {
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner {
    height: 116px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap {
    position: absolute;
    top: 12px;
    left: 15px;
    /* font-size: 95%; */
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap .main {
    font-size: 20px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner .text-wrap a {
    margin-top: 7px;
  }
  .home-3-wrap .main-home3-wrapper .home3-banner-wrap .banner img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
  }

  .home-3-wrap .home3-sidebar {
    padding-right: 0px;
  }
  .home-3-wrap .main-home3-wrapper {
    padding-left: 0;
  }
  .home-3-wrap .main-home3-wrapper h3 {
    top: 30px;
  }

  .home-header .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-2 .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-three .search-form {
    width: 95%;
    padding: 0;
  }

  .home-header-four .search-form {
    width: 95%;
    padding: 0;
  }
}
@media (max-width: 768px) and (max-width: 599px) {
  .home-5-wrap .categories .left-section {
    padding-right: 0;
    margin-bottom: 0px;
  }
  .home-5-wrap .categories .left-section .item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
  }
  .home-5-wrap .categories .left-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .left-section .item .product-info ul {
    margin: 0;
  }
  .home-5-wrap .categories .right-section {
    padding-left: 0;
  }
  .home-5-wrap .categories .right-section .item {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 15px;
    margin-top: 0px !important;
  }
  .home-5-wrap .categories .right-section .item .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-5-wrap .categories .right-section .item .product-info ul {
    margin: 0;
  }

  .categories-menu-wrap .category-contant ul li {
    width: 100%;
    transition: 0.3s;
  }

  .info-bar-four-wrapper {
    border-bottom: none;
  }
  .info-bar-four-wrapper .info-bar-four {
    border: none;
  }
  .info-bar-four-wrapper .info-bar-four .card-wrap {
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .info-bar-four-wrapper .info-bar-four .card-wrap .mat-card {
    border: none;
  }

  .info-bar .card-wrap {
    padding: 0 !important;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-right: 320px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h1 {
    font-size: 34px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content h3 {
    font-size: 24px;
  }

  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }

  .main-slider {
    height: 280px;
  }

  .slide-item .content h1 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .slide-item .content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .vertical-products .product-panel:not(:last-child) {
    padding-right: 0px;
    margin-bottom: 30px;
  }

  .mt-2 {
    margin-top: 20px;
  }

  .banners-container .seccond {
    margin: 10px 0 0 0;
  }

  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner {
    width: 100%;
    height: 100%;
    background: #f5f5f5;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .text-box {
    width: 100% !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper .carousel-banner .seccond .info .bn-img img {
    width: 100%;
    height: auto;
  }

  .left-sidebar-wrapper .filter-sidenav {
    width: 100% !important;
  }

  .left-sidebar-wrapper .all-products {
    padding-left: 0px;
  }
  .left-sidebar-wrapper .all-products .col .product-item {
    margin-right: 0px;
  }

  .mat-toolbar-row {
    height: 100% !important;
    padding: 15px !important;
  }

  .cdk-global-overlay-wrapper .product-dialog {
    max-width: 80vw !important;
    min-width: 90% !important;
  }

  .product-dialog .mat-dialog-content {
    max-width: 73vw !important;
  }

  .product-dialog .mat-dialog-content {
    max-width: 52vw;
  }
  .product-dialog .mat-dialog-content .product-right {
    padding: 0px !important;
  }
  .product-dialog .mat-dialog-content .product-right .buttons .btn-project {
    padding: 3px 12px !important;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .demo-wrapper .demo-showcase .demos .item .first {
    height: auto !important;
  }

  .checkout .mainOrder-wrapper .main-order {
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkout .mainOrder-wrapper .main-order ul.total-amount .shipping {
    /* width: 35%; */
    /* float: right; */
    width: unset;
    float: unset;
    display: flex;
    flex-direction: column;
  }
  .checkout .mainOrder-wrapper .main-order ul.total-amount .shipping .shopping-option .mat-radio-group {
    display: flex;
    flex-direction: column;
  }
  .checkout .mainOrder-wrapper .main-order ul.price-list li {
    line-height: 29px !important;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .commerce-buttons .mat-button {
    padding-right: 0px !important;
  }

  .home-header .info-message-icon .info-text span {
    font-size: 15px !important;
  }

  .home-header-2 .info-message-icon .info-text span {
    font-size: 15px !important;
  }

  .slide-item .content h1 {
    font-size: 23px !important;
    letter-spacing: 0px;
    max-width: 190px;
  }
  .slide-item .content h3 {
    font-size: 19px !important;
    margin-bottom: 10px;
    letter-spacing: 0px;
  }

  .carousel-2 .carousel-2-wrapper .main-slider .content {
    padding-left: 10px;
    padding-right: 150px;
  }

  .carousel-3 .carousel-2-wrapper {
    max-width: 100% !important;
    margin-bottom: 20px;
  }
  .carousel-3 .carousel-2-wrapper .main-slider .content {
    padding-left: 10px;
    padding-right: 146px !important;
  }
  .carousel-3 .slider-categories .carousel-banners-wrapper {
    padding-left: 0px;
  }
}
body.dark {
  background-color: #2b2b2b;
  transition: all 0.3s ease;
  color: #fff;
}
body.dark .mat-drawer-content {
  background-color: #2b2b2b;
}
.dark .color-options .configuration-content h6 {
  color: #777 !important;
}
.dark .color-options .configuration-content h5 {
  color: #383838 !important;
}
.dark .main-slider .sl-wrap .content h3 {
  color: #333 !important;
}
.dark .mat-card {
  background: transparent !important;
}
.dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
  color: #f1f3f5 !important;
}
.dark .mat-tab-labels .mat-tab-label-content {
  color: #f1f3f5;
}
.dark .product-item-2 .mat-card:not([class*=mat-elevation-z]) .price-wrap p, .dark .product-item-1 .mat-card:not([class*=mat-elevation-z]) .price-wrap p {
  font-size: 19px;
  color: #f1f3f5;
}
.dark .info-bar {
  border: 1px solid #383636;
}
.dark .info-bar .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .info-bar .card-wrap .mat-card .content p {
  font-weight: 600;
  font-size: 14.5px;
  color: #f1f3f5;
}
.dark .info-bar .card-wrap .mat-card.no-bd {
  border-right: none;
}
.dark .info-bar .card-wrap .mat-icon {
  color: var(--theme-deafult);
}
.dark .home-3-wrap .main-home3-wrapper .info-bar {
  border: 1px solid #383636;
}
.dark .home-3-wrap .main-home3-wrapper .info-bar .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .home-3-wrap .brands {
  border: 1px solid #484848;
}
.dark .left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  background: transparent;
}
.dark .left-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .all-products select {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .all-products input {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .filter-row {
  border-bottom: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
}
.dark .left-sidebar-wrapper .mat-expansion-panel {
  border: 1px solid #3c3c3c;
}
.dark .left-sidebar-wrapper .mat-expansion-panel span {
  color: #f1f3f5;
}
.dark .left-sidebar-wrapper .no-shadow {
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products {
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: none !important;
  background: transparent;
}
.dark .right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .all-products select {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .all-products input {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .filter-row {
  border-bottom: 1px solid #3c3c3c;
  border-top: 1px solid #3c3c3c;
}
.dark .right-sidebar-wrapper .mat-expansion-panel {
  border: 1px solid #3c3c3c;
}
.dark .right-sidebar-wrapper .mat-expansion-panel span {
  color: #f1f3f5;
}
.dark .right-sidebar-wrapper .no-shadow {
  background: transparent;
}
.dark .products .product-item .mat-card {
  background-color: transparent;
  box-shadow: none !important;
}
.dark .products .product-item .mat-card .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .vertical-products .widget-column .title .widget-title::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #404040;
}
.dark .vertical-products .widget-column .title .widget-title::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #9c9c9c;
  bottom: 0.3125rem;
}
.dark .vertical-products .widget-column .media-body span {
  color: #f1f3f5;
}
.dark .vertical-products .widget-column .media-body .price {
  color: #f1f3f5;
}
.dark .footer {
  background-color: #252525;
}
.dark .footer .footer-widget a {
  color: #D9D9D9;
}
.dark .footer .footer-widget p {
  color: #D9D9D9;
}
.dark .footer .footer-widget .tel-box .icon i {
  color: var(--theme-deafult);
}
.dark .footer .footer-widget .social li {
  border: 1px solid #848484;
}
.dark .footer .footer-widget .social li i {
  color: #e5e5e5;
}
.dark .carousel-2 .slider-categories .categories-wrap {
  border: 1px solid #484848;
}
.dark .carousel-2 .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .carousel-2 .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .home3-sidebar .categories-wrap {
  border: 1px solid #484848;
}
.dark .home3-sidebar .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .home3-sidebar .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .carousel-3 {
  background-color: #2b2b2b;
  padding: 25px 0;
}
.dark .home-3-wrap .main-home3-wrapper .products {
  background-color: #2b2b2b;
}
.dark .menu-container1 {
  background: #333;
  border-bottom: 1px solid #333;
}
.dark .menu-container1 a.mat-button {
  color: #f1f3f5;
}
.dark .info-bar-four-wrapper {
  margin-top: 0px;
  border: none;
  background: #2b2b2b;
  border-bottom: 1px solid #3a3a3a;
}
.dark .info-bar-four-wrapper .card-wrap .mat-card {
  border-right: 1px solid #383636;
}
.dark .info-bar-four-wrapper .card-wrap .mat-card p {
  color: #f1f3f5;
}
.dark .products .products-four h3::before {
  background-color: #404040;
}
.dark .products .products-four h3::after {
  background-color: #9c9c9c;
}
.dark .featured-products-wrap {
  background: #2b2b2b;
}
.dark .home-header-three {
  background: #2b2b2b;
  border-top: none;
}
.dark .home-header-three .call-bucket-wrap .main-menu-wrapper-3 .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-three .call-bucket-wrap .main-menu-wrapper-3 .top-cart span {
  color: #f1f3f5;
}
.dark .topbar_four {
  background: #222222 !important;
}
.dark .topbar_four .widget-text a {
  color: #f1f3f5;
}
.dark .topbar_four .widget-text a .mat-icon {
  color: #f1f3f5;
}
.dark .menu-container4 {
  background: #2b2b2b;
  border-top: 1px solid #343434;
}
.dark .menu-container4 .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .popular-products .title-header h4::before {
  background-color: #373737;
}
.dark .popular-products .title-header h4::after {
  background-color: #828282;
}
.dark .popular-products .reviews .content .info .price {
  color: #f1f3f5;
}
.dark .home-5-wrap {
  background: #2b2b2b;
}
.dark .home-5-wrap .categories {
  background: #2b2b2b;
}
.dark .home-5-wrap .categories .title h3::before {
  background-color: #404040;
}
.dark .home-5-wrap .categories .title h3::after {
  background-color: #9c9c9c;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .info-text span {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .info-text p {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .info-message-icon .icon .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .top-navbar .mat-button-wrapper .mat-icon {
  color: #f1f3f5;
}
.dark .home-header-4 .call-bucket-wrap .top-navbar .mat-button-wrapper .top-cart span {
  color: #f1f3f5;
}
.dark .menu-container5 .container {
  border-top: 1px solid #464646;
}
.dark .menu-container5 .container a.mat-button {
  color: #f1f3f5;
}
.dark .mat-form-field-label-wrapper label {
  color: #c3c3c3;
}
.dark .about-us-wrapper .about-section .left-info-panel .about-us-intro p {
  color: #f1f3f5;
}
.dark .about-us-wrapper .about-section .left-info-panel .about-us-intro .accordions .mat-expansion-panel {
  background: transparent;
  border: 1px solid #505050;
}
.dark .about-us-wrapper .our-values {
  background-color: #2b2b2b;
}
.dark .about-us-wrapper .our-values .box-wraper .box .content {
  background: transparent;
  border: 1px solid #505050;
}
.dark .about-us-wrapper .our-values .box-wraper .box .content p {
  color: #f1f3f5;
}
.dark .about-us-wrapper .our-team .team-members .item .single-team-member .text-box p {
  color: #848484;
}
.dark .details-wrapper .product-image {
  background: #fff !important;
}
.dark .details-wrapper .small-carousel .mat-card {
  background: #fff !important;
}
.dark .details-wrapper .info-bar .mat-icon {
  color: #f1f3f5;
}
.dark .details-wrapper .info-bar .content p {
  color: #f1f3f5;
}
.dark .details-wrapper .info-bar .content span {
  color: #c3c3c3;
}
.dark .details-wrapper .products .title::before {
  background-color: #404040;
}
.dark .details-wrapper .products .title::after {
  background-color: #9c9c9c;
}
.dark .details-wrapper .product-right .avalibility {
  color: #848484;
}
.dark .details-wrapper p.description {
  color: #c3c3c3;
}
.dark .product-dialog .mat-dialog-container {
  overflow: visible;
  background: #1d1d1d;
}
.dark .product-dialog .swiper-container .swiper-wrapper img.img-fluid {
  background: #fff;
}
.dark .product-dialog .product-right .discription .bold {
  color: #b9b9b9;
}
.dark .product-dialog .product-right span {
  color: #eeeeee;
}
.dark .product-dialog .product-right .quantity input {
  background-color: transparent;
  border: 1px solid #525252;
  color: #fff;
}
.dark .menu-wraper-five {
  background: #2b2b2b;
}
.dark .menu-wraper-five a {
  color: #f1f3f5 !important;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form input {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .search-form i {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .mat-icon {
  color: #f1f3f5;
}
.dark .menu-wraper-five .menu-container .call-bucket-wrap .top-navbar .commerce-buttons .flex-row-button .mat-button-wrapper .top-cart span {
  color: #f1f3f5;
}
.dark .food-product-section {
  background: url(/assets/images/background/download2.svg) no-repeat 90%;
  background-size: auto 75px;
  background-repeat: repeat-x;
  background-position: center 0;
}
.dark .food-product-section .head-title p {
  color: #f1f3f5;
}
.dark .food-product-section .prod-menu ul li .text p {
  color: #f1f3f5;
}
.dark .food-product-section .prod-menu ul li .icon svg {
  fill: #f1f3f5 !important;
}
.dark .food-product-section .prod-menu ul li .icon svg .cls-1 {
  stroke: #f1f3f5 !important;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card {
  border: 1px solid #3e3e3e;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-img {
  background-color: #fff;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper {
  background: #252525;
}
.dark .food-product-section .product-wrapper .product-box .product-item mat-card .product-info-wrapper .title-wrap p {
  color: #f1f3f5;
}
.dark .about-products {
  background: #252525;
}
.dark .about-products p, .dark .about-products span {
  color: #f1f3f5;
}
.dark .main-topbar-furniture {
  background: #252525 !important;
}
.dark .main-topbar-furniture span, .dark .main-topbar-furniture p {
  color: #f1f3f5;
}
.dark .home-header-seven > div {
  width: 100%;
  background-color: #383838;
}
.dark .home-header-seven > div .widget-text a .mat-icon {
  vertical-align: middle;
  margin-right: 1px !important;
  font-size: 23px;
  color: #ffffff;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent !important;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-icon {
  color: #ffffff;
}
.dark .home-header-seven > div .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .top-cart span {
  color: #ffffff;
}
.dark .carousel-furniture {
  padding-top: 30px;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap {
  border: 1px solid #484848;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #e0e0e0;
}
.dark .carousel-furniture .ctn-box .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #383636;
}
.dark .carousel-furniture .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .banners-container .baner h4 {
  color: #2d2a25 !important;
}
.dark .commercial-banner .story__content {
  background-color: #252525;
}
.dark .commercial-banner .story__content .inner-column h1 {
  color: #f1f3f5;
}
.dark .main-menu a.mat-button {
  color: #f1f3f5;
}
.dark .header-decor > div {
  width: 100%;
  background-color: #383838;
}
.dark .carousel-home-decor .slider-categories {
  background-color: #383838;
}
.dark .carousel-home-decor .slider-categories .categories-wrap {
  border: 1px solid #313131;
}
.dark .carousel-home-decor .slider-categories .categories-wrap .title {
  background: #252525;
  border-bottom: 1px solid #232323;
  color: #f1f3f5;
}
.dark .carousel-home-decor .slider-categories .categories-wrap .category-contant ul li a {
  border-top: 1px solid #4e4e4e;
  color: #e0e0e0;
}
.dark .banners-decor {
  border: 1px solid #828282;
}
.dark .banners-decor .baner h4 {
  color: #2d2a25 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-7 {
  padding: 7px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.f-300 {
  font-weight: 300 !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-700 {
  font-weight: 700 !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
.o-hidden {
  overflow: hidden !important;
}
.o-visible {
  overflow: visible !important;
}
.o-auto {
  overflow: auto !important;
}
.d-block {
  display: block !important;
}
.di-block {
  display: inline-block !important;
}
.bgm-white {
  background-color: #fff !important;
}
.c-white {
  color: #fff !important;
}
.bgm-black {
  background-color: #000 !important;
}
.c-black {
  color: #000 !important;
}
.bgm-brown {
  background-color: #795548 !important;
}
.c-brown {
  color: #795548 !important;
}
.bgm-pink {
  background-color: #e91e63 !important;
}
.c-pink {
  color: #e91e63 !important;
}
.bgm-red {
  background-color: #f44336 !important;
}
.c-red {
  color: #f44336 !important;
}
.bgm-blue {
  background-color: #2196f3 !important;
}
.c-blue {
  color: #2196f3 !important;
}
.bgm-purple {
  background-color: #9c27b0 !important;
}
.c-purple {
  color: #9c27b0 !important;
}
.bgm-deeppurple {
  background-color: #673ab7 !important;
}
.c-deeppurple {
  color: #673ab7 !important;
}
.bgm-lightblue {
  background-color: #03a9f4 !important;
}
.c-lightblue {
  color: #03a9f4 !important;
}
.bgm-cyan {
  background-color: #00bcd4 !important;
}
.c-cyan {
  color: #00bcd4 !important;
}
.bgm-teal {
  background-color: #009688 !important;
}
.c-teal {
  color: #009688 !important;
}
.bgm-green {
  background-color: #4caf50 !important;
}
.c-green {
  color: #4caf50 !important;
}
.bgm-lightgreen {
  background-color: #8bc34a !important;
}
.c-lightgreen {
  color: #8bc34a !important;
}
.bgm-lime {
  background-color: #cddc39 !important;
}
.c-lime {
  color: #cddc39 !important;
}
.bgm-yellow {
  background-color: #ffeb3b !important;
}
.c-yellow {
  color: #ffeb3b !important;
}
.bgm-amber {
  background-color: #ffc107 !important;
}
.c-amber {
  color: #ffc107 !important;
}
.bgm-orange {
  background-color: #ff9800 !important;
}
.c-orange {
  color: #ff9800 !important;
}
.bgm-deeporange {
  background-color: #ff5722 !important;
}
.c-deeporange {
  color: #ff5722 !important;
}
.bgm-gray {
  background-color: #9e9e9e !important;
}
.c-gray {
  color: #9e9e9e !important;
}
.bgm-bluegray {
  background-color: #607d8b !important;
}
.c-bluegray {
  color: #607d8b !important;
}
.bgm-indigo {
  background-color: #3f51b5 !important;
}
.c-indigo {
  color: #3f51b5 !important;
}
.bg-black-trp {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.b-0 {
  border: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.brd-2 {
  border-radius: 2px;
}
a {
  cursor: pointer;
}
.ds-summary-cart {
  width: 100%;
  min-width: 320px;
  max-width: 404px;
}
.ds-summary-cart mat-datepicker-toggle button {
  position: absolute;
  left: -52px;
  bottom: 0px;
  opacity: 0;
}
.ds-summary-cart .mat-icon {
  color: rgba(0, 0, 0, 0.45) !important;
}
.ds-summary-cart .ordersumary_heading {
  padding: 0px 16px;
}
.ds-summary-cart .md-3-line > .md-no-style:before,
.ds-summary-cart .md-3-line:before {
  min-height: 40px;
}
.ds-summary-cart .md-3-line,
.ds-summary-cart .md-3-line > .md-no-style {
  min-height: 40px;
}
.ds-summary-cart h3 {
  margin: 0 0 6px;
  line-height: 0.75em;
  font-size: 25px;
  font-weight: 600;
  color: #6a7379;
}
.ds-summary-cart p {
  margin: 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #6a7379;
}
.ds-summary-cart .md-secondary-container h3 {
  margin: 0 0 6px;
  line-height: 0.75em;
  font-size: 16px;
  font-weight: 600;
  color: #6a7379;
}
.ds-summary-cart .md-secondary-container p {
  margin: 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ds-summary-cart .mat-content {
  height: calc("100% - 100px");
  overflow: auto;
}
.ds-summary-cart .mat-content .list-item-head {
  margin-right: 0;
}
.ds-summary-cart .mat-content .list-item-head .md-3-line mat-icon {
  margin: 0 10px 0 0;
}
.ds-summary-cart .mat-content .list-item-head .total-coloumn h3 {
  margin: 0 0 6px;
  line-height: 0.75em;
  font-size: 16px;
  font-weight: 600;
}
.ds-summary-cart .mat-content .list-item-head .total-coloumn p {
  margin: 0;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.ds-summary-cart .mat-content .mat-expansion-panel {
  box-shadow: none;
  padding-top: 10px;
}
.ds-summary-cart .mat-content .mat-expansion-panel .mat-expansion-panel-header {
  padding: 0px 0px 0px 24px;
  height: auto;
}
.ds-summary-cart .mat-content .mat-expansion-panel .mat-expansion-panel-body {
  padding: 0px 0px 16px 0px;
}
.ds-summary-cart .mat-content .mat-expansion-panel .panel1 .mat-expansion-indicator {
  margin-bottom: 25px;
  margin-right: 10px;
}
.ds-summary-cart .mat-content .mat-expansion-panel .panel2 .mat-expansion-indicator {
  margin-bottom: 180px;
  margin-right: 10px;
}
.ds-summary-cart .mat-content .list-item-head,
.ds-summary-cart .mat-content .items {
  padding: 0;
  min-height: auto;
}
.ds-summary-cart .mat-content .list-item-head .-text,
.ds-summary-cart .mat-content .items .-text {
  padding: 0;
}
.ds-summary-cart .mat-content .list-item-head .-text h3,
.ds-summary-cart .mat-content .items .-text h3 {
  color: var(--color1);
  font-weight: 600;
  font-size: 16px;
  margin: 0 0 6px;
  line-height: 0.75em;
}
.ds-summary-cart .mat-content .list-item-head .-text p,
.ds-summary-cart .mat-content .items .-text p {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  line-height: 1.6em;
}
.ds-summary-cart .mat-content .items {
  padding-left: 50px;
  padding-bottom: 15px;
  margin-top: 15px !important;
}
.ds-summary-cart .mat-content .items .cart-items__images {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  overflow: hidden;
  margin-right: 15px;
  flex: 0 0 90px;
}
.ds-summary-cart .mat-content .items .cart-items__images img {
  border-radius: 0;
  width: 90px;
  height: auto;
  margin: 0;
  flex-shrink: 0;
}
.ds-summary-cart .mat-content .items .md-avatar:first-child,
.ds-summary-cart .mat-content .items .-inner > .md-avatar:first-child {
  border-radius: 0;
  width: 90px;
  height: 90px;
}
.ds-summary-cart .mat-content .items .md-secondary-container {
  top: 87%;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  margin-bottom: 10px;
}
.ds-summary-cart .mat-content .items .input-group {
  width: 88px;
  line-height: 0;
}
.ds-summary-cart .mat-content .items .input-group .input-group-btn button {
  background: #fff;
  border: 1px solid #ccc;
  width: 30px;
  height: 30px;
  box-shadow: none;
  cursor: pointer;
}
.ds-summary-cart .mat-content .items .input-group .input-control {
  background: #fff;
  border: 1px solid #ccc;
  width: 30px;
  height: 28px;
  text-align: center;
  color: #1c7bbf;
}
.ds-summary-cart .mat-content .items .md-button.remove-items {
  position: absolute;
  top: -10px;
  right: 0;
}
.ds-summary-cart .mat-content .items mat-divider {
  left: 50px;
  width: calc("100% - 50px");
  bottom: -1px;
}
.ds-summary-cart .mat-content .view-more .md-subheader-inner {
  padding: 6px 0 0;
}
.ds-summary-cart .mat-content .view-more .md-subheader-inner h3 {
  text-align: center;
  margin: 0;
}
.ds-summary-cart .mat-content .items.total .right {
  text-align: right;
  padding-right: 15px;
  margin-right: 0;
  margin-top: 0;
}
.ds-summary-cart .mat-content .md-subheader-content {
  padding: 16px 16px 16px 0px;
}
.ds-summary-cart .mat-content .md-subheader-content .matDate {
  padding-left: 10px;
}
.ds-summary-cart .mat-content .md-subheader-content .matDate .autoShipFreq {
  text-align: center;
  font-size: 11px;
}
.ds-summary-cart .mat-content .md-subheader-content .initOrder h3 {
  color: #EED620;
  font-size: 15px;
}
.ds-summary-cart .mat-content .md-subheader-content .pV {
  font-size: 12px;
  color: #0000008A;
}
.ds-summary-cart .mat-content .md-subheader-content .autoShipOrder {
  padding: 0px;
}
.ds-summary-cart .mat-content .md-subheader-content .autoShipH3 h3 {
  color: #EED620;
  font-size: 15px;
}
.ds-summary-cart .mat-content .md-subheader-content .subTotal {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  line-height: 1.6em;
  color: #0000008A;
}
.ds-summary-cart .mat-content .helper_text {
  background-color: #f6f6f6;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.ds-summary-cart .mat-content .mat-list-base {
  overflow-y: auto;
  height: 100vh;
}
.ds-summary-cart [ng-click] {
  cursor: pointer;
}
.ds-summary-cart .logButton {
  background-color: #0074BC;
  color: #FFFFFF;
  width: 80%;
  font-size: 14px;
  padding: 12px;
  text-align: center;
}
.ds-summary-cart .checkOUTNewButton {
  background-color: #000000;
  color: #BED624;
  min-width: 80%;
  max-width: 100%;
  font-size: 14px;
  padding: 12px;
  text-align: center;
}
.ds-summary-cart .guestCheck {
  color: #2196F3;
  font-size: 14px;
}
.sidenavbar {
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 350px;
  right: -360px;
  margin-bottom: 50px;
  background-color: white;
  top: 0;
  z-index: 999;
  box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
  transition: all 0.5s ease;
}
.sidenavbar.show {
  right: -2px;
  transition: all 0.5s ease;
}
.iconColor {
  color: #0000008A;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-l-0 {
  margin-left: 0 !important;
}
.m-r-0 {
  margin-right: 0 !important;
}
.m-5 {
  margin: 5px !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-l-5 {
  margin-left: 5px !important;
}
.m-r-5 {
  margin-right: 5px !important;
}
.m-l-7 {
  margin-left: 7px !important;
}
.m-10 {
  margin: 10px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-10 {
  margin-right: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.m-t-13 {
  margin-top: 13px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-l-15 {
  margin-left: 15px !important;
}
.m-l-10 {
  margin-left: 10px !important;
}
.m-r-15 {
  margin-right: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-l-20 {
  margin-left: 20px !important;
}
.m-r-20 {
  margin-right: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.m-t-25 {
  margin-top: 25px !important;
}
.m-b-25 {
  margin-bottom: 25px !important;
}
.m-l-25 {
  margin-left: 25px !important;
}
.m-r-25 {
  margin-right: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-l-30 {
  margin-left: 30px !important;
}
.m-r-30 {
  margin-right: 30px !important;
}
.p-0 {
  padding: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-l-0 {
  padding-left: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-5 {
  padding: 5px !important;
}
.p-t-5 {
  padding-top: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-10 {
  padding: 10px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-t-8 {
  padding-top: 8px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-15 {
  padding: 15px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-20 {
  padding: 20px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-25 {
  padding: 25px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-30 {
  padding: 30px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.f-300 {
  font-weight: 300 !important;
}
.f-400 {
  font-weight: 400 !important;
}
.f-500 {
  font-weight: 500 !important;
}
.f-700 {
  font-weight: 700 !important;
}
.p-relative {
  position: relative !important;
}
.p-absolute {
  position: absolute !important;
}
.p-fixed {
  position: fixed !important;
}
.p-static {
  position: static !important;
}
.o-hidden {
  overflow: hidden !important;
}
.o-visible {
  overflow: visible !important;
}
.o-auto {
  overflow: auto !important;
}
.d-block {
  display: block !important;
}
.di-block {
  display: inline-block !important;
}
.bgm-white {
  background-color: #fff !important;
}
.c-white {
  color: #fff !important;
}
.bgm-black {
  background-color: #000 !important;
}
.c-black {
  color: #000 !important;
}
.bgm-brown {
  background-color: #795548 !important;
}
.c-brown {
  color: #795548 !important;
}
.bgm-pink {
  background-color: #e91e63 !important;
}
.c-pink {
  color: #e91e63 !important;
}
.bgm-red {
  background-color: #f44336 !important;
}
.c-red {
  color: #f44336 !important;
}
.bgm-blue {
  background-color: #2196f3 !important;
}
.c-blue {
  color: #2196f3 !important;
}
.bgm-purple {
  background-color: #9c27b0 !important;
}
.c-purple {
  color: #9c27b0 !important;
}
.bgm-deeppurple {
  background-color: #673ab7 !important;
}
.c-deeppurple {
  color: #673ab7 !important;
}
.bgm-lightblue {
  background-color: #03a9f4 !important;
}
.c-lightblue {
  color: #03a9f4 !important;
}
.bgm-cyan {
  background-color: #00bcd4 !important;
}
.c-cyan {
  color: #00bcd4 !important;
}
.bgm-teal {
  background-color: #009688 !important;
}
.c-teal {
  color: #009688 !important;
}
.bgm-green {
  background-color: #4caf50 !important;
}
.c-green {
  color: #4caf50 !important;
}
.bgm-lightgreen {
  background-color: #8bc34a !important;
}
.c-lightgreen {
  color: #8bc34a !important;
}
.bgm-lime {
  background-color: #cddc39 !important;
}
.c-lime {
  color: #cddc39 !important;
}
.bgm-yellow {
  background-color: #ffeb3b !important;
}
.c-yellow {
  color: #ffeb3b !important;
}
.bgm-amber {
  background-color: #ffc107 !important;
}
.c-amber {
  color: #ffc107 !important;
}
.bgm-orange {
  background-color: #ff9800 !important;
}
.c-orange {
  color: #ff9800 !important;
}
.bgm-deeporange {
  background-color: #ff5722 !important;
}
.c-deeporange {
  color: #ff5722 !important;
}
.bgm-gray {
  background-color: #9e9e9e !important;
}
.c-gray {
  color: #9e9e9e !important;
}
.bgm-bluegray {
  background-color: #607d8b !important;
}
.c-bluegray {
  color: #607d8b !important;
}
.bgm-indigo {
  background-color: #3f51b5 !important;
}
.c-indigo {
  color: #3f51b5 !important;
}
.bg-black-trp {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.b-0 {
  border: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.brd-2 {
  border-radius: 2px;
}
.t-uppercase {
  text-transform: uppercase;
}
.pad-right {
  padding-right: 4% !important;
}
.webalias-card {
  height: 290px !important;
}
.webalias-button {
  margin-top: 63px;
}
.b-b {
  border-bottom: 1px solid #e0e0e0 !important;
}
.border-top {
  border-top: 1px solid #e0e0e0 !important;
}
.f-s-15 {
  font-size: 15px !important;
}
.f-s-12 {
  font-size: 12px !important;
}
.p-t-50 {
  padding-top: 50px;
}
.cursor-pointer {
  cursor: pointer;
}
.b-full {
  border: 1px solid #e0e0e0;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top-color: #f0f0f0;
  border-top-style: solid;
  border-top-width: 1px;
  line-height: 1.42857;
  padding-bottom: 13px;
  padding-right: 13px;
  padding-top: 13px;
  vertical-align: top;
}
.m-t--10 {
  margin-top: -10px !important;
}
.fadeMe {
  width: 100% !important;
  height: 100% !important;
  z-index: 99999999 !important;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
}
.b-r {
  border-right: 1px solid #ccc;
}
.b-l {
  border-right: 1px solid #ccc;
}
.b-t {
  border-right: 1px solid #ccc;
}
.min-h-230 {
  min-height: 230px;
}
.t-view[data-tv-type=text]:before {
  content: "";
  background: #00bcd4;
  box-shadow: 0 0 0 1px #00bcd4;
}
.t-view[data-tv-type=text]:after {
  background: #00bcd4;
}
.t-view[data-tv-type=image]:before {
  content: "";
  background: #4caf50;
  box-shadow: 0 0 0 1px #4caf50;
}
.t-view[data-tv-type=image]:after {
  background: #4caf50;
}
.t-view[data-tv-type=video]:before {
  content: "";
  background: #ffc107;
  box-shadow: 0 0 0 1px #ffc107;
}
.t-view[data-tv-type=video]:after {
  background: #ffc107;
}
.t-view .tvb-stats {
  list-style: none;
  padding: 0;
  margin: 10px 0 20px;
}
.t-view .tvb-stats > li {
  display: inline-block;
  padding: 5px 10px 6px;
  border: 1px solid #ccc;
  margin-right: 2px;
}
.t-view .tvb-stats > li i {
  font-size: 15px;
  line-height: 100%;
  vertical-align: top;
  margin-top: 2px;
}
.t-view .tvb-stats > li.tvbs-comments {
  border-color: #4caf50;
  color: #4caf50;
}
.t-view .tvb-stats > li.tvbs-likes {
  border-color: #03a9f4;
  color: #03a9f4;
}
.t-view .tvb-stats > li.tvbs-views {
  border-color: #ff9800;
  color: #ff9800;
}
.tv-comments .tvc-lists {
  padding: 0;
  list-style: none;
  margin: 0;
}
.tv-comments .tvc-lists > li {
  padding: 15px 20px;
  margin: 0;
  border-top: 1px solid #eee;
}
.tvc-more {
  color: #333;
  display: block;
  margin-bottom: -10px;
}
.tvc-more:hover {
  color: #000;
}
.tvc-more i {
  vertical-align: middle;
  margin-right: 5px;
}
.p-header {
  position: relative;
  margin: 0 -7px;
}
.p-header .actions {
  position: absolute;
  top: -18px;
  right: 0;
}
.p-menu {
  list-style: none;
  padding: 0 5px;
  margin: 0 0 30px;
}
.p-menu > li {
  display: inline-block;
  vertical-align: top;
}
.p-menu > li > a {
  display: block;
  padding: 5px 20px 5px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 15px;
}
.p-menu > li > a > i {
  margin-right: 4px;
  font-size: 20px;
  vertical-align: middle;
  margin-top: -5px;
}
.p-menu > li:not(.active) > a {
  color: #4285F4;
}
.p-menu > li:not(.active) > a:hover {
  color: #333;
}
.p-menu > li.active > a {
  color: #000;
}
@media (max-width: 991px) {
  .p-menu .pm-search {
    margin: 20px 2px 30px;
    display: block;
  }

  .p-menu .pm-search input[type=text] {
    width: 100%;
    border: 1px solid #ccc;
  }
}
.p-menu .pms-inner {
  margin: -2px 0 0;
  position: relative;
  top: -2px;
  overflow: hidden;
  white-space: nowrap;
}
.p-menu .pms-inner i {
  vertical-align: top;
  font-size: 20px;
  line-height: 100%;
  position: absolute;
  left: 9px;
  top: 8px;
  color: #333;
}
.p-menu .pms-inner input[type=text] {
  height: 35px;
  border-radius: 2px;
  padding: 0 10px 0 40px;
}
@media (min-width: 768px) {
  .p-menu .pms-inner input[type=text] {
    border: 1px solid #fff;
    width: 50px;
    background: transparent;
    position: relative;
    z-index: 1;
    transition: all;
    transition-duration: 300ms;
  }

  .p-menu .pms-inner input[type=text]:focus {
    border-color: #DFDFDF;
    width: 200px;
  }
}
.photos {
  margin: -3px 0 0;
}
.photos .lightbox {
  margin: 0 -8px;
}
.photos:not(.p-timeline)[data-src] {
  padding: 3px;
  transition: all;
  transition-duration: 150ms;
}
.p-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
  text-align: center;
}
.p-grid > li {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #D5D5D5;
  line-height: 27px;
  font-size: 12px;
  color: #ABABAB;
  border-radius: 50%;
  cursor: pointer;
  letter-spacing: -1px;
  padding-right: 1px;
  margin: 0 2px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.p-grid > li:hover {
  border-color: silver;
}
.p-grid > li.active {
  color: #8C8C8C;
  border-color: #8C8C8C;
}
.p-timeline {
  position: relative;
  padding-left: 80px;
  margin-bottom: 75px;
}
.p-timeline[data-src] {
  float: left;
  width: 70px;
  height: 70px;
  margin: 0 3px 3px 0;
}
.contacts:not(.c-profile) {
  padding: 0 8px;
}
.contacts > [class*=col-] {
  padding: 0 10px;
}
.contacts .c-item {
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  margin-bottom: 24px;
}
.contacts .c-item .ci-avatar {
  display: block;
}
.contacts .c-item .ci-avatar img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}
.contacts .ci-avatar {
  margin: -1px -1px 0;
}
.contacts .c-info {
  text-align: center;
  margin-top: 15px;
  padding: 0 5px;
}
.contacts .c-info strong {
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.contacts .c-info small {
  color: #999;
  margin-top: 3px;
}
.contacts .c-info strong,
.contacts .c-info small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.contacts .c-footer {
  border-top: 1px solid #e2e2e2;
  margin-top: 18px;
}
.contacts .c-footer > button {
  padding: 4px 10px 3px;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
  border-radius: 2px;
  background: #fff;
  border: 0;
}
.contacts .c-footer > button > i {
  font-size: 16px;
  vertical-align: middle;
  margin-top: -3px;
}
.z-depth-1 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12) !important;
}
.z-depth-1-top {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.z-depth-1-bottom {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
}
.z-depth-2 {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
.z-depth-2-top {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.19);
}
.z-depth-2-bottom {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
}
.z-depth-3 {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24), 0 17px 50px rgba(0, 0, 0, 0.19);
}
.z-depth-3-top {
  box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19);
}
.z-depth-3-bottom {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.24);
}
.z-depth-4 {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22), 0 25px 55px rgba(0, 0, 0, 0.21);
}
.z-depth-4-top {
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.21);
}
.z-depth-4-bottom {
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}
.z-depth-5 {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2), 0 40px 77px rgba(0, 0, 0, 0.22);
}
.z-depth-5-top {
  box-shadow: 0 40px 77px rgba(0, 0, 0, 0.22);
}
.z-depth-5-bottom {
  box-shadow: 0 27px 24px rgba(0, 0, 0, 0.2);
}
.z-depth-animation .z-depth-1,
.z-depth-animation .z-depth-2,
.z-depth-animation .z-depth-3,
.z-depth-animation .z-depth-4,
.z-depth-animation .z-depth-5 {
  transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-header {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .block-header {
    padding: 0 22px;
  }
}
@media screen and (max-width: 991px) {
  .block-header {
    padding: 0 18px;
  }
}
.block-header > h2 {
  font-size: 15px;
  color: #777;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
}
.block-header > h2 > small {
  display: block;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #9E9E9E;
  line-height: 140%;
}
.block-header .actions {
  position: absolute;
  right: 10px;
  top: -5px;
  z-index: 5;
}
.block-header-alt h1,
.block-header-alt h2,
.block-header-alt h3,
.block-header-alt h4,
.block-header-alt h5 {
  color: #575757;
  font-weight: 100;
}
.actions {
  list-style: none;
  padding: 0;
  z-index: 2;
  margin: 0;
}
.actions > li {
  display: inline-block;
  vertical-align: baseline;
}
.actions > li > a,
.actions > a {
  width: 30px;
  height: 30px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  position: relative;
}
.actions > li > a > i,
.actions > a > i {
  transition: color;
  transition-duration: 1300ms;
  color: #adadad;
  font-size: 20px;
}
.actions > li > a:hover > i,
.actions > a:hover > i {
  color: #000;
}
.actions > li > a:before,
.actions > a:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: scale3d(0, 0, 0);
  transition: all;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
  border-radius: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
}
.actions > li > a:hover:before,
.actions > a:hover:before {
  transform: scale3d(1, 1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.actions > li.open > a > i,
.actions.open > a > i {
  color: #000;
}
.actions > li.open > a:before,
.actions.open > a:before {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.actions.actions-alt > li > a > i {
  color: #fff;
}
.actions.actions-alt > li > a > i:hover {
  color: #fff;
}
.actions.actions-alt > li.open > a > i {
  color: #fff;
}
.actions.open {
  z-index: 3;
}
.load-more {
  text-align: center;
  margin-top: 30px;
}
.load-more a {
  padding: 5px 10px 4px;
  display: inline-block;
  background-color: #f44336;
  color: #FFF;
  border-radius: 2px;
  white-space: nowrap;
}
.load-more a i {
  font-size: 20px;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
}
.load-more a:hover {
  background-color: #ea1c0d;
}
.a-title {
  color: #333;
  font-weight: 500;
}
.a-title:hover {
  color: #333;
  text-decoration: underline;
}
.container-alt {
  max-width: 1170px;
}
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}
.ie-warning p {
  font-size: 17px;
}
.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}
.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}
.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}
.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}
#footer .f-menu {
  display: block;
  width: 100%;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin-top: 8px;
}
#footer .f-menu > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
#footer .f-menu > li > a {
  color: #a2a2a2;
}
#footer .f-menu > li > a:hover {
  color: #777;
}
.pricing-table {
  max-width: 1170px;
  margin: 70px auto 0;
}
.invoice {
  /*min-width: 1100px;*/
  max-width: 1170px;
}
.i-logo {
  width: 150px;
}
.i-table .highlight {
  background-color: #eee;
  border-bottom: 1px solid #e6e6e6;
}
.i-table td.highlight {
  font-size: 14px;
  font-weight: 500;
}
.wall {
  max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .wall {
    width: 600px;
  }
}
.wall-attrs {
  margin-bottom: 0;
}
.wa-stats {
  float: left;
}
.wa-stats > span {
  margin-right: -1px;
  padding: 7px 12px;
  border: 1px solid #cfcfcf;
  float: left;
  font-weight: 500;
}
.wa-stats > span.active {
  color: #4caf50;
}
.wa-stats > span:first-child {
  border-radius: 2px 0 0 2px;
}
.wa-stats > span:last-child {
  border-radius: 0 2px 2px 0;
}
.wa-stats > span > i {
  line-height: 100%;
  vertical-align: top;
  position: relative;
  top: 2px;
  font-size: 15px;
  margin-right: 2px;
}
.wa-users {
  float: right;
  padding: 0 !important;
  margin-right: -5px;
}
.wa-users > a {
  display: inline-block;
  margin-left: 2px;
}
.wa-users > a > img {
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.wa-users > a > img:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}
.wcc-inner {
  resize: none;
  border-radius: 2px;
  background: #fff;
  color: #9A9A9A;
  cursor: pointer;
  position: relative;
}
.wcci-text {
  border: 1px solid #E4E4E4;
  display: block;
  width: 100%;
  resize: none;
  padding: 10px 15px;
}
.wcc-text-icon {
  position: absolute;
  right: 0;
  top: 2px;
}
.wall-comment-list {
  padding: 20px;
  background: #f7f7f7;
}
.wall-comment-list .media {
  position: relative;
}
.wall-comment-list .media:hover .actions {
  display: block;
}
.wall-comment-list .actions {
  display: none;
  position: absolute;
  right: -20px;
  top: -1px;
}
.wcl-list + .wcl-form {
  margin-top: 25px;
}
.wp-text {
  border: 0;
  padding: 0;
  display: block;
  width: 100%;
  resize: none;
}
.wp-media {
  background: #f7f7f7;
  border: 1px solid #E4E4E4;
  padding: 12px 15px;
  margin-top: 25px;
  text-align: center;
}
.wpb-actions {
  background: #f7f7f7;
  margin: 0;
  padding: 10px 20px;
}
.wpb-actions > li:not(.pull-right) {
  float: left;
}
[data-wpba=image] {
  color: #4caf50;
}
[data-wpba=image]:hover {
  color: #449d48;
}
[data-wpba=video] {
  color: #ff9800;
}
[data-wpba=video]:hover {
  color: #e68900;
}
[data-wpba=link] {
  color: #00bcd4;
}
[data-wpba=link]:hover {
  color: #00a5bb;
}
.wpba-attrs > ul > li {
  padding: 0;
  margin-right: 5px;
}
.wpba-attrs > ul > li > a {
  display: block;
  width: 22px;
}
.wpba-attrs > ul > li > a > i {
  font-size: 20px;
}
.wpba-attrs > ul > li > a.active > i {
  color: #333;
}
.wall-img-preview {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wall-img-preview {
    margin: 0 -23px 20px;
  }
}
@media screen and (max-width: 991px) {
  .wall-img-preview {
    margin: 0 -16px 20px;
  }
}
.wall-img-preview .wip-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  border: 2px solid #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wall-img-preview .wip-item > img {
  display: none;
}
.wall-img-preview .wip-item:first-child:nth-last-child(2),
.wall-img-preview .wip-item:first-child:nth-last-child(2) ~ div {
  width: 50%;
  padding-bottom: 40%;
}
.wall-img-preview .wip-item:first-child:nth-last-child(3),
.wall-img-preview .wip-item:first-child:nth-last-child(3) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(4),
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:not(:last-child),
.wall-img-preview .wip-item:first-child:nth-last-child(5),
.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:not(:nth-last-of-type(-n+2)),
.wall-img-preview .wip-item:first-child:nth-last-child(6),
.wall-img-preview .wip-item:first-child:nth-last-child(6) ~ div,
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:nth-last-of-type(-n+3) {
  width: 33.333333%;
  padding-bottom: 30%;
}
.wall-img-preview .wip-item:first-child:nth-last-child(5) ~ div:nth-last-of-type(-n+2) {
  width: 50%;
  padding-bottom: 40%;
}
.wall-img-preview .wip-item:first-child:nth-last-child(7),
.wall-img-preview .wip-item:first-child:nth-last-child(7) ~ div:not(:nth-last-of-type(-n+3)),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8),
.wall-img-preview .wip-item:first-child:nth-last-child(n+8) ~ div {
  width: 25%;
  padding-bottom: 22%;
}
.wall-img-preview .wip-item:only-child,
.wall-img-preview .wip-item:first-child:nth-last-child(4) ~ div:nth-child(4) {
  width: 100%;
  padding-bottom: 50%;
}
@media print {
  @page {
    margin: 0;
    size: auto;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  #header, #footer, #sidebar, #chat, .growl-animated, .m-btn {
    display: none !important;
  }

  .invoice {
    padding: 30px !important;
    -webkit-print-color-adjust: exact !important;
  }

  .invoice .card-header {
    background: #eee !important;
    padding: 20px;
    margin: -60px -30px 25px;
  }

  .invoice .block-header {
    display: none;
  }

  .invoice .highlight {
    background: #eee !important;
  }
}
#calendar-widget {
  margin-bottom: 30px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
#fc-actions {
  position: absolute;
  bottom: 10px;
  right: 12px;
}
.fc {
  background-color: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
}
.fc td,
.fc th {
  border-color: #cfcfcf;
}
.fc th {
  font-weight: 400;
}
#calendar-widget .fc-toolbar {
  background: #009688;
}
#calendar-widget .fc-day-header {
  color: #fff;
  background: #007d71;
  padding: 5px 0;
  border-width: 0;
}
#calendar-widget .fc-day-number {
  text-align: center;
  color: #ADADAD;
  padding: 5px 0;
}
#calendar-widget .fc-day-grid-event {
  margin: 1px 3px;
}
#calendar-widget .ui-widget-header th,
#calendar-widget .ui-widget-header {
  border-width: 0;
}
#calendar .fc-toolbar:before {
  content: "";
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.36);
  position: absolute;
  bottom: 0;
  left: 0;
}
#calendar .fc-toolbar .fc-center {
  margin-top: 238px;
  position: relative;
}
@media screen and (max-width: 991px) {
  #calendar .fc-toolbar {
    height: 200px;
  }

  #calendar .fc-toolbar .fc-center {
    margin-top: 138px;
  }
}
#calendar .fc-day-header {
  color: #ADADAD;
  text-align: left;
  font-size: 14px;
  border-bottom-width: 0;
  border-right-color: #cfcfcf;
  padding: 10px 12px;
}
#calendar .fc-day-number {
  padding-left: 10px !important;
  color: #CCC;
  text-align: left !important;
}
@media screen and (min-width: 991px) {
  #calendar .fc-day-number {
    font-size: 25px;
    letter-spacing: -2px;
  }
}
#calendar .fc-day-grid-event {
  margin: 1px 9px 0;
}
.fc-today {
  color: #ffc107;
}
.fc-toolbar {
  margin-bottom: 0;
  padding: 20px 7px 19px;
  position: relative;
}
.fc-toolbar h2 {
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}
.fc-toolbar .ui-button {
  border: 0;
  background: 0 0;
  padding: 0;
  outline: none !important;
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 2px;
  color: #fff;
}
.fc-toolbar .ui-button:hover {
  background: #fff;
  color: #009688;
}
.fc-toolbar .ui-button > span {
  position: relative;
  font-family: "Material-Design-Iconic-Font";
  font-size: 20px;
  line-height: 100%;
  width: 30px;
  display: block;
  margin-top: 2px;
}
.fc-toolbar .ui-button > span:before {
  position: relative;
  z-index: 1;
}
.fc-toolbar .ui-button > span.ui-icon-circle-triangle-w:before {
  content: "";
}
.fc-toolbar .ui-button > span.ui-icon-circle-triangle-e:before {
  content: "";
}
.fc-event {
  padding: 0;
  font-size: 11px;
  border-radius: 0;
  border: 0;
}
.fc-event .fc-title {
  padding: 2px 8px;
  display: block;
}
.fc-event .fc-time {
  float: left;
  background: rgba(0, 0, 0, 0.2);
  padding: 2px 6px;
  margin: 0 0 0 -1px;
}
.fc-view,
.fc-view > table {
  border: 0;
}
.fc-view > table > tbody > tr > .ui-widget-content {
  border-top: 0;
}
div.fc-row {
  margin-right: 0 !important;
  border: 0 !important;
}
/*.fc-today {
  color: #ffc107!important
}*/
.event-tag {
  margin-top: 5px;
}
.event-tag > span {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 3px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.event-tag > span:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.event-tag > span.selected:before {
  font-family: "Material-Design-Iconic-Font";
  content: "";
  position: absolute;
  text-align: center;
  top: 3px;
  width: 100%;
  font-size: 17px;
  color: #FFF;
}
hr.fc-divider {
  border-width: 1px;
  border-color: #eee;
}
.fc-day-grid-container.fc-scroller {
  height: auto !important;
  overflow: hidden !important;
}
.noUi-target {
  border-radius: 0;
  box-shadow: none;
  border: 0;
}
.noUi-background {
  background: #d4d4d4;
  box-shadow: none;
}
.noUi-horizontal {
  height: 3px;
}
.noUi-horizontal .noUi-handle {
  top: -8px;
}
.noUi-vertical {
  width: 3px;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  width: 19px;
  height: 19px;
  border: 0;
  border-radius: 100%;
  box-shadow: none;
  transition: box-shadow;
  transition-duration: 200ms;
  cursor: pointer;
  position: relative;
}
.noUi-horizontal .noUi-handle:before,
.noUi-vertical .noUi-handle:before,
.noUi-horizontal .noUi-handle:after,
.noUi-vertical .noUi-handle:after {
  display: none;
}
.noUi-horizontal .noUi-handle:active,
.noUi-vertical .noUi-handle:active {
  background: #ccc !important;
}
.noUi-horizontal .noUi-handle .is-tooltip,
.noUi-vertical .noUi-handle .is-tooltip {
  position: absolute;
  bottom: 32px;
  height: 35px;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 33px;
  width: 50px;
  left: 50%;
  margin-left: -25px;
  padding: 0 10px;
  transition: all;
  transition-duration: 200ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale(0);
}
.noUi-horizontal .noUi-handle .is-tooltip:after,
.noUi-vertical .noUi-handle .is-tooltip:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  content: "";
}
.noUi-horizontal .noUi-active,
.noUi-vertical .noUi-active {
  box-shadow: 0 0 0 13px rgba(0, 0, 0, 0.1);
}
.noUi-horizontal .noUi-active .is-tooltip,
.noUi-vertical .noUi-active .is-tooltip {
  transform: scale(1);
  bottom: 40px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.input-slider:not([data-is-color]) .noUi-handle,
.input-slider-range:not([data-is-color]) .noUi-handle,
.input-slider-values:not([data-is-color]) .noUi-handle,
.input-slider:not([data-is-color]) .noUi-connect,
.input-slider-range:not([data-is-color]) .noUi-connect,
.input-slider-values:not([data-is-color]) .noUi-connect {
  background: #009688 !important;
}
.input-slider:not([data-is-color]) .is-tooltip,
.input-slider-range:not([data-is-color]) .is-tooltip,
.input-slider-values:not([data-is-color]) .is-tooltip {
  background: #009688;
}
.input-slider:not([data-is-color]) .is-tooltip:after,
.input-slider-range:not([data-is-color]) .is-tooltip:after,
.input-slider-values:not([data-is-color]) .is-tooltip:after {
  border-color: #009688 transparent transparent;
}
.input-slider[data-is-color=red] .noUi-handle,
.input-slider-range[data-is-color=red] .noUi-handle,
.input-slider-values[data-is-color=red] .noUi-handle,
.input-slider[data-is-color=red] .noUi-connect,
.input-slider-range[data-is-color=red] .noUi-connect,
.input-slider-values[data-is-color=red] .noUi-connect {
  background: #f44336 !important;
}
.input-slider[data-is-color=blue] .noUi-handle,
.input-slider-range[data-is-color=blue] .noUi-handle,
.input-slider-values[data-is-color=blue] .noUi-handle,
.input-slider[data-is-color=blue] .noUi-connect,
.input-slider-range[data-is-color=blue] .noUi-connect,
.input-slider-values[data-is-color=blue] .noUi-connect {
  background: #2196f3 !important;
}
.input-slider[data-is-color=cyan] .noUi-handle,
.input-slider-range[data-is-color=cyan] .noUi-handle,
.input-slider-values[data-is-color=cyan] .noUi-handle,
.input-slider[data-is-color=cyan] .noUi-connect,
.input-slider-range[data-is-color=cyan] .noUi-connect,
.input-slider-values[data-is-color=cyan] .noUi-connect {
  background: #00bcd4 !important;
}
.input-slider[data-is-color=amber] .noUi-handle,
.input-slider-range[data-is-color=amber] .noUi-handle,
.input-slider-values[data-is-color=amber] .noUi-handle,
.input-slider[data-is-color=amber] .noUi-connect,
.input-slider-range[data-is-color=amber] .noUi-connect,
.input-slider-values[data-is-color=amber] .noUi-connect {
  background: #ffc107 !important;
}
.input-slider[data-is-color=green] .noUi-handle,
.input-slider-range[data-is-color=green] .noUi-handle,
.input-slider-values[data-is-color=green] .noUi-handle,
.input-slider[data-is-color=green] .noUi-connect,
.input-slider-range[data-is-color=green] .noUi-connect,
.input-slider-values[data-is-color=green] .noUi-connect {
  background: #4caf50 !important;
}
.input-slider .noUi-origin {
  background: #d4d4d4;
}
.input-slider:not([data-is-color]) .noUi-base {
  background: #009688 !important;
}
.input-slider[data-is-color=red] .noUi-base {
  background: #f44336 !important;
}
.input-slider[data-is-color=blue] .noUi-base {
  background: #2196f3 !important;
}
.input-slider[data-is-color=cyan] .noUi-base {
  background: #00bcd4 !important;
}
.input-slider[data-is-color=amber] .noUi-base {
  background: #ffc107 !important;
}
.input-slider[data-is-color=green] .noUi-base {
  background: #4caf50 !important;
}
.cp-container {
  position: relative;
}
.cp-container > .input-group input.cp-value {
  color: #000 !important;
  background: transparent !important;
}
.cp-container > .input-group .dropdown-menu {
  padding: 20px;
}
.cp-container i.cp-value {
  width: 25px;
  height: 25px;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 15px;
}
.note-editor,
.note-popover {
  border-color: #e4e4e4;
}
.note-editor .note-toolbar,
.note-popover .note-toolbar,
.note-editor .popover-content,
.note-popover .popover-content {
  background: #fff;
  border-color: #e4e4e4;
  margin: 0;
  padding: 10px 0 15px;
  text-align: center;
}
.note-editor .note-toolbar > .btn-group,
.note-popover .note-toolbar > .btn-group,
.note-editor .popover-content > .btn-group,
.note-popover .popover-content > .btn-group {
  display: inline-block;
  float: none;
  box-shadow: none;
}
.note-editor .note-toolbar > .btn-group .btn,
.note-popover .note-toolbar > .btn-group .btn,
.note-editor .popover-content > .btn-group .btn,
.note-popover .popover-content > .btn-group .btn {
  margin: 0 1px;
}
.note-editor .note-toolbar > .btn-group > .active,
.note-popover .note-toolbar > .btn-group > .active,
.note-editor .popover-content > .btn-group > .active,
.note-popover .popover-content > .btn-group > .active {
  background: #00bcd4;
  color: #fff;
}
.note-editor .note-toolbar .btn,
.note-popover .note-toolbar .btn,
.note-editor .popover-content .btn,
.note-popover .popover-content .btn {
  height: 40px;
  border-radius: 2px !important;
  box-shadow: none !important;
}
.note-editor .note-toolbar .btn:active,
.note-popover .note-toolbar .btn:active,
.note-editor .popover-content .btn:active,
.note-popover .popover-content .btn:active {
  box-shadow: none;
}
.note-editor .note-toolbar .note-palette-title,
.note-popover .note-toolbar .note-palette-title,
.note-editor .popover-content .note-palette-title,
.note-popover .popover-content .note-palette-title {
  margin: 0 !important;
  padding: 10px 0 !important;
  font-size: 13px !important;
  text-align: center !important;
  border: 0 !important;
}
.note-editor .note-toolbar .note-color-reset,
.note-popover .note-toolbar .note-color-reset,
.note-editor .popover-content .note-color-reset,
.note-popover .popover-content .note-color-reset {
  padding: 0 0 10px !important;
  margin: 0 !important;
  background: none;
  text-align: center;
}
.note-editor .note-toolbar .note-color .dropdown-menu,
.note-popover .note-toolbar .note-color .dropdown-menu,
.note-editor .popover-content .note-color .dropdown-menu,
.note-popover .popover-content .note-color .dropdown-menu {
  min-width: 335px;
}
.note-editor .note-statusbar .note-resizebar,
.note-popover .note-statusbar .note-resizebar {
  border-color: #E8E8E8;
}
.note-editor .note-statusbar .note-resizebar .note-icon-bar,
.note-popover .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #BCBCBC;
}
.note-editor .fa,
.note-popover .fa {
  font-style: normal;
  font-size: 20px;
  vertical-align: middle;
}
.note-editor .fa:before,
.note-popover .fa:before {
  font-family: "Material Design Iconic Font";
}
.note-editor .fa.fa-magic:before,
.note-popover .fa.fa-magic:before {
  content: "";
}
.note-editor .fa.fa-bold:before,
.note-popover .fa.fa-bold:before {
  content: "";
}
.note-editor .fa.fa-italic:before,
.note-popover .fa.fa-italic:before {
  content: "";
}
.note-editor .fa.fa-underline:before,
.note-popover .fa.fa-underline:before {
  content: "";
}
.note-editor .fa.fa-font:before,
.note-popover .fa.fa-font:before {
  content: "";
}
.note-editor .fa.fa-list-ul:before,
.note-popover .fa.fa-list-ul:before {
  content: "";
}
.note-editor .fa.fa-list-ol:before,
.note-popover .fa.fa-list-ol:before {
  content: "";
}
.note-editor .fa.fa-align-left:before,
.note-popover .fa.fa-align-left:before {
  content: "";
  content: "";
}
.note-editor .fa.fa-align-right:before,
.note-popover .fa.fa-align-right:before {
  content: "";
}
.note-editor .fa.fa-align-center:before,
.note-popover .fa.fa-align-center:before {
  content: "";
}
.note-editor .fa.fa-align-justify:before,
.note-popover .fa.fa-align-justify:before {
  content: "";
}
.note-editor .fa.fa-indent:before,
.note-popover .fa.fa-indent:before {
  content: "";
}
.note-editor .fa.fa-outdent:before,
.note-popover .fa.fa-outdent:before {
  content: "";
}
.note-editor .fa.fa-text-height:before,
.note-popover .fa.fa-text-height:before {
  content: "";
}
.note-editor .fa.fa-table:before,
.note-popover .fa.fa-table:before {
  content: "";
}
.note-editor .fa.fa-link:before,
.note-popover .fa.fa-link:before {
  content: "";
}
.note-editor .fa.fa-picture-o:before,
.note-popover .fa.fa-picture-o:before {
  content: "";
}
.note-editor .fa.fa-minus:before,
.note-popover .fa.fa-minus:before {
  content: "";
}
.note-editor .fa.fa-arrows-alt:before,
.note-popover .fa.fa-arrows-alt:before {
  content: "";
}
.note-editor .fa.fa-code:before,
.note-popover .fa.fa-code:before {
  content: "";
}
.note-editor .fa.fa-question:before,
.note-popover .fa.fa-question:before {
  content: "";
}
.note-editor .fa.fa-eraser:before,
.note-popover .fa.fa-eraser:before {
  content: "";
}
.note-editor .fa.fa-square:before,
.note-popover .fa.fa-square:before {
  content: "";
}
.note-editor .fa.fa-circle-o:before,
.note-popover .fa.fa-circle-o:before {
  content: "";
}
.note-editor .fa.fa-times:before,
.note-popover .fa.fa-times:before {
  content: "";
}
.note-editor .note-air-popover .arrow,
.note-popover .note-air-popover .arrow {
  left: 20px;
}
.note-editor .note-editable {
  padding: 20px 23px;
}
.fileinput {
  position: relative;
  padding-right: 35px;
}
.fileinput .close {
  position: absolute;
  top: 5px;
  font-size: 12px;
  float: none;
  opacity: 1;
  font-weight: 500;
  border: 1px solid #ccc;
  width: 19px;
  text-align: center;
  height: 19px;
  line-height: 15px;
  border-radius: 50%;
  right: 0;
}
.fileinput .close:hover {
  background: #eee;
}
.fileinput .btn-file > input {
  z-index: 1000;
}
.fileinput .input-group-addon {
  padding: 0 10px;
  vertical-align: middle;
}
.fileinput .fileinput-preview {
  width: 200px;
  height: 150px;
  position: relative;
}
.fileinput .fileinput-preview img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -13px;
}
.fileinput .fileinput-preview:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#lg-slider:after {
  content: "";
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #2196f3;
  -webkit-animation: ball-scale-ripple 1s 0 infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple 1s 0 infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -25px;
  top: 50%;
  margin-top: -25px;
  z-index: -1;
}
#lg-outer {
  background: rgba(255, 255, 255, 0.95);
}
#lg-outer .object {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
#lg-close {
  display: none;
}
#lg-action {
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0 !important;
  height: 40px;
  text-align: center;
}
#lg-action > a {
  background: transparent;
  color: #9D9D9D;
  font-size: 18px;
  width: 28px;
  height: 37px;
}
#lg-action > a:hover {
  background: transparent;
  color: #000;
}
#lg-action .cl-thumb {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 38px;
  background: #f44336;
  transition: all;
  transition-duration: 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
#lg-action .cl-thumb:after {
  text-align: center;
  left: 16px !important;
  bottom: 6px !important;
  color: #fff;
}
#lg-action .cl-thumb:hover {
  background: #f32c1e;
}
#lg-gallery .thumb-cont {
  background: #f44336;
  text-align: center;
}
#lg-gallery .thumb-cont .thumb-info {
  background: #f44336;
}
#lg-gallery .thumb-cont .thumb-info .count {
  display: none;
}
#lg-gallery .thumb-cont .thumb-info .close {
  width: 14px;
  margin-top: 0;
  background: none;
}
#lg-gallery .thumb-cont .thumb-info .close:hover {
  background: none;
}
#lg-gallery .thumb-cont .thumb {
  opacity: 1;
  filter: alpha(opacity=100);
}
#lg-gallery .thumb-cont .thumb-inner {
  display: inline-block;
  padding: 12px 12px 15px;
}
.lg-slide {
  background: none !important;
}
.lg-slide em {
  font-style: normal;
}
.lg-slide em h3 {
  margin-bottom: 5px;
}
.lg-slide .video-cont {
  box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19);
}
@-webkit-keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}
.waves-button,
.waves-circle {
  -webkit-mask-image: none;
  line-height: inherit;
}
.date-picker .dp-inline {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  display: inline-block;
}
.date-picker:not(.dp-blue):not(.dp-red) .tr-dpnav th {
  background: #009688;
}
.date-picker:not(.dp-blue):not(.dp-red) .tr-dpday th {
  background: #00877a;
}
.date-picker:not(.dp-blue):not(.dp-red) .dp-active {
  background-color: #009688;
}
.date-picker:not(.dp-blue):not(.dp-red) .dp-actions .btn-link {
  color: #009688;
}
.date-picker .dropdown-menu {
  padding: 0;
  margin: 0;
}
.date-picker.is-opened .dropdown-menu {
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.dp-table {
  position: relative;
  z-index: 1;
}
.dp-table thead > tr th:first-child {
  padding-left: 15px;
}
.dp-table thead > tr th:last-child {
  padding-right: 15px;
}
.dp-table tbody > tr:first-child > td {
  padding-top: 15px;
}
.dp-table tbody > tr:last-child > td {
  padding-bottom: 15px;
}
.dp-table tbody > tr td:first-child {
  padding-left: 15px;
}
.dp-table tbody > tr td:last-child {
  padding-right: 15px;
}
.btn-dp {
  background: transparent;
  border: 0;
}
.btn-dp .zmdi {
  font-size: 18px;
  line-height: 100%;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 34px;
}
.btn-dp .zmdi:hover {
  background-color: rgba(0, 0, 0, 0.14);
}
.btn-dp[disabled] {
  color: #CDCDCD;
}
.btn-dp[disabled] .dp-day-muted {
  color: #CDCDCD;
}
.btn-dpbody {
  padding: 13px;
  font-size: 12px;
  border-radius: 2px;
}
.btn-dpbody:not(.dp-active):not([disabled]) {
  color: #000;
}
.btn-dpbody:not(.dp-active):not([disabled]):not(.dp-today):hover {
  background: #F0F0F0;
}
.btn-dpday {
  border-radius: 50%;
  width: 42px !important;
  height: 42px;
}
.tr-dpnav .btn-dp {
  color: #fff;
  padding: 25px 0 23px;
}
.tr-dpday th {
  padding: 8px 0 9px;
  color: #fff;
  text-transform: uppercase;
}
.dp-active {
  color: #fff;
}
.dp-today:not(.dp-active) {
  background-color: #E2E2E2;
}
.dp-day-muted {
  color: #8B8B8B;
}
.dp-title {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
}
.dp-title:hover {
  background-color: rgba(0, 0, 0, 0.14);
  border-radius: 2px;
}
.dp-blue .tr-dpnav th {
  background: #2196f3;
}
.dp-blue .tr-dpday th {
  background: #128ff2;
}
.dp-blue .dp-active {
  background-color: #2196f3;
}
.dp-blue .dp-actions .btn-link {
  color: #2196f3;
}
.dp-red .tr-dpnav th {
  background: #f44336;
}
.dp-red .tr-dpday th {
  background: #f33527;
}
.dp-red .dp-active {
  background-color: #f44336;
}
.dp-red .dp-actions .btn-link {
  color: #f44336;
}
.dp-actions {
  padding: 10px 20px 20px;
  text-align: right;
}
.dp-actions .btn-link {
  text-decoration: none;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 500;
}
.ng-table th.sortable {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ng-table th.sortable:hover {
  background-color: #FDFBD3;
}
.ng-table .form-control {
  border: 1px solid #E4E4E4;
  padding: 10px 15px;
  height: 40px;
}
.ng-table .form-control:active,
.ng-table .form-control:focus {
  border-color: #D7D7D7 !important;
}
.ng-table-pager {
  padding: 12px 25px 15px;
  min-height: 101px;
}
@media screen and (min-width: 768px) {
  .ng-table-pager {
    background: #f9f9f9;
  }
}
.ng-table-counts {
  box-shadow: none !important;
  margin-top: 23px;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .ng-table-counts {
    display: none;
  }
}
.ng-table-counts .active {
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  .ng-table-pagination {
    width: 100%;
    text-align: center;
  }
}
.ng-table-pagination > li {
  position: relative;
}
.ng-table-pagination > li:first-child:before,
.ng-table-pagination > li:last-child:before {
  font-family: "Material-Design-Iconic-Font";
  font-size: 22px;
  position: absolute;
  left: 16px;
  top: 5px;
  z-index: 12;
}
.ng-table-pagination > li:first-child > a,
.ng-table-pagination > li:last-child > a {
  font-size: 0;
}
.ng-table-pagination > li:first-child:before {
  content: "";
}
.ng-table-pagination > li:last-child:before {
  content: "";
}
.sortable .ng-table-header {
  position: relative;
}
.sortable .ng-table-header:before {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  right: 0;
  top: -2px;
  font-size: 17px;
}
.sortable.sort-desc .ng-table-header:before {
  content: "";
}
.sortable.sort-asc .ng-table-header:before {
  content: "";
}
.timepicker-picker .btn {
  box-shadow: none !important;
}
.timepicker-picker table tbody tr + tr:not(:last-child) {
  background: #009688;
  color: #fff;
}
.timepicker-picker table tbody tr + tr:not(:last-child) td {
  border-radius: 0;
}
.timepicker-picker .btn {
  background: #fff;
  color: #333;
}
.datepicker.top {
  transform-origin: 0 100% !important;
}
.datepicker table thead tr th {
  border-radius: 0;
  color: #fff;
}
.datepicker table thead tr th .glyphicon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 29px;
}
.datepicker table thead tr th:hover .glyphicon {
  background: rgba(0, 0, 0, 0.2);
}
.datepicker table thead tr:first-child th {
  background: #009688;
  padding: 20px 0;
}
.datepicker table thead tr:first-child th:hover {
  background: #009688;
}
.datepicker table thead tr:first-child th.picker-switch {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.datepicker table thead tr:last-child th {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 11px;
}
.datepicker table thead tr:last-child th:first-child {
  padding-left: 20px;
}
.datepicker table thead tr:last-child th:last-child {
  padding-right: 20px;
}
.datepicker table thead tr:last-child:not(:only-child) {
  background: #00877a;
}
.datepicker table tbody tr:last-child td {
  padding-bottom: 25px;
}
.datepicker table tbody tr td:first-child {
  padding-left: 13px;
}
.datepicker table tbody tr td:last-child {
  padding-right: 13px;
}
.datepicker table td.day {
  width: 35px;
  height: 35px;
  line-height: 20px;
  color: #333;
  position: relative;
  padding: 0;
  background: transparent;
}
.datepicker table td.day:hover {
  background: none;
}
.datepicker table td.day:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-bottom: -33px;
  display: inline-block;
  background: transparent;
  position: static;
  text-shadow: none;
}
.datepicker table td.day.old, .datepicker table td.day.new {
  color: #CDCDCD;
}
.datepicker table td:not(.today):not(.active):hover:before {
  background: #F0F0F0;
}
.datepicker table td.today {
  color: #333;
}
.datepicker table td.today:before {
  background-color: #E2E2E2;
}
.datepicker table td.active {
  color: #fff;
}
.datepicker table td.active:before {
  background-color: #009688;
}
.datepicker-months .month, .datepicker-years .year, .timepicker-minutes .minute, .timepicker-hours .hour {
  border-radius: 50%;
}
.datepicker-months .month:not(.active):hover, .datepicker-years .year:not(.active):hover, .timepicker-minutes .minute:not(.active):hover, .timepicker-hours .hour:not(.active):hover {
  background: #F0F0F0;
}
.datepicker-months .month.active, .datepicker-years .year.active, .timepicker-minutes .minute.active, .timepicker-hours .hour.active {
  background: #009688;
}
.timepicker-minutes .minute, .timepicker-hours .hour {
  padding: 0;
}
.checkbox > small {
  margin-top: 20px;
}
.m-l--5 {
  margin-left: -5px !important;
}
/*.col-lg-3 {
width:22% !important;
}*/
.tooltip {
  opacity: 1 !important;
}
.m-l-8 {
  margin-left: 8px !important;
}
.f-s {
  font-size: 23px !important;
}
@media (max-width: 360px) {
  #InOrder {
    float: left !important;
    margin-top: 10px;
  }

  #buttoncard {
    height: 98px !important;
  }

  #mobilecard {
    height: 390px !important;
  }
}
.product-grid__description {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 4px;
  overflow: hidden;
  color: #5e5e5e;
  font-size: 16px;
}
.headmin-height {
  min-height: 170px;
}
.p-l-28 {
  padding-left: 28px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.f-bold {
  font-weight: 700;
}
.m-auto {
  margin: auto;
}
.f-s-18 {
  font-size: 18px;
}
.bottom-btn {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 20;
}
.f-s-14 {
  font-size: 14px;
}
.f-s-16 {
  font-size: 16px;
}
.f-s-20 {
  font-size: 20px;
}
.f-s-24 {
  font-size: 24px !important;
}
@media (max-width: 1199px) {
  #user {
    margin-bottom: 20px !important;
  }
}
.m-l-23 {
  margin-left: 23px !important;
}
@media (max-width: 1199px) {
  #autoshipdiv {
    padding-right: 0px !important;
  }
}
.btn {
  text-transform: uppercase !important;
  width: auto;
}
#__lpform_input_idx_0_numspan, .__lpform_input_idx_0 {
  display: none !important;
}
.methoddropdown {
  width: 100%;
  background-color: transparent;
  color: #000000;
  text-align: left;
  padding: 6px 12px 0;
  box-shadow: none !important;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor var(--color1);
  border-style: none none solid;
  border-width: medium medium 2px;
}
.dropper {
  display: block;
  float: left;
  width: 88%;
}
.dropper_menu {
  width: 100%;
  padding-left: 3px;
}
.second_menu {
  padding-left: 18px;
  color: #999999;
  font-size: 14px;
}
.caret_arrow {
  float: right;
  font-size: 22px;
  text-align: center;
  width: 8%;
}
.caret_arrow i {
  color: #00c1d6;
}
.dropdown-menu.dropper_menu > li:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.col-height {
  height: 330px;
}
.ds-cart__page-container {
  min-height: 600px;
}
.iosDevice .modal-open {
  overflow: unset;
}
.iosDevice .modal {
  overflow-y: scroll;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.iosDevice .modal.fade .modal-dialog {
  z-index: 99999;
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}
.iosDevice .modal.in .modal-dialog {
  transform: translate(0, 0);
}
.iosDevice .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.iosDevice .modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.iosDevice .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.iosDevice .modal-backdrop.fade {
  filter: alpha(opacity=0);
}
.iosDevice .modal-backdrop.in {
  filter: alpha(opacity=50);
}
.iosDevice .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.iosDevice .modal-header .close {
  margin-top: -2px;
}
.iosDevice .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.iosDevice .modal-body {
  position: relative;
  padding: 20px;
}
.iosDevice .modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.iosDevice .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.iosDevice .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.iosDevice .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (max-width: 420px) {
  .cart_mobile {
    margin-left: -30% !important;
    margin-top: -8% !important;
  }

  .cart_mobile .zmdi-shopping-cart {
    font-size: 21px !important;
  }

  .cart_mobile .cart-counter {
    width: 14px !important;
    height: 14px !important;
  }

  .menu_list {
    opacity: 1 !important;
    z-index: 9999 !important;
  }

  .ds-product-detail__body .img-box {
    width: 100% !important;
  }

  .ds-product-detail__body .share_box {
    text-align: left !important;
    margin-bottom: 2% !important;
  }

  .ds-product-detail__options__option {
    width: 100%;
  }

  .iosDevice .modal-backdrop {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  .iosDevice .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .iosDevice .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .iosDevice .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .iosDevice .modal-lg {
    width: 900px;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
.rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
  transform: rotate(-90deg);
}
#product_update_card .ds-cart__image-wrapper {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
#product_update_card .ds-cart__image-wrapper__sales {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 79px solid #1c7bbf;
  border-top: 79px solid var(--color1);
  border-bottom: 79px solid transparent;
  border-right: 79px solid transparent;
}
#product_update_card .ds-cart__image-wrapper__sales p {
  position: absolute;
  top: -60px;
  width: 79px;
  left: -15px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transform: rotate(-45deg);
  display: block;
}
#product_update_card .ds-cart__image-wrapper .btn {
  position: absolute;
  height: 32px;
  bottom: 10px;
  border-radius: 2px;
  box-shadow: none;
}
#product_update_card .ds-cart__image-wrapper .zmdi-share-btn {
  left: 15px;
  width: 42px;
}
#product_update_card .ds-cart__image-wrapper .more_colors {
  right: 15px;
  width: 108px;
  font-size: 12px;
  font-weight: 400;
}
#product_update_card .ds-cart__image-wrapper .opacity_btn {
  opacity: 0.8;
}
#product_update_card .ds-cart__image-wrapper .ds-cart__image img {
  height: 306px;
  width: 306px;
}
#product_update_card .ds-cart-size {
  height: 394px !important;
  width: 306px !important;
  box-shadow: none;
}
#product_update_card .ds-cart__item-meta .product-name {
  font-size: 16px;
  font-weight: 500;
  padding: 5px 0px 0px 0px;
}
#product_update_card .ds-cart__item-meta span {
  font-size: 14px;
}
#product_update_card .ds-cart__item-meta .product-color {
  color: #1c7bbf;
  color: var(--color1);
  text-align: left;
  width: 100%;
  font-weight: bold;
  padding: 0px 15px;
}
#product_update_card .ds-cart__item-meta .strikethrough {
  text-decoration: line-through;
  display: inline-block;
}
#product_update_card .ds-cart__item-meta .darkgray {
  color: darkgray;
}
#product_update_card .ds-cart__item-meta .zmdi-cart-plus-btn {
  border-radius: 5px;
  border: 2px solid #a5a5a5b0;
  box-shadow: none;
  color: #a5a5a5b0;
  font-weight: bold;
  padding: 5px 12px;
}
.mwo {
  max-width: 1340px !important;
}
.product-color {
  color: #1c7bbf;
  color: var(--color1);
  text-align: left;
  width: 100%;
  font-weight: bold;
  padding: 0px 15px;
}
.m-b-4 {
  margin-bottom: 4%;
}
.md-dropdown {
  position: relative;
}
.md-dropdown button {
  padding-right: 20px;
}
.md-dropdown .zmdi {
  position: absolute;
  right: 5px;
  top: 10px;
  display: inline-block;
  pointer-events: none;
}
#OrderView .selected_tab {
  border-bottom: 4px solid #4a4a4a !important;
  border-bottom: 2px solid #4a4a4a !important;
}
#OrderView .selected_tab > a {
  color: black !important;
}
#OrderView .tab-nav:not(.tn-vertical) {
  box-shadow: none !important;
}
#OrderView .tab-nav > li > a {
  font-weight: normal !important;
  text-transform: none !important;
  padding: 13px 13px 1px 13px !important;
}
.ds-container {
  max-width: 1304px;
  margin: 0 auto;
  padding-top: 40px !important;
  margin-top: 40px !important;
}
.md-tab {
  text-transform: inherit !important;
}
md-tabs.md-default-theme md-tabs-wrapper, md-tabs md-tabs-wrapper {
  background-color: #edecec;
  border-color: rgba(0, 0, 0, 0);
}
md-tabs .md-tab.md-active {
  color: #5d5e63;
}
.md-subheader.md-default-theme {
  background-color: white;
  font-size: 15px !important;
}
.md-subheader {
  background-color: #f6f6f6;
  font-size: 15px !important;
}
md-tabs.md-default-theme md-ink-bar, md-tabs md-ink-bar {
  background: #5d5e63;
}
.sort-dropdown {
  top: 92%;
  right: 1%;
  padding-bottom: 15px !important;
}
.m-t--15 {
  margin-top: -15px;
}
html, body {
  background: #edecec !important;
}
.sort-dropdown md-select {
  padding: 10px 2px 10px !important;
}
ordercartmodal md-backdrop {
  height: auto !important;
  position: fixed;
}
.f-right {
  float: right;
}
.margin-0 {
  margin: 0px !important;
}
.line_height_1 {
  line-height: 1.2em !important;
}
.bg-white {
  background-color: white;
}
.padding-0 {
  padding: 0px !important;
}
.ds-summary-cart md-toolbar md-list md-list-item .md-list-item-text h3 {
  font-weight: normal !important;
}
.c-light {
  color: rgba(0, 0, 0, 0.37);
}
.main_heading {
  font-size: 22px !important;
  margin-bottom: 0 !important;
}
.subheading_text {
  font-size: 12px !important;
}
p.main_price {
  font-size: 16px !important;
}
.main_qv {
  font-size: 12px;
}
h3.enroll_main_text {
  font-size: 15px !important;
}
p.enroll_main_total {
  font-size: 12px !important;
  font-weight: bold !important;
}
p.price_each {
  font-size: 15px !important;
}
p.f-right.qv_each {
  font-size: 12px !important;
  margin: 0 !important;
  font-weight: bold !important;
}
.product_detail_text {
  font-size: 15px !important;
  margin: 0 !important;
  line-height: 18px !important;
}
.product_detail_qv {
  font-size: 12px !important;
  overflow: auto;
}
.price_set p {
  margin-top: 26% !important;
  margin-left: -10% !important;
}
.total_block {
  padding: 2%;
  padding-right: 15px !important;
  font-size: 14px;
}
.top_0 {
  top: 0 !important;
}
.pad-right {
  padding-right: 4% !important;
}
body.modal-open .modal-body {
  overflow: auto !important;
}
md-datepicker input {
  pointer-events: none;
}
.f-small {
  font-size: small !important;
}
.md-3-line.m-t-5 {
  margin-top: 5% !important;
}
.ds-cart__page .ds-checkbox + .help-block {
  margin-bottom: 0;
  position: relative;
  clear: both;
}
.width-100 {
  min-width: 100px !important;
}
.header-bg-color {
  background-color: #F0F0F0;
}
.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #b1b1b1;
  overflow: hidden;
}
.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fde16d;
}
.empty-stars:before, .full-stars:before {
  content: "★★★★★";
  font-size: 14pt;
}
.empty-stars:before {
  -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
  -webkit-text-stroke: 1px orange;
}
/* Webkit-text-stroke is not supported on firefox or IE */
/* Firefox */
@-moz-document url-prefix() {
  .full-stars {
    color: #ECBE24;
  }
}
.full-stars {
  color: #ECBE24;
}
.c-red {
  color: #C6161D;
}
.full-width {
  width: 100%;
}
.full-height {
  height: 100%;
}
.carousel-inner > .item > img {
  width: 100%;
  height: 730px;
}
@media (min-width: 768px) and (max-width: 960px) {
  .carousel-inner > .item > img {
    height: 366px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .carousel-inner > .item > img {
    height: 250px !important;
  }
}
@media (min-width: 320px) and (max-width: 499px) {
  .carousel-inner > .item > img {
    height: 200px !important;
  }
}
.item > img {
  border: none !important;
}
.w-49 {
  width: 49%;
}
.m-r-2 {
  margin-right: 2%;
}
.m-t-2 {
  margin-top: 2%;
}
.m-b-2 {
  margin-bottom: 2%;
}
#zpimage-zoomContainer {
  z-index: 1 !important;
}
.md-button.disabled,
.md-button[disabled],
fieldset[disabled] .md-button {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.md-button.disabled,
fieldset[disabled] a.md-button {
  pointer-events: none;
}
.md-button.disabled, .md-button[disabled], fieldset[disabled] .md-button {
  cursor: not-allowed !important;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.md-button.disabled, fieldset[disabled] a.md-button {
  pointer-events: none;
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
/* Sticky footer*/
.page-wrap {
  min-height: "calc(100vh - 260px)";
}
@media (max-width: 600px) {
  .product_detail_text {
    font-size: 13px !important;
    margin: 0 !important;
    line-height: 15px !important;
    padding-bottom: 5px;
  }

  .product_detail_qv.m-b-20 {
    margin-bottom: 4px !important;
  }
}
@media (max-width: 320px) {
  .ds-summary-cart md-content md-list-item.items {
    padding-left: 14px !important;
  }
}
.quantity_disable.disabled {
  background-color: #999999 !important;
  /* stylelint-disable-line declaration-no-important */
}
/* Loading bar custom styles */
#loading-bar .bar {
  height: 5px;
  background: #51c1E8;
}
#loading-bar .peg {
  box-shadow: #fff 1px 0 6px 1px;
}
#loading-bar-spinner {
  width: 56px;
  height: 56px;
  text-align: center;
  padding: 14px;
  border-radius: 50%;
  position: fixed;
  top: 105px;
  left: 50%;
  margin-left: -28px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
  z-index: 9;
}
#loading-bar-spinner .spinner-icon {
  width: 28px;
  height: 28px;
  margin: 0;
  background: transparent !important;
  border: 2px solid #51c1e8;
  border-bottom-color: transparent !important;
  border-radius: 100%;
  -webkit-animation: loading-bar-spinner 0.75s linear infinite;
          animation: loading-bar-spinner 0.75s linear infinite;
}
/* end Loading bar custom styles */
/* Sweet Alert custom css*/
.sweet-alert {
  border-radius: 2px;
  padding: 10px 30px;
}
.sweet-alert h2 {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.sweet-alert .lead {
  font-size: 13px;
}
.sweet-alert .btn {
  padding: 6px 12px;
  font-size: 13px;
  margin: 20px 2px 0;
}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
/* end sweet alert custom css*/
.text-nonecase {
  text-transform: none !important;
}
.text_overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.opacity-87 {
  opacity: 0.87 !important;
}
.opacity-54 {
  opacity: 0.54 !important;
}
.opacity-38 {
  opacity: 0.38 !important;
}
/* Product demo */
.ds-product-custom {
  border: none;
  margin: 7px 8px;
}
.c-1 {
  color: #000000DE;
}
.mat-drawer-content {
  overflow: unset !important;
}
.mat-drawer-container[fullscreen] {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: unset !important;
}
div#mainDIV {
  overflow: unset !important;
}
/*Market Selector */
.marketselector-dialog-container .mat-dialog-container {
  padding: 0px !important;
}
.marketselector-dialog-container .mat-card {
  padding: 0px;
  overflow: hidden;
}
.marketselector-dialog-container .mat-card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
}
.marketselector-dialog-container mat-card-header {
  margin-bottom: 0px;
}
.marketselector-dialog-container .mat-card-header-text {
  margin: 0px;
  width: 100%;
  text-align: center;
  background-color: #bebebe;
}
.marketselector-dialog-container div.mat-card-header-text {
  padding: 10px;
}
.marketselector-dialog-container .mat-card-title {
  margin-bottom: 0px !important;
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  color: #fff;
}
.marketselector-dialog-container .mat-form-field-flex {
  border-radius: 0px !important;
  padding: 0px 0.75em !important;
  box-shadow: 0 1px 4px 0 #000000 !important;
  background-color: #fff !important;
}
#ds_application2 .mat-expansion-panel {
  margin: 24px 8px 8px 8px !important;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
}
#ds_application2 h4 {
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 18px !important;
  opacity: 0.7 !important;
}
#ds_application2 #verifystatus-Content {
  margin: 24px 8px 8px 8px !important;
}
.avtar img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}
.f-s-16 {
  font-size: 16px;
}
.p-l-15 {
  padding-left: 15px;
}
.m-b-0 {
  margin-bottom: 0px !important;
}
.m-0 {
  margin: 0px !important;
}
.bgm-color2 {
  background-color: #007ec6 !important;
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}
.f-s-12 {
  font-size: 12px;
}
.d-flex {
  display: flex;
}
.ds-summary-cart > mat-sidenav-container {
  width: 420px;
}
.marketselecter_find_popup {
  position: fixed !important;
  top: 0;
}
.mat-fab-bottom-right {
  top: auto;
  right: 20px;
  bottom: 1rem;
  left: auto;
  position: fixed;
}
.has-error .help-block {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 35px;
  left: 0px;
}
.captcha_answer .has-error {
  position: relative;
  margin: 0;
  padding: 0;
  top: 4px;
  left: 0px;
}
.captchaError .has-error {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0px;
  right: 0px;
  float: right;
}
.help-block {
  color: red !important;
}
.mail_position {
  bottom: 8px;
  position: relative;
}
.v-align-middle {
  vertical-align: middle;
}
.main-nav__link {
  color: #262626;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 48px;
  min-height: 48px;
  transition: all 0.25s;
}
.m-t--15 {
  margin-top: -15px;
}
.l-height-5 {
  line-height: 5;
}
.checkbox .has-error {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 25px;
  left: 24px;
}
