/*!
 *  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('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Italic.woff2") format("woff2"),
    url("../fonts/Inter-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Bold.woff2") format("woff2"),
    url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter 18pt";
  src: url("../fonts/Inter18pt-ExtraBold.woff2") format("woff2"),
    url("../fonts/Inter18pt-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"),
    url("../fonts/Montserrat-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BlackItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
    url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-BoldItalic.woff2") format("woff2"),
    url("../fonts/Montserrat-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

/* global style */

:root {
    --White: #fff;
    --Off-Gray: #c0c0c0;
    --Primary-Red: #E71C24;
    --Primary-Blue: #067cb7;
    --Dark-Gray: #474747;
    --Medium-Gray: #666666;
    --Gold: #f28c18;
    --Light-Gray: #dee2ed;
    --Light-Blue: #e2f1fd;
    --Background-Colors-Tan: #fdf3e7;
    --Background-Colors-Off-White: #f8f9fb;
    --Background-Colors-Light-Blue: #e7f6fd;
    --Black: #171717;
    --green: #0fb706;
}

/* header,
.banner {
  opacity: 0;
} */
.logo img {
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rewardtitle-icon,
.footer-fix-bar,
.viewall-mobilelink,
.account-mobile,
.filter-sort-mobile,
.sidebartitle-mobile,
.clearall-mobile-btn,
.sortby-mobile-option,
.listview-itemfooter-mobile,
.sidebar-map,
.productlist-results.storeinfo-title .store-info-row,
.productlist-results .multi-store-filters {
    display: none;
}

.dark-icon img,
.detail-fav-btn img {
    color: var(--Dark-Gray);
    transition: 0.2s all ease-in-out;
}

.dark-icon:hover img,
.detail-fav-btn:hover img {
    filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
    cursor: pointer;
}

.icon img {
    transition: 0.2s all ease-in-out;
}

.icon:hover img {
    filter: brightness(4) invert(1);
}

header .search-bar.mobile-view {
    display: none;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
label,
div,
body {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p {
    font-size: 24px;
    line-height: 1.3;
}

a {
    display: inline-block;
    text-decoration: none;
}

button,
input:focus,
input {
    background-color: transparent;
    border: none;
    outline: none;
}

button {
    cursor: pointer;
}

body {
    font-family: Inter;
}

.f-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat;
    font-weight: 800;
}

h1 {
    font-size: 56px;
    line-height: 68.26px;
}

h2 {
    color: var(--Black);
    font-size: 32px;
    line-height: 1.3;
}

h3 {
    font-size: 40px;
    line-height: 1.22;
}

h4 {
    line-height: 39.01px;
}

h5 {
    font-size: 24px;
    line-height: 29.26px;
}

h6 {
    font-size: 20px;
    line-height: 24.38px;
}

.caption,
.text-lg,
.text-sm,
.subtitle {
    font-family: Inter;
    font-weight: 400;
}

.subtitle {
    font-size: 24px;
    line-height: 29.05px;
}

.text-lg {
    font-size: 16px;
    line-height: 19.36px;
}

.text-sm {
    font-size: 14px;
    line-height: 16.94px;
}

.caption {
    font-size: 12px;
    line-height: 14.52px;
}

label {
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 1px;
}

.container {
    margin: 0 auto;
    padding: 0 68px;
    max-width: 100%;
}

.clear {
    clear: both;
}

.truncate {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* scrollbar start */

.theme-style::-webkit-scrollbar {
    width: 4px;
}

.theme-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--Light-Gray);
    border-radius: 2px;
}

.theme-style::-webkit-scrollbar-thumb {
    background: var(--Off-Gray);
    border-radius: 10px;
}

/* scrollbar end */

/* primary-btn start */
.primary-btn {
    padding: 16px;
    color: var(--White);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    background: var(--Primary-Red);
    border: 1.5px solid var(--Primary-Red);
    transition: 0.2s all ease-in-out;
}

    .primary-btn:hover {
        background: var(--White);
        color: var(--Primary-Red);
    }

/* primary-btn end */

/* secondary-btn start */
.secondary-btn {
    padding: 16px;
    color: var(--Black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    border-radius: 40px;
    background: var(--White);
    border: 1.5px solid var(--Medium-Gray);
    transition: 0.2s all ease-in-out;
}

    .secondary-btn:hover {
        background: var(--Black);
        color: var(--White);
    }

/* secondary-btn end */
.viewall-products {
    display: flex;
    justify-content: center;
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: var(--Black);
    border-radius: 40px;
    border: 1px solid var(--Medium-Gray);
    margin: 50px auto 0 auto;
    transition: all .3s ease-in-out;
}

    .viewall-products:hover {
        background-color: var(--Primary-Red);
        border: 1px solid var(--Primary-Red);
        color: var(--White);
    }

.default-transparent-button {
    color: #171717;
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #666666;
    padding: 14px 16px;
    transition: allease-in-out 0.3s;
    border-radius: 50px;
}

    .default-transparent-button:hover {
        background: var(--Primary-Red);
        color: var(--White);
        border: 1px solid var(--Primary-Red);
    }


/* slider setting start */
.theme-slider {
    position: initial;
}

.product-detail-slider .slider {
    position: initial;
}

.product-slider.theme-slider {
    padding-left: 68px;
}

.also-like-wrapper .theme-slider .slick-arrow {
    top: 10px !important;
}


.product-wrapper.inherit .product-slider.theme-slider .slick-arrow {
    top: 6.5%
}

.theme-slider .slick-arrow {
    border-radius: 100px;
    width: 64px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* top: 37px; */
    top: 48px;
    z-index: 11;
    /* right: 72px; */
    right: 68px;
    background: var(--White);
    box-shadow: 0px 4px 8px 0px #00000014;
    border: 1px solid var(--Light-Gray);
    cursor: pointer;
    transition: 0.2s all ease-in-out;
}

.theme-slider .slick-prev {
    /* right: 155px; */
    right: 147px;
    transform: rotateY(-170deg);
}

.theme-slider .slick-arrow img {
    transition: 0.2s all ease-in-out;
}

.theme-slider .slick-arrow:hover {
    border: 1px solid var(--Black);
    background: var(--Black);
}

    .theme-slider .slick-arrow:hover img {
        filter: invert();
    }

.theme-slider .slick-disabled img {
    opacity: 0.2;
}

.theme-slider .slick-disabled:hover {
    border: 1px solid var(--White);
    background-color: var(--White);
}

/* slider setting start */
/* padding style */
.pedding-s1 {
    padding: 48px 0 40px;
}

/* padding style */

/* product card start */

.product-item {
    padding: 0 20px;
}

    .product-item h3 {
        font-family: Inter;
        font-weight: normal;
        font-size: 24px;
        /* margin-bottom: 10px; */
        margin-bottom: 14px;
        line-height: 1.2;
    }

    .product-item .product-img {
        max-width: 100%;
        aspect-ratio: 1/1;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
        border: 1px solid var(--Light-Gray);
        position: relative;
        /* margin-bottom: 16px; */
        margin-bottom: 24px;
    }

        .product-item .product-img img {
            width: 80%;
            height: 80%;
            object-fit: contain;
        }

.add-favorte {
    border-radius: 100px;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    width: 48px;
    /* width: 40px; */
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 8px;
    right: 8px;
}

    .add-favorte svg {
        transform: scale(0.7) translateY(4px);
    }

.product-item .discount {
    font-family: Inter;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: var(--Primary-Red);
    color: var(--White);
    padding: 5px 8px 2px;
    border-radius: 16px;
    z-index: 1;
}

.product-item .save {
    font-weight: 700;
    font-size: 12px;
    line-height: 14.52px;
    letter-spacing: 1px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    background-color: var(--White);
    border: 1px solid var(--Primary-Red);
    color: var(--Primary-Red);
    padding: 4px 8px 3px;
    border-radius: 16px;
}

.btn-wrap {
    display: flex;
    gap: 15px;
    align-items: center;
}

    .btn-wrap button {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        border: 1px solid var(--Light-Gray);
        background: var(--White);
        transition: 0.2s all ease-in-out;
    }

        .btn-wrap button:hover {
            cursor: pointer;
            background: var(--Primary-Red);
        }

.item-footer .price {
    color: var(--Black);
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin: 0;
}

.old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 19.5px;
    letter-spacing: 0;
    text-decoration: line-through;
    margin-left: 8px;
    margin-right: auto;
    color: var(--Black);
}

.product-item.promotion .price {
    color: var(--Primary-Red);
}

.product-item h5 {
    color: var(--Black);
    font-family: Inter;
    font-weight: 400;
    margin: 16px 0 21px;
    min-height: 59px;
}

.product-item .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* product card end */
/* category card start */

/* category card end */

/* header-css-start */
header {
    padding: 24px 0;
    border-bottom: 1px solid var(--Background-Colors-Off-White);
    background: var(--White);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}

    header .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header .search-bar {
        margin-right: auto;
        margin-left: 40px;
        max-width: 906px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        border-radius: 40px;
        padding: 16px;
        border: 1px solid var(--Light-Gray);
        background: var(--Background-Colors-Off-White);
        position: relative;
        z-index: 99;
    }

        header .search-bar input {
            background-color: transparent;
            border: none;
            outline: none;
            font-family: Inter;
            font-size: 24px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            width: 100%;
        }

        header .search-bar button {
            border-radius: 8px;
            background: var(--Primary-Red);
            width: 40px;
            height: 40px;
        }

        header .search-bar button {
            fill: var(--White);
        }

    header .right-side {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        header .right-side .text-link {
            font-size: 16px;
            font-weight: 400;
            color: var(--Dark-Gray);
            text-decoration: none;
            margin-left: 16px;
        }

        header .right-side .icon-link {
            margin-left: 32px;
        }

        header .right-side a:hover {
            color: var(--Primary-Red);
        }

        header .right-side a svg path {
            fill: var(--Primary-Red);
        }

    header .header-bottom {
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header nav .nav-links {
        gap: 64px;
    }

        header nav .nav-links .nav-link {
            color: var(--Dark-Gray);
            font-family: Montserrat;
            font-size: 24px;
            font-weight: 800;
            line-height: normal;
            transition: 0.2s all ease-in-out;
        }

            header nav .nav-links .nav-lin.active,
            header nav .nav-links .nav-link:hover {
                color: var(--Primary-Red);
            }

    header .header-bottom .right-col {
        gap: 40px;
    }

.store-link {
    color: var(--Dark-Gray);
    font-family: Inter;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
    transition: 0.2s all ease-in-out;
}

    .store-link svg {
        fill: var(--Dark-Gray);
    }


    .store-link:hover {
        color: var(--Primary-Red);
    }

        .store-link:hover svg use {
            color: var(--Primary-Red);
        }

.dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    z-index: 11;
}

    .dropdown-item::after {
        content: "";
        border: solid var(--Dark-Gray);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all .3s ease-in-out;
    }

    .dropdown-item:hover::after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: 5px;
    }

.dropdown-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 343px;
    padding: 24px;
    border-radius: 8px;
    background: var(--White);
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    visibility: hidden;
    gap: 15px;
    display: flex;
    flex-direction: column;
    max-height: 700px;
    overflow-y: auto;
    transform: translateY(20px);
    transition: 0.3s all ease-in-out;
}

.accordion-header h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

    .accordion-header h6::after {
        content: url("../images/svg/add.svg");
        width: 24px;
        height: 24px;
        display: block;
    }

.item-price {
    display: flex;
    align-items: flex-end;
}

.accordion-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 10px 15px;
}

.categories {
    padding-top: 48px;
}

