/*!
 *  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 Sophia 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
* 8. Blog- column page styles
* 9. Blog- details page styles
* 10. Blog- list 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: visible;
  background-color: #fff;
}
.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-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: 1300px;
  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;
}
/******** 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;
  padding: 8px 16px;
  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: #222222 !important;
}
.main-topbar .top-bar .widget-text {
  padding: 9px 7px;
}
.main-topbar .top-bar .widget-text a {
  color: #c3c3c3;
  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 .top-navbar button {
  background: transparent !important;
}
.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;
  padding: 8px 14px;
  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 {
  padding-right: 17px;
  background: #ffffff;
}
.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-item {
  position: relative;
  height: auto;
  padding: 0 10px;
  transition: 0.4s;
}
.right-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;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
}
.right-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;
}
.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 p {
  font-size: 19px;
}
.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: #383838;
  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-4 blog styles
****************************************/
.blog-section .section-title {
  margin-bottom: 40px;
}
.blog-section .section-title h3 {
  text-align: center;
  margin-bottom: 10px;
}
.blog-section .section-title p {
  text-align: center;
  line-height: 25px;
}
.blog-section .blog-container {
  position: relative;
}
.blog-section .blog-container .blog .info {
  margin: 0 10px;
}
.blog-section .blog-container .blog .info .img-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-container .blog .info .img-box img {
  max-width: 100%;
  height: auto;
}
.blog-section .blog-container .blog .info .text-box {
  position: relative;
  padding: 20px 0px 20px;
  padding-left: 79px;
}
.blog-section .blog-container .blog .info .text-box .mat-toolbar {
  position: absolute;
  left: 0px;
  top: 20px;
  height: 64px;
  background: var(--theme-deafult) !important;
  width: 64px;
  line-height: 20px;
  z-index: 9;
  text-align: center;
}
.blog-section .blog-container .blog .info .text-box .mat-toolbar .date {
  font-size: 15px;
}
.blog-section .blog-container .blog .info .text-box h4 {
  font-size: 19px;
  margin-bottom: 10px;
}
.blog-section .blog-container .blog .info .text-box p {
  line-height: 23px;
  margin-bottom: 10px;
}
.blog-section .blog-container .blog .info .text-box a {
  text-transform: capitalize;
  color: #222;
  transition: 0.5s ease;
  font-weight: 500;
}
.blog-section .blog-container .blog .info .text-box a:hover {
  text-decoration: underline;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 5 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-5 styles
****************************************/
/***************************************
*  Header-4 styles
****************************************/
.home-header-4 .logo {
  padding: 25px 0;
}
.home-header-4 .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-4 .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-4 .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 27px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 45px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-4 .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: transparent;
  color: #222222;
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-4 .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-4 .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-4 .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  color: #ffffff;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/***************************************
*  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;
}
/* Blog section */
.blog-industrial-container .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.blog-industrial-container .section-title h3 {
  text-align: center;
}
.blog-industrial-container .section-title p {
  line-height: 27px;
}
.blog-industrial-container .blog {
  border: 2px solid #f5f5f5;
  padding: 20px 25px;
  margin: 0 10px;
}
.blog-industrial-container .blog .info .text-box .brand {
  font-weight: 500;
  color: #c3c3c3;
}
.blog-industrial-container .blog .info .text-box h4 {
  font-weight: 600;
  line-height: 32px;
}
.blog-industrial-container .blog .info .text-box p {
  color: #848484;
  line-height: 26px;
}
.blog-industrial-container .blog .info .text-box a {
  display: contents;
  text-align: left;
  padding: 0;
  font-weight: 600;
  font-size: 17px;
  margin-top: 15px;
  color: var(--theme-deafult) !important;
}
/***************************************
    ***************************************
    ***************************************
*  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: #383838;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  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;
}
/***************************************
*  My account page styles
****************************************/
.my-account .my-account-wrap .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.my-account .my-account-wrap .title:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.my-account .my-account-wrap .title:after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.my-account .my-account-wrap form .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
}
.my-account .my-account-wrap .register-wrapper .register-body .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.my-account .my-account-wrap .register-wrapper .register-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.my-account .my-account-wrap .register-wrapper .register-body .button-wrap {
  margin-top: 20px;
}
/***************************************
*  Blog- column page styles
****************************************/
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list {
  margin-bottom: 80px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  margin-top: 10px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box h4 {
  font-size: 24px;
  margin-bottom: 7px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  margin-right: 7px;
  font-size: 14px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li button {
  width: 20px !important;
  cursor: default;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-column .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  Blog-details page styles
****************************************/
.blog-details .blog-list-wrapper .main-blog-panel {
  padding-right: 15px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  margin-top: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box h4 {
  font-size: 24px;
  margin-bottom: 7px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li {
  margin-right: 7px;
  font-size: 14.5px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li .mat-icon-button {
  width: 20px !important;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box {
  margin: 25px 0 25px 0;
  display: block;
  /* clear: both; */
  overflow: hidden;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .tag-box li {
  display: inline-block;
  margin-right: 4px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .tag-box li a {
  color: #222222;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .social-box .social li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .social-box .social li a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #ffa726;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eeeeee;
  display: block;
  line-height: 41px;
  transition: all 0.5s ease;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner {
  position: relative;
  padding: 30px 0px 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .img-box img {
  width: 100%;
  height: auto;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box {
  padding: 0 10px;
  line-height: 24px;
  border-bottom: none;
  margin: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box h5 {
  color: #444;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box p {
  margin: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area {
  margin-top: 40px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .group-title {
  margin-bottom: 20px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box {
  position: relative;
  margin-bottom: 35px;
  transition: all 300ms ease;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 80px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 20px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .author-thumb img {
  width: 60px;
  display: block;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .comment-info {
  position: relative;
  color: #444;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .rating {
  position: absolute;
  right: 15px;
  top: 15px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .rating span {
  display: inline-block;
  color: #ffa726;
  font-size: 14px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .text {
  color: #777777;
  font-size: 15px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .reply-comment {
  margin-left: 30px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .contact-form {
  margin-top: 40px;
}
.blog-details .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  Blog-list page styles
****************************************/
.blog-list .blog-list-wrapper .main-blog-panel {
  padding-right: 15px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list {
  margin-bottom: 20px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  padding: 0 10px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box a h4 {
  font-size: 24px;
  margin-bottom: 7px;
  color: #383838;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  margin-right: 7px;
  font-size: 14px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li button {
  width: 20px !important;
  cursor: default;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-list .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  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: 668px !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;
}
/***************************************
*  Testimonials page styles
****************************************/
.testimonials-component .card-wrap {
  padding: 0 15px;
}
.testimonials-component .card-wrap .light-block {
  box-shadow: none !important;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
  padding: 30px 20px 26px;
}
.testimonials-component .card-wrap .light-block .content .text {
  margin-top: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 22px;
  margin-bottom: 20px;
  line-height: 28px;
}
.testimonials-component .card-wrap .light-block .content .name {
  font-weight: 600;
}
/***************************************
*  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: hidden;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row {
  min-height: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  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: 85%;
}
/***************************************
*  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 {
  padding-right: 30px;
  margin-top: 30px;
}
.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;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  max-height: 120px;
  min-height: 120px;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card img {
  max-width: 110px;
  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 {
  padding-right: 100px;
}
.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;
}
@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;
  }

  .blog-list-wrapper .sidebar {
    padding-left: 0px;
    margin-top: 0px;
  }

  .blog-details .blog-list-wrapper .main-blog-panel {
    padding-right: 0px;
  }
  .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
    padding-right: 0px;
  }

  .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 .blog-section .section-title p {
  color: #f1f3f5;
}
.dark .blog-section .blog .info .text-box .mat-toolbar {
  background-color: var(--theme-deafult);
  color: #ffffff;
}
.dark .blog-section .blog .info .text-box p {
  color: #f1f3f5;
}
.dark .blog-section .blog .info .text-box a {
  color: var(--theme-deafult);
}
.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 .blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li, .dark .blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li, .dark .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  color: #c3c3c3;
}
.dark .blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p, .dark .blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p, .dark .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  color: #f1f3f5;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  background-color: #404040;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  background-color: #9c9c9c;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a {
  color: #f1f3f5;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span {
  color: #c3c3c3;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .categories {
  background: #272727;
}
.dark .industrial-home-wrap .products-industrial {
  position: relative;
  background: #2b2b2b;
}
.dark .industrial-home-wrap .info-wrap-industrial {
  position: relative;
  background: #2b2b2b;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .icon {
  border: 2px solid #353535;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .content p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .content span {
  color: #c3c3c3;
}
.dark .industrial-home-wrap .products-industrial .product-item .mat-card:not([class*=mat-elevation-z]) {
  background: #333 !important;
}
.dark .industrial-home-wrap .products-industrial .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .blog-industrial-container .section-title p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .blog-industrial-container .blog {
  border: 1px solid #383838;
}
.dark .home-header-five {
  background: #2b2b2b;
}
.dark .home-header-five .header-wrapper {
  border-bottom: 1px solid #404040;
}
.dark .home-header-five .header-wrapper span {
  color: #f1f3f5;
}
.dark .home-header-five .header-wrapper p {
  color: #f1f3f5;
}
.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 .mat-tab-header {
  border-bottom: 1px solid rgba(169, 169, 169, 0.12);
}
.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;
}
/* 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 Sophia 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
* 8. Blog- column page styles
* 9. Blog- details page styles
* 10. Blog- list 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: visible;
  background-color: #fff;
}
.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-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: 1300px;
  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;
}
/******** 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;
  padding: 8px 16px;
  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: #222222 !important;
}
.main-topbar .top-bar .widget-text {
  padding: 9px 7px;
}
.main-topbar .top-bar .widget-text a {
  color: #c3c3c3;
  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 .top-navbar button {
  background: transparent !important;
}
.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;
  padding: 8px 14px;
  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 {
  padding-right: 17px;
  background: #ffffff;
}
.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-item {
  position: relative;
  height: auto;
  padding: 0 10px;
  transition: 0.4s;
}
.right-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;
}
.right-sidebar-wrapper .all-products .col .product-item .mat-card:not([class*=mat-elevation-z]) .product-img {
  background: #f6f6f6;
}
.right-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;
}
.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 p {
  font-size: 19px;
}
.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: #383838;
  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-4 blog styles
****************************************/
.blog-section .section-title {
  margin-bottom: 40px;
}
.blog-section .section-title h3 {
  text-align: center;
  margin-bottom: 10px;
}
.blog-section .section-title p {
  text-align: center;
  line-height: 25px;
}
.blog-section .blog-container {
  position: relative;
}
.blog-section .blog-container .blog .info {
  margin: 0 10px;
}
.blog-section .blog-container .blog .info .img-box {
  display: block;
  overflow: hidden;
  position: relative;
}
.blog-section .blog-container .blog .info .img-box img {
  max-width: 100%;
  height: auto;
}
.blog-section .blog-container .blog .info .text-box {
  position: relative;
  padding: 20px 0px 20px;
  padding-left: 79px;
}
.blog-section .blog-container .blog .info .text-box .mat-toolbar {
  position: absolute;
  left: 0px;
  top: 20px;
  height: 64px;
  background: var(--theme-deafult) !important;
  width: 64px;
  line-height: 20px;
  z-index: 9;
  text-align: center;
}
.blog-section .blog-container .blog .info .text-box .mat-toolbar .date {
  font-size: 15px;
}
.blog-section .blog-container .blog .info .text-box h4 {
  font-size: 19px;
  margin-bottom: 10px;
}
.blog-section .blog-container .blog .info .text-box p {
  line-height: 23px;
  margin-bottom: 10px;
}
.blog-section .blog-container .blog .info .text-box a {
  text-transform: capitalize;
  color: #222;
  transition: 0.5s ease;
  font-weight: 500;
}
.blog-section .blog-container .blog .info .text-box a:hover {
  text-decoration: underline;
}
/***************************************
    ***************************************
    ***************************************
*  HOME - 5 STYLES
****************************************
****************************************
****************************************/
/***************************************
*  Carousel-5 styles
****************************************/
/***************************************
*  Header-4 styles
****************************************/
.home-header-4 .logo {
  padding: 25px 0;
}
.home-header-4 .search-form {
  width: 80%;
  margin: 0 auto;
  /* margin-top: 6px; */
  padding: 13px 0;
}
.home-header-4 .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-4 .search-form .form-wrap input {
  border-style: none;
  border-width: 1px;
  border-radius: 27px;
  border: 1px solid #eeeeee;
  transition: box-shadow 0.3s ease-out;
  height: 45px;
  width: 100%;
  max-width: 100%;
  padding: 0 0 0 12px;
  float: left;
  outline: none;
  box-shadow: none;
}
.home-header-4 .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: transparent;
  color: #222222;
  box-shadow: none;
  -webkit-appearance: none;
}
.home-header-4 .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-4 .call-bucket-wrap .info-message-icon .info-text p {
  font-size: 12px;
  line-height: 0px;
  margin-bottom: 7px;
}
.home-header-4 .call-bucket-wrap .info-message-icon .info-text span {
  font-size: 20px;
  font-weight: 600;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar {
  background: transparent;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .mat-button-wrapper .top-cart span {
  font-size: 15px;
}
.home-header-4 .call-bucket-wrap .main-menu-wrapper-2 .top-navbar .commerce-buttons .mat-button-wrapper .cart-count-wrapper {
  position: absolute;
  top: -10px;
  color: #ffffff;
  left: 30px;
  background: var(--theme-deafult);
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  font-size: 11px;
}
/***************************************
*  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;
}
/* Blog section */
.blog-industrial-container .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.blog-industrial-container .section-title h3 {
  text-align: center;
}
.blog-industrial-container .section-title p {
  line-height: 27px;
}
.blog-industrial-container .blog {
  border: 2px solid #f5f5f5;
  padding: 20px 25px;
  margin: 0 10px;
}
.blog-industrial-container .blog .info .text-box .brand {
  font-weight: 500;
  color: #c3c3c3;
}
.blog-industrial-container .blog .info .text-box h4 {
  font-weight: 600;
  line-height: 32px;
}
.blog-industrial-container .blog .info .text-box p {
  color: #848484;
  line-height: 26px;
}
.blog-industrial-container .blog .info .text-box a {
  display: contents;
  text-align: left;
  padding: 0;
  font-weight: 600;
  font-size: 17px;
  margin-top: 15px;
  color: var(--theme-deafult) !important;
}
/***************************************
    ***************************************
    ***************************************
*  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: #383838;
  font-size: 1em;
  font-weight: 700;
  padding: 0 25px;
  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;
}
/***************************************
*  My account page styles
****************************************/
.my-account .my-account-wrap .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.my-account .my-account-wrap .title:before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #e5e5e5;
}
.my-account .my-account-wrap .title:after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #333333;
  bottom: 0.3125rem;
}
.my-account .my-account-wrap form .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
}
.my-account .my-account-wrap .register-wrapper .register-body .mat-form-field {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
}
.my-account .my-account-wrap .register-wrapper .register-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}
.my-account .my-account-wrap .register-wrapper .register-body .button-wrap {
  margin-top: 20px;
}
/***************************************
*  Blog- column page styles
****************************************/
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list {
  margin-bottom: 80px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  margin-top: 10px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box h4 {
  font-size: 24px;
  margin-bottom: 7px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  margin-right: 7px;
  font-size: 14px;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li button {
  width: 20px !important;
  cursor: default;
}
.blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-column .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  Blog-details page styles
****************************************/
.blog-details .blog-list-wrapper .main-blog-panel {
  padding-right: 15px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  margin-top: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box h4 {
  font-size: 24px;
  margin-bottom: 7px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li {
  margin-right: 7px;
  font-size: 14.5px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li .mat-icon-button {
  width: 20px !important;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul.det-info li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box {
  margin: 25px 0 25px 0;
  display: block;
  /* clear: both; */
  overflow: hidden;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .tag-box li {
  display: inline-block;
  margin-right: 4px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .tag-box li a {
  color: #222222;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .social-box .social li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box .share-box .social-box .social li a {
  width: 40px;
  border-radius: 50%;
  height: 40px;
  color: #ffa726;
  text-align: center;
  margin: 0 3px;
  border: 1px solid #eeeeee;
  display: block;
  line-height: 41px;
  transition: all 0.5s ease;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner {
  position: relative;
  padding: 30px 0px 25px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .img-box {
  width: 100px;
  height: 100px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .img-box img {
  width: 100%;
  height: auto;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box {
  padding: 0 10px;
  line-height: 24px;
  border-bottom: none;
  margin: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box h5 {
  color: #444;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .author-box .post-author .inner .text-box p {
  margin: 0;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area {
  margin-top: 40px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .group-title {
  margin-bottom: 20px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box {
  position: relative;
  margin-bottom: 35px;
  transition: all 300ms ease;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment {
  position: relative;
  font-size: 14px;
  padding: 0px 0px 0px 80px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-bottom: 20px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .author-thumb img {
  width: 60px;
  display: block;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner {
  position: relative;
  padding: 15px 20px;
  border: 1px solid #e5e5e5;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .comment-info {
  position: relative;
  color: #444;
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .rating {
  position: absolute;
  right: 15px;
  top: 15px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .rating span {
  display: inline-block;
  color: #ffa726;
  font-size: 14px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .comment-box .comment .comment-inner .text {
  color: #777777;
  font-size: 15px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 1.6em;
  margin-bottom: 0px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .comments-area .reply-comment {
  margin-left: 30px;
}
.blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .contact-form {
  margin-top: 40px;
}
.blog-details .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  border-radius: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  Blog-list page styles
****************************************/
.blog-list .blog-list-wrapper .main-blog-panel {
  padding-right: 15px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list {
  margin-bottom: 20px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
  overflow: hidden;
  padding-right: 10px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .image-box img {
  width: 100%;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box {
  padding: 0 10px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box a h4 {
  font-size: 24px;
  margin-bottom: 7px;
  color: #383838;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  line-height: 26px;
  margin-top: 16px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  margin-right: 7px;
  font-size: 14px;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li button {
  width: 20px !important;
  cursor: default;
}
.blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li i {
  font-size: 20px;
  line-height: 29px;
  vertical-align: middle;
  margin-right: 3px;
  color: var(--theme-deafult);
}
.blog-list .blog-list-wrapper .sidebar {
  padding-left: 15px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search {
  position: relative;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search input {
  width: 100%;
  height: 54px;
  border: none;
  border: 1px solid #e5e5e5;
  padding: 0 56px 0 12px;
  color: #777777;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search input:focus {
  outline: none;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .search button {
  width: 54px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title {
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 1.25rem;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  height: 0.0625rem;
  bottom: 0.34375rem;
  background-color: #f5f5f5;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  content: "";
  left: 0;
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #222222;
  bottom: 0.3125rem;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li {
  margin-top: 20px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box {
  width: 110px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .icon-box img {
  width: 100%;
  height: auto;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box {
  padding-left: 15px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 {
  font-weight: 500;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li .text-box h5 a {
  color: #333333;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  font-size: 14.5px;
  line-height: 25px;
  margin-bottom: 0;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a {
  padding: 6px 0;
  display: block;
  font-size: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  padding-left: 25px;
  padding-right: 25px;
  text-transform: uppercase;
  color: #787878;
  font-weight: 600;
  transition: all 0.4s ease;
}
.blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .tags-widget ul li a:hover {
  background: #ffa726;
  border-color: #ffa726;
  color: #ffffff;
}
/***************************************
*  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: 668px !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;
}
/***************************************
*  Testimonials page styles
****************************************/
.testimonials-component .card-wrap {
  padding: 0 15px;
}
.testimonials-component .card-wrap .light-block {
  box-shadow: none !important;
  margin-bottom: 40px;
  border: 1px solid #e2e2e2;
  padding: 30px 20px 26px;
}
.testimonials-component .card-wrap .light-block .content .text {
  margin-top: 15px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 22px;
  margin-bottom: 20px;
  line-height: 28px;
}
.testimonials-component .card-wrap .light-block .content .name {
  font-weight: 600;
}
/***************************************
*  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: hidden;
}
.cart-wrapper .mat-card .cart-table.mat-table .mat-row {
  min-height: 100px;
  min-height: 100px;
  margin-bottom: 20px;
  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: 85%;
}
/***************************************
*  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 {
  padding-right: 30px;
  margin-top: 30px;
}
.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;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card {
  max-height: 120px;
  min-height: 120px;
}
.details-wrapper .small-carousel .swiper-container .swiper-slide mat-card img {
  max-width: 110px;
  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 {
  padding-right: 100px;
}
.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;
}
@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;
  }

  .blog-list-wrapper .sidebar {
    padding-left: 0px;
    margin-top: 0px;
  }

  .blog-details .blog-list-wrapper .main-blog-panel {
    padding-right: 0px;
  }
  .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .image-box {
    padding-right: 0px;
  }

  .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 .blog-section .section-title p {
  color: #f1f3f5;
}
.dark .blog-section .blog .info .text-box .mat-toolbar {
  background-color: var(--theme-deafult);
  color: #ffffff;
}
.dark .blog-section .blog .info .text-box p {
  color: #f1f3f5;
}
.dark .blog-section .blog .info .text-box a {
  color: var(--theme-deafult);
}
.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 .blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li, .dark .blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li, .dark .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box ul li {
  color: #c3c3c3;
}
.dark .blog-list .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p, .dark .blog-column .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p, .dark .blog-details .blog-list-wrapper .main-blog-panel .single-blog-list .text-box p {
  color: #f1f3f5;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::before {
  background-color: #404040;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget .title h4::after {
  background-color: #9c9c9c;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li h5 a {
  color: #f1f3f5;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget ul li span {
  color: #c3c3c3;
}
.dark .blog-list .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p, .dark .blog-column .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p, .dark .blog-details .blog-list-wrapper .sidebar .blog-sidebar .single-sidebar-widget .post-widget p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .categories {
  background: #272727;
}
.dark .industrial-home-wrap .products-industrial {
  position: relative;
  background: #2b2b2b;
}
.dark .industrial-home-wrap .info-wrap-industrial {
  position: relative;
  background: #2b2b2b;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .icon {
  border: 2px solid #353535;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .content p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .info-wrap-industrial .info-bar .card-wrap .light-block .content span {
  color: #c3c3c3;
}
.dark .industrial-home-wrap .products-industrial .product-item .mat-card:not([class*=mat-elevation-z]) {
  background: #333 !important;
}
.dark .industrial-home-wrap .products-industrial .product-item .mat-card:not([class*=mat-elevation-z]) .product-info-wrapper .price-wrap p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .blog-industrial-container .section-title p {
  color: #f1f3f5;
}
.dark .industrial-home-wrap .blog-industrial-container .blog {
  border: 1px solid #383838;
}
.dark .home-header-five {
  background: #2b2b2b;
}
.dark .home-header-five .header-wrapper {
  border-bottom: 1px solid #404040;
}
.dark .home-header-five .header-wrapper span {
  color: #f1f3f5;
}
.dark .home-header-five .header-wrapper p {
  color: #f1f3f5;
}
.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 .mat-tab-header {
  border-bottom: 1px solid rgba(169, 169, 169, 0.12);
}
.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;
}
.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;
}