.accordion-header .accordion-content .categories-item {
    color: var(--Dark-Gray);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

/* header-css-end */

/* banner-css-start */
.banner {
    padding: 40px 0;
}

    .banner .deals {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 10px;
        flex-grow: 1;
        border-radius: 16px;
        background: var(--Background-Colors-Tan);
        overflow: hidden;
        /* width: calc(62% - 40px); */
        width: calc(63% - 40px);
        margin: 0 20px;
    }

    .banner .inner {
        display: flex;
        margin: 0 -20px;
    }

    .banner .sell {
        border-radius: 16px;
        background: var(--Background-Colors-Light-Blue, #e7f6fd);
        text-align: center;
        justify-content: center;
        width: calc(38% - 40px);
        flex-grow: 1;
        margin: 0 20px;
        display: flex;
        align-items: center;
    }

    .banner .content {
        padding: 24px;
    }

    .banner h1 {
        color: var(--Black);
        font-family: Montserrat;
        font-size: clamp(1.5rem, 0.5rem + 2.083vi, 3rem);
        font-weight: 800;
        line-height: normal;
    }

    .banner .content p {
        color: var(--Dark-Gray);
        font-size: clamp(1rem, 0.667rem + 0.694vi, 1.5rem);
        font-weight: 400;
        line-height: normal;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .banner .img-wrap {
        display: grid;
        grid-template-columns: auto auto;
        gap: 10px;
        padding: 10px 32px;
        position: relative;
        margin-left: 53px;
    }

        .banner .img-wrap::before {
            content: "";
            width: 140%;
            aspect-ratio: 1 / 1;
            border-radius: 50% 0 0 50%;
            background-color: var(--Primary-Red);
            position: absolute;
            /* top: -20%;
  left: -50px; */
            top: -26%;
            left: -77px;
            z-index: 0;
        }

        .banner .img-wrap .item {
            /* max-width: 170px; */
            max-width: 194px;
            width: 100%;
            aspect-ratio: 1 / 1;
            position: relative;
        }

            .banner .img-wrap .item img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }

    .banner .sell h2 {
        font-size: 40px;
    }

/* banner-css-end */

/* product-css-start */
.product-wrapper {
    overflow-x: hidden;
    position: relative;
    padding: 30px 0 40px;
}

    .product-wrapper.inherit {
        padding-top: 65px;
    }

    .product-wrapper.inherit-bootom {
        padding-bottom: 80px;
    }

    .product-wrapper.inherit-deal {
        padding-top: 50px;
    }

    .product-wrapper h2 {
        margin-bottom: 50px;
    }

.product-slider .slick-list {
    margin: 0 -20px;
}

/* .product-slider{
  width: 125%;
} */

.product-slider .slick-track {
    margin-left: 0;
}

/* product-css-end */


/* category-css start */
.categories .inner {
    display: flex;
    margin: 0 -20px;
}

    .categories .inner .category {
        margin: 0 20px;
        width: calc(25% - 40px);
    }

.category {
    text-align: center;
}

    .category .img-wrap {
        border: 1px solid #DEE2ED;
        border-radius: 50%;
        margin-bottom: 20px;
        overflow: hidden;
        text-align: center;
        padding: 49.5%;
        position: relative;
    }

    .category img {
        width: 82%;
        object-fit: contain;
        height: 82%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .category h3 {
        font-size: 24px;
        line-height: 1.2;
    }

/* category-css end */

/* Rewards Start */
.rewards {
    padding: 48px 0 40px;
}

    .rewards .inner {
        background: #067CB7;
        padding: 40px;
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .rewards .content {
        max-width: 606px;
    }

    .rewards h2 {
        font-size: 32px;
        line-height: 1.31;
        color: var(--White);
        margin-bottom: 16px;
    }

    .rewards p {
        color: var(--White);
        margin-bottom: 24px;
    }

    .rewards a {
        background: var(--White);
        color: #000;
        border: 1px solid #666666;
        padding: 10px 16px;
    }

        .rewards a:hover {
            background: var(--Primary-Red);
            color: var(--White);
            border: 1px solid var(--Primary-Red);
        }

    .rewards .img-wrap {
        width: 188px;
        height: 188px;
        background: var(--White);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .rewards .img-wrap img {
            max-width: 100%;
        }

/* Rewards End */



/* Testimonials Start */

.testimonials {
    padding: 40px 0 48px;
}

    .testimonials .inner {
        display: flex;
        flex-wrap: wrap;
        margin: -20px;
    }

    .testimonials h2 {
        margin-bottom: 40px;
    }

    .testimonials .testimonial {
        margin: 20px;
        width: calc(25% - 40px);
        padding: 24px;
        border: 1px solid #DEE2ED;
        border-radius: 16px;
    }

.testimonial .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.testimonial h3 {
    font-size: 20px;
}

.testimonial .head span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: var(--Dark-Gray);
}

.testimonial p {
    font-size: 16px;
    color: var(--Dark-Gray);
    margin-bottom: 22px;
}

.testimonial .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial .rating {
    display: flex;
    gap: 4px;
}

.testimonial .verified {
    display: flex;
    align-items: center;
    gap: 5px;
    align-items: center;
    background: #F8F9FB;
    border-radius: 8px;
    font-size: 12px;
    font-family: Inter;
    color: var(--Dark-Gray);
    padding: 4px;
}

/* Testimonials End */



/* Blogs End */
.blogs {
    padding: 40px 0 48px;
}

    .blogs h2 {
        margin-bottom: 40px;
    }

    .blogs .inner {
        display: flex;
        margin: -12px;
    }

    .blogs article {
        margin: 12px;
        width: calc(33.33% - 24px);
        border: 1px solid #DEE2ED;
        border-radius: 16px;
        overflow: hidden;
    }

        .blogs article .img-wrap {
            padding-top: 54.5%;
            position: relative;
        }

            .blogs article .img-wrap img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .blogs article .content {
            padding: 24px;
        }

        .blogs article h3 {
            font-size: 23px;
            margin-bottom: 5px;
        }

        .blogs article p {
            font-size: 16px;
            color: var(--Dark-Gray);
            margin-bottom: 40px;
        }

        .blogs article span {
            font-size: 12px;
            font-family: Inter;
            color: var(--Dark-Gray);
            display: inline-block;
            margin-bottom: 24px;
        }

        .blogs article .category-tag {
            padding: 4px 12px;
            border-radius: 16px;
            background: #DEE2ED;
            margin-bottom: 7px;
            text-transform: uppercase;
        }

        .blogs article a {
            color: #171717;
            font-family: Inter;
            font-size: 16px;
            font-weight: bold;
            border: 1px solid #666666;
            padding: 14px 16px;
            transition: all ease-in-out 0.3s;
            border-radius: 50px;
        }

            .blogs article a:hover {
                background: var(--Primary-Red);
                color: var(--White);
                border: 1px solid var(--Primary-Red);
            }

/* Blogs End */


/* Policies Start */
.policies {
    padding: 40px 0 88px;
}

    .policies .inner {
        display: flex;
        margin: -12px;
    }

.policy {
    margin: 12px;
    width: calc(33.33% - 24px);
    border: 1px solid #DEE2ED;
    border-radius: 16px;
    padding: 20px 27px;
    display: flex;
    align-items: center;
}

    .policy img {
        width: 66px;
        height: 75px;
        object-fit: contain;
    }

    .policy .wrap {
        width: calc(100% - 66px);
        padding-left: 15px;
    }

        .policy .wrap h3 {
            font-size: 40px;
            margin-bottom: 5px
        }

        .policy .wrap p {
            font-size: 24px;
            color: var(--Dark-Gray);
        }

/* Policies End */

/* footer-css-start */

footer {
    background: #F8F9FB;
}

    footer .inner {
        padding: 64px 0 48px;
        display: flex;
    }

    footer h3 {
        font-size: 24px;
        color: var(--Primary-Red);
        margin-bottom: 50px;
    }

    footer .menu {
        width: 25%;
    }

        footer .menu ul li a img {
            margin-right: 12px;
        }


    footer ul.social-icons {
        display: flex;
        align-items: center;
        gap: 24px;
    }

    footer ul li {
        margin-bottom: 30px;
    }

        footer ul li a {
            color: var(--Dark-Gray);
            transition: all ease-in-out 0.2s;
        }

            footer ul li a:hover {
                color: var(--Primary-Red);
            }

            footer ul li a span {
                text-decoration: underline;
            }


    footer .payments-loans {
        width: 25%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }

        footer .payments-loans ul li {
            margin-bottom: 0;
        }

        footer .payments-loans ul {
            display: flex;
            gap: 24px;
        }

    footer .bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px 0;
        border-top: 1px solid #DEE2ED;
    }

        footer .bottom a {
            font-size: 0;
        }

        footer .bottom .copyright {
            color: var(--Dark-Gray);
            font-size: 12px;
        }

/* footer-css-end */

/* product modal popup */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.close {
    position: absolute;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}

.modal-content {
    background: white;
    padding: 20px;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    border-radius: 16px;
    padding: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

    .modal-content .product-thumbnail {
        max-width: 560px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .modal-content .product-thumbnail img {
            width: 50%;
            max-height: 560px;
            object-fit: contain;
        }

    .modal-content .product-detail {
        width: calc(100% - 600px);
    }

        .modal-content .product-detail h2 {
            color: var(--Dark-Gray);
            font-size: 24px;
            font-weight: 800;
            line-height: 1.2;
            border-bottom: 1px solid #DEE2ED;
            padding: 0 20px 24px 0;
            margin: 0 0 65px 0;
            text-align: left;
        }

.product-info {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
}

    .product-info .productinfo-title {
        display: flex;
        width: 100%;
        color: #666;
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .product-info .productinfo-descp {
        display: flex;
        width: 100%;
        font-size: 16px;
        font-weight: 500;
        color: #067CB7;
    }

.productinfo-address {
    display: flex;
    width: 100%;
    margin: 15px 0 0 0;
    color: #171717;
    font-size: 16px;
    font-weight: 400;
}

.product-availability {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    text-transform: uppercase;
}

.product-available-qty {
    display: flex;
    width: 100%;
    color: #171717;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin: 5px 0 0 0;
}

.productinfo-opt {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.productinfo-opt-text {
    display: flex;
    color: #067CB7;
    font-size: 16px;
    font-weight: 500;
    margin-left: 15px;
}

.view-product-btn {
    display: flex;
    justify-content: flex-start;
    width: 360px;
    height: 50px;
}

    .view-product-btn a {
        text-align: center;
        color: #171717;
        font-size: 16px;
        font-weight: 700;
        text-transform: capitalize;
        line-height: 50px;
        width: 100%;
        border-radius: 40px;
        border: 1px solid #666;
        transition: all .3s ease-in-out;
    }

        .view-product-btn a:hover {
            border: 1px solid var(--Primary-Red);
            background-color: var(--Primary-Red);
            color: var(--White);
        }

.modal-footer {
    border-top: 1px solid #DEE2ED;
    padding: 22px 0 30px 0;
    margin: 55px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.modal-footer-left .modalprice {
    color: #171717;
    font-weight: 800;
    font-size: 24px;
    font-family: Montserrat;
}

.modal-footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.modal-footer-btns {
    display: flex;
    flex-wrap: wrap;
}

    .modal-footer-btns li {
        display: flex;
        flex-wrap: wrap;
        margin: 0 20px 0 0;
    }

        .modal-footer-btns li .btn {
            width: 122px;
            border-radius: 40px;
            border: 1px solid var(--Primary-Red);
            color: var(--Primary-Red);
            text-align: center;
            font-size: 16px;
            line-height: 50px;
            font-weight: 700;
            transition: all .3s ease-in-out;
            cursor: pointer;
        }

            .modal-footer-btns li .btn.buynow-btn {
                width: 100px;
            }

            .modal-footer-btns li .btn:hover {
                background-color: var(--Primary-Red);
                color: var(--White);
            }

.modal-favorite-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid #DEE2ED;
    border-radius: 8px;
}

    .modal-favorite-icon img {
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

        .modal-favorite-icon img:hover {
            filter: invert(18%) sepia(97%) saturate(5295%) hue-rotate(350deg) brightness(92%) contrast(107%);
        }

.quantity-picker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 105px;
    height: 50px;
    border-radius: 24px;
    border: 1px solid #DEE2ED;
    padding: 0 20px;
    margin-right: 20px;
    position: relative;
}

    .quantity-picker label {
        color: var(--Dark-Gray);
        font-size: 12px;
        font-weight: 600;
    }

    .quantity-picker select {
        font-size: 16px;
        font-weight: 700;
        border: 0;
        margin: 0 0 0 5px;
        width: 55%;
        appearance: none;
        -webkit-appearance: none;
        position: absolute;
        right: 0px;
    }

        .quantity-picker select:focus {
            outline: none
        }

.modal-discounted-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 5px 0;
}

.price-offtext {
    display: flex;
    justify-content: center;
    background-color: var(--Primary-Red);
    border-radius: 16px;
    color: var(--White);
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    padding: 0 5px;
}

.price-savetext {
    display: flex;
    justify-content: center;
    border: 1px solid var(--Primary-Red);
    border-radius: 16px;
    color: var(--Primary-Red);
    font-size: 12px;
    line-height: 23px;
    font-weight: 700;
    padding: 0 5px;
    margin: 0 0 0 10px;
}

.modal-discounted-price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.modalprice.discounted-price {
    color: var(--Primary-Red);
}

.old-price {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}

/* product modal popup */

/* Auth state HEADER starts */
.diamond-col {
    display: flex;
    align-items: center;
    margin-left: 32px;
}

    .diamond-col span {
        color: var(--Dark-Gray);
        font-size: 24px;
        line-height: 1;
        font-weight: 700;
        margin-left: 5px;
    }

.user-account {
    margin-right: 10px;
}

    .user-account .dropdown {
        position: relative;
        display: inline-block;
        margin-right: 10px;
        z-index: 9999;
    }

    .user-account .profile-icon {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

.profile-icon span {
    position: absolute;
    right: 0px;
    top: 0;
    border-radius: 50%;
    background-color: #0FB706;
    width: 12px;
    height: 12px;
    border: 1px solid transparent;
    display: none;
}

.user-account .profile-icon img {
    width: 100%;
}

.user-account .profile-icon:after {
    content: "";
    border: solid var(--Dark-Gray);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    position: absolute;
    top: 10px;
    right: -20px;
}

.user-account .dropdown-menu {
    position: absolute;
    top: 50px;
    right: -30px;
    width: 328px;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    display: none;
}

    .user-account .dropdown-menu a {
        display: block;
        padding: 15px;
        text-decoration: none;
        transition: background 0.3s;
        font-size: 16px;
        font-weight: 400;
        color: var(--Dark-Gray);
    }

.dropdown-menu a:hover {
    background: #f0f0f0;
}

/* Auth State HEADER ENDS */

/* SERCH FIELD starts here */
.search-dropdown {
    position: absolute;
    top: 105%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    padding: 15px;
}

    .search-dropdown h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 800;
        color: var(--Dark-Gray);
        font-family: Montserrat;
    }

.search-tags {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

    .search-tags span {
        padding: 6px 12px;
        border: 1px solid#DEE2ED;
        border-radius: 16px;
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
        cursor: pointer;
    }

        .search-tags span:hover {
            background: var(--Primary-Red);
            color: var(--White);
        }

.search-close {
    position: absolute;
    top: -50px;
    right: 100px;
    cursor: pointer;
}

    .search-close:after {
        content: '';
        width: 2px;
        height: 40px;
        background-color: #DEE2ED;
        position: absolute;
        right: -25px;
        top: -10px;
    }

.search-product-list {
    margin: 40px 0 0 0;
}

    .search-product-list li a {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 25px;
    }

.search-matched-products ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns on desktop */
    gap: 30px;
    padding: 0;
    list-style: none;
}

.search-matched-products li {
    display: flex;
    align-items: center;
    gap: 15px;
}

.matched-prod-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.matched-product {
    border: 1px solid var(--Light-Gray);
    padding: 5px;
    border-radius: 4px;
    display: flex;
    justify-self: center;
    align-items: center;
    width: 88px;
    height: 88px;
}

    .matched-product img {
        width: 100%;
    }

.matched-prod-descp {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
    margin: 0 0 15px 0;
}

.matched-prod-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--Black);
}

/* SERACH FIELD ends here */

/* Signin Modal Starts here */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

/* Modal */
.signin-modal,
.register-modal,
.removepopup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    min-height: 670px;
    height: 92%;
    overflow-y: scroll;
    border-radius: 16px;
    z-index: 99999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

    .removepopup h5 {
        max-width: 370px;
    }

.form-inner {
    margin: 30px 0 0 0;
    padding: 0 20px;
}

    .form-inner h5 {
        color: var(--Black);
        font-size: 20px;
        font-weight: 800;
        font-family: Montserrat;
        margin: 0 0 20px 0;
    }

    .form-inner input {
        width: 100%;
        height: 48px;
        padding: 10px;
        border: 1px solid var(--Light-Gray);
        border-radius: 8px;
        font-size: 16px;
    }

        .form-inner input.error,
        .form-inner input.error::placeholder {
            border-color: var(--Primary-Red);
            color: var(--Primary-Red);
        }

.error-message {
    color: var(--Primary-Red);
    font-size: 14px;
    display: none;
    margin-bottom: 5px;
}

    .error-message.inherit {
        display: block;
    }

.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    .form-group .form-row {
        width: 48.3%;
    }

.form-row {
    margin: 0 0 20px 0;
}

.form-inner label {
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: inline-block;
    margin: 0 0 5px 0;
}

.form-inner .form-btn {
    color: var(--White);
    font-size: 16px;
    font-weight: 700;
    background-color: var(--Primary-Red);
}

    .form-inner .form-btn:hover {
        background: var(--Black);
    }

.form-inner .social-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-inner button,
.social-btn button {
    width: 100%;
    height: 50px;
    border: none;
    cursor: pointer;
    border-radius: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-btn .google-btn {
    background: transparent;
    color: var(--Black);
    border: 1px solid var(--Light-Gray);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn .facebook-btn {
    color: var(--White);
}

.form-inner .social-btn img {
    margin-right: 5px;
}

.social-btn button:hover {
    background: var(--Primary-Red);
    color: var(--White);
}

.facebook-btn {
    background: #3C5997;
    color: white;
}

.form-inner .checkbox-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
}

    .form-inner .checkbox-container input[type="checkbox"] {
        width: 18px;
        height: 18px;
        background: var(--Dark-Gray);
    }

    .form-inner .checkbox-container label {
        color: var(--Black);
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 0 5px;
    }

.form-inner .forgot-password {
    color: var(--Primary-Blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.form-title {
    padding: 30px 0 0 0;
    border-bottom: 1px solid var(--Light-Gray);
}

    .form-title ul {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;
    }

    .form-title li {
        display: flex;
        font-size: 16px;
        font-weight: 400;
        color: var(--Medium-Gray);
        transition: all .3s ease-in-out;
        padding: 0 15px 15px 15px;
    }

        .form-title li.active {
            color: var(--Primary-Red);
            border-bottom: 1px solid var(--Primary-Red);
            font-weight: 700;
        }

.alternate-opt {
    position: relative;
    margin: 40px 0;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

    .alternate-opt span {
        background-color: #fff;
        position: relative;
        z-index: 9999;
        color: var(--Medium-Gray);
        font-size: 12px;
        font-weight: 400;
    }

    .alternate-opt:before {
        content: '';
        position: absolute;
        left: 0;
        top: 7px;
        width: 100%;
        height: 1px;
        background: var(--Light-Gray);
    }

.form-inner p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.resetpassword-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    min-height: 300px;
    border-radius: 16px;
    z-index: 1001;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.accountverify-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    width: 600px;
    min-height: 300px;
    border-radius: 16px;
    z-index: 1001;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.form-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    font-size: 18px;
}

.terms-condition {
    color: var(--Black);
    font-size: 14px;
    font-weight: 400;
}

    .terms-condition a {
        color: var(--Primary-Blue);
        transition: all .3s ease-in-out;
    }

        .terms-condition a:hover {
            color: var(--Primary-Red)
        }

.toast {
    width: 465px;
    height: 48px;
    border-radius: 8px;
    padding: 0 40px;
    position: fixed;
    bottom: 40px;
    right: 80px;
    z-index: 9999999999;
    display: flex;
    align-items: center;
}

    .toast img {
        margin-right: 10px;
    }

    .toast span {
        color: var(--White);
        font-size: 16px;
        font-weight: 700;
    }

.toast-success {
    background-color: var(--Primary-Blue);
}

.toast-danger {
    background-color: var(--Primary-Red);
}


/* Signin Modal ends here */

/* product list page starts here */
.product-list-top {
    margin: 60px 0 50px 0;
}

.productlist-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
}

.productlist-breadcrumbs {
    max-width: 415px;
}

    .productlist-breadcrumbs ul {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        width: 100%;
    }

    .productlist-breadcrumbs li {
        display: inline-block;
    }

        .productlist-breadcrumbs li a {
            color: var(--Primary-Blue);
            font-size: 16px;
            font-weight: 500;
            text-transform: capitalize;
            position: relative;
        }

            .productlist-breadcrumbs li a:after {
                border: solid var(--Medium-Gray);
                border-width: 0 2px 2px 0;
                display: inline-block;
                padding: 4px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                content: '';
                margin: 0 0 0 5px;
            }

    .productlist-breadcrumbs span {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }

.productlist-top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1330px;
    width: 100%;
}

.productlist-results {
}

    .productlist-results h4,
    .product-sidebar {
        color: var(--Black);
        font-size: 32px;
        font-weight: 800;
    }

    .productlist-results span {
        font-weight: 400;
        font-family: Montserrat;
    }

.productlist-grid-opt {
    display: flex;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}

.productlist-sort-dropdown {
    max-width: 205px;
    width: 100%;
    height: 35px;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 0 8px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    cursor: pointer;
}

    .productlist-sort-dropdown:after {
        content: "";
        border: solid var(--Dark-Gray);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transition: all .3s ease-in-out;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: 5px;
        top: 10px;
    }

    .productlist-sort-dropdown.active:after {
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .productlist-sort-dropdown h6 {
        color: #000;
        font-size: 16px;
        font-weight: 400;
    }

        .productlist-sort-dropdown h6 span {
            border: 0;
            color: #000;
            font-size: 16px;
            font-weight: 700;
            width: 100%;
            outline: none;
            padding: 0 0 10px 0;
        }

    .productlist-sort-dropdown ul {
        display: none;
        background-color: #fff;
        border-radius: 6px;
        position: absolute;
        left: 0;
        top: 101%;
        width: 100%;
        padding: 20px 12px;
        border-radius: 8px;
        z-index: 999;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.22);
    }

        .productlist-sort-dropdown ul li {
            margin: 0 0 25px 0;
            color: #474747;
            font-size: 16px;
        }

    .productlist-sort-dropdown.active ul {
        display: flex;
        flex-wrap: wrap;
    }

.productlist-view-option {
    width: 72px;
    height: 35px;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
}

.main-products-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.product-sidebar-outer {
    max-width: 415px;
    width: 100%;
}

.product-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    padding: 32px 15px 32px 15px;
}

.sidebar-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sidbartitle-desktop {
    line-height: 1;
    font-size: 32px;
}

.clear-all-desktop {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 50px 0;
}

.filter-row {
    display: block;
}

.productlist-header h5 {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 800;
    font-family: Montserrat;
    position: relative;
    cursor: pointer;
    margin: 0 0 30px 0;
}

.productlist-header h5 {
    margin: 0 0 20px 0;
    color: var(--Dark-Gray);
}

.productlist-header .arrow {
    content: "";
    border: solid var(--Dark-Gray);
    border-width: 0 2px 2px 0;
    padding: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
    position: relative;
    top: 8px;
    float: right;
}

.product-list-items {
    display: flex;
    flex-direction: column;
    margin: 0 0 50px 0;
}

    .product-list-items li {
        display: flex;
        flex-direction: column;
    }

    .product-list-items input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .product-list-items label {
        color: var(--Black);
        font-size: 16px;
        font-weight: 400;
        margin-left: 5px;
    }

.productcheck-list,
.productcheckbox-secondlevel > div {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
}

.productcheckbox-secondlevel {
    margin: 10px 0 0 25px;
    gap: 5px;
    display: flex;
    flex-wrap: wrap;
}

.main-product-list {
    max-width: 1330px;
}

.productlist-grid-view {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    row-gap: 85px;
    width: 100%;
}

    .productlist-grid-view.productlist-list-view {
        row-gap: 50px;
    }

.productlist-list-view {
    display: flex;
    flex-wrap: wrap;
}

.productlist-grid-view.productlist-list-view .product-item {
    padding: 0;
    border-bottom: 1px solid var(--Light-Gray);
}

.productlist-grid-view .product-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
}

.productlist-grid-view.productlist-list-view .product-img {
    max-width: 320px;
    height: 315px;
}

.productlist-grid-view.productlist-list-view .productlist-detail {
    max-width: calc(100% - 360px);
    width: 100%;
}

.prodcut-map {
    width: 162px;
    height: 40px;
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 0 15px;
}

    .prodcut-map span {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin-left: 12px;
    }

.price-hightlighted {
    color: var(--Primary-Red);
}

.productlist-list-view .item-price {
    margin: 10px 0 0 0;
}

.productlist-list-view .product-item .item-footer {
    flex-direction: column;
    align-items: flex-start;
}

.productlist-list-view .prodcut-map {
    margin: 20px 0;
}

.product-address {
    margin: 0 0 2px 0;
}

    .product-address span {
        color: #171717;
        font-size: 16px;
        font-weight: 400;
    }

.product-bottom-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 94%;
}

.product-bottom-qty {
    width: 48%;
    margin-top: 15px;
}

    .product-bottom-qty span {
        color: #666;
        font-size: 12px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
        text-transform: uppercase;
    }

    .product-bottom-qty .qty-label {
        font-weight: 400;
    }

.product-contact-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 365px;
    width: 100%;
    margin: 35px 0 0 0;
}

.product-contact-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.product-contact-col a {
    color: var(--Primary-Blue);
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 0 10px;
    transition: all ease-in-out;
}

    .product-contact-col a:hover {
        color: var(--Primary-Red);
    }

.product-bottom-buttons {
    max-width: 195px;
    width: 100%;
    margin-left: auto;
}

    .product-bottom-buttons a,
    .red-border-btn {
        width: 100%;
        margin: 0 0 20px 0;
        text-align: center;
        color: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

.item-product-detail {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
}

    .item-product-detail .quantity-picker {
        width: 195px;
        margin: 0 0 20px 0;
    }

        .item-product-detail .quantity-picker select {
            appearance: none;
            -webkit-appearance: none;
            position: absolute;
            width: 70%;
            right: 0px;
        }

.quantity-picker:after {
    content: '';
    border: solid var(--Dark-Gray);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 20px;
}

/* product list page ends here */

/* Product Info Tabs Starts Here */
.product-info-tabs {
    border-bottom: 1px solid var(--Light-Gray);
    display: flex;
    margin: 0 0 40px 0;
}

    .product-info-tabs .tab {
        color: var(--Medium-Gray);
        font-size: 24px;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        padding-bottom: 10px;
        margin-right: 12px;
        cursor: pointer;
        transition: all .3s ease-in-out;
    }

        .product-info-tabs .tab.active,
        .product-info-tabs .tab:hover {
            color: var(--Primary-Red);
            font-weight: 700;
            border-bottom: 2px solid var(--Primary-Red);
        }

.product-tab-content {
    display: none;
}

    .product-tab-content.active {
        display: block;
    }

.information-tab-title {
    color: var(--Dark-Gray);
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 0 0 50px 0;
}

.blog-articles-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 45px 0;
}

.blog-article-box {
    max-width: 645px;
    width: 48%;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

.blog-article-thumbnail img {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%;
}

.blog-article-detail {
    padding: 30px;
}

.blog-article-tag {
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    padding: 5px 12px;
    border-radius: 16px;
    display: inline-block;
}

    .blog-article-tag span {
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        color: var(--Dark-Gray);
    }

.blog-article-title {
    color: var(--Black);
    font-size: 24px;
    font-weight: 800;
    margin: 20px 0 15px 0;
    font-family: Montserrat;
}

.blog-article-data {
    color: var(--Dark-Gray);
    font-size: 12px;
    font-weight: 400;
}

.blog-article-detail p {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    margin: 30px 0 35px 0;
}

.blog-article-btn {
    color: var(--Black);
    font-family: Inter;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid var(--Medium-Gray);
    padding: 14px 16px;
    transition: allease-in-out 0.3s;
    border-radius: 50px;
    text-transform: capitalize;
}

    .blog-article-btn:hover {
        background: var(--Primary-Red);
        color: var(--White);
        border: 1px solid var(--Primary-Red);
    }

.product-info-accordion {
    margin: 60px 0 0 0;
}

.information-accordtion-title {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 40px 0;
}

.info-accordion-box {
    padding: 25px 15px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
}

.info-accordion-detail {
    max-width: calc(100% - 300px);
}

    .info-accordion-detail h6 {
        color: var(--Black);
        font-size: 20px;
        font-weight: 800;
        margin: 0 0 20px 0;
    }

    .info-accordion-detail p {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
    }

.no-result-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.no-result-field {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--Primary-Blue);
}

    .no-result-field img {
        width: 74px;
        height: 74px;
    }

.no-result-container h4 {
    color: var(--Black);
    font-size: 32px;
    font-weight: 800;
    text-align: center;
    width: 100%;
    font-family: Montserrat;
    margin: 50px 0 0 0;
}

.no-result-container span {
    color: var(--Dark-Gray);
    font-size: 24px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 35px 0 40px 0;
    text-align: center;
}

.noresult-btnwrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 335px;
}

.red-border-btn {
    width: auto;
}

.store-location {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

    .store-location span,
    .store-address span {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 0 10px;
        display: inline-block;
    }

.store-map {
    width: 100%;
    margin: 35px 0 30px 0;
}

.store-timing-cont {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 35px);
    margin: 0 0 30px 0;
}

.sidebar-map {
    margin: 0 0 45px 0;
}

.storeinfo-row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 0 40px 0;
}

.store-info-left h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
}

    .store-info-left h6 span {
        font-weight: 400;
    }

.store-info-right {
    display: flex;
    align-items: center;
}

    .store-info-right span {
        margin-left: 8px;
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
    }

.multi-store-filters {
    margin: 0 0 45px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.multistore-title h6 {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
}

.multi-store-filters ul {
    display: flex;
    gap: 10px;
}

    .multi-store-filters ul li {
        border: 1px solid var(--Light-Gray);
        border-radius: 16px;
        height: 35px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        cursor: pointer;
    }

        .multi-store-filters ul li span {
            color: var(--Dark-Gray);
            font-size: 16px;
            font-weight: 400;
        }

        .multi-store-filters ul li img {
            width: 10px;
            height: 10px;
            margin-left: 10px;
        }

/* Product Info Tabs Ends here */
/* My Account */
.acooount-bar {
    padding-block: 35px 18px;
}

.acoount-link {
    display: flex;
    align-items: center;
    gap: 8.5px;
    font-size: 16px;
    line-height: 2;
    font-family: Inter;
    font-weight: 500;
    margin-bottom: 24px;
}

    .acoount-link a {
        color: var(--Primary-Blue);
    }

.account-icon .account-icon {
    color: var(--Medium-Gray);
}

.acoount-link span {
    color: var(--Dark-Gray);
}

.account-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .account-row h1 {
        font-size: 48px;
    }

.primary-btn.inherit {
    background: var(--White);
    color: var(--Black);
    border-color: var(--Medium-Gray);
    font-size: 16px;
    padding: 15px 31px;
    margin-top: 5px;
    cursor: pointer;
    font-weight: 700;
}

    .primary-btn.inherit:hover {
        background: var(--Primary-Red);
        color: var(--White);
        border-color: var(--Primary-Red);
    }

.slider-class {
    position: initial !important;
}

/*-------  */
.order-info-left.quotes-info-left.img-align-left {
    flex-direction: row;
    gap: 20px;
}

.notification-inner {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 24px;
    max-width: 500px;
}

    .notification-inner:last-child {
        margin: 0;
    }

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Light-Gray);
    transition: 0.4s;
    border-radius: 20px;
}

    .slider::before {
        content: "";
        position: absolute;
        height: 18px;
        width: 18px;
        left: 6px;
        bottom: 0;
        background-color: var(--White);
        transition: 0.4s;
        border-radius: 50%;
        top: 0;
        margin: auto;
    }

.toggle-switch input:checked + .slider {
    background-color: var(--Primary-Blue);
}

    .toggle-switch input:checked + .slider::before {
        transform: translateX(20px);
    }


.noification-right {
    flex: 1;
}

.notification-title {
    display: block;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    font-family: Inter;
    color: var(--Dark-Gray);
}

.notification-description {
    display: block;
    font-size: 16px;
    font-weight: 400;
    font-family: Inter;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
}

.notification-checkbox label {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--Black);
}

.notification-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: var(--Light-Gray);
    border: none;
    border-radius: 4px;
    margin-right: 6px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    transition: background-color 0.2s ease;
}

    .notification-checkbox input[type="checkbox"]:checked {
        background-color: var(--Dark-Gray);
    }

        .notification-checkbox input[type="checkbox"]:checked::after {
            content: "";
            position: absolute;
            top: 1px;
            left: 6px;
            width: 5px;
            height: 10px;
            border: solid var(--White);
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }

/*-------  */

.light-gray-border {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
}

.mobile-label,
.mobile-button {
    width: max-content;
    display: none;
}

.field-edit,
.field-delete {
    cursor: pointer;
    transition: all .3s;
}

    .field-edit:hover {
        fill: var(--Primary-Blue);
    }

    .field-delete:hover {
        fill: var(--Primary-Red);
    }


.acoount-wrapper-inner {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
    padding-block: 24px 88px;
    border-top: 1px solid var(--Light-Gray);
}

.account-inner-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 34px;
    padding: 24px;
    width: 100%;
    max-width: 416px;
}

.tablinks {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--Medium-Gray);
    transition: all .3s;
    position: relative;
    width: fit-content;
    cursor: pointer;
}

    .tablinks::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -8px;
        width: 0%;
        height: 2px;
        background: var(--Primary-Red);
        transition: all .3s ease-in-out;
    }

    .tablinks:hover,
    .tablinks.active {
        color: var(--Primary-Red);
    }

    .tablinks.active {
        font-weight: 600;
    }

        .tablinks:hover::after,
        .tablinks.active::after {
            width: 100%;
        }

.account-inner-right {
    width: 100%;
}

.account-form > * {
    padding: 22px 16px;
    margin-bottom: 39px;
}

    .account-form > *:last-child {
        margin-bottom: 0px;
    }

.tabcontent {
    visibility: hidden;
    opacity: 0;
    transition: opacity 1s;
    height: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
}

    .tabcontent.activetab {
        visibility: visible;
        opacity: 1;
        transition: 1s;
        height: auto;
    }

    .tabcontent h6 {
        font-size: 20px;
        line-height: 1;
        color: var(--Dark-Gray);
    }

    .tabcontent .info-box {
        padding-block: 16px 13px;
        display: flex;
        flex-direction: column;
        border-bottom: 1px solid var(--Light-Gray);
    }

        .tabcontent .info-box:last-child {
            border: none;
        }

.info-box label,
.require {
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    letter-spacing: 1px;
}

.info-box input {
    font-size: 16px;
    color: var(--Black);
    /* width: 100%; */
    padding-bottom: 4px;
}

    .info-box input:focus {
        border-bottom: 1px solid var(--Light-Gray);
    }

    .info-box input::placeholder {
        font-size: 16px;
        color: var(--Black);
        line-height: 1;
        font-weight: 400;
    }

#suite::placeholder {
    color: var(--Medium-Gray);
}

.tab-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 26px;
}

    .tab-row.inherit {
        flex-direction: column;
        align-items: flex-start;
    }

    .tab-row p {
        font-size: 16px;
        margin-top: 16px;
        font-weight: 400;
        line-height: 1;
        max-width: 575px;
        color: var(--Dark-Gray);
    }

    .tab-row a {
        display: flex;
        align-items: center;
        gap: 5.5px;
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
        color: var(--Dark-Gray);
        text-transform: capitalize;
    }

    .tab-row span {
        color: var(--Medium-Gray);
    }

.info-box .input-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-img {
    margin-right: 16px;
}

.input-inner img {
    max-width: 27px;
    height: 27px;
}

.info-box .input-inner .edit-row {
    display: flex;
    align-items: center;
    gap: 24px;
    width: max-content;
    margin-left: auto;
}

.input-label {
    background: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    padding: 4px 12px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--Dark-Gray);
    border-radius: 16px;
}

/*------- EDIT NAME STYLE */
.info-box .edit-label {
    font-family: Montserrat;
    font-weight: 800;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--Dark-Gray);
    margin-bottom: 24px;
    display: block;
}

.info-box .edit-inner {
    flex-direction: column;
    align-items: flex-start;
}

    .info-box .edit-inner input,
    .info-box .edit-inner select {
        border: 1px solid var(--Light-Gray);
        padding: 14px 8px;
        border-radius: 8px;
        width: 100%
    }

    .info-box .edit-inner select {
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        appearance: none;
        position: relative;
    }

    .info-box .edit-inner .select-arrow {
        position: absolute;
        --size: 16px;
        top: calc(50% - var(--size));
        right: 12px;
        cursor: pointer;
        pointer-events: none;
        transition: .25s all ease;
        bottom: 0;
        margin: auto;
        height: var(--size);
        width: var(--size);
    }

.edit-inner label {
    margin-bottom: 8px;
}

.edit-inner-row {
    width: 100%;
    max-width: 480px;
    margin-bottom: 16px;
    position: relative;
}

.relative {
    position: relative;
}

.field-icon {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 12px;
    width: 22px;
    height: 15px;
    bottom: 0;
    margin: auto;
    color: var(--Dark-Gray);
}

.edit-changes {
    margin-left: auto;
    margin-top: 0px;
}

    .edit-changes .primary-btn.inherit {
        padding: 15.5px 16px;
    }

.save-btn {
    font-size: 16px;
    padding: 15.5px;
    text-transform: capitalize;
    font-weight: 700;
    margin-left: 4px;
}

.note {
    font-size: 12px;
    color: var(--Medium-Gray);
    line-height: 1;
    margin-top: 5px;
    font-family: Inter;
    font-weight: 400;
}

.input-check {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-top: 6px;
}

.info-box .input-check input {
    width: 18px;
    height: 18px;
}

.input-check .note {
    margin: 0px;
    font-weight: 400;
    color: var(--Black);
    font-size: 16px;
    user-select: none;
    text-transform: capitalize;
}

.removepopup {
    max-width: 474px;
    height: auto;
    padding: 24px;
    min-height: auto;
    overflow: hidden;
}

.popup-note {
    color: var(--Dark-Gray);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-block: 24px 40px;
}

.removepopup .edit-changes {
    text-align: end;
    margin: 0;
}

.info-box-inner {
    margin-block: 24px;
    width: 100%;
}

    .info-box-inner .input-check:not(:last-child) {
        margin-bottom: 16px;
        margin-top: 0;
    }

.tab-row .edit-label {
    margin-bottom: 0px;
}

.edit-inner-row input::placeholder {
    color: var(--Medium-Gray);
}

.empty-result-container {
    background: var(--Background-Colors-Off-White);
    width: 100%;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 40px 8px;
}

.empty-result-field img {
    width: 55px;
    height: 90px;
    object-fit: contain;
}

.empty-result-container .note {
    font-size: 16px;
    color: var(--Dark-Gray);
}

/*----Order Tab -----*/
.tab-top-row {
    padding: 0;
    margin-bottom: 29px;
}

.order-filter-tab {
    padding: 0;
    margin-bottom: 40px;
}

.tablinks.inherit {
    font-size: 16px;
    color: var(--Dark-Gray);
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    padding: 7px 16px;
    border-radius: 16px;
    margin-right: 16px;
    white-space: nowrap;
    line-height: 1 !important;
}

    .tablinks.inherit.active {
        background: var(--Background-Colors-Off-White);
    }

    .tablinks.inherit::before,
    .tablinks.inherit::after {
        display: none;
    }

.order-filter-tab {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    max-width: max-content;
    border: none;
    overflow: auto;
    padding: 0;
}

.tab-top-row h6 {
    font-size: 32px;
}

.order-product-box {
    overflow: hidden;
}

    .order-product-box > * {
        padding: 16px;
    }

.order-flex-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--Background-Colors-Off-White);
}

    .order-flex-row span {
        font-size: 16px;
        color: var(--Dark-Gray);
        line-height: 1;
        font-weight: 400;
        display: block;
    }

    .order-flex-row .order-no {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 4px;
    }

.pickup-badge {
    color: var(--White) !important;
    background: var(--green);
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 8px;
    border-radius: 16px;
    font-size: 12px !important;
}

.order-product-deatil {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
}

    .order-product-deatil .primary-btn.inherit {
        width: 100%;
        max-width: max-content;
        padding: 15px 11px;
        margin-top: 0;
    }

    .order-product-deatil h6 {
        font-size: 20px;
        color: var(--Black);
        margin-bottom: 16px;
    }

.price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
    display: block;
    margin-bottom: 24px;
}

.order-product-images {
    display: flex;
    gap: 16px;
    align-items: center;
}

    .order-product-images img {
        height: 94px;
        width: 94px;
        border: 1px solid var(--Light-Gray);
        object-fit: contain;
        border-radius: 16px;
        padding: 16px;
    }

.order-product-deatil .primary-btn.inherit:hover {
    background: var(--Primary-Red);
    color: var(--White);
}

.pending-badge {
    background: var(--Dark-Gray);
}

.processed-badge {
    background: var(--Primary-Blue);
}

.return-badge {
    background: var(--Medium-Gray);
}

.cancel-badge {
    background: var(--Primary-Red);
}

.load-more-product {
    background-color: var(--Primary-Red);
    color: var(--White);
    padding: 8px;
    font-size: 16px;
    width: 36px;
    height: 36px;
    font-weight: 800;
    font-family: Montserrat;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Orders {
    padding: 0px;
}

.order-product-box {
    margin-bottom: 36px;
}

    .order-product-box:last-child {
        margin-bottom: 0;
    }

.noorder-btnwrp a {
    margin-bottom: 0;
}

    .noorder-btnwrp a:first-child {
        background: var(--Primary-Red);
        color: var(--White);
    }

    .noorder-btnwrp a:nth-child(2) {
        background: var(--White);
    }

        .noorder-btnwrp a:nth-child(2):hover {
            background: var(--Primary-Red);
            color: var(--White);
        }

    .noorder-btnwrp a:first-child:hover {
        background: var(--White);
        color: var(--Primary-Red);
    }

.guest-order-form {
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-direction: column;
}

.order-tracking-form {
    margin-bottom: 40px;
}

.requied-span {
    font-size: 12px;
    font-weight: 400;
    color: var(--Medium-Gray);
}

.order-input label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 4px;
}

.order-input input {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 14.5px 8px;
    width: 100%;
    color: var(--Black);
}




.empty-result-container h4 {
    font-size: 32px;
    margin-bottom: 16px;
    text-align: center;
    color: var(--Dark-Gray);
}

.quotes-detail-left {
    display: flex;
    align-items: center;
    width: 100%;
}

.quotes-detail {
    gap: 61px;
}

.quotes-info-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .quotes-info-left span {
        font-size: 20px;
        color: var(--Dark-Gray);
        font-weight: 800;
        line-height: 1;
        font-family: Montserrat;
        text-transform: capitalize;
    }

    .quotes-info-left img {
        width: 64px;
        height: 64px;
        padding: 10px;
        background: var(--White);
    }

.quotes-detail-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 180px;
}

.qoutes-innner .quotes-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    font-family: Inter;
    display: block;
}


.qoutes-innner {
    width: 100%;
}

    .qoutes-innner span {
        color: var(--Dark-Gray);
    }


.quotes-detail-right .primary-btn.inherit {
    padding-inline: 16px;
    margin-left: auto;
}

.edit-quote {
    display: none;
}

.noquote-btnwrp {
    justify-content: center;
    text-align: center;
}

    .noquote-btnwrp .primary-btn {
        margin-bottom: 0;
        color: var(--White);
        font-size: 16px;
        font-weight: 700;
    }

        .noquote-btnwrp .primary-btn:hover {
            color: var(--Primary-Red);
        }

/*== Quote Detail Product slider ==*/
.quote-detail-wrapper {
    padding-block: 10px 140px;
}

.quote-tag-line.quote-mobile {
    display: none;
}

.quote-tag-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

    .quote-tag-line h4 {
        font-size: 32px;
        font-weight: 800;
        line-height: 1;
        color: var(--Black);
    }

.quote-detail-inner {
    display: flex;
    gap: 40px;
}

.quote-detail-left {
    width: 100%;
    max-width: 640px;
}

.quote-detail-right {
    width: 60%;
}

.detail-fav-btn {
    width: 60px;
    top: 6px;
    right: 20px;
}

.product-deatil-slide-img {
    border: 1.48px solid var(--Light-Gray);
    background: var(--White);
    padding: 10px;
    height: 670px;
    object-fit: contain;
    cursor: pointer;
    border-radius: 16px;
    width: 99%;
}

.product-slide-for {
    margin-bottom: 16px;
}

.product-img-for img {
    width: 100%;
    object-fit: contain;
    border: 1.48px solid var(--Light-Gray);
    background: var(--White);
    padding: 10px;
    cursor: pointer;
    border-radius: 16px;
}

.product-slide-nav img {
    width: 90%;
    height: 140px;
    object-fit: contain;
    border: 1.48px solid var(--Light-Gray);
    background: var(--White);
    padding: 10px;
    cursor: pointer;
    border-radius: 16px;
    transition: all .3s;
}

.product-slide-nav .slick-current img {
    border-color: var(--Primary-Blue) !important;
}

.quote-detail-info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.quote-info-box {
    width: 100%;
    max-width: 414px;
}

.quote-title {
    font-size: 12px;
    letter-spacing: 1px;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
}

.quote-box-inner {
    margin-bottom: 24px;
}

.quote-box-link {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    margin-top: 40px;
}

.quote-link {
    display: flex;
    align-items: center;
}

    .quote-link a {
        padding-block: 8px;
        color: var(--Primary-Blue);
        font-size: 16px;
        font-weight: 500;
        transition: all .3s;
        font-family: Inter;
    }

        .quote-link a:hover {
            color: var(--Medium-Gray);
        }

    .quote-link img {
        margin-right: 8px;
        width: 24px;
        height: 24px;
    }

.quote-text {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: var(--Black);
    text-transform: capitalize;
}

.chat-widget {
    width: 50%;
    height: 600px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--Background-Colors-Off-White);
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
}

.chat-widget-title {
    font-size: 16px;
    font-weight: 800;
    column-rule: var(--Dark-Gray);
    text-transform: capitalize;
}

/*----- Reward Tab Styling ------*/
.reward-wrapper-inner {
    justify-content: flex-start;
}

    .reward-wrapper-inner .tab-row {
        margin-bottom: 40px;
    }

.reward-form > * {
    padding: unset;
}

.reward-balance-inner {
    padding: 40px 16px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.reward-wrapper-inner .account-inner-right {
    width: 49%;
}

.reward-balance-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 1px solid var(--Primary-Blue);
    padding: 21px 30px;
    overflow: hidden;
    text-align: center;
}

    .reward-balance-img img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.reward-balance-title,
.reward-info-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: block;
}

.reward-infoe-row {
    display: flex;
    gap: 40px;
    align-items: center;
}

.reward-balance-price {
    font-size: 56px;
    font-weight: 800;
    color: var(--Primary-Blue);
    margin-bottom: 24px;
    font-family: Montserrat;
}

.reward-text {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.reward-history h5 {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: var(--Black);
    margin-bottom: 24px;
    border-radius: 16px;
}

.reeward-history-box {
    padding: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .reeward-history-box:last-child {
        margin-bottom: 0px;
    }

.balance-history-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: var(--Dark-Gray);
}

.balance-history {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: var(--green);
}

.debit {
    color: var(--Primary-Red);
}

.reward-history .empty-result-container {
    padding: 24px;
}

.empty-result-container .note.inherit {
    margin: 0px 0px 24px;
}

.reward-history .noorder-btnwrp {
    justify-content: center;
    width: 100%;
    gap: 24px;
}

.reward-history .empty-result-container h4 {
    max-width: 390px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}

/*------- Accordion  ------*/
.loan-accordion-box {
    margin-bottom: 24px;
    border-radius: 16px;
    overflow: hidden;
}

.loan-accordion-head {
    display: flex;
    /* justify-content: space-between; */
    gap: 70px;
    align-items: center;
    padding: 16px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}

.loan-tag,
.loan-amount,
.loan-date {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
}

.loan.loan-amount,
.loan-date {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.loan-nmb {
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    color: var(--Dark-Gray);
}

.primary-btn.inherit.loan-btn {
    padding: 16px;
}

.accordion-content {
    display: none;
}

.loan-accordion-box.active .accordion-content {
    display: block;
    animation: slideDown 0.3s ease-out;
}

.arrow-img {
    transition: transform 0.3s ease;
}

.loan-accordion-box.active .arrow-img {
    transform: rotate(180deg);
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.arrow-img {
    transition: transform 0.3s ease;
}

.loan-accordion-box.active .arrow-img {
    transform: rotate(180deg);
}

.desk-loan-info {
    display: none;
}

.accordion-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .accordion-item:not(:last-child) {
        border-bottom: 1px solid var(--Light-Gray);
        padding-bottom: 24px;
        margin-bottom: 24px;
    }

.item-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    max-width: 320px;
}

.item-tag {
    font-size: 16px;
    font-weight: 800;
    text-transform: capitalize;
    font-family: Montserrat;
    line-height: 1;
    color: var(--Dark-Gray);
}

.item-box span {
    display: block;
}

.item-box .item-name {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--Dark-Gray);
    margin-bottom: 8px;
    text-transform: uppercase;
}

.item-box .item-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--Dark-Gray);
}

.item-right img {
    height: 170px;
    width: 170px;
}

.loan-btn-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: auto;
}

/*------ Quotes  Edit------*/
.quote-edit-wrapper {
    padding: 40px;
    width: 100%;
    max-width: 1320px;
    margin: auto;
}

.quote-edit-form {
    display: flex;
    gap: 40px;
    width: 63%;
    flex-direction: column;
}

    .quote-edit-form h6 {
        font-size: 40px;
        font-weight: 800;
        font-family: Montserrat;
        line-height: 1;
        color: var(--Black);
        text-transform: capitalize;
    }

.quote-inner-info {
    display: flex;
    align-items: center;
    gap: 40px;
}

.quotes-inner-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
}

.quotes-inner-row input {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border: 1px solid var(--Light-Gray);
    border-radius: 8px;
    padding: 14.5px 8px;
    width: 100%;
    color: var(--Black);
}

.quotes-inner-row {
    width: 100%;
    max-width: 373px;
}

.quote-description {
    max-width: 100%;
}

    .quote-description textarea {
        width: 100%;
        padding: 24px 16px;
        font-size: 16px;
        font-weight: 400;
        color: var(--Black);
        min-height: 237px;
        text-align: left;
        font-family: Inter;
        resize: none;
    }

::-webkit-scrollbar {
    display: none;
}

.quote-upload-image {
    max-width: 100%;
}


.drop-zone {
    max-width: 100%;
    height: 145px;
    padding: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    margin-bottom: 16px;
    border: 1px dashed var(--Light-Gray);
    border-radius: 8px;
}

.drop-zone__prompt,
.drop-zone__max {
    display: block;
    font-size: 16px;
    color: var(--Dark-Gray);
    font-weight: 400;
}

.attach-span {
    font-weight: 500;
    font-size: 16px;
    color: var(--Primary-Blue);
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        content: attr(data-label);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 5px 0;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 14px;
        text-align: center;
    }

.quotes-images {
    display: flex;
    align-items: center;
    gap: 8px;
}

.quote-img {
    display: flex;
    align-items: flex-start;
    gap: 4px;
}

.quote-inner-img {
    width: 64px;
    height: 64px;
    border: 1px solid var(--Light-Gray);
    padding: 8px;
    object-fit: contain;
    border-radius: 8px;
}

.quote-close {
    cursor: pointer;
}

.quote-edit-wrapper .edit-changes {
    text-align: end;
    margin-top: 40px;
}


/*order-detail  */

.order-detail-wrapper {
    padding-block: 16px 78px;
}

.order-detail-inner {
    display: flex;
    gap: 42px;
    width: 100%;
}

.order-detail-left,
.order-detail-right {
    width: 100%;
}

.order-detail-right {
    max-width: 416px;
}

.order-detail-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .order-title-line h3 {
        font-size: 24px;
    }

.order-deatil-head {
    background: var(--Background-Colors-Off-White);
    padding: 16px;
    border-radius: 8px;
}

.order-deatil-contant {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 16px;
}

.order-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.order-upper-tag {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: var(--Dark-Gray);
    line-height: 1;
}

.order-detail-tag {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: var(--Dark-Gray);
    line-height: 1;
}

.order-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
}

.order-detail-img img {
    width: 148px;
    height: 148px;
    border: 1px solid var(--Light-Gray);
    object-fit: contain;
    padding: 10px;
    border-radius: 16px;
}

.order-info-flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    width: 100%;
}

.order-detail-info {
    width: 100%;
}

.order-info-left,
.order-info-box {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.order-info-left {
    gap: 4px;
}

.order-info-box {
    gap: 0;
}

.order-info-left h6 {
    font-size: 20px;
    color: var(--Dark-Gray);
}

.order-info-tag {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    letter-spacing: 1.4px;
    /* font-family: Inter; */
}

.order-info-detail {
    font-weight: 400;
    font-size: 16px;
    color: var(--Black);
}

.order-detail-body {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.order-detail-right {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.order-right-box {
    padding-bottom: 48px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .order-right-box:last-child {
        padding: 0;
        border: none;
    }

    .order-right-box h6 {
        font-size: 20px;
        margin-bottom: 24px;
        color: var(--Black);
    }

.order-summary-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid var(--Light-Gray);
    padding-block: 16px;
}

.order-total-box {
    border: none;
    padding: 0;
    margin-top: 24px;
}

.order-bold {
    font-size: 16px;
    font-weight: 700;
    color: var(--Dark-Gray);
    text-transform: capitalize;
}


.order-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.order-total {
    font-size: 24px;
    font-weight: 700;
    color: var(--Black);
}

.order-shipping-box {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
}

    .order-shipping-box:last-child {
        margin-bottom: 0px;
    }

.order-shipping-info {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    line-height: 1;
}

.order-shipping-img img {
    width: 20px;
}

.order-head-tag {
    display: none;
}

    .order-head-tag h6 {
        font-size: 16px;
        font-weight: 800;
        color: var(--Black);
        line-height: 1;
        font-family: Montserrat;
    }

/*order-detail end */
/* loan empty page styling */
.loan-inner .empty-result-container h4 {
    margin-bottom: 16px;
}

.loan-inner-div {
    margin-bottom: 24px;
}

.loan-inner .empty-result-container {
    padding-block: 40px;
}

/* ---Extend Loan-- */
.extend-loan-form,
.extend-loan-left,
.extend-loan-right {
    width: 100%;
}

    .extend-loan-form .tab-row {
        margin-bottom: 40px;
    }

.extend-loan-right {
    max-width: 415px;
}

.extend-loan-left,
.extend-loan-right {
    padding: 24px 16px;
}

.extend-loan-form h6 {
    color: var(--Black);
}

.extend-loan-inner {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: flex-start;
    padding: 0;
}

    .extend-loan-inner h6 {
        color: var(--Dark-Gray);
        margin-bottom: 24px;
    }

.loan-box {
    margin-bottom: 24px;
}

.loan-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.extend-loan-detail {
    border-bottom: 1px solid var(--Light-Gray);
    margin-bottom: 24px;
}

.total-tag {
    font-size: 14px;
    font-weight: 600;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.extend-price {
    font-size: 24px;
    font-weight: 700;
    color: var(--Black);
    line-height: 1;
}

.extend-radio-inner {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.extend-loan-radio {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .extend-loan-radio img {
        width: 27px;
        height: 24px;
        object-fit: contain;
        margin-right: 8px;
    }

    .extend-loan-radio label {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: var(--Black);
    }

.entend-btn {
    padding: 15.5px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}


.new-account-form {
    padding-inline: 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.required {
    font-size: 12px;
    color: var(--Medium-Gray);
    font-weight: 400;
    margin-bottom: 22px !important;
    text-transform: capitalize;
}

.new-acc-label {
    font-size: 12px;
    color: var(--Dark-Gray);
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}

.input-with-img {
    position: relative;
}

    .input-with-img img {
        position: absolute;
        left: 8px;
        width: 24px;
        height: 24px;
        object-fit: contain;
        top: 0;
        margin: auto;
        bottom: 0;
    }

    .input-with-img input {
        padding-left: 40px !important;
    }

.new-acc-box input {
    border: 1px solid var(--Light-Gray);
    padding: 15px 8px;
    border-radius: 8px;
    width: 100%;
}

/* ------- lAYAWAY  ------- -- */
.layaway--payment-head {
    background: var(--Background-Colors-Off-White);
    border-radius: 8px;
    border: 1px solid var(--Light-Gray);
    padding: 16px;
    margin-bottom: 24px;
}

    .layaway--payment-head .loan-box {
        margin-bottom: 0;
    }

.loan-box.inherit {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.order-info-title {
    color: var(--Dark-Gray);
    font-weight: 800;
    font-size: 16px;
    text-transform: capitalize;
    font-family: Montserrat;
}

.layaway-detail {
    border-bottom: 1px solid var(--Light-Gray);
}

.not-paid {
    background: var(--Dark-Gray);
}

.payment-para {
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 1;
    color: var(--Dark-Gray);
    display: block;
}

.layaway-payment-item h6 {
    font-size: 16px;
    margin-bottom: 24px;
}

.layaway-span {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 700;
    color: var(--Dark-Gray);
    text-transform: capitalize;
    display: block;
}

.layaway-detail-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .layaway-detail-inner .payment-para {
        margin-bottom: 0;
    }

.layaway-col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.layaway-inner-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 8px;
}


/* ---------------- */


/* ============ Favorites Page start here  ============ */
.fav-section {
    padding-block: 40px 64px;
}

.cart-section {
    padding-block: 36px 40px;
}

.fav-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.fav-item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.fav-wrapper h2 {
    margin-bottom: 64px;
}

.fav-left {
    width: 100%;
}

.fav-right {
    width: 100%;
    max-width: 415px;
    padding: 24px 16px;
}

.fav-item-box {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    justify-content: space-between;
}

.fav-item-view.mobile-hidden,
.fav-item-mobile button {
    display: none;
}

.fav-item-img {
    position: relative;
}

.fav-item-img {
    width: 100%;
    max-width: 316px;
    height: 316px;
}

    .fav-item-img img {
        border: 1px solid var(--Light-Gray);
        border-radius: 16px;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.heart {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 7.5px 10px;
    border-radius: 50%;
    border: 1px solid var(--Light-Gray);
    color: var(--Light-Gray);
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    transition: color 0.3s ease;
    user-select: none;
}

    .heart.favorited {
        color: var(--Primary-Red);
    }

.sold-out-badge {
    background: var(--Primary-Red);
    color: var(--White);
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 16px;
}

.fav-item-info {
    display: flex;
    align-items: end;
    gap: 60px;
    width: 100%;
    justify-content: space-between;
}

.item-info-left {
    width: 100%;
    max-width: 662px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.item-info-right,
.info-left-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.fav-item-link {
    flex-direction: row;
}

.info-left-row.inherit {
    gap: 4px;
}

.item-info-right button {
    padding: 15px 52px;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 700;
}

.info-left-row p {
    font-size: 24px;
    font-weight: 400;
    color: var(--Black);
    line-height: 1.2;
    margin-bottom: 6px;
}

.fav-item-price {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 800;
    color: var(--Black);
}

.fav-item-view {
    padding: 10px 16px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
    background: var(--White);
    width: fit-content;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

    .fav-item-view span {
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        color: var(--Dark-Gray);
    }

.fav-location,
.fav-item-number {
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--Black);
}

.fav-item-tag {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--Dark-Gray);
    text-transform: uppercase;
}

.fav-item-link {
    gap: 24px;
}

    .fav-item-link .col {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-block: 8px;
    }

    .fav-item-link img {
        width: 20px;
        height: 16px;
        object-fit: contain;
    }

    .fav-item-link a {
        color: var(--Primary-Blue);
        font-size: 16px;
        font-weight: 500;
    }

.fav-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    margin-bottom: 24px;
}

    .fav-total h6 {
        font-size: 16px;
        font-weight: 700;
        color: var(--Dark-Gray);
        text-transform: capitalize;
    }

.fav-total-price {
    font-size: 16px;
    font-weight: 800;
    color: var(--Dark-Gray);
    font-family: Montserrat;
}

.buy-now-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    padding-block: 15.5px;
}

.fav-wrapper-empty {
    display: block;
}

    .fav-wrapper-empty h2 {
        margin-bottom: 40px;
    }

.fav-btnwrap {
    width: max-content;
    gap: 16PX;
}

    .fav-btnwrap .red-border-btn {
        margin: 0;
        color: var(--White);
    }

    .fav-btnwrap .inherit {
        color: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

        .fav-btnwrap .inherit:hover {
            color: var(--White);
            border-color: var(--Primary-Red);
        }

    .fav-btnwrap .red-border-btn:hover {
        background: transparent;
        color: var(--Primary-Red);
    }

.fav-result-container {
    padding: 80px;
}

/* ============ Favorites Page end here  ============ */

/* New Featured Page starts here */
.newfeatured-title {
    color: var(--Black);
    font-size: 48px;
    font-weight: 800;
    font-family: Montserrat;
    padding: 0 0 70px 0;
}

.newfeatured-row {
    margin: 50px 0;
}

    .newfeatured-row .inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        border: 1px solid var(--Light-Gray);
        margin: 0 68px;
        border-radius: 16px;
    }

.newfeatured-left {
    width: 565px;
    padding-left: 35px;
}

    .newfeatured-left h2,
    .newfeatured-col h2 {
        color: var(--Black);
        font-size: 40px;
        font-weight: 800;
        font-family: Montserrat;
    }

    .newfeatured-left p,
    .newfeatured-col p {
        font-size: 24px;
        font-weight: 400;
        margin: 30px 0;
    }

    .newfeatured-left .primary-btn,
    .newfeatured-col .primary-btn {
        font-size: 16px;
        font-weight: 700;
        font-family: Inter;
    }

.newfeatured-right {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.inner.mobile-slider.popular-search-category,
.inner.mobile-slider2.popular-search-category {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    row-gap: 75px;
}

    .inner.mobile-slider.popular-search-category .category,
    .inner.mobile-slider2.popular-search-category .category {
        width: 100%;
        margin: 0;
    }

.newfeatured-row2 {
    margin: 50px 0;
}

    .newfeatured-row2 .container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }

.newfeatured-col {
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

    .newfeatured-col img {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        width: 100%;
    }

.newfeatured-col-detail {
    padding: 20px 35px;
}

.newfeatured-col .primary-btn {
    margin-top: 22px;
}

.product-item .brand-label {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 10px 20px;
    margin-bottom: 16px;
}

/* New Featured Page ends here */
.search-matched-products .matched-product img {
    height: 100%;
    object-fit: contain;
}

/* FAQ Page starts here */
.faq-title {
    color: var(--Black);
    font-size: 48px;
    font-family: Montserrat;
    margin: 0 0 50px 0;
    width: 100%;
}

.faq-row {
    max-width: 1100px;
}

.faq-tab-items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .faq-tab-items .tab {
        border: 1px solid var(--Light-Gray);
        background-color: var(--White);
        border-radius: 16px;
        padding: 8px 12px;
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        cursor: pointer;
    }

        .faq-tab-items .tab.active {
            background-color: #f8f8f8;
        }

.faq-accordion h3 {
    margin-block: 0 64px;
    color: var(--Black);
    font-size: 40px;
    font-weight: 800;
}

.faq-detail {
    display: inline-block;
    width: 100%;
}

.main-faq {
    margin: 0 0 50px 0;
    border-bottom: 1px solid var(--Light-Gray);
}

.faq-question {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    cursor: pointer;
}

    .faq-question h4 {
        display: inline-block;
        color: var(--Dark-Gray);
        font-size: 20px;
        font-weight: 800;
        margin: 0 0 30px 0;
    }

.faq-arrow {
    position: absolute;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 0;
    top: 5px;
}

.faq-question.active .faq-arrow {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all .3s ease-in-out;
}

.faq-answer {
    margin-top: 30px;
    display: none;
}

    .faq-answer p {
        color: var(--Dark-Gray);
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 30px;
    }

/*------ Product Deatil  --------*/
.product-detail-section {
    padding-block: 40px 44px;
}

.product-detail-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.product-detail-left {
    width: 49%;
    margin-top: 16px;
}

.product-deatil-slides > * div {
    position: relative;
}


.product-detail-nav img {
    width: 86%;
    height: 188px;
    object-fit: contain;
    border: 2px solid var(--Light-Gray);
    border-radius: 16px;
    padding: 10px;
    cursor: pointer;
}

.product-detail-right {
    padding: 24px;
    border-radius: 16px;
    width: 50%;
    align-self: flex-start;
}

    .product-detail-right.sticky,
    .cart-right.sticky {
        position: sticky;
        top: 40px;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px 0 #00000013;
    }

    .product-detail-right h3 {
        font-size: 40px;
        margin-bottom: 16px;
        margin-top: -13px;
    }

.brand-label {
    padding: 9px 16px;
    border-radius: 16px;
    width: fit-content;
    margin-bottom: 64px;
}

    .brand-label span {
        font-size: 14px;
        font-weight: 400;
        color: var(--Dark-Gray);
    }

.brand-bold {
    font-size: 16px !important;
    font-weight: 700 !important;
}

.product-price {
    font-size: 32px;
    font-weight: 800;
    font-family: Montserrat;
    color: var(--Black);
    margin-bottom: 64px;
    display: block;
}

.product-detail-box {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    justify-content: space-between;
}

.product-box-left,
.box-inner-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}


.product-box-inner,
.info-wrap-inner {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.product-span-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Medium-Gray);
}

.product-span-num,
.product-span-address {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    text-transform: uppercase;
}

.product-span-address {
    text-transform: capitalize;
}

.product-box-right .store-map,
.product-box-link {
    margin: 0;
}

.product-stroe-link {
    padding: 8px 0px;
    color: var(--Primary-Blue);
    font-size: 16px;
    font-weight: 500;
}

.product-pay-inner {
    padding-top: 30px;
    border-top: 1px solid var(--Light-Gray);
}

.pay-inner {
    margin-bottom: 30px;
}

.pay-col,
.pal-col {
    color: #003087;
    font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
}

.pal-col {
    color: var(--Primary-Blue);
    text-transform: capitalize !important;
}

.low-pay-span {
    margin-left: 8px;
}

.Learn-link {
    color: var(--Primary-Blue);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}


.product-detail-btns {
    display: flex;
    gap: 24px;
    align-items: center;
}

    .product-detail-btns button,
    .product-detail-btns .inherit {
        font-size: 16px;
        padding: 15px 110px;
        cursor: pointer;
        font-weight: 700;
    }

.product-detail-slider {
    margin-bottom: 88px;
}

.product-detail-info {
    width: 100%;
    max-width: 610px;
}

    .product-detail-info h3 {
        text-transform: capitalize;
        margin-bottom: 40px;
        font-size: 32px;
    }

.product-info-box:not(:last-child) {
    margin-bottom: 40px;
}

.product-info-box h6 {
    text-transform: capitalize;
    margin-bottom: 16px;
    color: var(--Dark-Gray);
}

.info-wrap-inner .product-span-num {
    text-transform: unset;
}

.product-item-list {
    list-style-type: disc;
    margin-left: 24px;
    display: flex;
    flex-direction: column;
}

    .product-item-list li {
        font-size: 16px;
        color: var(--Black);
        font-weight: 400;
    }

.product-info-box p {
    font-size: 16px;
    color: var(--Black);
    font-weight: 400;
    line-height: 1.1;
}

.product-detail-nav .slick-current img {
    border-color: var(--Primary-Blue) !important;
}

.also-like-wrapper {
    padding-block: 40px 90px;
}

.recently-viewed-wrapper {
    padding-block: 55px 88px;
}

.mobile-product-detail {
    display: none;
    margin-block: 16px 24px;
}

.toggle-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .toggle-header img {
        width: 25px;
        height: 25px;
    }

    .toggle-header img,
    .product-location-box {
        display: none;
    }

.toggle-content {
    display: block;
}

/* ------- Minicart -------- */
.removepopup.minicart-popup {
    top: 0;
    max-width: 550px;
    min-height: 100vh;
    transform: translate(0%, 0%);
    right: 0;
    left: unset;
    border-radius: 0;
    padding: 24px 16px;
    height: 100%;
}

.minicart-item-wrapper {
    height: calc(100% - 280px);
    overflow: scroll;
    margin-block: 40px 0px;
}


.minicart-item-box {
    display: flex;
    gap: 24px;
    width: 100%;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Light-Gray);
}


.minicart-item-img img {
    width: 148px;
    height: 148px;
    border: 1px solid var(--Light-Gray);
    border-radius: 16px;
}

.minicart-item-info {
    display: flex;
    align-items: flex-start;
    gap: 35px;
}

.minicart-info-left p {
    font-size: 24px;
    line-height: 1.1;
    color: var(--Black);
    font-weight: 400;
}

.minicart-info-left {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.minicart-item-price {
    font-size: 20px;
    color: var(--Black);
    font-family: Montserrat;
    font-weight: 800;
}

.minicart-total-detail .inherit {
    margin-bottom: 24px;
}

.minincart-total-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 24px 16px;
    background: var(--White);
    z-index: 10;
}

.empty-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    padding: 40px 16px;
}

    .empty-container h4 {
        font-size: 32px;
        color: var(--Dark-Gray);
        line-height: 1;
        margin-bottom: 16px;
    }

.empty-field img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.empty-container .buy-now-btn {
    max-width: 90%;
}

/*-------------CART-----------*/
.cart-left h2 {
    font-size: 48px;
}

.cart-wrapper {
    gap: 267px;
}

.cart-item-wrapper {
    margin-bottom: 84px;
}

    .cart-item-wrapper:last-child {
        margin-bottom: 0px;
    }

.cart-item-box {
    justify-content: flex-start;
    margin-bottom: 24px;
    padding-bottom: 20px;
    gap: 20px;
}

    .cart-item-box:last-child {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }

.cart-btn-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .cart-btn-row button {
        border-color: var(--Light-Gray) !important;
        padding: 14px 11px !important;
    }

.custom-select-wrapper {
    position: relative;
    width: 138px;
}

.custom-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid var(--Light-Gray);
    border-radius: 40px;
    padding: 16px 18px;
    font-size: 12px;
    font-weight: 600;
    font-family: Inter;
    color: var(--Dark-Gray);
    width: 100%;
    cursor: pointer;
}

    .custom-select:focus {
        outline: none;
    }

.custom-arrow {
    position: absolute;
    top: 50%;
    background-image: url(/images/svg/arrow-donw.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px;
    right: 20px;
    pointer-events: none;
    transform: translateY(-50%);
}

.cart-item-img img {
    width: 200px;
    height: 200px;
}

.cart-info-left {
    max-width: 100% !important;
}

.cart-info-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}

    .cart-info-row.inherit {
        align-items: center;
    }


.fav-item-tag {
    display: block;
}

.cart-top-tag img {
    width: 30px;
}

.cart-top-tag {
    padding-bottom: 16px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid var(--Light-Gray);
}

    .cart-top-tag h5 {
        color: var(--Dark-Gray);
    }

.cart-info-row p {
    margin-bottom: 24px;
}

.cart-checkout-box {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--Light-Gray);
    padding-bottom: 24px;
}

.checkout-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.checkout-tag {
    font-size: 16px;
    color: var(--Dark-Gray);
    font-weight: 700;
}

.checkout-price {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

    .checkout-price.bold {
        font-size: 20px;
        font-family: Montserrat;
        font-weight: 800;
        color: var(--Black);
    }

.fav-product-row {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

    .fav-product-row .product-item {
        width: 23.3%;
        padding: 0px;
    }

.fav-product-wrapper {
    padding: 40px 0px 30px;
}

    .fav-product-wrapper h2 {
        margin-bottom: 40px;
    }

.mobile-cart-summary {
    display: none;
}

.primary-btn.mobile-inherit-btn {
    border: none;
    width: max-content;
    padding: 10px 0px 0px;
    display: none;
}

.error-summary {
    width: 100%;
    max-width: 415px;
    background: transparent !important;
    box-shadow: none !important;
}

.error-cart {
    color: var(--Primary-Red);
    font-size: 16px;
    margin-top: 16px;
}

.cart-item-img {
    position: relative;
}

.sold-out {
    position: absolute;
    padding: 8px;
    border-radius: 16px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    left: 8px;
    top: 8px;
    background-color: var(--Primary-Red);
    color: var(--White);
}

/*--------------  */
.checkout-section {
    padding-bottom: 88px;
}

.checkout-left h2 {
    margin-bottom: 24px;
}

.fav-item-tag.inherit {
    font-size: 16px;
    font-weight: 800;
    color: var(--Dark-Gray);
    font-family: Montserrat;
    text-transform: unset;
    margin-bottom: 15px;
}

.fav-item-number.inherit {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.checkout-box input {
    width: 25px;
    height: 20px;
}

.checkout-radio-box {
    margin-top: 7px;
}

.option-para {
    margin-bottom: 35px;
    max-width: 650px;
    font-size: 24px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.checkout-right {
    max-width: 416px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: transparent;
    box-shadow: none !important;
}

.checkout-right-inner {
    padding: 24px 16px;
}

    .checkout-right-inner h6 {
        margin-bottom: 24px;
    }

    .checkout-right-inner .checkout-box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .checkout-right-inner .checkout-box.inherit {
            justify-content: flex-start;
            gap: 5px;
            align-items: center;
        }

.checkout-box .edit-row {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: auto;
}

.checkout-right-inner a {
    margin-top: 24px;
    color: var(--Dark-Gray);
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all .3s;
}

    .checkout-right-inner a:hover {
        color: var(--Primary-Blue);
    }

.checkout-box-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .checkout-box-list li,
    .checkout-box label {
        font-size: 16px;
        font-weight: 400;
        color: var(--Black);
        line-height: 1.2;
    }

.checkout-box .card-img {
    width: 27px;
    height: 27px;
}

.checkout-box:not(:last-child) {
    margin-bottom: 22px;
}

.checkout-box {
    display: flex;
    align-items: center;
    gap: 4px;
}

.checkout-checkbox {
    margin-block: 32px 24px;
}

.checkout-accordion-mbl {
    display: none;
    margin-bottom: 40px;
}

    .checkout-accordion-mbl h5 {
        font-size: 20px;
    }

.disable {
    background: var(--Light-Gray);
    border-color: var(--Light-Gray);
    color: var(--Medium-Gray);
}

.checkout-account {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--Background-Colors-Off-White);
    padding: 16px;
    border-radius: 16px;
    margin-block: 24px 40px;
    border: 1px solid var(--Light-Gray);
}

    .checkout-account p {
        font-size: 16px;
        font-weight: 700;
        color: var(--Black);
    }

    .checkout-account button {
        max-width: 305px;
    }

/* ========  Conatct Us Styling  ======== */
.contactus-wrapper {
    padding-block: 40px 88px;
}

.conatct-para {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.store-locter-box {
    background: var(--Background-Colors-Off-White);
    padding: 24px 16px;
    border-radius: 8px;
    border: 1px solid var(--Light-Gray);
}

    .store-locter-box a {
        color: var(--Primary-Blue);
        font-weight: 600;
    }

.quotes-inner-row.inherit {
    max-width: 100%;
}

.contact-img {
    align-items: center;
    gap: 16px;
}

.contact-inner .empty-result-container h4 {
    max-width: 100%;
}

.empty-result-container.inherit {
    background: transparent;
    padding: 0;
    text-align: center;
}

.contact-success-img img {
    width: 140px;
    height: 140px;
}

/* ========Store Locator Styling========= */


.store-locator-section {
    padding-block: 40px 80px;
}

.store-wrapper {
    justify-content: space-between;
}

.store-left h2 {
    margin-bottom: 24px !important;
}

.store-locator-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 64px;
}

.store-locator-button {
    padding: 10px 16px;
    border: 1px solid var(--Light-Gray);
    background-color: var(--White);
    color: var(--Dark-Gray);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border-radius: 16px;
    transition: all .3s;
}

    .store-locator-button.active {
        background-color: var(--Background-Colors-Off-White);
        font-weight: 700;
    }

.store-locator-inner {
    display: none;
}

    .store-locator-inner:not(:last-child) {
        margin-bottom: 88px;
    }

    .store-locator-inner.active {
        display: block;
    }

    .store-locator-inner h3 {
        font-size: 40px;
        font-weight: 800;
        margin-bottom: 40px;
        color: var(--Dark-Gray);
    }

.store-inner-detail {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    width: 100%;
}

.store-box {
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    padding: 24px 16px;
    max-width: 47.5%;
    width: 100%;
    border-radius: 16px;
}

    .store-box h4 {
        font-size: 32px;
        text-transform: capitalize;
        margin-bottom: 20px;
        padding-bottom: 13px;
        border-bottom: 1px solid var(--Light-Gray);
        width: 100%;
    }

    .store-box .info {
        margin-bottom: 30px;
    }

.store-row {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    padding-block: 3px;
}

    .store-row a,
    .store-row span {
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
    }

.store-shop-button {
    border: 1px solid var(--Medium-Gray);
    background-color: var(--White);
    width: 100%;
    max-width: 100%;
    color: var(--Black);
    padding: 15px 24px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
    transition: all .3s;
}

    .store-shop-button:hover {
        background-color: var(--Primary-Red);
        color: var(--White);
    }

.store-right {
    box-shadow: none !important;
    width: 100%;
    max-width: 870px;
}

    .store-right img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 7px;
}

    .checkbox-container:not(:last-child) {
        margin-bottom: 40px;
    }

    .checkbox-container input[type="checkbox"] {
        width: 18px;
        height: 18px;
    }

    .checkbox-container span {
        font-size: 16px;
        color: var(--Dark-Gray);
        font-weight: 400;
        line-height: 1.2;
    }

    .checkbox-container a {
        color: var(--Primary-Blue);
        line-height: 1.2;
    }

        .checkbox-container a:hover {
            font-weight: 800;
        }

/*=========== Karat Landing Page ==========*/
.red-btn {
    font-size: 16px;
    padding: 14px 16px;
    background: var(--Primary-Red);
    color: var(--White);
    text-transform: capitalize;
    border-radius: 40px;
    font-weight: 700;
    border: 1px solid var(--Primary-Red);
    transition: all .3s;
}

    .red-btn:hover {
        background: var(--White);
        color: var(--Primary-Red);
    }

.transparent-btn {
    background: var(--White);
    color: var(--Primary-Red);
}

    .transparent-btn:hover {
        background: var(--Primary-Red);
        color: var(--White);
    }

.karat-rewards-section {
    padding-block: 40px 68px;
}

    .karat-rewards-section h2 {
        font-size: 48px;
        margin-bottom: 35px;
    }

.karat-banner {
    display: flex;
    margin-block: 16px 40px;
    overflow: hidden;
    gap: 20px;
}

.karat-banner-left {
    padding: 130px 40px;
    max-width: 650px;
}

.karat-banner-right {
    width: 100%;
}

    .karat-banner-right img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

.default-heading {
    font-size: 40px;
    margin-bottom: 24px;
}

.default-text {
    font-size: 24px;
    color: var(--Dark-Gray);
    font-weight: 400;
    line-height: 1.1;
    font-family: Inter;
}

.karat-btn {
    margin-top: 45px;
    display: flex;
    gap: 23px;
    align-items: center;
}

.karat-service {
    display: flex;
    gap: 24px;
    padding-block: 44px;
}

.karat-service-box {
    flex: 1;
    text-align: center;
    padding: 24px 16px;
}

    .karat-service-box img {
        margin-bottom: 16px;
        width: 75px;
        height: 88px;
    }

    .karat-service-box .default-text {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: auto;
    }

.earn-detail-box .default-heading {
    margin-bottom: 20px;
}

.earn-point-wrapper {
    display: flex;
    gap: 40px;
    padding-block: 40px 40px;
}

.earn-point-box {
    flex: 1;
    overflow: hidden;
}

    .earn-point-box img {
        width: 100%;
        height: 365px;
    }

.earn-detail-box {
    padding: 24px 40px 40px;
}

.status-card-wrapper {
    padding-block: 48px;
}

.default-heading.inherit {
    margin-bottom: 40px;
}

.default-heading.revert {
    margin-bottom: 8px;
}

.status-card-box img {
    margin-bottom: 16px;
}

.default-text.inherit {
    color: var(--Black);
    margin-bottom: 24px;
    display: block;
}

.status-point {
    font-size: 24px;
    font-weight: 600;
    color: var(--Medium-Gray);
    margin-bottom: 24px;
    font-family: Inter;
    display: block;
}

.status-card-inner {
    display: flex;
    gap: 24px;
}

.status-card-box {
    padding: 24px 40px;
    overflow: hidden;
    flex: 1;
}

.status-list li {
    font-size: 24px;
    font-weight: 400;
    color: var(--Black);
    position: relative;
    padding-left: 40px;
}

    .status-list li::after {
        content: '';
        position: absolute;
        width: 21px;
        height: 16px;
        background: url(/images/svg/check-blue.svg ) no-repeat center;
        top: 0;
        left: 4px;
        bottom: 0;
        margin: auto;
    }

    .status-list li:not(:last-child) {
        margin-bottom: 20px;
    }

.karat-faq-accordion {
    display: flex;
    padding-block: 50px 0px;
    justify-content: space-between;
    align-items: self-start;
    gap: 150px;
}

.karat-faq-left {
    width: 100%;
    max-width: 1100px;
}

.karat-faq-right {
    width: 100%;
    max-width: 230px;
}

    .karat-faq-right .karat-btn {
        margin-top: 0px;
        gap: 16px;
        justify-content: space-between;
    }

.karat-faq-accordion .faq-question h4 {
    width: 100%;
    max-width: 630px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4;
}

.karat-faq-accordion .faq-answer {
    margin-top: 0;
    max-width: 750px;
}

.karat-faq-accordion .main-faq {
    margin-bottom: 28px;
}

    .karat-faq-accordion .main-faq:last-child {
        margin-bottom: 0;
    }

/*----Karat Secondary  ------- */
.karat-secondary-banner {
    margin-top: 95px;
    gap: 40px;
}

    .karat-secondary-banner .default-para {
        margin-bottom: 10px;
        line-height: 1.3;
    }

.karat-secondary-banner-left {
    max-width: 870px;
    padding: 0;
    margin-bottom: 55px;
}

.karat-secondary-banner-right {
    border-radius: 16px;
    overflow: hidden;
}

.default-secondary-heading {
    font-size: 32px;
    font-weight: 800;
    color: var(--Dark-Gray);
    margin-bottom: 24px;
}

.default-para {
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
    margin-bottom: 24px;
}

.karat-secondary-banner-left .karat-btn {
    margin-top: 70px;
}

.karat-secondary-banner.inherit {
    flex-direction: row-reverse;
    margin-top: 40px;
}

.black-border-btn {
    border-color: var(--Black);
    color: var(--Black);
    background: transparent;
}

    .black-border-btn:hover {
        color: var(--White);
        background: var(--Primary-Red);
        border-color: var(--Primary-Red);
    }

.karat-row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 21px 11px;
    margin-block: 92px 40px;
}

.karat-row-left {
    max-width: 630px;
}

.karat-row-wrapper h6 {
    font-size: 20px;
    color: var(--Black);
    margin-bottom: 16px;
}

.karat-row-wrapper span {
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.earn-secondary-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 570px;
}

    .earn-secondary-box .default-text {
        max-width: 550px;
        display: block;
        margin-bottom: 10px;
    }

    .earn-secondary-box .red-btn {
        max-width: fit-content;
        margin-top: 40px;
    }

.blog-wrapper {
    padding-block: 54px 0px;
}

.blog-point-box img {
    height: 320px;
}

.blog-point-box .earn-secondary-box {
    padding: 24px;
}

.blog-point-box .default-heading {
    font-size: 23px;
    margin-bottom: 0;
}

.blog-date {
    font-size: 12px;
}

.blog-wrapper h4 {
    font-size: 32px;
    color: var(--Black);
}

.blog-badge {
    background: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    color: var(--Black);
    padding: 4px 12px;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    width: fit-content;
}

/* .default-heading.inherit {
  margin-bottom: 8px;
  font-size: 24px;
} */

.karat-detail-top {
    margin-bottom: 24px;
}

.default-para.inherit {
    margin-bottom: 0;
}

.earn-secondary-box {
    padding: 32px;
    max-width: 100%;
}

.blog-inner-wrapper {
    gap: 24px;
}

.karat-tertiary-row .default-para {
    font-weight: 600;
    color: var(--Medium-Gray);
    text-transform: uppercase;
}

.karat-tertiary-row {
    margin-bottom: 64px;
}

.karat-text-wrapper {
    display: flex;
    flex-direction: column;
    gap: 88px;
}

.karat-text-box {
    width: 100%;
    max-width: 1100px;
}

    .karat-text-box h4 {
        font-size: 32px;
        color: var(--Dark-Gray);
        margin-bottom: 24px;
    }

    .karat-text-box .default-para:last-child {
        margin-bottom: 0;
    }

    .karat-text-box h6 {
        font-size: 20px;
        margin-bottom: 24px;
        color: var(--Dark-Gray);
    }

/* ----Blog Page -----  */
.blog-section {
    padding-block: 40px 88px;
}

    .blog-section .faq-title {
        margin-bottom: 16px;
    }

.blog-page-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 24px;
    row-gap: 64px;
    margin-block: 64px;
}

.blog-box {
    width: 100%;
    max-width: 32.4%;
    border-radius: 8px;
    flex: auto;
}

    .blog-box .earn-secondary-box {
        padding: 20px;
    }

    .blog-box .default-heading {
        font-size: 24px;
        margin: 0;
    }

    .blog-box img {
        height: 320px;
    }

.faq-tab-items .tab.active {
    font-weight: 700;
    color: var(--Dark-Gray);
}

.blog-badge.inherit {
    color: var(--Dark-Gray);
}

.black-border-btn.inherit {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: fit-content;
    margin: auto;
}

.blog-title-row {
    margin-bottom: 40px;
}

    .blog-title-row h2 {
        max-width: 870px;
        margin-bottom: 12px;
    }

.blog-text-box h4 {
    font-size: 32px;
    margin-bottom: 24px;
}

.blog-text-box img {
    width: 100%;
    height: 663px;
    margin-bottom: 47px;
    border-radius: 16px;
}

.blog-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.blog-container-left {
    max-width: 1100px;
    width: 100%;
}

.blog-container-right {
    padding: 24px 16px;
    max-width: 416px;
    width: 100%;
    margin-top: 18px;
}

.slider.slider-nav.product-detail-nav,
.slider.slider-nav.product-slide-nav {
    background-color: transparent;
}

.blog-container-right h4 {
    font-size: 32px;
    color: var(--Black);
    margin-bottom: 24px;
}

.blog-list {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

    .blog-list li {
        font-size: 24px;
        color: var(--Dark-Gray);
        padding-block: 3px;
    }


/*-------------ORDER TRACKING PAGE---------*/
.order-tracking-section {
    padding-block: 40px 88px;
}

.order-tracking-bar {
    padding: 0;
    margin-bottom: 24px;
}

.order-tracking-row {
    margin-bottom: 48px;
}

.order-tracking-heading {
    font-size: 48px;
    color: var(--Black);
    line-height: 1;
    margin-bottom: 24px;
}

.order-tracking-number {
    font-size: 24px;
    color: var(--Dark-Gray);
}

.order-tracking-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start;
}

.tracking-info-row {
    width: 100%;
    padding: 45px 24px 40px;
    display: flex;
    gap: 40px;
}

.shipping-info-row {
    width: 100%;
    max-width: 416px;
    padding: 24px 16px;
}

.tracking-info-date {
    background: var(--Background-Colors-Off-White);
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
    text-align: center;
    width: 100%;
    max-width: 417px;
}

    .tracking-info-date span {
        font-size: 16px;
        color: var(--Dark-Gray);
    }

    .tracking-info-date h3 {
        font-size: 40px;
        color: var(--Primary-Blue);
    }

.tracking-timeline-wrapper {
    width: 100%;
}

.tracking-timeline-row {
    display: flex;
    justify-content: space-between;
}

.order-track-step.inherit {
    flex-direction: column;
    flex: 1;
}

.order-track-status.inherit {
    display: flex;
    align-items: center;
    margin: 0;
    padding-bottom: 8px;
}

.order-track-dot {
    height: 32px;
    width: 32px;
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    border-radius: 100%;
    flex-shrink: 0;
    position: relative;
}

.completed .order-track-dot::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/svg/check-white.svg) no-repeat center;
}

.order-track-dot.completed::after {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/svg/check-white.svg) no-repeat center;
}

.order-track-dot.completed {
    background: var(--Primary-Blue);
    border-color: var(--Primary-Blue);
}

.order-tracking-line.line-completed::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
    border-radius: 16px;
    background: var(--Primary-Blue);
    width: var(--progress-width, 0%);
}



.order-track-line {
    width: calc(100% + 10px);
    display: block;
    height: 16px;
    background-color: var(--Background-Colors-Off-White);
    border: 1px solid var(--Light-Gray);
    border-radius: 40px;
    position: absolute;
    z-index: -1;
}

.tracking-info-box {
    text-align: left;
    margin-bottom: 40px;
}

    .tracking-info-box.end {
        text-align: end;
    }

.order-track-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--Dark-Gray);
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.order-track-value {
    font-size: 16px;
    font-weight: 400;
    color: var(--Black);
}

.order-track-step.revert {
    flex: unset;
}


.tracking-timeline-row .completed .order-track-dot,
.tracking-timeline-row .completed .order-track-line {
    background-color: var(--Primary-Blue);
    border-color: var(--Primary-Blue);
}

.tracking-head h6 {
    font-size: 20px;
    color: var(--Dark-Gray);
}

.tracking-head img {
    display: none;
}

.tracking-head {
    margin-bottom: 24px;
}

.order-shipping-date {
    font-size: 16px;
    font-weight: 800;
    display: block;
    font-family: Montserrat;
    color: var(--Medium-Gray);
    margin-bottom: 8px;
}

.shipping-detail-track {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.order-track-step {
    display: flex;
}

.shipping-track-step {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
}

.order-shipping-time {
    font-size: 16px;
    color: var(--Black);
    flex-basis: 95px;
}

.order-shipping-text {
    font-size: 14px;
    color: var(--Dark-Gray);
    margin-bottom: 4px;
}

.order-shipping-text-span {
    font-size: 12px;
    color: var(--Medium-Gray);
}

.shipping-track-status {
    position: relative;
}

.order-track-status {
    position: relative;
}

.order-track-status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: -150%;
    right: unset;
    z-index: 1;
    margin: auto;
    background: var(--Light-Gray);
}

.order-track-status-line {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 3.6rem;
    background: var(--Light-Gray);
}

.order-track-text {
    display: flex;
    flex-direction: column;
    max-width: 200px;
}

.tracking-timeline-mobile {
    display: none;
}

.order-text-label {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    color: var(--Medium-Gray);
}

.order-text-date {
    font-size: 12px;
    display: block;
    color: var(--Medium-Gray);
}

.shipping-detail-inner:not(:last-child) {
    margin-bottom: 24px;
}

.shipping-note {
    font-size: 16px;
    color: var(--Dark-Gray);
}

.order-tracking-row-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.order-tracking-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
}

    .order-tracking-line::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 99%;
        height: 16px;
        margin: auto;
        border: 1px solid var(--Light-Gray);
        background-color: var(--Background-Colors-Off-White);
        z-index: -1;
        border-radius: 16px;
    }

.order-tacking-detail {
    display: flex;
    justify-content: space-between;
}

.order-track-text.center {
    text-align: center;
}

.order-track-text.right {
    text-align: right;
}

.theme-slider.new-featured-arrows-fix .slick-arrow {
    top: 170px;
}

.quote-header,
.quote-box-link.mobile,
.chat-widget.mobile {
    display: none;
}


/* Shipping card states style */
.shipping-new-address {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    padding: 24px 16px;
    width: 100%;
    max-width: 415px;
}

.shipping-heading {
    font-size: 20px;
    color: var(--Black);
    margin-bottom: 24px;
}

.shipping-card-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.required-text {
    font-size: 12px;
    font-weight: 400;
    color: var(--Medium-Gray);
    font-family: Inter;
}

.shipping-input-box label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1;
    color: var(--Dark-Gray);
    text-transform: uppercase;
    display: block;
    letter-spacing: 0.48px;
}

.shipping-input-box input {
    border-radius: 8px;
    background: var(--White);
    border: 1px solid var(--Light-Gray);
    padding: 14px 8px;
    width: 100%;
    font-size: 12px;
    color: var(--Dark-Gray);
}

.shipping-inner-row {
    display: flex;
    gap: 16px;
    justify-content: space-between;
}

.shipping-input-box {
    width: 100%;
}

.shipping-card-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 2px;
}

    .shipping-card-checkbox label {
        font-size: 16px;
        color: var(--Black);
        font-weight: 400;
    }

    .shipping-card-checkbox input {
        width: 18px;
        height: 18px;
        border: 3px solid var(--Dark-Gray);
    }

.shiiping-address-btn {
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
}

    .shiiping-address-btn .transparent-btn {
        border-color: var(--Black);
        color: var(--Black);
    }

        .shiiping-address-btn .transparent-btn:hover {
            color: var(--White);
            border-color: var(--Primary-Red);
        }

.existing-address {
    border-radius: 16px;
    border: 1px solid var(--Light-Gray);
    padding: 24px 16px;
    width: 100%;
    max-width: 415px;
}

/* ---- */
.card-payment-detail {
    padding: 24px 16px;
    width: 100%;
    max-width: 415px;
}

.payment-detail-form,
.billing-address-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.card-payment-detail h6,
.card-billing-detail {
    margin-bottom: 24px;
}

.payment-detail-checkbox {
    margin-top: 8px;
}

.card-billing-detail h6 {
    font-size: 16px;
}

.card-billing-detail .checkout-box {
    align-items: flex-start;
}

.add-new-address {
    padding: 8px 0px;
    font-size: 16px;
    font-weight: 400;
    color: var(--Dark-Gray);
}

.payment-detail-box .card-input-row {
    position: relative;
}

.card-input-row img {
    position: absolute;
    left: 8px;
    top: 50%;
    bottom: 50%;
    margin: auto;
    width: 16px;
    height: 16px;
    aspect-ratio: 1/1;
}

.card-input-row input {
    padding-left: 30px;
}

.billing-flex-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

    .billing-flex-row h6 {
        font-size: 16px;
        margin: 0;
    }

    .billing-flex-row .add-new-address {
        padding: 0;
    }

header .right-side .dark-icon.icon-link {
    position: relative;
}

.cart-counter {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: var(--Primary-Red);
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.kerrat-reward-para {
    font-size: 12px;
    color: #474747;
    margin: 0 0 20px 0;
}

.cart-checkout-inner label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--Dark-Gray);
    margin-bottom: 5px;
    display: block;
}

.discount-input {
    padding: 8px;
    border: 1px solid var(--Light-Gray);
    background: var(--White);
    border-radius: 8px;
    width: 100%;
}

.cart-checkout-flex {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.transparent-btn {
    color: var(--Black);
    padding: 16px;
    text-align: center;
    background: transparent;
    border: 1px solid var(--Black);
    width: 100%;
    max-width: 156px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 40px;
}

    .transparent-btn:hover {
        border-color: var(--Primary-Red);
    }

.pd-banner {
    background-color: var(--Primary-Blue);
    padding: 24px 68px;
}

    .pd-banner span {
        color: #fff;
        font-size: 16px;
        font-weight: 700;
    }

    .pd-banner svg {
        float: right;
        cursor: pointer;
    }

.theme-slider.deals-slider .slick-arrow {
    top: 170px;
}

@media (min-width: 1950px) {

    .productlist-breadcrumbs,
    .product-sidebar-outer {
        max-width: 415px;
    }

    .productlist-top-right,
    .main-product-list {
        max-width: calc(100% - 450px);
    }
}

@media (min-width: 1025px) {
    .dropdown-item:hover .dropdown-list {
        transform: translateY(10px);
        visibility: visible;
    }
}

@media (max-width: 1920px) {

    .productlist-breadcrumbs,
    .product-sidebar-outer {
        max-width: 415px;
    }

    .productlist-top-right,
    .main-product-list {
        max-width: calc(100% - 450px);
        width: 100%;
    }
}

@media (max-width: 1850px) {
    .product-box-link {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .fav-item-info {
        gap: 40px;
    }

    .item-info-left {
        max-width: 600px;
    }
}

@media ( min-width:1280px ) {
    .blog-box {
        width: 32%;
    }
}

@media (max-width: 1680px) {
    .container {
        padding: 0 25px;
    }

    .store-right {
        max-width: 550px;
    }

    .logo {
        max-width: 210px;
    }

    header .search-bar input {
        font-size: 20px;
    }

    header nav .nav-links .nav-link {
        font-size: 22px;
    }

    header .search-bar {
        max-width: 630px;
    }

    header .header-bottom .right-col {
        gap: 20px;
    }

    header nav .nav-links {
        gap: 24px;
    }

    .product-slider.theme-slider {
        padding-left: 25px;
    }

    #productModal .modal-content {
        height: 80%;
        overflow-y: scroll;
    }

    .product-item .product-img img {
        width: 75%;
        height: 70%;
    }

    .img-resize .product-item .product-img img {
        width: 90%;
        height: 90%;
    }

    .newfeatured-right {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
        width: calc(100% - 600px);
    }

        .newfeatured-right img {
            width: 100%;
        }

    .newfeatured-row .inner {
        margin: 0 25px;
    }

    .product-deatil-slide-img {
        height: 500px;
    }

    .product-detail-right h3 {
        font-size: 32px;
    }

    .brand-label,
    .product-price,
    .product-detail-box {
        margin-bottom: 40px;
    }

    .product-detail-nav img {
        height: 160px;
    }

    .product-detail-slider {
        margin-bottom: 64px;
    }

    .product-detail-btns button,
    .product-detail-btns .inherit {
        padding-inline: 90px;
    }

    .quote-detail-left {
        width: 100%;
        max-width: 500px;
    }

    .product-slide-nav img {
        height: 120px;
    }

    .item-info-left {
        max-width: 440px;
    }

    .fav-right {
        max-width: 370px;
    }

    .fav-item-img {
        max-width: 250px;
        height: 300px;
    }

    .cart-wrapper {
        gap: 150px;
    }

    .blog-container-right {
        max-width: 360px;
    }

    .tracking-info-date {
        max-width: 340px;
    }

    .shipping-info-row {
        max-width: 360px;
    }
}

@media (max-width:1439px) {
    .default-heading {
        font-size: 30px;
    }

    .default-text,
    .status-list li {
        font-size: 16px;
    }

    .fav-right {
        max-width: 300px;
    }

    .product-contact-col {
        margin: 20px 0 0 0;
    }

    .product-contact-info:last-child {
        margin-top: 5px;
    }

    .newfeatured-left h2,
    .newfeatured-col h2 {
        font-size: 24px;
    }

    .newfeatured-left p,
    .newfeatured-col p {
        font-size: 18px;
        margin: 20px 0;
    }
}

@media (max-width:1399px) {
    .modal-content {
        max-width: 1200px;
    }

        .modal-content .product-thumbnail {
            max-width: 400px;
        }

        .modal-content .product-detail {
            width: calc(100% - 450px);
        }

    .reward-wrapper-inner .account-inner-right {
        width: 100%;
    }
}

@media (max-width: 1366px) {
    .product-item h3 {
        font-size: 18px;
    }

    .banner h1,
    .banner .sell h2 {
        font-size: 34px;
    }

    .productlist-grid-view {
        grid-template-columns: repeat(2, 1fr);
    }

    .signin-modal,
    .register-modal {
        top: 38%;
        height: 75%;
        overflow-y: scroll;
    }

    .product-detail-nav img {
        height: 140px;
    }

    .product-detail-box {
        flex-direction: column;
        gap: 24px;
    }

    .product-pay-inner {
        padding-top: 24px;
    }

    .product-detail-btns button,
    .product-detail-btns .inherit {
        padding-inline: 70px;
    }

    .tracking-info-date {
        max-width: 300px;
    }

    .tracking-info-row {
        gap: 24px;
    }
}

@media (max-width: 1300px) {
    header .right-side .icon-link svg {
        transform: translate(-6px, -6px) scale(0.65);
    }

    .cart-wrapper {
        gap: 100px;
    }

    .fav-product-row .product-item {
        width: 30%;
    }

    .cart-item-wrapper {
        margin-bottom: 75px;
    }

    .fav-product-wrapper {
        padding-block: 32px 0px;
    }

    header .primery-btn {
        padding: 12px;
        font-size: 14px;
    }

    .store-link {
        font-size: 16px;
    }

        .store-link svg {
            width: 26px;
            height: 28px;
        }

    header nav .nav-links {
        gap: 20px;
    }

    header .search-bar {
        max-width: 460px;
        padding: 7px 20px;
        margin-left: 15px;
    }

        header .search-bar input {
            font-size: 16px;
            padding-right: 17%;
        }

    .search-close {
        top: -35px;
    }

        .search-close:after {
            height: 30px;
            top: -5px;
            right: -20px;
        }

    header .search-bar button {
        width: 36px;
        height: 31px;
    }

    header nav .nav-links .nav-link {
        font-size: 18px;
    }

    /* banner style */
    .banner-item {
        max-width: 140px;
    }

    /* .banner-title {
    font-size: 30px;
  }
  .banner-subtitle {
    font-size: 20px;
  } */
    .banner-section .primery-btn {
        padding: 8px 16px;
        font-size: 20px;
    }
}

@media (max-width:1279px) {
    .tracking-info-row {
        flex-direction: column;
    }

    .tracking-info-date {
        max-width: 100%;
        padding: 13px 24px;
    }

    .tracking-info-box {
        margin-bottom: 24px
    }

    .blog-box {
        max-width: 48%;
    }

    .fav-item-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .info-row-mobile,
    .item-info-right {
        display: none;
    }

    .fav-item-view.mobile-hidden,
    .fav-item-mobile button,
    .fav-item-mobile {
        display: flex;
    }

    .fav-item-img {
        height: 230px;
        padding: 5px;
    }

    .heart {
        top: 16px;
        right: 16px;
        padding: 5px 7px;
        font-size: 16px;
    }

    .fav-item-mobile button {
        margin-left: 50px;
    }

    .item-info-left {
        max-width: 100%;
    }

    .productlist-grid-view.productlist-list-view .product-img {
        max-width: 205px;
        height: 205px;
    }

    .productlist-grid-view.productlist-list-view .productlist-detail {
        max-width: calc(100% - 225px);
    }

    .info-accordion-detail {
        max-width: calc(100% - 150px);
    }

    .order-detail-inner {
        gap: 35px;
    }

    .order-detail-right {
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .fav-wrapper h2 {
        margin-bottom: 40px;
    }

    .store-wrapper {
        flex-direction: column;
    }

    .store-left,
    .store-right {
        max-width: 100%;
    }

    .cart-btn-row button {
        display: none;
    }

    .primary-btn.mobile-inherit-btn {
        display: block;
    }

    .signin-modal,
    .register-modal {
        top: 42%;
        height: 60%;
    }

    .store-address {
        display: inline-block;
        width: 100%;
        margin: 15px 0 0;
    }

    header nav .nav-links .nav-link {
        font-size: 16px;
    }

    .header .primary-btn {
        font-size: 18px;
    }

    .banner h1,
    .banner .sell h2 {
        font-size: 24px;
    }

    .policy .wrap h3,
    footer h3,
    .blogs article h3 {
        font-size: 18px;
    }

    .productlist-results h4,
    .product-sidebar {
        font-size: 18px;
    }

    .modal-content {
        max-width: 1000px;
    }

        .modal-content .product-thumbnail {
            max-width: 300px;
        }

        .modal-content .product-detail {
            width: calc(100% - 300px);
        }

            .modal-content .product-detail h2 {
                padding-right: 50px;
            }

    .multi-store-filters,
    .multi-store-filters ul {
        flex-wrap: wrap;
    }

    .product-detail-nav img {
        height: 120px;
    }

    .brand-label,
    .product-price,
    .product-detail-box {
        margin-bottom: 24px;
    }

    .quote-detail-info {
        flex-direction: column;
    }

    .chat-widget {
        margin-top: 24px;
        width: 100%;
    }

    .quote-detail-left {
        max-width: 350px;
    }

    .product-deatil-slide-imgs {
        height: 350px;
    }

    .product-slide-nav img {
        height: 88px;
    }

    .chat-widget {
        height: 500px;
    }

    .quote-box-link {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-right {
        max-width: 350px;
    }

    .checkout-wrapper {
        gap: 70px;
    }
}

@media (max-width: 1150px) {
    .default-heading {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .karat-rewards-section h2 {
        font-size: 30px;
    }

    .extend-loan-inner {
        flex-direction: column;
    }

    .extend-loan-right {
        max-width: 100%;
    }

    .signin-modal,
    .register-modal {
        top: 45%;
    }

    .modal-content .product-thumbnail img {
        width: 80%;
    }

    .productinfo-opt {
        margin-top: 5px;
    }

    .newfeatured-left {
        width: 380px;
        padding: 0 15px 0 25px;
    }

    .newfeatured-right {
        width: calc(100% - 380px);
    }

    .order-wrapper .account-inner-left {
        max-width: 300px;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .order-filter-tab {
        margin-bottom: 24px;
    }

    .order-filter-tab {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        max-width: max-content;
        border: none;
        overflow: scroll;
        padding: 0;
    }

    .order-wrapper .account-inner-right {
        width: 63%;
    }

    button.tablinks.inherit {
        white-space: nowrap;
    }

    .order-detail-inner {
        flex-direction: column;
    }

    .order-detail-right {
        max-width: 100%;
    }

    .product-detail-btns {
        flex-direction: column;
        align-items: flex-start;
    }

        .product-detail-btns button {
            width: 100%;
        }

    .product-price {
        font-size: 24px;
    }

    .product-box-link {
        flex-direction: row;
    }

    .loan-wrapper-inner .account-inner-left {
        max-width: 350px;
    }

    .loan-nmb {
        font-size: 16px;
    }

    .mobile-loan-col,
    .loan-btn {
        display: none;
    }

    .desk-loan-info,
    .desk-loan-info .loan-btn {
        display: block;
        width: 100%;
    }

    .desk-loan-info {
        margin-bottom: 24px;
    }

        .desk-loan-info .col {
            margin-bottom: 24px;
        }
}

@media (max-width: 1024px) {
    .blog-title-row h2 {
        font-size: 31px !important;
        margin-bottom: 8px !important;
    }

    .blog-text-box h4 {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .blog-title-row {
        margin-bottom: 16px;
    }

    .blog-container-right h4 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .fav-product-row .product-item {
        width: 43%;
    }

    .success-toast {
        width: 100%;
        right: 0;
        padding: 0 10px;
        border-radius: 0;
        bottom: 65px;
    }

    .product-info-box.active .toggle-header img {
        rotate: 180deg;
    }

    .toggle-header img {
        transition: all .3s;
    }

    .minicart-info-left p {
        font-size: 16px;
    }

    .minicart-item-img img {
        width: 116px;
        height: 116px;
    }

    .removepopup.minicart-popup {
        max-width: 400px;
    }

    .minicart-total-detail button {
        max-width: 100%;
    }

    .footer-fix-bar {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
        z-index: 9999;
        width: 100%;
        display: block;
        overflow-x: auto;
    }

        .footer-fix-bar ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding: 10px 10px 0 10px;
            background-color: #fff;
            width: 100%;
        }

            .footer-fix-bar ul li {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
                gap: 5px;
            }

                .footer-fix-bar ul li a {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: center;
                }

                    .footer-fix-bar ul li a img {
                        max-height: 25px;
                    }

                .footer-fix-bar ul li span {
                    color: #474747;
                    font-size: 12px;
                    font-weight: 400;
                    display: inline-block;
                    width: 100%;
                    text-align: center;
                    margin: 5px 0 0 0;
                }

    .header {
        padding-bottom: 20px;
    }

    header .container {
        flex-wrap: wrap;
    }

    header .search-bar,
    header .header-bottom {
        display: none;
    }

        header .search-bar.mobile-view {
            display: flex;
            max-width: initial;
            height: 52px;
            margin-top: 14px;
            margin-left: 0;
        }

    .nav-icon {
        display: none !important;
    }

    header .search-bar button {
        width: 37px;
        height: 36px;
    }

    header .header-bottom {
        position: fixed;
        right: 0;
        top: 0;
        width: 300px;
        height: 100%;
        background-color: #e2363d;
        z-index: 99;
        margin: 0;
    }

        header .header-bottom.show {
            display: block;
        }

    .nav-links.f-center {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 100px 0 50px 0;
    }

    .nav-links li {
        width: 100%;
    }

    header nav .nav-links .nav-link {
        color: #fff;
    }

    .dropdown-list {
        width: 100%;
    }

    header .header-bottom .right-col {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .store-link {
        color: white;
    }

        .store-link svg {
            fill: white;
        }

    .nav-icon {
        width: 32px;
        height: 32px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 170px;
        z-index: 999;
        cursor: pointer;
    }

        .nav-icon span {
            display: block;
            width: 100%;
            height: 2px;
            background-color: #000;
            position: relative;
        }

            .nav-icon span:before,
            .nav-icon span:after {
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                bottom: 8px;
                left: 0;
                background-color: #000;
            }

        .nav-icon.active {
            top: 40px;
            position: fixed;
        }

    .banner {
        padding: 20px 0;
    }

    .nav-icon.active span {
        background-color: transparent;
    }

    .nav-icon span:after {
        bottom: 16px;
    }

    .nav-icon.active span:before {
        top: 0;
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        transform: rotate(45deg);
        background-color: #fff;
    }

    .nav-icon.active span:after {
        top: 0;
        transform: rotate(135deg);
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fff;
    }

    .dropdown-item::after {
        content: "";
        border: solid #fff;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transition: all .3s ease-in-out;
    }

    .dropdown-item::after {
        transform: rotate(45deg) !important;
        -webkit-transform: rotate(45deg) !important;
        margin-top: 5px;
    }

    .policy {
        flex-wrap: wrap;
    }

        .policy .wrap {
            width: 100%;
            padding: 0;
            margin: 10px 0 0 0;
        }

    footer .inner {
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 40px 30px 0 30px;
    }

    footer .menu {
        width: 31%;
    }

    .policy .wrap h3,
    footer h3,
    .blogs article h3 {
        font-size: 16px;
    }

    footer .payments-loans {
        width: 100%;
        align-items: flex-start;
    }

    .blogs article .content {
        padding: 12px;
    }

    .rewards .content {
        max-width: 445px;
    }

    .banner h1,
    .banner .sell h2 {
        font-size: 18px;
    }

    .banner .primary-btn {
        font-size: 16px;
    }

    .productlist-grid-view {
        gap: 15px;
        row-gap: 55px;
    }

    .productlist-grid-view {
        grid-template-columns: repeat(1, 1fr);
    }

    .modal-content {
        max-width: 750px;
    }

    .modal-footer-right {
        margin-top: 20px;
    }

    .newfeatured-col-detail {
        padding: 35px 15px 35px 15px;
    }

    .newfeatured-left h2,
    .newfeatured-col h2 {
        font-size: 25px;
    }

    .newfeatured-left p,
    .newfeatured-col p {
        margin: 20px 0;
    }

    .inner.mobile-slider.popular-search-category {
        padding: 0 15px;
        display: block;
    }

        .inner.mobile-slider.popular-search-category .category h3 {
            width: 100%;
        }

        .inner.mobile-slider.popular-search-category .category .img-wrap {
            width: 200px;
            height: 200px;
            padding: 0;
        }

    .toggle-content {
        display: none;
    }

    .product-info-box.active .toggle-content,
    .toggle-header img,
    .product-location-box {
        display: block;
    }

    .toggle-header {
        cursor: pointer;
        position: relative;
    }

    .product-detail-nav img {
        height: 100px;
    }

    .product-mobile-detail-box {
        display: none;
    }

    .product-detail-wrapper {
        gap: 24px;
    }

    .toggle-header h6 {
        margin: 0;
    }

    .toggle-content {
        margin-top: 16px;
    }

    .product-info-box {
        padding-block: 23.5px;
        border-bottom: 1px solid var(--Light-Gray);
        margin-bottom: 0px !important;
    }

    .product-detail-info h3 {
        display: none;
    }
}

@media (max-width:991px) {

    .order-tracking-container {
        flex-direction: column;
        gap: 0;
    }

    .tracking-info-row {
        margin-bottom: 40px;
    }

    .shipping-info-row {
        max-width: 100%;
    }

    .blog-container {
        flex-direction: column;
        gap: 0px;
    }


    .blog-text-box img {
        margin-bottom: 14px;
        height: 300px;
    }

    .blog-text-box .default-para {
        line-height: 1.2;
    }

    .blog-container-right {
        max-width: 100%;
    }

    .karat-service {
        flex-direction: column;
        gap: 16px;
    }

    .status-card-inner {
        flex-direction: column;
        gap: 24px;
    }

    .karat-service-box {
        padding: 24px 30px;
    }

    .earn-point-box img {
        height: 290px;
    }

    .earn-detail-box {
        padding: 19px 16px 20px;
    }

    .default-heading.inherit {
        margin-bottom: 24px;
    }

    .status-card-box img {
        margin-bottom: 10px;
    }

    .earn-detail-box .default-heading {
        margin-bottom: 8px;
    }

    .karat-faq-accordion {
        gap: 0px;
        flex-direction: column;
    }

    .karat-service-box img {
        width: 45px;
        height: 37px;
    }

    .karat-banner {
        flex-direction: column-reverse;
        margin-bottom: 22px;
    }

    .karat-banner-left {
        max-width: 100%;
        padding: 0px 16px;
    }

    .karat-faq-right {
        max-width: 100%;
        text-align: center;
    }

    .karat-btn {
        justify-self: center;
        margin-block: 22px;
    }

    .fav-item-img {
        height: 200px;
    }

    .checkout-right-inner {
        display: block !important;
    }

    .checkout-right {
        max-width: 100%;
    }

        .checkout-right .buy-now-btn {
            max-width: 100%;
        }

    .cart-section {
        padding-top: 24px;
    }

    .desk-cart-summary,
    .error-summary {
        display: none;
    }

    .mobile-cart-summary {
        display: block;
    }

    .cart-section .fav-top-bar {
        display: none;
    }

    .fav-result-container {
        padding: 40px;
    }

    .fav-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .fav-right {
        max-width: 100%;
    }

    .buy-now-btn {
        max-width: max-content;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .info-left-row p {
        font-size: 16px;
    }

    .fav-item-wrapper {
        gap: 24px;
    }

    .fav-wrapper h2 {
        margin-bottom: 24px;
    }

    .fav-item-box {
        border-bottom: none;
    }

    .cart-item-box:not(:last-child) {
        border-bottom: 1px solid var(--Light-Gray) !important;
    }

    .fav-item-view span {
        font-size: 14px;
    }

    .order-detail-right {
        gap: 32px;
    }

    .accordion-item {
        flex-direction: column;
        gap: 24px;
    }

    .item-right img {
        width: 100px;
        height: 100px;
    }

    .loan-wrapper-inner .account-inner-left {
        max-width: 280px;
    }

    .order-deatil-head {
        background: var(--White);
        border-radius: 0;
        border-bottom: 1px solid var(--Light-Gray);
    }

    .order-head-tag {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 24px;
        margin-bottom: 18px;
        cursor: pointer;
    }

    .order-deatil-contant.active {
        display: block;
    }

    .order-deatil-contant {
        display: none;
    }

    .order-col span {
        display: block;
    }

    .order-col {
        margin-bottom: 18px;
    }

    .rotate {
        rotate: 180deg;
    }

    .order-right-box {
        padding-bottom: 32px;
    }

    .reward-wrapper-inner .account-inner-right {
        width: 100%;
        margin-left: 24px;
    }

    .quote-inner-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .reward-balance-img {
        width: 100px;
        height: 100px;
        padding: 16px 17.5px;
    }

    .reward-balance-price {
        font-size: 48px;
    }

    .reward-balance-price {
        margin-bottom: 24px;
    }

    .reward-balance-inner {
        flex-direction: column;
        text-align: center;
        padding: 24px 16px;
        gap: 24px;
        margin-bottom: 24px;
    }

    .productlist-grid-view.productlist-list-view .productlist-detail {
        max-width: initial;
    }

    .blog-article-title {
        font-size: 20px;
    }

    .blog-article-detail {
        padding: 15px 12px;
    }

    .info-accordion-detail {
        max-width: initial;
        margin: 0 0 30px 0;
    }

    .productlist-top-right {
        justify-content: flex-start;
    }

    /* MY ACCOUNT STYLE CODE */
    .account-inner-left {
        max-width: 260px;
    }

    .tabcontent form .info-box input {
        min-width: 150px;
        line-height: 1.7;
        padding-bottom: 10px;
    }

        .tabcontent form .info-box input::-webkit-input-placeholder {
            white-space: inherit;
            position: relative;
        }

    .input-label {
        display: none;
    }

    .mobile-label {
        display: block;
        margin-block: 8px;
    }



    .tabcontent h6 {
        font-size: 16px;
    }

    .tablinks {
        font-size: 20px;
        line-height: 1.2;
    }

    .tab-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }

    .newfeatured-left,
    .newfeatured-right {
        width: 100%;
    }

    .newfeatured-left {
        display: flex;
        flex-wrap: wrap;
        order: 2;
        padding: 25px 15px;
    }

        .newfeatured-left h2,
        .newfeatured-col h2 {
            font-size: 24px;
        }

        .newfeatured-left p,
        .newfeatured-col p {
            font-size: 14px;
        }

    .newfeatured-row2 .container {
        gap: 30px;
    }

    .input-check input {
        min-width: 18px !important;
    }

    .input-check .note,
    .empty-result-container .note {
        font-size: 14px;
    }

    .empty-result-field img {
        width: 20px;
        height: 20px;
    }

    .fav-result-container img {
        width: 100%;
        height: 100%;
    }

    .empty-result-container {
        gap: 10px;
    }

    .tab-top-row h6 {
        font-size: 25px;
    }

    .tab-top-row {
        flex-direction: row;
        align-items: center;
    }

    .order-wrapper .account-inner-right {
        width: 60%;
    }

    .order-product-deatil {
        flex-direction: column;
        gap: 24px;
    }

    .Orders .empty-result-field img {
        width: 35px;
        height: 35px;
    }

    .quotes-detail-left {
        flex-direction: column;
    }

    .quotes-detail-right {
        flex-direction: column;
        gap: 16px;
        width: 100%;
        max-width: 100%;
    }

    .quotes-info-left {
        margin-right: 20px;
    }

        .quotes-info-left span {
            font-size: 16px;
        }

    .price {
        margin-bottom: 16px;
    }

    .quotes-detail-right button {
        width: 100%;
    }

    .quotes-detail-right .edit-row {
        display: none;
    }

    .quote-edit-form {
        width: 100%;
        gap: 24px;
    }

    .edit-quote {
        display: block;
    }

    .product-detail-right h3,
    .mobile-product-detail h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .pay-col,
    .pal-col {
        font-size: 16px;
    }

    .product-detail-nav img {
        height: 88px;
    }

    .product-deatil-slide-img {
        height: 400px;
    }

    .karat-secondary-banner {
        flex-direction: column;
        margin-block: 20px;
    }

    .karat-secondary-banner-left {
        padding: 0;
        margin: 0;
    }

    .karat-secondary-banner-right {
        height: 300px;
    }

    .status-point {
        font-size: 16px;
    }

    .status-card-box {
        padding: 27px 16px;
    }

    .karat-faq-accordion h3 {
        margin-bottom: 40px;
    }

    .karat-faq-left {
        margin-bottom: 48px;
    }

    .karat-faq-right .karat-btn {
        flex-direction: row;
        justify-content: end;
    }

    .karat-faq-accordion .faq-question h4 {
        max-width: 300px;
        margin-bottom: 10px;
        font-size: 16px;
    }

    .karat-faq-accordion .main-faq {
        margin-bottom: 27px;
    }

    .status-list li {
        font-size: 16px;
        padding-left: 30px;
    }

        .status-list li:not(:last-child) {
            margin-bottom: 20px;
        }

        .status-list li::after {
            width: 15px;
            height: 22px;
        }

    .karat-rewards-section h2 {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .karat-secondary-banner-left .karat-btn {
        margin-top: 6px;
    }

    .karat-secondary-banner.inherit,
    .karat-row-wrapper {
        flex-direction: column;
        gap: 24px;
    }


    .karat-row-wrapper {
        margin-block: 20px;
    }

    .karat-row-left {
        max-width: 100%;
    }

    .karat-banner-right {
        height: 290px;
    }

    .earn-point-wrapper,
    .karat-service,
    .status-card-wrapper,
    .karat-faq-accordion {
        padding-block: 20px;
    }

    .karat-btn,
    .earn-point-wrapper {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .default-secondary-heading {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .karat-tertiary-row {
        margin-bottom: 40px;
    }

    .karat-text-box h4 {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .karat-text-box h6 {
        font-size: 16px;
        margin-bottom: 16px;
    }

    .karat-text-wrapper {
        gap: 40px;
    }
}

@media (max-width: 767px) {
    .profile-icon span {
        display: block;
    }

    .pd-banner {
        display: flex;
        align-items: flex-start;
        padding: 20px;
    }

        .pd-banner span {
            font-size: 12px;
            padding-right: 20px;
        }

        .pd-banner svg {
            width: 18px;
            height: 18px;
        }

    .profile-icon span {
        width: 8px;
        height: 8px;
        right: -2px;
    }

    .cart-counter {
        width: 16px;
        height: 16px;
        font-size: 11px;
    }

    .blog-tab-item {
        flex-direction: row;
        max-width: max-content;
        border: none;
        overflow: scroll;
        padding: 0;
    }

    .blog-box {
        max-width: 100%;
    }

    .tab-row p {
        margin-top: 0;
    }

    .store-locator-inner h3,
    .store-box h4 {
        font-size: 24px;
    }

    .store-locator-inner h3 {
        margin-bottom: 24px;
    }

    .store-locator-inner:not(:last-child) {
        margin-bottom: 40px;
    }

    .store-locter-box {
        padding: 16px;
    }

    .fav-product-wrapper h2,
    .product-wrapper h2,
    .cart-top-tag h5 {
        font-size: 20px;
    }

    .checkout-left h2 {
        margin-bottom: 13px !important;
    }


    .option-para {
        font-size: 16px;
    }

    .fav-product-wrapper h2 {
        margin-bottom: 17px;
    }

    .also-like-wrapper {
        padding-block: 40px 90px;
    }

    .cart-right {
        padding-inline: 17px;
        margin-top: 9px;
    }

    .fav-wrapper h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .custom-select-wrapper {
        width: 120px;
    }

    .cart-item-img img {
        width: 116px;
        height: 116px;
    }

    /* old 768px media query */

    /*my account order */
    .quote-tag-line.quote-mobile {
        display: flex;
    }

    .product-detail-left {
        margin-top: 24px;
    }

    .fav-item-img {
        height: 148px;
        max-width: 148px;
        padding: 0;
    }

    .buy-now-btn {
        max-width: 100%;
    }

    .fav-item-view {
        padding: 8px;
    }

    .fav-item-box {
        gap: 20px;
    }

    .quote-desktop {
        display: none;
    }

    .quote-detail-info {
        display: none;
    }

    .quote-detail-right.active .quote-detail-info {
        display: block;
    }


    .quote-detail-inner {
        flex-direction: column;
    }

    .quote-detail-right.active .quote-header img {
        rotate: 180deg;
    }

    .quote-detail-left,
    .quote-detail-right {
        max-width: 100%;
        width: 100%;
    }

    .quote-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 16px;
    }

    .quote-box-link {
        border-top: 1px solid var(--Light-Gray);
        margin-top: 0;
        padding-top: 40px;
    }

    .order-product-deatil {
        flex-direction: column;
    }

    .noresult-btnwrap {
        gap: 24px;
    }

    /* ------ */


    .product-sidebar.sidebar-map {
        display: none;
    }

    .container {
        padding: 0 16px;
    }

    .banner-images,
    .productlist-breadcrumbs,
    .product-sidebar,
    .productlist-sort-dropdown,
    .sidbartitle-desktop,
    .clear-all-desktop {
        display: none;
    }

    .banner-content {
        padding: 24px;
        margin: 0 auto;
        text-align: center;
    }

    .banner-section .primery-btn {
        width: 100%;
        max-width: 329px;
    }

    .banner-sell .primery-btn {
        background: var(--White);
        color: var(--Primary-Red);
    }

        .banner-sell .primery-btn:hover {
            color: var(--White);
            background: var(--Primary-Red);
        }

    /* old media query 768px */

    .logo {
        width: 118px;
    }

    .banner .inner {
        flex-wrap: wrap;
    }

    .banner .content {
        padding: 15px 15px 25px 15px;
        width: 100%;
        text-align: center;
    }

    .banner .sell .content {
        padding-top: 10px;
    }

    .product-wrapper {
        padding: 22px 0 0 0;
    }

        .product-wrapper.categories {
            padding-top: 0;
        }

        .product-wrapper h2 {
            margin-bottom: 16px;
        }

    .product-item .product-img {
        margin-bottom: 4px;
    }

    .item-footer .price {
        font-size: 16px;
    }

    .banner .content p {
        margin: 7px 0 24px 0;
    }

    .product-item .save {
        padding: 0 3px;
        font-size: 11px;
        bottom: 5px;
        left: 5px;
    }

    .banner .deals {
        justify-content: center;
        margin-bottom: 30px;
    }

    .banner .deals,
    .banner .sell {
        width: 100%;
    }

        .banner h1,
        .banner .sell h2 {
            font-size: 24px;
        }

    .banner .img-wrap {
        display: none;
    }

    .banner .primary-btn {
        width: 100%;
        text-align: center;
        font-size: 20px;
        padding: 12px;
    }

    header .right-side .icon-link {
        margin-left: 12px;
    }

    .product-wrapper h2,
    .testimonials h2,
    .blogs h2,
    .policy .wrap h3,
    footer h3 {
        font-size: 20px;
    }

    .rewards .img-wrap {
        display: none;
    }

    .category .img-wrap {
        margin: 0 auto 25px auto;
        padding: 0;
        width: 360px;
        height: 360px;
    }

    .category h3 {
        font-size: 14px;
        color: #474747;
        font-weight: 400;
        margin: 20px 0 0 0;
    }

    .product-item h3,
    .price {
        font-size: 16px;
    }

    .item-price {
        flex-wrap: wrap;
    }

        .item-price .old-price {
            width: 100%;
            margin: 5px 0 0 0;
        }

    .rewards .inner {
        padding: 22px;
    }

    .reward-title {
        display: flex;
        align-items: center;
        margin: 0 0 22px 0;
    }

    .rewardtitle-icon {
        display: block;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        background-color: #fff;
        margin-right: 15px;
    }

        .rewardtitle-icon img {
            width: 22px;
            height: 24px;
        }

    .rewards h2 {
        position: relative;
        font-size: 24px;
        margin: 0;
    }

    .rewards p {
        font-size: 16px;
        text-align: center;
    }

    .rewards a {
        width: 100%;
        max-width: 330px;
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
    }

    .testimonial p,
    .blogs article p,
    .policy .wrap p {
        font-size: 14px;
    }

    .blogs .inner,
    .policies .inner {
        margin: 0;
        flex-wrap: wrap;
    }

    .blogs article,
    .policy {
        width: 100%;
        margin: 0 0 22px 0;
    }

        .blogs article h3 {
            font-size: 20px;
        }

        .blogs article a {
            width: 100%;
            max-width: 330px;
            margin: 0 auto;
            text-align: center;
        }

    .policy {
        flex-wrap: nowrap;
        padding: 15px 25px;
    }

        .policy .wrap {
            width: auto;
            margin-left: 15px;
        }

        .policy img {
            width: 30px;
            height: 30px;
        }

    footer .menu {
        width: 100%;
    }

    .footer h3 {
        margin: 0 0 30px 0;
    }

    footer .payments-loans {
        margin: 20px 0 0 0;
        padding: 30px 0 0 0;
        border-top: 1px solid #dee2ed;
    }



    .viewall-mobilelink {
        display: block;
        font-size: 14px;
        font-weight: 400;
        color: #474747;
        text-transform: capitalize;
    }

    .productwrap-title {
        display: flex;
        justify-content: space-between;
    }

    .policies {
        padding: 0 0 30px 0;
    }

    .blogs {
        padding-bottom: 20px;
    }

    .btn-wrap .quick-view {
        display: none;
    }

    .add-favorte {
        width: 24px;
    }

    .product-item .discount {
        font-size: 10px;
    }



    .productlist-top-right,
    .main-product-list {
        max-width: 100%;
    }

    .productlist-results {
        width: 100%;
        margin-bottom: 30px;
    }

    .productlist-top-right {
        justify-content: flex-start;
    }

    .product-list-top {
        margin-top: 30px;
    }

    .filter-sort-mobile {
        width: 138px;
        height: 35px;
        border-radius: 8px;
        border: 1px solid #DEE2ED;
        padding: 0 12px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

        .filter-sort-mobile img {
            width: 18px;
            height: 12px;
            object-fit: contain;
            margin-right: 12px;
        }

        .filter-sort-mobile span {
            color: #474747;
            font-size: 14px;
            font-weight: 400;
        }

    .productlist-grid-opt {
        max-width: initial;
    }

    .productlist-grid-view {
        grid-template-columns: repeat(2, 1fr);
    }

    .productlist-grid-view {
        gap: 20px;
        row-gap: 55px;
    }

    .product-sidebar {
        border: 0;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        max-width: initial;
        height: 90%;
        overflow-y: auto;
        background-color: #fff;
        z-index: 999;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .clearall-mobile-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 50px;
        border-radius: 40px;
        border: 1px solid #666;
        max-width: 360px;
        margin: 0 0 30px 0;
    }

    .sidebartitle-mobile {
        display: flex;
        font-size: 20px;
        padding: 30px 20px 30px 0;
    }

    .sidebar-close-icon {
        position: absolute;
        right: 20px;
        top: 40px;
    }

    .sortby-mobile-option,
    .sortby-mobile-option ul {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }

    .productcheckbox-secondlevel > div {
        width: 100%;
    }

    .sidebar-title {
        flex-direction: column;
    }

    .productlist-grid-view.productlist-list-view .productlist-detail {
        max-width: initial;
    }

    .productlist-list-view .product-item .item-footer {
        display: none;
    }

    .listview-itemfooter-mobile {
        display: block;
    }

    .productlist-grid-view.productlist-list-view .product-img {
        max-width: 150px;
        height: 150px;
    }

    .productlist-grid-view.productlist-list-view .productlist-detail {
        max-width: calc(100% - 170px);
    }

    .productlist-list-view .prodcut-map {
        margin: 15px 0 5px 0;
    }

    .productlist-grid-view.productlist-list-view .product-item {
        border: 0;
    }

    .listview-itemfooter-mobile .item-price {
        align-items: center;
        justify-content: space-between;
    }

    .productlist-inner {
        margin: 0 0 30px 0;
    }

    .blog-article-box {
        width: 100%;
        margin-bottom: 45px;
    }

    .blog-article-btn {
        width: 100%;
        text-align: center;
    }

    .product-info-accordion {
        margin: 0;
    }

    .information-accordtion-title {
        margin: 0 0 25px 0;
        font-size: 20px;
    }

    .category .img-wrap {
        width: 200px;
        height: 200px;
    }

    header .search-bar input {
        padding-right: 6%;
    }

    .no-result-container h4 {
        font-size: 24px;
        margin: 25px 0 0 0;
    }

    .no-result-container span {
        font-size: 16px;
        margin: 18px 0 22px 0;
    }

    .red-border-btn {
        width: 100%;
    }

    .main-product-list .store-info-row {
        display: none;
    }

    .productlist-top-right .store-info-row {
        display: block;
        margin: 10px 0 0 0;
        position: relative;
        padding: 20px 0;
    }

    .store-info-row:before {
        content: '';
        background-color: #F8F9FB;
        border-top: 1px solid #DEE2ED;
        border-bottom: 1px solid #DEE2ED;
        position: absolute;
        left: -15px;
        top: 0;
        width: calc(100% + 30px);
        height: 82%;
    }

    .storeinfo-title {
        margin: 0;
    }

    .store-info-row .product-sidebar.sidebar-map {
        display: block;
    }

    .storeinfo-row-inner,
    .sidebar-map {
        position: relative;
        display: block;
    }

    .storeinfo-row-inner,
    .store-info-left {
        margin: 0 0 22px 0;
    }

    .sidebar-map {
        margin: 0 0 45px 0;
        background: #fff;
        border-radius: 8px;
        border: 1px solid #DEE2ED;
        padding: 15px 22px 0;
    }

    .productlist-header h5 {
        font-size: 20px;
    }

    .sidebar-map .productlist-header h5 {
        font-size: 16px;
        margin: 0;
        padding: 0 0 15px 0;
    }

    .store-info-row.store-all-items-searched {
        padding: 0;
    }

        .store-info-row.store-all-items-searched:before,
        .multi-store-filters {
            display: none;
        }

        .store-info-row.store-all-items-searched .sidebar-map {
            margin: 0 0 25px 0;
        }

    .productlist-results.storeinfo-title .store-info-row,
    .productlist-results .multi-store-filters {
        display: block;
    }

    .multistore-title h6 {
        margin: 10px 0;
    }

    .multi-store-filters {
        margin: 0;
    }

    .newfeatured-row2 .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .newfeatured-title {
        padding: 0 0 30px 0;
        font-size: 32px;
    }

    .newfeatured-left .primary-btn, .newfeatured-col-detail .primary-btn {
        width: 100%;
        max-width: 320px;
        text-align: center;
    }

    .newfeatured-row .inner {
        margin: 0 16px;
    }

    .quote-detail-wrapper {
        padding-bottom: 30px;
    }

    .quote-box-link.mobile, .chat-widget.mobile {
        display: flex;
    }

    .inner.mobile-slider.popular-search-category .category .img-wrap {
        width: 150px;
        height: 150px;
    }

    .inner.mobile-slider.popular-search-category {
        padding: 0;
    }

    .main-faq {
        margin: 0 0 30px 0;
    }

    .faq-accordion h3 {
        font-size: 24px;
    }

    .faq-question h4 {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 15px 0;
    }

    .faq-row,
    .faq-tab-items {
        overflow-x: scroll;
    }

    .faq-tab-items {
        flex-wrap: nowrap;
    }

        .faq-tab-items.blog-tab-item {
            flex-wrap: wrap;
        }

            .faq-tab-items.blog-tab-item .tab {
                min-width: 100px;
                height: 50px;
            }

        .faq-tab-items .tab {
            min-width: 200px;
            text-align: center;
        }

    .quote-edit-wrapper {
        padding: 16px;
    }

    .quote-edit-form h6 {
        font-size: 32px;
    }

    .quotes-inner-row {
        max-width: 100%;
    }
}

@media (max-width: 680px) {
    .tracking-timeline-desktop .tracking-info-box {
        display: none;
    }

    .tracking-timeline-mobile {
        width: 100%;
        margin-block: 10px 24px;
        display: block;
        border-bottom: 1px solid var(--Light-Gray);
    }


    .order-text-label {
        font-size: 12px;
    }

    .order-track-dot {
        height: 24px;
        width: 24px;
    }

    .completed .order-track-dot::after {
        height: 18px;
        width: 18px;
    }

    .tracking-info-date h3 {
        font-size: 24px;
    }

    .tracking-info-date span {
        font-size: 12px;
    }

    .tracking-info-date {
        gap: 8px;
        border-radius: 8px;
    }

    .shipping-note {
        margin-bottom: 24px;
        display: block;
    }

    .order-tracking-section {
        padding-block: 24px 40px;
    }

    .order-tracking-bar {
        display: none;
    }

    .order-track-line {
        height: 8px;
    }

    .tracking-info-row,
    .shipping-info-row {
        border: none;
        padding: 0;
    }

    .shipping-info-row {
        border-bottom: 1px solid var(--Light-Gray);
        border-radius: 0 !important;
    }

    .tracking-info-row {
        gap: 16px;
    }

    .tracking-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .tracking-mobile-content {
        display: none;
    }

        .tracking-mobile-content.active {
            display: block;
        }

    .tracking-head img {
        display: block;
        width: 24px;
    }

    .tracking-head h6 {
        color: var(--Black);
    }

    .order-tracking-heading {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .order-tracking-number {
        font-size: 16px;
    }

    .order-tracking-row {
        margin-bottom: 24px;
    }

    .shipping-order-content {
        display: none;
        padding-bottom: 16px;
    }

        .shipping-order-content.active {
            display: block;
        }


    .shipping-detail-track {
        margin-bottom: 24px;
    }

    .tracking-mobile-content {
        margin-bottom: 16px;
    }


    .product-detail-wrapper {
        flex-direction: column;
    }

    .karat-row-right,
    .earn-secondary-box .red-btn {
        width: 100%;
        max-width: 100%;
    }

    .status-card-box img {
        width: 48px;
        height: 48px;
    }

    .store-box {
        max-width: 100%;
    }

    .cart-container {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease;
    }

    .checkout-accordion-mbl img {
        transition: all 0.4s ease;
    }

    .checkout-accordion-mbl.active img {
        rotate: 180deg;
    }

    .cart-item-box {
        padding-bottom: 30px;
    }

    .cart-container .cart-item-box {
        padding-bottom: 24px;
    }

    .checkout-box label {
        max-width: 85%;
    }

    .cart-top-tag.inherit h5 {
        font-size: 24px;
    }

    .checkout-radio-box {
        padding-right: 34px;
        margin-top: 0px;
    }

    .checkout-box:not(:last-child) {
        margin-bottom: 16px;
    }

    .checkout-right.inherit {
        padding: 24px 16px;
    }

    .checkout-left.inherit h2 {
        font-size: 24px;
    }

    .order-deatil-head {
        padding-inline: 0;
    }

    .error-message.inherit {
        text-align: center;
    }

    .checkout-right {
        padding-inline: 0px;
    }

    .checkout-wrapper {
        gap: 32px;
    }

    .cart-container .cart-item-wrapper:first-child {
        margin-bottom: 42px;
    }

    .checkout-account {
        flex-direction: column;
        gap: 24px;
    }

        .checkout-account button {
            max-width: 100%;
        }

    .error-cart {
        font-size: 12px;
        text-align: center;
    }

    .checkout-box {
        align-items: flex-start;
    }

    .fav-result-container {
        padding: 24px;
    }

    .fav-btnwrap .inherit {
        width: 100%;
        text-align: center;
    }

    .store-locator-tabs {
        max-width: 100%;
        overflow: scroll;
        width: 100%;
        white-space: nowrap;
        margin-bottom: 24px;
    }

    .store-locator-section {
        padding-block: 24px 40px;
    }

    .acoount-link {
        display: none;
    }

    .store-right {
        padding: 0;
        height: 580px;
    }

    .loan-wrapper-inner .account-inner-left {
        max-width: 100%;
    }

    .product-detail-left,
    .product-detail-right {
        width: 100%;
    }

    .mobile-product-detail {
        display: block;
    }

    .product-detail-right {
        display: none;
    }
}

@media (max-width: 639px) {

    .karat-faq-right .karat-btn {
        flex-direction: column-reverse;
        gap: 22px;
        margin-bottom: 0;
    }

    .karat-rewards-section {
        padding-block: 24px 40px;
    }



    .red-btn {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }

    .order-title-line {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start
    }

    .checkout-accordion-mbl {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }



    .removepopup.minicart-popup {
        max-width: 390px;
    }

    .extend-loan-form .tab-row {
        margin-bottom: 24px;
    }

    .order-info-flex {
        flex-direction: column;
        gap: 16px;
    }

    .order-detail-img img {
        width: 88px;
        height: 88px;
    }

    .order-detail-item {
        gap: 24px;
    }

    .order-info-left h6 {
        font-size: 16px;
        line-height: 1;
    }

    .order-title-line h3 {
        font-size: 20px;
    }

    .empty-result-field img {
        width: 35px;
        height: 35px;
    }

    .mobile-attach {
        display: none;
    }

    .drop-zone__prompt,
    .drop-zone__max {
        display: inline;
    }

    .drop-zone {
        flex-direction: row;
    }

    .quote-inner-img {
        width: 40px;
        height: 40px;
    }

    .quote-close {
        width: 10px;
        height: 10px;
    }

    .order-product-images {
        gap: 8px;
        align-items: center;
    }

        .order-product-images img {
            width: 40px;
            height: 40px;
            border-radius: 8px;
            padding: 4px;
        }

    .load-more-product {
        font-size: 14px;
        padding: 4px;
        width: 32px;
        height: 25px;
    }

    .order-wrapper .account-inner-right,
    .order-wrapper .account-inner-left {
        width: 100%;
        max-width: 100%;
    }

    .reward-wrapper-inner .account-inner-right {
        margin-left: 0;
    }

    .order-product-deatil .primary-btn.inherit {
        width: 100%;
        max-width: 100%;
    }

    .order-product-box {
        margin-bottom: 24px;
    }

    .mobile-button {
        margin-top: 16px;
    }

    .order-tracking-line.line-completed::before,
    .order-tracking-line.line-completed::after {
        height: 8px;
    }

    .order-track-dot.completed::after {
        width: 15px;
        height: 15px;
    }

    .category .img-wrap {
        width: 190px;
        height: 190px;
    }

    .product-item .product-img img {
        width: 70%;
        height: 62%;
    }

    /* .product-item {
    padding: 0 10px;
  } */
    .product-item {
        padding: 0 4px 0px 10px;
    }

    .testimonials .testimonial {
        margin: 0 5px;
        padding: 15px;
    }

    .testimonials .inner,
    .categories .inner .category {
        margin: 0;
    }

    .signin-modal,
    .resetpassword-modal,
    .register-modal {
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        width: 100%;
        height: 92%;
        overflow-y: scroll;
        border-radius: 0;
    }

    .form-group .form-row {
        width: 100%;
    }

    .search-matched-products ul {
        grid-template-columns: repeat(1, 1fr);
        margin: 10px 0 0 0;
    }

    .search-close {
        right: 70px;
    }

        .search-close:after {
            display: none;
        }

    /* ----- MY ACCOUNT ------- */
    .acooount-bar {
        padding-block: 24px 16px;
    }

    .recently-viewed-wrapper {
        padding: 0;
    }

    .save-btn {
        margin-left: 0px;
    }

    /* .acooount-bar {
    display: none;
  } */

    .contactus-wrapper {
        padding-block: 24px 40px;
    }

    .contact-success-img img {
        width: 100px;
        height: 100px;
    }

    .account-row h1 {
        font-size: 32px;
        line-height: 1;
    }

    .acoount-wrapper-inner {
        flex-direction: column;
        gap: 24px;
        padding-block: 32px 40px;
    }

    .account-inner-left {
        flex-direction: row;
        max-width: max-content;
        border: none;
        overflow: scroll;
        padding: 0;
        gap: 24px;
        border-radius: 0;
    }

    .tablinks {
        white-space: nowrap;
        font-size: 16px;
        line-height: 2;
    }

        .tablinks::after {
            bottom: 0px;
        }

    .info-box label,
    .require {
        margin-bottom: 10px;
    }

    .tabcontent form .info-box {
        padding-bottom: 0px;
    }

    .tab-addresses .info-box {
        padding-bottom: 9px !important;
    }

        .tab-addresses .info-box input {
            padding-bottom: 15px !important;
        }

    .account-form > * {
        margin-bottom: 20px;
    }

    #Orders {
        margin-top: 16px;
    }

    .tab-top-row {
        margin-bottom: 30px !important;
    }

    .notification-inner {
        gap: 8px;
        margin-bottom: 10px;
    }

    .notification-title {
        margin-bottom: 16px;
    }

    .notification-description {
        margin-bottom: 14px;
    }

    .light-gray-border {
        border-radius: 8px;
    }

    .tab-row {
        gap: 30px;
    }

    .contact-inner {
        padding-top: 16px;
    }

    .mobile-button {
        display: block;
        width: 100%;
    }

    .desktop-btn {
        display: none;
    }

    .order-tracking-popup {
        height: 100vh;
        max-width: 100% !important;
        border-radius: 0;
        width: 100%;
    }

        .order-tracking-popup .edit-changes {
            position: absolute;
            bottom: 24px;
            left: 0;
            width: 85%;
            right: 0;
            margin: auto;
        }

    .edit-changes {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        margin-bottom: 12px;
        gap: 16px;
    }

    .empty-result-container h4 {
        font-size: 24px;
    }
}

@media (max-width: 479px) {
    .product-detail-section {
        padding-block: 0px 30px;
    }

    .product-item h3 {
        margin-bottom: 10px;
    }

    .btn-wrap button {
        width: 24px;
        height: 24px;
    }

    .icon img {
        width: 100%;
        padding: 3px;
        height: 100%;
        object-fit: contain;
    }

    .header {
        padding-block: 16px;
    }

    .detail-fav-btn {
        width: 46px;
        top: 9px;
        right: 8px;
        height: 46px;
    }

        .detail-fav-btn img {
            width: 26px;
        }

    .product-detail-nav img {
        height: 70px;
        padding: 4px;
        width: 74%;
        border-radius: 8px;
    }

    .mobile-product-detail {
        margin-block: 10px 40px;
    }

    .product-detail-slider {
        margin-bottom: 10px;
    }

    .pay-inner {
        margin-bottom: 40px;
    }

    .product-deatil-slide-img {
        height: 360px;
        width: 100%;
        border-radius: 8px;
    }

    .img-resize .product-item .product-img img {
        width: 80%;
        height: 80%;
    }

    .category img {
        width: 100%;
        height: 100%;
    }

    .product-item .product-img {
        height: 150px;
        border-radius: 8px;
    }

    header .right-side {
        align-items: flex-start;
    }

        header .right-side .text-link,
        header .right-side .icon-link,
        .diamond-col {
            margin: 0 0 0 12px;
        }

        header .right-side .header-favorite-icon {
            margin: 0 0 0 10px;
        }

    .user-account .profile-icon,
    .diamond-col img {
        width: 20px;
        height: 20px;
    }

    .user-account {
        margin: 0;
    }

        .user-account .profile-icon:after {
            display: none;
        }

        .user-account .dropdown-menu {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            max-width: initial;
        }

    .account-mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 40px;
    }

        .account-mobile h6 {
            color: #474747;
            font-size: 20px;
            font-weight: 800;
            font-family: Montserrat;
        }

    .user-account .dropdown-menu a {
        padding: 15px 40px;
    }

    header .right-side .icon-link img {
        width: 22px;
    }

    .diamond-col span {
        font-size: 16px;
    }

    .nav-icon {
        top: 155px;
    }

    .category .img-wrap {
        width: 112px;
        height: 112px;
        margin: 0;
    }

    .categories .inner .category {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .categories .inner {
        margin: 0;
    }

    .form-group {
        gap: 0;
    }

    .success-toast span {
        font-size: 13px;
    }

    .footer-fix-bar ul {
        width: 600px;
    }

    .product-item .product-img img {
        width: 60%;
        height: 60%;
    }

    .newarrivals-imgresize .product-item .product-img img {
        width: 70%;
        height: 70%;
    }

    .inner.mobile-slider.popular-search-category .category .img-wrap {
        width: 112px;
        height: 112px;
    }

    .removepopup {
        max-width: calc(100% - 32px);
    }

        .removepopup h5 {
            font-size: 20px;
            max-width: 270px;
        }

    .popup-note,
    .guest-order-form {
        margin-bottom: 24px;
    }

    .quote-tag-line h4 {
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .order-flex-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .noresult-btnwrap {
        width: 100%;
    }

    .order-info-right {
        width: 100%;
    }

    .pickup-badge {
        width: fit-content;
        margin-left: auto;
    }

    .product-item .product-img img {
        width: 70%;
        height: 70%;
    }

    header .right-side .text-link,
    header .right-side .icon-link,
    .diamond-col {
        margin: 0 0 0 6px;
    }

    .logo {
        width: 105px;
    }

    .productlist-grid-view {
        gap: 10px;
        row-gap: 55px;
    }

    .prodcut-map {
        width: 100%;
    }

        .prodcut-map span {
            font-size: 12px;
        }

    .clearall-mobile-btn {
        max-width: 300px;
    }

    .productlist-grid-view.productlist-list-view .product-img {
        max-width: 130px;
        height: 130px;
    }

    .productlist-grid-view.productlist-list-view .productlist-detail {
        max-width: calc(100% - 150px);
    }

    .category .img-wrap {
        width: 105px;
        height: 105px;
    }

    .testimonial h3 {
        font-size: 18px;
    }

    .img-resize .product-item .product-img img {
        width: 70%;
        height: 70%;
    }

    .inner.mobile-slider.popular-search-category .category .img-wrap {
        width: 98px;
        height: 98px;
    }
}

/* Styling added by Dev */
.d-none {
    display: none !important;
}

.text-center {
    text-align: center !important;
}

#divloading {
    z-index: 999999;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
}

#divloading .loader {
    width: 50px;
    height: 20px;
    background: linear-gradient(#E71C24 0 0) left/20px 20px no-repeat #000;
    animation: l1 1s infinite linear;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@keyframes l1 {
    50% {
        background-position: right
    }
}

input.input-validation-error, input.error, select.error {
    border-color: var(--Primary-Red) !important;
    color: var(--Primary-Red) !important;
}

.field-validation-error {
    color: var(--Primary-Red) !important;
}
.swal2-container{
    z-index:99999;
}
:root{--swal2-outline: 0 0 0 3px rgba(100, 150, 200, 0.5);--swal2-container-padding: 0.625em;--swal2-backdrop: rgba(0, 0, 0, 0.4);--swal2-backdrop-transition: background-color 0.1s;--swal2-width: 32em;--swal2-padding: 0 0 1.25em;--swal2-border: none;--swal2-border-radius: 0.3125rem;--swal2-background: white;--swal2-color: #545454;--swal2-show-animation: swal2-show 0.3s;--swal2-hide-animation: swal2-hide 0.15s forwards;--swal2-icon-zoom: 1;--swal2-icon-animations: true;--swal2-title-padding: 0.8em 1em 0;--swal2-html-container-padding: 1em 1.6em 0.3em;--swal2-input-border: 1px solid #d9d9d9;--swal2-input-border-radius: 0.1875em;--swal2-input-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-background: transparent;--swal2-input-transition: border-color 0.2s, box-shadow 0.2s;--swal2-input-hover-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;--swal2-input-focus-border: 1px solid #b4dbed;--swal2-input-focus-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px $swal2-outline-color;--swal2-progress-step-background: #add8e6;--swal2-validation-message-background: #f0f0f0;--swal2-validation-message-color: #666;--swal2-footer-border-color: #eee;--swal2-footer-background: transparent;--swal2-footer-color: inherit;--swal2-close-button-position: initial;--swal2-close-button-inset: auto;--swal2-close-button-font-size: 2.5em;--swal2-close-button-color: #ccc;--swal2-close-button-transition: color 0.2s, box-shadow 0.2s;--swal2-close-button-outline: initial;--swal2-close-button-box-shadow: inset 0 0 0 3px transparent;--swal2-close-button-focus-box-shadow: inset var(--swal2-outline);--swal2-close-button-hover-transform: none;--swal2-actions-justify-content: center;--swal2-actions-width: auto;--swal2-actions-margin: 1.25em auto 0;--swal2-actions-padding: 0;--swal2-actions-border-radius: 0;--swal2-actions-background: transparent;--swal2-action-button-transition: background-color 0.2s, box-shadow 0.2s;--swal2-action-button-hover: black 10%;--swal2-action-button-active: black 10%;--swal2-confirm-button-box-shadow: none;--swal2-confirm-button-border-radius: 0.25em;--swal2-confirm-button-background-color: #7066e0;--swal2-confirm-button-color: #fff;--swal2-deny-button-box-shadow: none;--swal2-deny-button-border-radius: 0.25em;--swal2-deny-button-background-color: #dc3741;--swal2-deny-button-color: #fff;--swal2-cancel-button-box-shadow: none;--swal2-cancel-button-border-radius: 0.25em;--swal2-cancel-button-background-color: #6e7881;--swal2-cancel-button-color: #fff;--swal2-toast-show-animation: swal2-toast-show 0.5s;--swal2-toast-hide-animation: swal2-toast-hide 0.1s forwards;--swal2-toast-border: none;--swal2-toast-box-shadow: 0 0 1px hsl(0deg 0% 0% / 0.075), 0 1px 2px hsl(0deg 0% 0% / 0.075), 1px 2px 4px hsl(0deg 0% 0% / 0.075), 1px 3px 8px hsl(0deg 0% 0% / 0.075), 2px 4px 16px hsl(0deg 0% 0% / 0.075)}[data-swal2-theme=dark]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}@media(prefers-color-scheme: dark){[data-swal2-theme=auto]{--swal2-dark-theme-black: #19191a;--swal2-dark-theme-white: #e1e1e1;--swal2-background: var(--swal2-dark-theme-black);--swal2-color: var(--swal2-dark-theme-white);--swal2-footer-border-color: #555;--swal2-input-background: color-mix(in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10%);--swal2-validation-message-background: color-mix( in srgb, var(--swal2-dark-theme-black), var(--swal2-dark-theme-white) 10% );--swal2-validation-message-color: var(--swal2-dark-theme-white)}}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto !important}body.swal2-no-backdrop .swal2-container{background-color:rgba(0,0,0,0) !important;pointer-events:none}body.swal2-no-backdrop .swal2-container .swal2-popup{pointer-events:all}body.swal2-no-backdrop .swal2-container .swal2-modal{box-shadow:0 0 10px var(--swal2-backdrop)}body.swal2-toast-shown .swal2-container{box-sizing:border-box;width:360px;max-width:100%;background-color:rgba(0,0,0,0);pointer-events:none}body.swal2-toast-shown .swal2-container.swal2-top{inset:0 auto auto 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{inset:0 0 auto auto}body.swal2-toast-shown .swal2-container.swal2-top-start,body.swal2-toast-shown .swal2-container.swal2-top-left{inset:0 auto auto 0}body.swal2-toast-shown .swal2-container.swal2-center-start,body.swal2-toast-shown .swal2-container.swal2-center-left{inset:50% auto auto 0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{inset:50% auto auto 50%;transform:translate(-50%, -50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{inset:50% 0 auto auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-start,body.swal2-toast-shown .swal2-container.swal2-bottom-left{inset:auto auto 0 0}body.swal2-toast-shown .swal2-container.swal2-bottom{inset:auto auto 0 50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{inset:auto 0 0 auto}@media print{body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown){overflow-y:scroll !important}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop,.swal2-toast-shown) .swal2-container{position:static !important}}div:where(.swal2-container){display:grid;position:fixed;z-index:1060;inset:0;box-sizing:border-box;grid-template-areas:"top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";grid-template-rows:minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);height:100%;padding:var(--swal2-container-padding);overflow-x:hidden;transition:var(--swal2-backdrop-transition);-webkit-overflow-scrolling:touch}div:where(.swal2-container).swal2-backdrop-show,div:where(.swal2-container).swal2-noanimation{background:var(--swal2-backdrop)}div:where(.swal2-container).swal2-backdrop-hide{background:rgba(0,0,0,0) !important}div:where(.swal2-container).swal2-top-start,div:where(.swal2-container).swal2-center-start,div:where(.swal2-container).swal2-bottom-start{grid-template-columns:minmax(0, 1fr) auto auto}div:where(.swal2-container).swal2-top,div:where(.swal2-container).swal2-center,div:where(.swal2-container).swal2-bottom{grid-template-columns:auto minmax(0, 1fr) auto}div:where(.swal2-container).swal2-top-end,div:where(.swal2-container).swal2-center-end,div:where(.swal2-container).swal2-bottom-end{grid-template-columns:auto auto minmax(0, 1fr)}div:where(.swal2-container).swal2-top-start>.swal2-popup{align-self:start}div:where(.swal2-container).swal2-top>.swal2-popup{grid-column:2;place-self:start center}div:where(.swal2-container).swal2-top-end>.swal2-popup,div:where(.swal2-container).swal2-top-right>.swal2-popup{grid-column:3;place-self:start end}div:where(.swal2-container).swal2-center-start>.swal2-popup,div:where(.swal2-container).swal2-center-left>.swal2-popup{grid-row:2;align-self:center}div:where(.swal2-container).swal2-center>.swal2-popup{grid-column:2;grid-row:2;place-self:center center}div:where(.swal2-container).swal2-center-end>.swal2-popup,div:where(.swal2-container).swal2-center-right>.swal2-popup{grid-column:3;grid-row:2;place-self:center end}div:where(.swal2-container).swal2-bottom-start>.swal2-popup,div:where(.swal2-container).swal2-bottom-left>.swal2-popup{grid-column:1;grid-row:3;align-self:end}div:where(.swal2-container).swal2-bottom>.swal2-popup{grid-column:2;grid-row:3;place-self:end center}div:where(.swal2-container).swal2-bottom-end>.swal2-popup,div:where(.swal2-container).swal2-bottom-right>.swal2-popup{grid-column:3;grid-row:3;place-self:end end}div:where(.swal2-container).swal2-grow-row>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-column:1/4;width:100%}div:where(.swal2-container).swal2-grow-column>.swal2-popup,div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup{grid-row:1/4;align-self:stretch}div:where(.swal2-container).swal2-no-transition{transition:none !important}div:where(.swal2-container)[popover]{width:auto;border:0}div:where(.swal2-container) div:where(.swal2-popup){display:none;position:relative;box-sizing:border-box;grid-template-columns:minmax(0, 100%);width:var(--swal2-width);max-width:100%;padding:var(--swal2-padding);border:var(--swal2-border);border-radius:var(--swal2-border-radius);background:var(--swal2-background);color:var(--swal2-color);font-family:inherit;font-size:1rem;container-name:swal2-popup}div:where(.swal2-container) div:where(.swal2-popup):focus{outline:none}div:where(.swal2-container) div:where(.swal2-popup).swal2-loading{overflow-y:hidden}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable{cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-draggable div:where(.swal2-icon){cursor:grab}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging{cursor:grabbing}div:where(.swal2-container) div:where(.swal2-popup).swal2-dragging div:where(.swal2-icon){cursor:grabbing}div:where(.swal2-container) h2:where(.swal2-title){position:relative;max-width:100%;margin:0;padding:var(--swal2-title-padding);color:inherit;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word;cursor:initial}div:where(.swal2-container) div:where(.swal2-actions){display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:var(--swal2-actions-justify-content);width:var(--swal2-actions-width);margin:var(--swal2-actions-margin);padding:var(--swal2-actions-padding);border-radius:var(--swal2-actions-border-radius);background:var(--swal2-actions-background)}div:where(.swal2-container) div:where(.swal2-loader){display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 rgba(0,0,0,0) #2778c4 rgba(0,0,0,0)}div:where(.swal2-container) button:where(.swal2-styled){margin:.3125em;padding:.625em 1.1em;transition:var(--swal2-action-button-transition);border:none;box-shadow:0 0 0 3px rgba(0,0,0,0);font-weight:500}div:where(.swal2-container) button:where(.swal2-styled):not([disabled]){cursor:pointer}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){border-radius:var(--swal2-confirm-button-border-radius);background:initial;background-color:var(--swal2-confirm-button-background-color);box-shadow:var(--swal2-confirm-button-box-shadow);color:var(--swal2-confirm-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):active{background-color:color-mix(in srgb, var(--swal2-confirm-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny){border-radius:var(--swal2-deny-button-border-radius);background:initial;background-color:var(--swal2-deny-button-background-color);box-shadow:var(--swal2-deny-button-box-shadow);color:var(--swal2-deny-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):active{background-color:color-mix(in srgb, var(--swal2-deny-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel){border-radius:var(--swal2-cancel-button-border-radius);background:initial;background-color:var(--swal2-cancel-button-background-color);box-shadow:var(--swal2-cancel-button-box-shadow);color:var(--swal2-cancel-button-color);font-size:1em}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-hover))}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):active{background-color:color-mix(in srgb, var(--swal2-cancel-button-background-color), var(--swal2-action-button-active))}div:where(.swal2-container) button:where(.swal2-styled):focus-visible{outline:none;box-shadow:var(--swal2-action-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-styled)[disabled]:not(.swal2-loading){opacity:.4}div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-footer){margin:1em 0 0;padding:1em 1em 0;border-top:1px solid var(--swal2-footer-border-color);background:var(--swal2-footer-background);color:var(--swal2-footer-color);font-size:1em;text-align:center;cursor:initial}div:where(.swal2-container) .swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;grid-column:auto !important;overflow:hidden;border-bottom-right-radius:var(--swal2-border-radius);border-bottom-left-radius:var(--swal2-border-radius)}div:where(.swal2-container) div:where(.swal2-timer-progress-bar){width:100%;height:.25em;background:rgba(0,0,0,.2)}div:where(.swal2-container) img:where(.swal2-image){max-width:100%;margin:2em auto 1em;cursor:initial}div:where(.swal2-container) button:where(.swal2-close){position:var(--swal2-close-button-position);inset:var(--swal2-close-button-inset);z-index:2;align-items:center;justify-content:center;width:1.2em;height:1.2em;margin-top:0;margin-right:0;margin-bottom:-1.2em;padding:0;overflow:hidden;transition:var(--swal2-close-button-transition);border:none;border-radius:var(--swal2-border-radius);outline:var(--swal2-close-button-outline);background:rgba(0,0,0,0);color:var(--swal2-close-button-color);font-family:monospace;font-size:var(--swal2-close-button-font-size);cursor:pointer;justify-self:end}div:where(.swal2-container) button:where(.swal2-close):hover{transform:var(--swal2-close-button-hover-transform);background:rgba(0,0,0,0);color:#f27474}div:where(.swal2-container) button:where(.swal2-close):focus-visible{outline:none;box-shadow:var(--swal2-close-button-focus-box-shadow)}div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner{border:0}div:where(.swal2-container) div:where(.swal2-html-container){z-index:1;justify-content:center;margin:0;padding:var(--swal2-html-container-padding);overflow:auto;color:inherit;font-size:1.125em;font-weight:normal;line-height:normal;text-align:center;word-wrap:break-word;word-break:break-word;cursor:initial}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea),div:where(.swal2-container) select:where(.swal2-select),div:where(.swal2-container) div:where(.swal2-radio),div:where(.swal2-container) label:where(.swal2-checkbox){margin:1em 2em 3px}div:where(.swal2-container) input:where(.swal2-input),div:where(.swal2-container) input:where(.swal2-file),div:where(.swal2-container) textarea:where(.swal2-textarea){box-sizing:border-box;width:auto;transition:var(--swal2-input-transition);border:var(--swal2-input-border);border-radius:var(--swal2-input-border-radius);background:var(--swal2-input-background);box-shadow:var(--swal2-input-box-shadow);color:inherit;font-size:1.125em}div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror{border-color:#f27474 !important;box-shadow:0 0 2px #f27474 !important}div:where(.swal2-container) input:where(.swal2-input):hover,div:where(.swal2-container) input:where(.swal2-file):hover,div:where(.swal2-container) textarea:where(.swal2-textarea):hover{box-shadow:var(--swal2-input-hover-box-shadow)}div:where(.swal2-container) input:where(.swal2-input):focus,div:where(.swal2-container) input:where(.swal2-file):focus,div:where(.swal2-container) textarea:where(.swal2-textarea):focus{border:var(--swal2-input-focus-border);outline:none;box-shadow:var(--swal2-input-focus-box-shadow)}div:where(.swal2-container) input:where(.swal2-input)::placeholder,div:where(.swal2-container) input:where(.swal2-file)::placeholder,div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder{color:#ccc}div:where(.swal2-container) .swal2-range{margin:1em 2em 3px;background:var(--swal2-background)}div:where(.swal2-container) .swal2-range input{width:80%}div:where(.swal2-container) .swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}div:where(.swal2-container) .swal2-range input,div:where(.swal2-container) .swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}div:where(.swal2-container) .swal2-input{height:2.625em;padding:0 .75em}div:where(.swal2-container) .swal2-file{width:75%;margin-right:auto;margin-left:auto;background:var(--swal2-input-background);font-size:1.125em}div:where(.swal2-container) .swal2-textarea{height:6.75em;padding:.75em}div:where(.swal2-container) .swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:var(--swal2-input-background);color:inherit;font-size:1.125em}div:where(.swal2-container) .swal2-radio,div:where(.swal2-container) .swal2-checkbox{align-items:center;justify-content:center;background:var(--swal2-background);color:inherit}div:where(.swal2-container) .swal2-radio label,div:where(.swal2-container) .swal2-checkbox label{margin:0 .6em;font-size:1.125em}div:where(.swal2-container) .swal2-radio input,div:where(.swal2-container) .swal2-checkbox input{flex-shrink:0;margin:0 .4em}div:where(.swal2-container) label:where(.swal2-input-label){display:flex;justify-content:center;margin:1em auto 0}div:where(.swal2-container) div:where(.swal2-validation-message){align-items:center;justify-content:center;margin:1em 0 0;padding:.625em;overflow:hidden;background:var(--swal2-validation-message-background);color:var(--swal2-validation-message-color);font-size:1em;font-weight:300}div:where(.swal2-container) div:where(.swal2-validation-message)::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}div:where(.swal2-container) .swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:1.25em auto;padding:0;background:rgba(0,0,0,0);font-weight:600}div:where(.swal2-container) .swal2-progress-steps li{display:inline-block;position:relative}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:var(--swal2-progress-step-background);color:#fff}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:var(--swal2-progress-step-background)}div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}div:where(.swal2-icon){position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:2.5em auto .6em;zoom:var(--swal2-icon-zoom);border:.25em solid rgba(0,0,0,0);border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;user-select:none}div:where(.swal2-icon) .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}div:where(.swal2-icon).swal2-error{border-color:#f27474;color:#f27474}div:where(.swal2-icon).swal2-error .swal2-x-mark{position:relative;flex-grow:1}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-error.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark{animation:swal2-animate-error-x-mark .5s}}div:where(.swal2-icon).swal2-warning{border-color:#f8bb86;color:#f8bb86}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-warning.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .5s}}div:where(.swal2-icon).swal2-info{border-color:#3fc3ee;color:#3fc3ee}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-info.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content{animation:swal2-animate-i-mark .8s}}div:where(.swal2-icon).swal2-question{border-color:#87adbd;color:#87adbd}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-question.swal2-icon-show{animation:swal2-animate-error-icon .5s}div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content{animation:swal2-animate-question-mark .8s}}div:where(.swal2-icon).swal2-success{border-color:#a5dc86;color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;border-radius:50%}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}div:where(.swal2-icon).swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-0.25em;left:-0.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}div:where(.swal2-icon).swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}@container swal2-popup style(--swal2-icon-animations:true){div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-animate-success-line-tip .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-animate-success-line-long .75s}div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right{animation:swal2-rotate-success-circular-line 4.25s ease-in}}[class^=swal2]{-webkit-tap-highlight-color:rgba(0,0,0,0)}.swal2-show{animation:var(--swal2-show-animation)}.swal2-hide{animation:var(--swal2-hide-animation)}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{margin-right:initial;margin-left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}.swal2-toast{box-sizing:border-box;grid-column:1/4 !important;grid-row:1/4 !important;grid-template-columns:min-content auto min-content;padding:1em;overflow-y:hidden;border:var(--swal2-toast-border);background:var(--swal2-background);box-shadow:var(--swal2-toast-box-shadow);pointer-events:all}.swal2-toast>*{grid-column:2}.swal2-toast h2:where(.swal2-title){margin:.5em 1em;padding:0;font-size:1em;text-align:initial}.swal2-toast .swal2-loading{justify-content:center}.swal2-toast input:where(.swal2-input){height:2em;margin:.5em;font-size:1em}.swal2-toast .swal2-validation-message{font-size:1em}.swal2-toast div:where(.swal2-footer){margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-toast button:where(.swal2-close){grid-column:3/3;grid-row:1/99;align-self:center;width:.8em;height:.8em;margin:0;font-size:2em}.swal2-toast div:where(.swal2-html-container){margin:.5em 1em;padding:0;overflow:initial;font-size:1em;text-align:initial}.swal2-toast div:where(.swal2-html-container):empty{padding:0}.swal2-toast .swal2-loader{grid-column:1;grid-row:1/99;align-self:center;width:2em;height:2em;margin:.25em}.swal2-toast .swal2-icon{grid-column:1;grid-row:1/99;align-self:center;width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:bold}.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-toast div:where(.swal2-actions){justify-content:flex-start;height:auto;margin:0;margin-top:.5em;padding:0 .5em}.swal2-toast button:where(.swal2-styled){margin:.25em .5em;padding:.4em .6em;font-size:1em}.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;border-radius:50%}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-0.8em;left:-0.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-0.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}@container swal2-popup style(--swal2-icon-animations:true){.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{animation:swal2-toast-animate-success-line-tip .75s}.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{animation:swal2-toast-animate-success-line-long .75s}}.swal2-toast.swal2-show{animation:var(--swal2-toast-show-animation)}.swal2-toast.swal2-hide{animation:var(--swal2-toast-hide-animation)}@keyframes swal2-show{0%{transform:scale(0.7)}45%{transform:scale(1.05)}80%{transform:scale(0.95)}100%{transform:scale(1)}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(0.5);opacity:0}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-0.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(0.4);opacity:0}50%{margin-top:1.625em;transform:scale(0.4);opacity:0}80%{margin-top:-0.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0deg);opacity:1}}@keyframes swal2-rotate-loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes swal2-animate-question-mark{0%{transform:rotateY(-360deg)}100%{transform:rotateY(0)}}@keyframes swal2-animate-i-mark{0%{transform:rotateZ(45deg);opacity:0}25%{transform:rotateZ(-25deg);opacity:.4}50%{transform:rotateZ(15deg);opacity:.8}75%{transform:rotateZ(-5deg);opacity:1}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-toast-show{0%{transform:translateY(-0.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(0.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0deg)}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-0.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}
