/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@import "../css/animate.css";
@import "../css/custom.css";
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("@/assets/fonts/fa-regular-400.eot");
  src: url("@/assets/fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/fa-regular-400.woff2") format("woff2"), url("@/assets/fonts/fa-regular-400.woff") format("woff"), url("@/assets/fonts/fa-regular-400.ttf") format("truetype"), url("@/assets/fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("@/assets/fonts/fa-brands-400.eot");
  src: url("@/assets/fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/fa-brands-400.woff2") format("woff2"), url("@/assets/fonts/fa-brands-400.woff") format("woff"), url("@/assets/fonts/fa-brands-400.ttf") format("truetype"), url("@/assets/fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("@/assets/fonts/fa-solid-900.eot");
  src: url("@/assets/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("@/assets/fonts/fa-solid-900.woff2") format("woff2"), url("@/assets/fonts/fa-solid-900.woff") format("woff"), url("@/assets/fonts/fa-solid-900.ttf") format("truetype"), url("@/assets/fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

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

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

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

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

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

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

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

:root {
  --theme-color: #C5D696;
  --new-blc: #001D3C;
  --blueviolet: #8000CB;
}

.theme-color2 {
  --theme-color: #094380;
}

.theme-color3 {
  --theme-color: #7520dd;
}

.theme-color4 {
  --theme-color: #e87316;
}

.theme-color5 {
  --theme-color: #df4246;
}

.theme-color6 {
  --theme-color: #51983c;
}

.text-color {
  color: #6d6d6d;
}

/**=====================
    common mixins css start
==========================**/
/*======= Font Awesome Font Family And Weight Start  ======= */
/*======= Font Awesome Font Family And Weight End  ======= */
/*======= position css starts  ======= */
/*======= position css ends  ======= */
/*======= display flex css starts  ======= */
/*======= display flex css ends  ======= */
/*======= Font-color css starts  ======= */
.font-default {
  color: #232323 !important;
}

.font-dark {
  color: rgba(35, 35, 35, 0.65) !important;
}

.font-light {
  color: #7e7e7e !important;
}

.font-dark-30 {
  color: #232323 !important;
}

/*======= Font-color css end  ======= */
/*======= buttons css starts  ======= */
.btn-solid-dark {
  color: #fff;
  background-color: unset;
  border: 1px solid #232323;
  overflow: hidden;
}
.btn-solid-dark::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-dark:hover, .btn-solid-dark:focus {
  color: var(--theme-color);
}
.btn-solid-dark:hover::before, .btn-solid-dark:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-dark:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-dark:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

.btn-solid-light {
  color: #fff;
  background-color: unset;
  border: 1px solid #fefefe;
  overflow: hidden;
  color: #fff;
}
.btn-solid-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-light:hover, .btn-solid-light:focus {
  color: var(--theme-color);
}
.btn-solid-light:hover::before, .btn-solid-light:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-light:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-light:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}
.btn-solid-light:hover, .btn-solid-light:focus, .btn-solid-light:active, .btn-solid-light.active {
  color: #000;
}

.btn-solid-default {
  color: #fff;
  background-color: unset;
  border: 1px solid var(--theme-color);
  overflow: hidden;
}
.btn-solid-default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: var(--new-blc);
  transition: all 0.5s;
}
.btn-solid-default:hover, .btn-solid-default:focus {
  color: var(--theme-color);
}
.btn-solid-default:hover::before, .btn-solid-default:focus::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:focus:not(:focus-visible) {
  border-color: var(--theme-color);
}
.btn-solid-default:focus:not(:focus-visible)::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.btn-solid-default:active {
  color: #fff;
  background-color: transparent;
  border-color: var(--theme-color);
}

/*======= buttons css end  ======= */
/*======= align css starts  ======= */
/*======= align css ends  ======= */
/*======= breakpoint css ends  ======= */
/**=====================
    breakpoint mixins css start
==========================**/
@keyframes rounded {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes run-shoes {
  0% {
    transform: rotate(0deg) translate(0, 0);
  }
  50% {
    transform: rotate(5deg);
    transform-origin: left;
  }
  75% {
    transform: rotate(-5deg);
    transform-origin: right;
  }
  100% {
    transform: rotate(0deg) translate(0, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 243, 247, 0.3), 0 0 0 1em rgba(239, 243, 247, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(239, 243, 247, 0.3), 0 0 0 3em rgba(239, 243, 247, 0.3);
  }
}
@keyframes ripple-1 {
  0% {
    box-shadow: 0 0 0 0 rgba(232, 115, 22, 0.3), 0 0 0 1em rgba(232, 115, 22, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(232, 115, 22, 0.3), 0 0 0 1.5em rgba(232, 115, 22, 0);
  }
}
@keyframes ripple-2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 1em rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(255, 255, 255, 0.3), 0 0 0 1.5em rgba(255, 255, 255, 0);
  }
}
@keyframes rotate-flower {
  0% {
    transform: rotate(0deg);
    transform-origin: bottom;
  }
  25% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes back {
  0% {
    transform: translateX(0px);
  }
  70% {
    transform: translateX(-13px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes regMask {
  0% {
    transform: translate(0px, 0px) scale(0);
  }
  50% {
    transform: translate(100px, 100px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(1);
  }
}
@keyframes regMaskR {
  0% {
    transform: translate(0px, 0px) scale(1);
  }
  50% {
    transform: translate(150px, -150px) scale(0.5);
  }
  100% {
    transform: translate(0px, 0px) scale(0);
  }
}
@keyframes regTag {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  25% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  50% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  100% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
}
@keyframes regTag2 {
  0% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
  100% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
}
@keyframes regTagR {
  0% {
    transform: translate(-96px, 8px) rotate(45deg);
  }
  25% {
    transform: translate(-88px, 40px) rotate(22.5deg);
  }
  50% {
    transform: translate(4px, 25px) rotate(11.25deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes regTag2R {
  0% {
    width: 70px;
    height: 70px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0);
    line-height: 68px;
  }
  100% {
    width: 140px;
    height: 140px;
    line-height: 140px;
    box-shadow: 0px 2px 5px -1px rgba(33, 37, 41, 0.45);
  }
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: rotate(180deg);
  }
  100% {
    opacity: 1;
    transform: rotate(360deg);
  }
}
@keyframes buttons-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes ring {
  0% {
    transform: rotateZ(0);
  }
  1% {
    transform: rotateZ(15deg);
  }
  3% {
    transform: rotateZ(-14deg);
  }
  5% {
    transform: rotateZ(17deg);
  }
  7% {
    transform: rotateZ(-16deg);
  }
  9% {
    transform: rotateZ(15deg);
  }
  11% {
    transform: rotateZ(-14deg);
  }
  13% {
    transform: rotateZ(13deg);
  }
  15% {
    transform: rotateZ(-12deg);
  }
  17% {
    transform: rotateZ(12deg);
  }
  19% {
    transform: rotateZ(-10deg);
  }
  21% {
    transform: rotateZ(9deg);
  }
  23% {
    transform: rotateZ(-8deg);
  }
  25% {
    transform: rotateZ(7deg);
  }
  27% {
    transform: rotateZ(-5deg);
  }
  29% {
    transform: rotateZ(5deg);
  }
  31% {
    transform: rotateZ(-4deg);
  }
  33% {
    transform: rotateZ(3deg);
  }
  35% {
    transform: rotateZ(-2deg);
  }
  37% {
    transform: rotateZ(1deg);
  }
  39% {
    transform: rotateZ(-1deg);
  }
  41% {
    transform: rotateZ(1deg);
  }
  43% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(0);
  }
}
@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-7px);
  }
}
@keyframes floating {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-187%);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes moveDown {
  from {
    transform: translate(0, -100%);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes pendulum {
  20% {
    transform: rotate(60deg);
  }
  40% {
    transform: rotate(-40deg);
  }
  60% {
    transform: rotate(20deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
@keyframes catHi {
  0%, 100% {
    opacity: 0;
    transform: scale(0.8);
  }
  10%, 60% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes catShadow {
  0%, 100% {
    transform: translate(40px, -35px) scale(0.3);
  }
  10%, 60% {
    opacity: 1;
    transform: translate(-5px, 10px) scale(0.5);
  }
  60% {
    opacity: 0;
  }
}
@keyframes moveBox {
  0% {
    opacity: 0;
    transform: translate(0, -150px) rotate(20deg);
  }
  15% {
    opacity: 1;
    transform: translate(0, 100px) rotate(-15deg);
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  35% {
    opacity: 1;
    transform: translate(0, 570px) rotate(0deg);
  }
  45%, 100% {
    opacity: 0;
    transform: translate(0, 570px);
  }
}
@keyframes parachute {
  0% {
    transform: translate(0, -150px) rotate(20deg) scale(0.8);
    opacity: 0;
  }
  15% {
    transform: translate(0, 100px) rotate(-15deg) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(0, 250px) rotate(10deg);
  }
  30% {
    transform: translate(0, 350px) rotate(-5deg);
  }
  33% {
    transform: translate(0, 460px) rotate(0deg) scale(0.9);
    opacity: 1;
  }
  45%, 100% {
    transform: translate(0, 480px);
    opacity: 0;
  }
}
@keyframes fadeInOut {
  5%, 12% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}
@keyframes clouds {
  from {
    transform: translate(-150%, 0);
  }
  to {
    transform: translate(150%, 0);
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sliderBackground {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}

.page-enter-active,
.page-leave-active {
  transition: opacity 0.2s;
}

.page-enter,
.page-leave-to {
  opacity: 0;
}

/**=====================
     reset css start
==========================**/
section,
.section-t-space {
  padding-top: calc(30px + 50 * (100vw - 320px) / 1600);
}

.section-b-space {
  padding-bottom: calc(30px + 50 * (100vw - 320px) / 1600);
}

.media .media-body {
  flex: 1;
}

.rating li i.orange {
  color: #facc21;
}

.g-18 {
  margin: -18px;
}
.g-18 > div {
  padding: 18px;
}

.custom-gy-5 {
  margin-top: calc(-16px + -4 * (100vw - 320px) / 1600);
  margin-bottom: calc(-16px + -4 * (100vw - 320px) / 1600);
}
.custom-gy-5 > div {
  margin-top: calc(16px + 4 * (100vw - 320px) / 1600);
  margin-bottom: calc(16px + 4 * (100vw - 320px) / 1600);
}

.light-gray-bg {
  background-color: #eff2f7;
}

@media (min-width: 1200px) {
  .custom-col {
    width: 37.49333%;
  }
}
/**=====================
     typography css start
==========================**/
body {
  font-family: Rubik, sans-serif;
  position: relative;
  font-size: 14px;
  color: #232323;
  margin: 0;
  background-color: #fff;
}
body .bg-overlay {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
body .bg-overlay.show {
  visibility: visible;
  opacity: 1;
}

ul {
  padding-left: 0;
  margin-bottom: 0;
}

li {
  display: inline-block;
  font-size: 14px;
}

p {
  font-size: 14px;
  line-height: 18px;
}

a {
  color: var(--theme-color);
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}

button:focus {
  outline: none;
}

.btn-close:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.form-control {
  background-color: #fff;
}
.form-control:focus {
  box-shadow: none;
}

h1 {
  font-size: calc(40px + 30 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  margin: 0;
}

h2 {
  font-size: calc(22px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  margin: 0;
}

h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

h4 {
  font-size: calc(17px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

h6 {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  line-height: 1.2;
  margin: 0;
  font-weight: 400;
}

span {
  display: inline-block;
}

.theme-color {
  color: var(--theme-color) !important;
}

.theme-bg-color {
  background-color: var(--theme-color);
}

@-webkit-keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#lds-roller {
  background: rgba(255, 255, 255, 0.3803921569);
  position: fixed;
  z-index: 999999;
  height: 100%;
  width: 100%;
  cursor: progress;
  top: 0;
  left: 0;
}
#lds-roller .lds-roller {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
}
#lds-roller .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
#lds-roller .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--theme-color);
  margin: -3px 0 0 -3px;
}
#lds-roller .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}
#lds-roller .lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
#lds-roller .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}
#lds-roller .lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
#lds-roller .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}
#lds-roller .lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
#lds-roller .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}
#lds-roller .lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
#lds-roller .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
#lds-roller .lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
#lds-roller .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}
#lds-roller .lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
#lds-roller .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}
#lds-roller .lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
#lds-roller .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}
#lds-roller .lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

/**=====================
     alert css start
==========================**/
.alert-info .btn-close {
  font-size: 10px;
}

.progress-bar-info {
  background-color: #0c5460;
}

[data-notify=progressbar] {
  width: 100px;
  height: 5px;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}

/**=====================
     Breadcrumb css start
==========================**/
.breadcrumb-section {
  background-color: #eff2f7;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 0;
}
.breadcrumb-section h3 {
  font-size: calc(20px + 6 * (100vw - 320px) / 1600);
}
.breadcrumb-section-1 {
  background-color: #e9e9e9;
}
[dir=rtl] .breadcrumb-section .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
  padding-left: unset;
}
.breadcrumb-section .breadcrumb-item.active {
  color: #7e7e7e;
}
.breadcrumb-section .breadcrumb {
  margin-bottom: 0;
  justify-content: center;
  margin-top: 10px;
}
.breadcrumb-section .breadcrumb li a:hover {
  color: var(--theme-color);
}
.breadcrumb-section .circles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.breadcrumb-section .circles li {
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  list-style: none;
  background-color: var(--theme-color);
  animation: animate 25s linear infinite;
  bottom: -150px;
  opacity: 0.2 !important;
}
.breadcrumb-section .circles li:nth-child(1) {
  width: 80px;
  height: 80px;
  left: 25%;
  animation-delay: 0s;
}
.breadcrumb-section .circles li:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 10%;
  animation-delay: 2s;
  animation-duration: 12s;
}
.breadcrumb-section .circles li:nth-child(3) {
  width: 20px;
  height: 20px;
  left: 70%;
  animation-delay: 4s;
}
.breadcrumb-section .circles li:nth-child(4) {
  width: 40px;
  height: 40px;
  left: 40%;
  animation-delay: 0s;
  animation-duration: 18s;
}
.breadcrumb-section .circles li:nth-child(5) {
  width: 20px;
  height: 20px;
  left: 65%;
  animation-delay: 0s;
}
.breadcrumb-section .circles li:nth-child(6) {
  width: 90px;
  height: 90px;
  left: 75%;
  animation-delay: 3s;
}
.breadcrumb-section .circles li:nth-child(7) {
  width: 110px;
  height: 110px;
  left: 19%;
  animation-delay: 7s;
}
.breadcrumb-section .circles li:nth-child(8) {
  width: 25px;
  height: 25px;
  left: 50%;
  animation-delay: 15s;
  animation-duration: 45s;
}
.breadcrumb-section .circles li:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 20%;
  animation-delay: 2s;
  animation-duration: 35s;
}
.breadcrumb-section .circles li:nth-child(10) {
  width: 110px;
  height: 110px;
  left: 85%;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

/**=====================
     buttons css start
==========================**/
.btn {
  position: relative;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  font-weight: 500;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 0;
  font-size: calc(12px + 1 * (100vw - 320px) / 1600);
  text-transform: capitalize;
  white-space: nowrap;
}
.btn-submit {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #fff;
}
.btn-submit:hover {
  background-color: var(--theme-color);
  color: #fff;
}
.btn-size {
  font-size: 12px;
}
.btn:focus {
  box-shadow: none;
  border: none;
}
.btn-spacing {
  padding: calc(5px + 9 * (100vw - 320px) / 1600) calc(8px + 22 * (100vw - 320px) / 1600);
}

.btn-sm {
  padding: 8px 16px;
  font-weight: 400;
}

.default-white {
  background-color: #fff;
  border-radius: 0;
}
.default-white:hover {
  background-color: #fff;
  border-radius: 0;
  border-color: #fff;
}
.default-light {
  color: #f8f8f8;
  position: relative;
  border: 1px solid transparent;
  padding: calc(6px + 8 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
  font-weight: 800;
}
.default-light::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.15;
}
.default-light1 {
  color: var(--theme-color);
  position: relative;
  background-color: unset;
  border: 1px solid transparent;
}
.default-light1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  opacity: 0.11;
  transition: all 0.5s;
}
.default-light1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transition: all 0.5s;
}
.default-light1:hover {
  color: var(--theme-color);
}
.default-light1:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.default-light1:hover::after {
  opacity: 0.11;
}
.default-light-theme {
  color: var(--theme-color);
  padding: calc(6px + 8 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
}
.default-light-theme:hover {
  color: var(--theme-color);
}
.default-theme {
  background-color: var(--theme-color);
  color: #fff;
}
.default-theme:hover {
  color: #fff;
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}
.default-theme-2 {
  padding: 12px 25px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
}
.default-theme-1 {
  background-color: rgba(240, 247, 240, 0.6);
  transform: scale(100%);
  border: 1px solid var(--theme-color);
}
.default-theme-1:hover {
  background-color: var(--theme-color);
  color: #fff;
  transform: scale(100%);
}
.default::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: var(--theme-color);
  opacity: 0.11;
  transition: all 0.5s;
}
.default::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border: 1px solid var(--theme-color);
  opacity: 0;
  transition: all 0.5s;
}
.default:hover {
  color: var(--theme-color);
}
.default:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}
.default:hover::after {
  opacity: 0.11;
}

.btn-light-white {
  padding: 6px 20px;
  color: #fff;
  background-color: unset;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.btn-light-white i {
  font-size: 12px;
}
.btn-light-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.5s;
}
.btn-light-white:hover {
  color: #fff;
}
.btn-light-white:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-white {
  padding: 6px 20px;
  color: #232323;
  background-color: unset;
  border: 1px solid #fff;
}
.btn-white i {
  font-size: 12px;
}
.btn-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  transition: all 0.5s;
}
.btn-white:hover {
  color: #fff;
}
.btn-white:hover::before {
  opacity: 0;
  transform: scale(0.5, 0.5);
}

.btn-full {
  width: 100%;
  border-radius: 5px;
}

/**=====================
     dropdown css start
==========================**/
.onhover-div {
  top: 70px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 8;
  background-color: #fff;
  transition: all linear 0.3s;
  min-width: 280px;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.onhover-div li {
  font-size: 14px;
}
.onhover-div li a svg {
  color: #232323;
}
.onhover-div::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  top: -7px;
  right: 10px;
  z-index: 2;
}
[dir=rtl] .onhover-div::before {
  right: unset;
  left: 10px;
}
.onhover-div.profile-dropdown {
  min-width: 160px;
}
@media (max-width: 767px) {
  .onhover-div.profile-dropdown {
    min-width: 160px;
    width: 100% !important;
  }
}
.onhover-div.profile-dropdown ul {
  padding: 10px 0;
}
.onhover-div.profile-dropdown ul li {
  display: block;
  padding: 5px 20px;
}

.onhover-dropdown {
  position: relative;
  cursor: pointer;
}
.onhover-dropdown:hover .onhover-div {
  top: 50px;
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}
@media (max-width: 767px) {
  .onhover-dropdown:hover .onhover-div {
    width: 320px;
  }
}
.onhover-dropdown.cart-dropdown button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.onhover-dropdown.cart-dropdown button:hover {
  border-color: var(--theme-color);
}
.onhover-dropdown.cart-dropdown button:active {
  color: #fff;
  border-color: transparent;
}
.onhover-dropdown.cart-dropdown button .feather {
  width: 23px !important;
  height: 17px;
  margin-right: 10px;
}
[dir=rtl] .onhover-dropdown.cart-dropdown button .feather {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 360px) {
  .onhover-dropdown.cart-dropdown button .feather {
    margin-right: 0;
  }
  [dir=rtl] .onhover-dropdown.cart-dropdown button .feather {
    margin-right: unset;
    margin-left: 0;
  }
}
.onhover-dropdown.cart-dropdown button span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
@media (max-width: 360px) {
  .onhover-dropdown.cart-dropdown button span {
    display: none;
  }
}

/**=====================
     form css start
  ==========================**/
.form-control {
  font-size: 14px;
  padding: calc(8px + 6 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
}
.form-control.subscribe-input {
  border: none;
  border-radius: 0;
}
[dir=rtl] .form-control {
  text-align: right;
}
.form-control:focus {
  background-color: #eff2f7;
  border-color: #ced4da;
  box-shadow: none;
  color: #212529;
}

.form-select {
  font-size: 14px;
}
.form-select:focus {
  background-color: #c7c7c5;
  border-color: #ced4da;
  box-shadow: none;
  color: #212529;
}

.input-group .btn {
  z-index: 1;
}

.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin-right: 16px;
}
[dir=rtl] .checkbox_animated {
  margin-right: 10px;
  margin-left: 16px;
}
.checkbox_animated:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 6px;
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  left: 4px;
  top: 4px;
  z-index: 1;
  border: 2px solid var(--theme-color);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  top: -2px;
  left: 0;
  background: #fff;
  border: 2px solid #ddd;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}

/**=====================
    label css start
==========================**/
.label {
  font-size: 12px;
  padding: 6px 10px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .label {
    padding: 4px 6px;
    font-size: calc(9px + 1 * (100vw - 320px) / 255);
  }
}
.label-block {
  position: absolute;
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  top: 0;
  width: 100%;
  z-index: 1;
  display: inline-flex;
}
.label-dark {
  background-color: #000;
}
.label-black {
  background-color: #000;
}
[dir=rtl] .label-black {
  float: right;
}
.label-theme {
  background-color: var(--theme-color);
}

/**=====================
    Lazy Load css Start
==========================**/
.blur-up {
  filter: blur(5px);
  transition: filter 400ms, -webkit-filter 400ms;
}
.blur-up.lazyloaded {
  filter: blur(0);
}

/**=====================
    Modal css Start
==========================**/
.newletter-modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0;
  background-color: #fff;
}
@media (max-width: 575px) {
  .newletter-modal .modal-dialog .modal-content {
    overflow: hidden;
  }
}
.newletter-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 2;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
    line-height: unset;
    padding: 0;
  }
  [dir=rtl] .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
    left: 0px;
    border-radius: 0 0 6px 0;
  }
}
.newletter-modal .modal-dialog .modal-content .modal-header .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .newletter-modal .modal-dialog .modal-content .modal-header .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.newletter-modal .modal-dialog .modal-content .modal-body {
  padding: calc(20px + 20 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.newletter-modal .modal-dialog .modal-content .modal-body img {
  position: absolute;
  top: -15px;
  right: -25px;
  width: 140px;
  transform: rotate(20deg);
  filter: grayscale(1);
  opacity: 0.5;
  box-shadow: 0 7px 11px rgba(33, 37, 41, 0.5);
  z-index: -1;
}
[dir=rtl] .newletter-modal .modal-dialog .modal-content .modal-body img {
  right: unset;
  left: -25px;
  transform: rotate(-20deg);
}
.newletter-modal .modal-dialog .modal-content .modal-body .modal-title h2 {
  color: #212529;
  font-weight: 500;
  margin-bottom: 16px;
}
.newletter-modal .modal-dialog .modal-content .modal-body .modal-title ul {
  list-style-type: disc;
  padding-inline-start: 15px;
}
.newletter-modal .modal-dialog .modal-content .modal-body .modal-title ul li {
  display: list-item;
  color: #7e7e7e;
  line-height: 1.7;
}
.newletter-modal .modal-dialog .modal-content .modal-body .modal-title ul li::marker {
  color: #212529;
}

.video-play-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}
@media (max-width: 575px) {
  .video-play-modal .modal-dialog .modal-content {
    overflow: hidden;
  }
}
.video-play-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.video-play-modal .modal-dialog .modal-content .modal-header .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .video-play-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .video-play-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .video-play-modal .modal-dialog .modal-content .modal-header .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.video-play-modal .modal-dialog .modal-content .modal-header .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .video-play-modal .modal-dialog .modal-content .modal-header .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.video-play-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.video-play-modal .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 550px;
}

.comparemodal-body .table {
  margin-bottom: 0;
  border: 1px solid #ced4da;
}
.comparemodal-body .table.table-striped-1 tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.comparemodal-body .table.table-striped-1 tbody tr:nth-of-type(even) {
  background-color: #eff2f7;
}
.comparemodal-body .table a {
  color: #212529;
}
.comparemodal-body .table tr.table-product-details {
  border-bottom: 1px solid transparent;
}
.comparemodal-body .table tr.table-cart-button td {
  border-top: 1px solid transparent;
}
.comparemodal-body .table tr.table-cart-button a.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 16px;
  background-color: var(--theme-color);
  border-radius: 5px;
}
.comparemodal-body .table tr.table-cart-button a.btn:hover {
  color: #fff;
}
.comparemodal-body .table tr td {
  border-left: 1px solid #ced4da;
  padding: 14px;
  min-width: 230px;
  width: 0;
  color: #212529;
}
.comparemodal-body .table tr td:first-child {
  min-width: 270px;
  font-weight: 500;
  text-transform: uppercase;
}
.comparemodal-body .table ul.list-detail {
  padding-left: 22px;
}
.comparemodal-body .table ul.list-detail li {
  font-size: 14px;
  color: #777777;
  display: list-item;
  list-style-type: square;
}
.comparemodal-body .product-box .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .comparemodal-body .product-box .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .comparemodal-body .product-box .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .comparemodal-body .product-box .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.comparemodal-body .product-box .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .comparemodal-body .product-box .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.comparemodal-body .product-box .product-image {
  text-align: center;
}
.comparemodal-body .product-box .product-image img {
  width: 100%;
  height: 100%;
}

@media (max-width: 575px) {
  .shipping-modal .modal-dialog .modal-content {
    overflow: hidden;
  }
}
.shipping-modal .modal-dialog .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .shipping-modal .modal-dialog .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .shipping-modal .modal-dialog .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .shipping-modal .modal-dialog .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.shipping-modal .modal-dialog .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .shipping-modal .modal-dialog .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.shipping-modal .modal-dialog .modal-content .modal-body {
  padding: calc(15px + 25 * (100vw - 320px) / 1600);
}
.shipping-modal .modal-dialog .modal-content .modal-body .modal-title h6 {
  color: #191919;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.shipping-modal .modal-dialog .modal-content .modal-body .modal-title ul {
  list-style-type: disc;
  padding-inline-start: 15px;
}
.shipping-modal .modal-dialog .modal-content .modal-body .modal-title ul li {
  display: list-item;
  color: #7e7e7e;
  line-height: 1.7;
}
.shipping-modal .modal-dialog .modal-content .modal-body .modal-title ul li::marker {
  color: #212529;
}

@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content {
    overflow: hidden;
  }
}
.cart-modal .modal-dialog .modal-content .modal-header {
  padding: 0;
  border: none;
}
.cart-modal .modal-dialog .modal-content .modal-header .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.cart-modal .modal-dialog .modal-content .modal-header .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-header .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.cart-modal .modal-dialog .modal-content .modal-body {
  padding: calc(15px + 25 * (100vw - 320px) / 1600);
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-messages {
  text-align: center;
  color: #008000;
  margin-bottom: 10px;
  background: #d1e7dd;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-messages {
    display: block;
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  margin-right: 10px;
  background: #008000;
  border-radius: 100%;
  color: #fff;
}
[dir=rtl] .cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
    margin: 0 auto 12px;
  }
  [dir=rtl] .cart-modal .modal-dialog .modal-content .modal-body .modal-messages .fa-check {
    margin: 0 auto 12px;
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-product {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product {
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img {
    text-align: center;
    margin-bottom: calc(10px + 8 * (100vw - 320px) / 1600);
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
  margin-left: 10px;
}
[dir=rtl] .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
  margin-left: unset;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
    text-align: center;
    margin-left: 0;
  }
  [dir=rtl] .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-details {
    margin-left: unset;
    margin-right: 0;
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-product h5 {
  margin: 5px 0;
}
.cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
  width: 100%;
  height: auto;
  max-width: 220px;
  margin: 10px 0;
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
    max-width: 60%;
  }
}
@media (max-width: 480px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
    max-width: 75%;
  }
}
@media (max-width: 360px) {
  .cart-modal .modal-dialog .modal-content .modal-body .modal-product .modal-contain-img img {
    max-width: 100%;
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .product-total h5 {
  font-weight: 400;
}
.cart-modal .modal-dialog .modal-content .modal-body .product-total h5 span {
  font-weight: 500;
}
.cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(3px + 5 * (100vw - 320px) / 1600);
}
@media (max-width: 575px) {
  .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button {
  border: 1px solid var(--theme-color);
  background: #fff;
  color: var(--theme-color);
  padding: calc(6px + 6 * (100vw - 320px) / 1600) calc(10px + 15 * (100vw - 320px) / 1600);
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button:hover {
  background-color: var(--theme-color);
  color: #fff;
}

@media (max-width: 575px) {
  .modal-size .modal-dialog .modal-content {
    overflow: hidden;
  }
}
.modal-size .modal-dialog .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .modal-size .modal-dialog .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .modal-size .modal-dialog .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .modal-size .modal-dialog .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.modal-size .modal-dialog .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .modal-size .modal-dialog .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}

.quick-view-modal .modal-content {
  border: none;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content {
    overflow: hidden;
  }
}
.quick-view-modal .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .quick-view-modal .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    z-index: 2;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .quick-view-modal .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.quick-view-modal .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.quick-view-modal .modal-content .modal-body {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
}
.quick-view-modal .modal-content .quick-view-image {
  position: relative;
}
.quick-view-modal .modal-content .quick-view-image img {
  width: 100%;
}
@media (max-width: 991px) {
  .quick-view-modal .modal-content .quick-view-image img {
    max-height: 400px;
    object-fit: cover;
  }
}
.quick-view-modal .modal-content .quick-view-image .quick-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.quick-view-modal .modal-content .quick-view-image .quick-nav .swiper-wrapper .swiper-wrapper .swiper-slide img {
  margin: 0;
  border: 1px solid #ced4da;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.quick-view-modal .modal-content .quick-view-image .quick-nav .swiper-wrapper .swiper-wrapper .swiper-slide-thumb-active img {
  border: 1px solid var(--theme-color);
}
.quick-view-modal .modal-content .product-right.veg-product-right h2 {
  font-size: 26px;
}
.quick-view-modal .modal-content .product-right.veg-product-right .product-details {
  margin-top: 10px;
}
.quick-view-modal .modal-content .product-right.veg-product-right .product-btn a {
  font-size: 14px;
}
.quick-view-modal .modal-content .product-right.veg-product-right .price {
  display: block;
}
.quick-view-modal .modal-content .product-right.veg-product-right .price li {
  width: 100%;
}
.quick-view-modal .modal-content .product-right.veg-product-right .price li .custome-form-check {
  width: 100%;
  padding: 15px 8px 15px 30px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(33, 37, 41, 0.1);
  background: #f7f7f7;
}
.quick-view-modal .modal-content .product-right.veg-product-right .veg-details {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px dashed #ced4da;
}
.quick-view-modal .modal-content .product-right.veg-product-right .veg-details p {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .quick-view-modal .modal-content .product-right.veg-product-right .veg-details {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .product-right.veg-product-right .veg-details {
    margin-top: 15px;
    padding: 15px 0;
  }
}
.quick-view-modal .modal-content .product-right h2 {
  font-weight: 500;
}
.quick-view-modal .modal-content .product-right h6 {
  font-weight: 400;
}
.quick-view-modal .modal-content .product-right h4 {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.quick-view-modal .modal-content .product-right .price {
  display: flex;
  align-items: center;
}
.quick-view-modal .modal-content .product-right .price h3 {
  padding-right: 20px;
}
[dir=rtl] .quick-view-modal .modal-content .product-right .price h3 {
  padding-right: unset;
  padding-left: 20px;
}
.quick-view-modal .modal-content .product-right .color-types {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px dashed #ced4da;
}
.quick-view-modal .modal-content .product-right .color-types.veg-details p {
  line-height: 1.7;
}
@media (max-width: 991px) {
  .quick-view-modal .modal-content .product-right .color-types {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .product-right .color-types {
    margin-top: 15px;
    padding: 15px 0;
  }
}
.quick-view-modal .modal-content .product-right .size-detail {
  padding: 20px 0 0;
  border-top: 1px dashed #ced4da;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .product-right .size-detail {
    padding: 15px 0 0;
  }
}
.quick-view-modal .modal-content .product-right .size-detail ul {
  display: flex;
}
.quick-view-modal .modal-content .product-right .size-detail ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #ced4da;
  cursor: pointer;
  padding: 4px 10px;
}
.quick-view-modal .modal-content .product-right .size-detail ul li.selected {
  box-shadow: 0 2px 7px rgba(33, 37, 41, 0.2);
}
.quick-view-modal .modal-content .product-right .size-detail ul li + li {
  margin-left: 10px;
}
[dir=rtl] .quick-view-modal .modal-content .product-right .size-detail ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
.quick-view-modal .modal-content .product-right .product-details {
  padding: 20px 0;
  margin-top: 20px;
  border-top: 1px dashed #ced4da;
  border-bottom: 1px dashed #ced4da;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .product-right .product-details {
    padding: 15px 0;
  }
}
.quick-view-modal .modal-content .product-right .product-details ul li {
  display: block;
}
.quick-view-modal .modal-content .product-right .product-details ul li + li {
  margin-top: 5px;
}
.quick-view-modal .modal-content .product-right .product-details ul li span {
  min-width: 150px;
}
.quick-view-modal .modal-content .product-right .product-btn {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .quick-view-modal .modal-content .product-right .product-btn {
    margin-top: 15px;
  }
}

.delete-account-modal .modal-content {
  border: none;
}
@media (max-width: 575px) {
  .delete-account-modal .modal-content {
    overflow: hidden;
  }
}
.delete-account-modal .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .delete-account-modal .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .delete-account-modal .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .delete-account-modal .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.delete-account-modal .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .delete-account-modal .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.delete-account-modal .modal-content .modal-body {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
}
.delete-account-modal .modal-content .modal-body h4 {
  font-weight: 500;
}
.delete-account-modal .modal-content .modal-footer {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-top: none;
  padding-top: 0;
  justify-content: flex-start;
}
.delete-account-modal .modal-content .modal-footer button {
  margin: 0;
}
.delete-account-modal .modal-content .modal-footer button.modal-close-button {
  color: #fff;
  margin-right: 10px;
}
[dir=rtl] .delete-account-modal .modal-content .modal-footer button.modal-close-button {
  margin-right: 0;
  margin-left: 10px;
}

.payment-modal .modal-content {
  border: none;
}
@media (max-width: 575px) {
  .payment-modal .modal-content {
    overflow: hidden;
  }
}
.payment-modal .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .payment-modal .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .payment-modal .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .payment-modal .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.payment-modal .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .payment-modal .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.payment-modal .modal-content .modal-body {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
}
.payment-modal .modal-content .modal-body h4 {
  font-weight: 500;
}
.payment-modal .modal-content .modal-footer {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-top: none;
  padding-top: 0;
  justify-content: flex-start;
}
.payment-modal .modal-content .modal-footer button {
  margin: 0;
}
.payment-modal .modal-content .modal-footer button.modal-close-button {
  color: #fff;
  margin-right: 10px;
}
[dir=rtl] .payment-modal .modal-content .modal-footer button.modal-close-button {
  margin-right: 0;
  margin-left: 10px;
}

.add-address-modal .modal-content {
  border: none;
}
@media (max-width: 575px) {
  .add-address-modal .modal-content {
    overflow: hidden;
  }
}
.add-address-modal .modal-content .btn-close {
  width: 54px;
  height: 54px;
  top: -50px;
  right: -50px;
  line-height: 54px;
  position: absolute;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background: 0 0;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
  opacity: 1;
}
[dir=rtl] .add-address-modal .modal-content .btn-close {
  right: unset;
  left: -50px;
}
@media (max-width: 575px) {
  .add-address-modal .modal-content .btn-close {
    width: calc(25px + 8 * (100vw - 320px) / 255);
    height: calc(25px + 8 * (100vw - 320px) / 255);
    display: flex;
    align-items: center;
    justify-content: center;
    right: 8px;
    top: 8px;
    z-index: 1;
    background: var(--theme-color);
    border-radius: 0;
    border-bottom-left-radius: 6px;
  }
  [dir=rtl] .add-address-modal .modal-content .btn-close {
    right: unset;
    left: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 6px;
  }
}
.add-address-modal .modal-content .btn-close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 22px;
}
@media (max-width: 575px) {
  .add-address-modal .modal-content .btn-close:before {
    font-size: calc(15px + 3 * (100vw - 320px) / 255);
  }
}
.add-address-modal .modal-content .modal-body {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
}
.add-address-modal .modal-content .modal-body h4 {
  font-weight: 500;
}
.add-address-modal .modal-content .modal-footer {
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
  border-top: none;
  padding-top: 0;
  justify-content: flex-start;
}
.add-address-modal .modal-content .modal-footer button {
  margin: 0;
}
.add-address-modal .modal-content .modal-footer button.modal-close-button {
  color: #fff;
  margin-right: 10px;
}
[dir=rtl] .add-address-modal .modal-content .modal-footer button.modal-close-button {
  margin-right: 0;
  margin-left: 10px;
}

/**=====================
     ratio css start
==========================**/
.ratio_30 .bg-size:before {
  padding-top: 30%;
  content: "";
  display: block;
}

.ratio_35 .bg-size:before {
  padding-top: 35%;
  content: "";
  display: block;
}

.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}

.ratio_45 .bg-size:before {
  padding-top: 45%;
  content: "";
  display: block;
}

.ratio2_1 .bg-size:before {
  padding-top: 50%;
  content: "";
  display: block;
}

.ratio_55 .bg-size:before {
  padding-top: 55%;
  content: "";
  display: block;
}

.ratio_59 .bg-size:before {
  padding-top: 59%;
  content: "";
  display: block;
}

.ratio2_3 .bg-size:before {
  padding-top: 60%;
  content: "";
  display: block;
}

.ratio3_2 .bg-size:before {
  padding-top: 66.66%;
  content: "";
  display: block;
}

.ratio_90 .bg-size:before {
  padding-top: 93%;
  content: "";
  display: block;
}

.ratio_landscape .bg-size:before {
  padding-top: 75%;
  content: "";
  display: block;
}

.ratio_veg .bg-size:before {
  padding-top: 113%;
  content: "";
  display: block;
}

.ratio_square-2 .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}

.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
@media (max-width: 1399px) {
  .ratio_square .bg-size:before {
    padding-top: 120%;
  }
}
@media (max-width: 1199px) {
  .ratio_square .bg-size:before {
    padding-top: 182%;
  }
}
@media (max-width: 991px) {
  .ratio_square .bg-size:before {
    padding-top: 100%;
  }
}

.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}

.ratio_small .bg-size:before {
  padding-top: 118%;
  content: "";
  display: block;
}

.ratio_medium .bg-size:before {
  padding-top: 138%;
  content: "";
  display: block;
}

.ratio_portrait .bg-size:before {
  padding-top: 150%;
  content: "";
  display: block;
}

.ratio2_2 .bg-size:before {
  padding-top: 154.777778%;
  content: "";
  display: block;
}

.ratio_2 .bg-size:before {
  padding-top: 163%;
  content: "";
  display: block;
}

.ratio1_2 .bg-size:before {
  padding-top: 200%;
  content: "";
  display: block;
}

/**=====================
     slider css start
==========================**/
.classic-arrow .custom-arrow {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .classic-arrow .custom-arrow {
    bottom: 90px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .custom-arrow {
    bottom: 10px;
  }
}
.classic-arrow .custom-arrow:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
.classic-arrow .custom-arrow i {
  font-size: 12px;
  vertical-align: 1px;
}
@media (max-width: 575px) {
  .classic-arrow .custom-arrow i {
    margin: 0 !important;
    padding: 8px;
    background-color: #fff;
  }
  .classic-arrow .custom-arrow i:hover {
    background-color: var(--theme-color);
    color: #fff;
  }
}
.classic-arrow .custom-arrow.swiper-button-prev {
  right: 20%;
}
[dir=rtl] .classic-arrow .custom-arrow.swiper-button-prev i {
  margin-right: 16px !important;
  margin-left: 0 !important;
}
[dir=rtl] .classic-arrow .custom-arrow.swiper-button-prev {
  right: unset;
  left: 7%;
}
@media (max-width: 991px) {
  .classic-arrow .custom-arrow.swiper-button-prev {
    right: unset;
    left: 5%;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-prev {
    left: unset;
    right: 5%;
  }
}
@media (max-width: 575px) {
  .classic-arrow .custom-arrow.swiper-button-prev {
    right: 53% !important;
    left: unset !important;
    bottom: 20px;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-prev {
    left: 10%;
    right: unset;
  }
}
@media (max-width: 360px) {
  .classic-arrow .custom-arrow.swiper-button-prev {
    right: 12%;
    left: unset;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-prev {
    left: 12%;
    right: unset;
  }
}
.classic-arrow .custom-arrow.swiper-button-next {
  right: 13%;
}
[dir=rtl] .classic-arrow .custom-arrow.swiper-button-next i {
  margin-left: 16px !important;
  margin-right: 0 !important;
}
[dir=rtl] .classic-arrow .custom-arrow.swiper-button-next {
  right: unset;
  left: 13%;
}
@media (max-width: 1199px) {
  .classic-arrow .custom-arrow.swiper-button-next {
    right: 11%;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-next {
    right: unset;
    left: 15%;
  }
}
@media (max-width: 991px) {
  .classic-arrow .custom-arrow.swiper-button-next {
    right: unset;
    left: 16%;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-next {
    left: unset;
    right: 16%;
  }
}
@media (max-width: 767px) {
  .classic-arrow .custom-arrow.swiper-button-next {
    left: 20%;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-next {
    left: unset;
    right: 20%;
  }
}
@media (max-width: 575px) {
  .classic-arrow .custom-arrow.swiper-button-next {
    left: unset;
    right: 3%;
  }
  [dir=rtl] .classic-arrow .custom-arrow.swiper-button-next {
    left: 3%;
    right: unset;
  }
}
.classic-arrow .custom-arrow.swiper-button-next::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  left: -28px;
  top: 0;
}
[dir=rtl] .classic-arrow .custom-arrow.swiper-button-next::before {
  right: 18px;
  left: unset;
}
@media (max-width: 1660px) {
  .classic-arrow .custom-arrow.swiper-button-next::before {
    display: none;
  }
}

.classic-arrow-2 .swiper {
  height: 100%;
}
.classic-arrow-2 .swiper .swiper-wrapper {
  height: 100%;
}
.classic-arrow-2 .swiper .swiper-button-prev {
  position: absolute;
  bottom: 50px;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  color: #000;
  right: 11%;
  z-index: 2;
  left: unset;
  top: unset;
  display: flex;
  align-items: center;
  font-size: 16px;
  width: unset;
  height: unset;
  gap: 12px;
  line-height: 1;
}
[dir=rtl] .classic-arrow-2 .swiper .swiper-button-prev {
  direction: ltr;
}
.classic-arrow-2 .swiper .swiper-button-prev:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
@media (max-width: 1645px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    bottom: 52px;
    right: 193px;
  }
}
@media (max-width: 1495px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    bottom: 51px;
    right: 183px;
  }
}
@media (max-width: 1255px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    right: 172px;
  }
}
@media (max-width: 1255px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    right: 164px;
  }
}
@media (max-width: 991px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    right: unset;
    left: 91px;
    bottom: 71px;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-prev {
    left: unset;
    right: 189px;
  }
}
@media (max-width: 767px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    left: 51px;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-prev {
    left: unset;
    right: 150px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    left: 42%;
    right: unset;
    background-color: var(--theme-color);
    width: 33px;
    height: 33px;
    bottom: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-prev {
    right: unset;
    left: 40%;
  }
}
@media (max-width: 480px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 360px) {
  .classic-arrow-2 .swiper .swiper-button-prev {
    left: 40%;
  }
}
.classic-arrow-2 .swiper .swiper-button-prev::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
}
@media (max-width: 480px) {
  .classic-arrow-2 .swiper .swiper-button-prev::before {
    font-size: 14px;
  }
}
.classic-arrow-2 .swiper .swiper-button-prev::after {
  content: "PREV";
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .classic-arrow-2 .swiper .swiper-button-prev::after {
    display: none;
  }
}
.classic-arrow-2 .swiper .swiper-button-next {
  width: unset;
  height: unset;
  right: 5%;
  z-index: 2;
  display: flex;
  align-items: center;
  top: unset;
  font-size: 16px;
  gap: 12px;
  line-height: 1;
  position: absolute;
  bottom: 50px;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  color: #000;
}
[dir=rtl] .classic-arrow-2 .swiper .swiper-button-next {
  direction: ltr;
}
.classic-arrow-2 .swiper .swiper-button-next:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
.classic-arrow-2 .swiper .swiper-button-next::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 16px;
}
@media (max-width: 575px) {
  .classic-arrow-2 .swiper .swiper-button-next::after {
    line-height: 1;
  }
}
@media (max-width: 480px) {
  .classic-arrow-2 .swiper .swiper-button-next::after {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .classic-arrow-2 .swiper .swiper-button-next {
    right: unset;
    left: 167px;
    bottom: 69px;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-next {
    left: unset;
    right: 90px;
  }
}
@media (max-width: 767px) {
  .classic-arrow-2 .swiper .swiper-button-next {
    left: 131px;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-next {
    left: unset;
    right: 54px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-2 .swiper .swiper-button-next {
    right: 42%;
    left: unset;
    background-color: var(--theme-color);
    width: 33px;
    height: 33px;
    bottom: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [dir=rtl] .classic-arrow-2 .swiper .swiper-button-next {
    right: 40%;
  }
}
@media (max-width: 480px) {
  .classic-arrow-2 .swiper .swiper-button-next {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 360px) {
  .classic-arrow-2 .swiper .swiper-button-next {
    right: 40%;
  }
}
.classic-arrow-2 .swiper .swiper-button-next::before {
  padding-left: 22px;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  content: "NEXT";
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .classic-arrow-2 .swiper .swiper-button-next::before {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-2 .swiper .swiper-button-next::before {
    content: none;
  }
}

.light-arrow .swiper-button-prev,
.light-arrow .swiper-button-next,
.white-arrow .swiper-button-prev,
.white-arrow .swiper-button-next {
  width: calc(30px + 10 * (100vw - 320px) / 1600);
  height: calc(30px + 10 * (100vw - 320px) / 1600);
  border-radius: 100%;
}
.light-arrow .swiper-button-prev:before,
.light-arrow .swiper-button-next:before,
.white-arrow .swiper-button-prev:before,
.white-arrow .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
.light-arrow .swiper-button-prev,
.white-arrow .swiper-button-prev {
  z-index: 1;
}
.light-arrow .swiper-button-prev:before,
.white-arrow .swiper-button-prev:before {
  content: "\f053";
}
.light-arrow .swiper-button-next:before,
.white-arrow .swiper-button-next:before {
  content: "\f054";
}

.brand-image img {
  margin: 0 auto;
}

.dot-dark .swiper-pagination {
  bottom: 0 !important;
  width: unset !important;
  top: 50%;
  right: 0;
  left: 54% !important;
  transform: rotate(90deg) translateY(-50%);
}
.dot-dark .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #232323;
  opacity: 1;
  font-size: 10px;
  border-radius: 100%;
}
.dot-dark .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}

.black-slide .swiper .swiper-wrapper .swiper-slide img {
  filter: grayscale(20%) blur(1px);
  opacity: 0.8;
}
.black-slide .swiper .swiper-wrapper .swiper-slide-thumb-active img {
  filter: grayscale(0);
  opacity: 1;
}

.banner-slider .swiper-button-prev {
  width: auto;
  height: auto;
  left: calc(5px + 20 * (100vw - 320px) / 1600);
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-slider .swiper-button-prev {
    left: 10px;
  }
}
.banner-slider .swiper-button-prev:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30a";
  left: 0;
  color: #212529;
  font-size: 40px;
  opacity: 0.75;
}
.banner-slider .swiper-button-next {
  width: auto;
  height: auto;
  right: calc(20px + 20 * (100vw - 320px) / 1600);
  z-index: 1;
  left: unset;
}
[dir=rtl] .banner-slider .swiper-button-next {
  left: unset;
}
.banner-slider .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f30b";
  right: 0;
  color: #212529;
  font-size: 40px;
  opacity: 0.75;
}

.testimonial-slider {
  margin: -4px -4px 0;
}
.testimonial-slider .swiper {
  padding-inline: 4px;
  padding-top: 4px;
}

.classic-arrow .swiper .swiper-button-prev {
  position: absolute;
  bottom: 44.9%;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  right: 11.5%;
  left: unset;
  top: unset;
  margin: 0;
  width: unset;
  height: unset;
  color: #212529;
}
[dir=rtl] .classic-arrow .swiper .swiper-button-prev {
  direction: ltr;
  right: unset;
  left: 5.4%;
}
@media (max-width: 1738px) {
  .classic-arrow .swiper .swiper-button-prev {
    bottom: 44.8%;
    right: 11.7%;
  }
}
@media (max-width: 1659px) {
  .classic-arrow .swiper .swiper-button-prev {
    bottom: 39%;
  }
}
@media (max-width: 1515px) {
  .classic-arrow .swiper .swiper-button-prev {
    bottom: 39.1%;
    right: 12.3%;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-prev {
    left: 7.3%;
    right: unset;
  }
}
@media (max-width: 1350px) {
  .classic-arrow .swiper .swiper-button-prev {
    bottom: 39.2%;
    right: 13%;
  }
}
@media (max-width: 1199px) {
  .classic-arrow .swiper .swiper-button-prev {
    right: unset;
    left: 51px;
    bottom: 230px;
    z-index: 1;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-prev {
    left: unset;
    right: 145px;
  }
}
@media (max-width: 991px) {
  .classic-arrow .swiper .swiper-button-prev {
    left: 92px;
    bottom: 210px;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-prev {
    right: 113px;
  }
}
@media (max-width: 767px) {
  .classic-arrow .swiper .swiper-button-prev {
    left: 31px;
    bottom: 170px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .swiper .swiper-button-prev {
    right: 53%;
    left: unset;
    bottom: 139px;
    background-color: var(--theme-color);
    width: 28px;
    height: 28px;
    color: #fff;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-prev {
    left: 41%;
    right: unset;
  }
}
@media (max-width: 360px) {
  .classic-arrow .swiper .swiper-button-prev {
    bottom: 190px;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-prev {
    bottom: 210px;
    left: 38%;
  }
}
.classic-arrow .swiper .swiper-button-prev:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
.classic-arrow .swiper .swiper-button-prev::after {
  content: "Prev";
  font-family: unset;
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 16px;
  padding-left: 23px;
}
@media (max-width: 1738px) {
  .classic-arrow .swiper .swiper-button-prev::after {
    padding-left: 19px;
  }
}
@media (max-width: 1350px) {
  .classic-arrow .swiper .swiper-button-prev::after {
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  .classic-arrow .swiper .swiper-button-prev::after {
    padding-left: 13px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .swiper .swiper-button-prev::after {
    content: none;
  }
}
.classic-arrow .swiper .swiper-button-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
.classic-arrow .swiper .swiper-button-next {
  position: absolute;
  bottom: 44.7%;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  right: 5.4%;
  top: unset;
  width: unset;
  height: unset;
  color: #212529;
}
[dir=rtl] .classic-arrow .swiper .swiper-button-next {
  direction: ltr;
  left: 10.5%;
  right: unset;
}
@media (max-width: 1659px) {
  .classic-arrow .swiper .swiper-button-next {
    bottom: 39%;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-next {
    left: 14%;
    right: unset;
  }
}
@media (max-width: 1199px) {
  .classic-arrow .swiper .swiper-button-next {
    right: unset;
    left: 127px;
    bottom: 228px;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-next {
    left: unset;
    right: 54px;
  }
}
@media (max-width: 991px) {
  .classic-arrow .swiper .swiper-button-next {
    bottom: 207px;
    left: 166px;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-next {
    right: 22px;
  }
}
@media (max-width: 767px) {
  .classic-arrow .swiper .swiper-button-next {
    bottom: 168px;
    left: 106px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .swiper .swiper-button-next {
    left: 53%;
    right: unset;
    bottom: 139px;
    background-color: var(--theme-color);
    width: 28px;
    height: 28px;
    color: #fff;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-next {
    left: unset;
    right: 44%;
  }
}
@media (max-width: 360px) {
  .classic-arrow .swiper .swiper-button-next {
    bottom: 190px;
  }
  [dir=rtl] .classic-arrow .swiper .swiper-button-next {
    bottom: 210px;
    right: 41%;
  }
}
.classic-arrow .swiper .swiper-button-next::after {
  margin-left: 16px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
}
@media (max-width: 1199px) {
  .classic-arrow .swiper .swiper-button-next::after {
    margin-left: 13px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .swiper .swiper-button-next::after {
    margin-left: unset;
  }
}
.classic-arrow .swiper .swiper-button-next::before {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  content: "Next";
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 23px;
}
@media (max-width: 1738px) {
  .classic-arrow .swiper .swiper-button-next::before {
    padding-left: 19px;
  }
}
@media (max-width: 1350px) {
  .classic-arrow .swiper .swiper-button-next::before {
    padding-left: 16px;
  }
}
@media (max-width: 1199px) {
  .classic-arrow .swiper .swiper-button-next::before {
    padding-left: 12px;
  }
}
@media (max-width: 575px) {
  .classic-arrow .swiper .swiper-button-next::before {
    content: none;
  }
}
.classic-arrow .swiper .swiper-button-next:hover {
  color: var(--theme-color);
  transition: 0.5s;
}

.classic-arrow-1 .swiper .swiper-button-prev {
  position: absolute;
  bottom: 42%;
  left: unset;
  right: 220px;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  width: unset;
  height: unset;
  top: unset;
  margin: 0;
  color: #212529;
}
[dir=rtl] .classic-arrow-1 .swiper .swiper-button-prev {
  direction: ltr;
  right: unset;
  left: 100px;
}
.classic-arrow-1 .swiper .swiper-button-prev:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
.classic-arrow-1 .swiper .swiper-button-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-right: 16px;
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-prev::before {
    margin: 0;
  }
}
.classic-arrow-1 .swiper .swiper-button-prev::after {
  content: "Prev";
  font-weight: 600;
  text-transform: uppercase !important;
  font-size: 16px;
  font-family: unset;
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-prev::after {
    content: none;
  }
}
@media (max-width: 1460px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    right: 193px;
  }
}
@media (max-width: 1366px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 36%;
  }
}
@media (max-width: 1199px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 30%;
    right: 172px;
  }
}
@media (max-width: 991px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    right: unset;
    left: 52px;
    bottom: 190px;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 149px;
    left: 108px;
  }
}
@media (max-width: 843px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 170px;
  }
}
@media (max-width: 767px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 230px;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-prev {
    left: unset;
    right: 153px;
    bottom: 241px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 80px;
    left: 41%;
    width: 34px;
    height: 34px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 50px;
    right: unset;
    left: 40%;
  }
}
@media (max-width: 400px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 360px) {
  .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 160px;
    left: 40%;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-prev {
    bottom: 145px;
  }
}
.classic-arrow-1 .swiper .swiper-button-next {
  position: absolute;
  bottom: 42%;
  left: unset;
  right: 103px;
  z-index: 1;
  transition: 0.5s;
  cursor: pointer;
  top: unset;
  width: unset;
  height: unset;
  display: flex;
  align-items: center;
  color: #212529;
}
[dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
  direction: ltr;
  right: unset;
  left: 189px;
  bottom: 41.8%;
}
.classic-arrow-1 .swiper .swiper-button-next::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  margin-left: 16px;
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-next::after {
    margin: 0;
  }
}
.classic-arrow-1 .swiper .swiper-button-next::before {
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  left: unset;
  top: 0;
  content: "Next";
  font-family: unset;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  width: unset;
  height: unset;
  position: relative;
  padding-left: 23px;
}
@media (max-width: 991px) {
  .classic-arrow-1 .swiper .swiper-button-next::before {
    padding-left: 14px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-next::before {
    content: none;
  }
}
.classic-arrow-1 .swiper .swiper-button-next:hover {
  color: var(--theme-color);
  transition: 0.5s;
}
@media (max-width: 1460px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    right: 78px;
  }
}
@media (max-width: 1366px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 35.7%;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 35.6%;
  }
}
@media (max-width: 1199px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 30%;
    right: 56px;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 29.8%;
  }
}
@media (max-width: 991px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    right: unset;
    left: 134px;
    bottom: 189px;
  }
}
@media (max-width: 843px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 168px;
  }
}
@media (max-width: 767px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 228px;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
    left: unset;
    right: 55px;
    bottom: 240px;
  }
}
@media (max-width: 575px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 80px;
    right: 41%;
    left: unset;
    width: 34px;
    height: 34px;
    background-color: var(--theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 50px;
    right: 40%;
  }
}
@media (max-width: 400px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 360px) {
  .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 160px;
    right: 40%;
  }
  [dir=rtl] .classic-arrow-1 .swiper .swiper-button-next {
    bottom: 145px;
  }
}

/**=====================
     tab css start
==========================**/
.tab-wrap .nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #f0f3f8;
}
@media (max-width: 991px) {
  .tab-wrap .nav-tabs {
    display: flex;
    justify-content: center;
    flex-wrap: inherit;
    overflow: scroll hidden;
    white-space: nowrap;
  }
}
.tab-wrap .nav-tabs .nav-link {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1;
  color: #7e7e7e;
  font-weight: 500;
  padding: 0 20px 20px;
  background: transparent;
  border: none;
  border-bottom: 4px solid transparent;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .tab-wrap .nav-tabs .nav-link {
    padding: 0 10px 15px;
  }
}
.tab-wrap .nav-tabs .nav-link:hover, .tab-wrap .nav-tabs .nav-link:active, .tab-wrap .nav-tabs .nav-link:focus {
  border: none;
}
.tab-wrap .nav-tabs .nav-link.active, .tab-wrap .nav-tabs .nav-link:active {
  border-bottom: 4px solid var(--theme-color);
  color: #212529;
}
.tab-wrap .tab-content {
  margin-top: 30px;
}

/**=====================
     Tap to top css start
==========================**/
.tap-to-top {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-color);
  position: fixed;
  bottom: 15px;
  right: -60px;
  border-radius: 5px;
  overflow: hidden;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  box-shadow: 0 3px 8px rgba(33, 37, 41, 0.35);
  z-index: 1;
  transition: all 0.5s ease;
  opacity: 0;
  cursor: pointer;
}
[dir=rtl] .tap-to-top {
  right: unset;
  left: -60px;
}
.tap-to-top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background: #212529;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.5s;
}
.tap-to-top:hover::before {
  height: 100%;
}
@media (max-width: 575px) {
  .tap-to-top {
    bottom: 75px;
  }
}
.tap-to-top.show {
  right: 15px;
  transition: all 0.5s ease;
  opacity: 1;
}
[dir=rtl] .tap-to-top.show {
  right: unset;
  left: 15px;
}
.tap-to-top a {
  width: calc(35px + 5 * (100vw - 320px) / 1600);
  height: calc(35px + 5 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  z-index: 3;
}
@media (max-width: 575px) {
  .tap-to-top a {
    bottom: 75px;
  }
}

/**=====================
     timer css start
==========================**/
.timer ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 20px;
  background-color: rgba(35, 35, 35, 0.8);
  color: #fff;
}
[dir=rtl] .timer ul {
  padding: 20px;
}
@media (max-width: 1366px) {
  .timer ul {
    padding: 15px;
  }
}
@media (max-width: 480px) {
  .timer ul {
    padding: 10px;
  }
}
.timer ul li {
  position: relative;
}
.timer ul li span {
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .timer ul li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .timer ul li h5 {
    font-size: 13px;
  }
}
.timer ul li + li {
  margin-left: 30px;
}
.timer ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
  border-left: 1px solid rgba(126, 126, 126, 0.4);
  height: 50%;
}
[dir=rtl] .timer ul li + li::before {
  right: -17px;
  left: unset !important;
  border-right: 1px solid rgba(126, 126, 126, 0.4);
  border-left: unset;
}
@media (max-width: 1366px) {
  .timer ul li + li::before {
    left: -12px;
  }
  [dir=rtl] .timer ul li + li::before {
    right: -12px;
  }
}
@media (max-width: 480px) {
  .timer ul li + li::before {
    left: -5px;
  }
  [dir=rtl] .timer ul li + li::before {
    right: -5px;
  }
}
[dir=rtl] .timer ul li + li {
  margin-right: 30px;
  margin-left: unset !important;
}
@media (max-width: 1366px) {
  .timer ul li + li {
    margin-left: 20px;
  }
  [dir=rtl] .timer ul li + li {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  .timer ul li + li {
    margin-left: 6px;
  }
  [dir=rtl] .timer ul li + li {
    margin-right: 6px;
  }
}

.timer-style-2 ul {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(5px + 10 * (100vw - 320px) / 1600);
}
.timer-style-2 ul li {
  background-color: #fff;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  margin-right: 0;
  color: #212529;
}
.timer-style-2 ul li h2 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}
.timer-style-2 ul li span {
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .timer-style-2 ul li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .timer-style-2 ul li h5 {
    font-size: 13px;
  }
}

.timer-style-3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background-color: rgba(232, 115, 22, 0.8);
  backdrop-filter: blur(2px);
  width: 80%;
}
.timer-style-3 ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-align: center;
  color: #fff;
  width: 100%;
}
.timer-style-3 ul li {
  margin: calc(5px + 0 * (100vw - 320px) / 1600) calc(5px + 0 * (100vw - 320px) / 1600) calc(5px + 0 * (100vw - 320px) / 1600) 0;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(12px + 8 * (100vw - 320px) / 1600);
  width: 25%;
}
.timer-style-3 ul li + li {
  position: relative;
}
.timer-style-3 ul li + li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0%;
}
.timer-style-3 ul li:nth-child(4) {
  margin-right: 0;
}
.timer-style-3 ul li h2 {
  font-size: calc(18px + 10 * (100vw - 320px) / 1600);
}
.timer-style-3 ul li span {
  display: block;
  margin-bottom: 3px;
}
@media (max-width: 480px) {
  .timer-style-3 ul li {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .timer-style-3 ul li h5 {
    font-size: 13px;
  }
}

/**=====================
     title css start
==========================**/
.title {
  margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.title.title1 h2 {
  font-size: calc(22px + 13 * (100vw - 320px) / 1600);
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
}
.title.title1 h2:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  bottom: 1.5px;
  background-color: #ddd;
}
.title.title1 h2:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  bottom: -1px;
  background-color: var(--theme-color);
  border-radius: 50px;
}
.title.title1 p {
  margin: 20px auto 0;
  color: #212529;
  letter-spacing: 1px;
  width: 50%;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .title.title1 p {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .title.title1 p {
    width: 100%;
  }
}
.title.title-effect h2::after {
  left: 0;
  transform: translateX(0);
}
[dir=rtl] .title.title-effect h2::after {
  left: unset;
  right: 0;
}
.title.title-1 {
  margin-bottom: 0;
  padding: 0 15px;
}
.title h5 {
  margin-bottom: 10px;
  margin-top: -2px;
  color: #7e7e7e;
}

.title-2 {
  color: #212529;
}
.title-2 h2 {
  margin-top: -2px;
}
.title-2 h3 {
  margin-top: -2px;
}
.title-2 h5 {
  margin-bottom: 0;
  margin-top: 10px;
  color: #7e7e7e;
}

.title-3 {
  margin-bottom: calc(20px + 30 * (100vw - 320px) / 1600);
}
.title-3.title-border {
  border-bottom: 1px solid #f0f3f8;
}
.title-3 h2 {
  margin-top: -2px;
}
.title-3 h5 {
  margin-bottom: 0;
  margin-top: 10px;
}

.gradient-title {
  background-image: linear-gradient(100deg, rgb(61, 61, 61), var(--theme-color));
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  -webkit-background-clip: text;
  cursor: pointer;
}
.gradient-title-1 {
  background-image: linear-gradient(100deg, white, var(--theme-color));
}

/**=====================
    Touchspin  CSS Start
==========================**/
.bootstrap-touchspin input.touchspin {
  padding: 0 12px;
}
.bootstrap-touchspin .input-group .btn {
  padding: 0.5rem 1.75rem;
}
.bootstrap-touchspin .input-group {
  font-family: Rubik, sans-serif, sans-serif;
}
.bootstrap-touchspin .input-group .btn {
  border-radius: 0 !important;
}

.touchspin-vertical-tab {
  max-width: 60px;
  width: unset;
}
.touchspin-vertical-tab .touchspin-vertical {
  padding: 6px 12px;
}
.touchspin-vertical-tab .input-group .input-group-btn-vertical {
  position: relative;
  display: grid;
}
.touchspin-vertical-tab .input-group .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
}
.touchspin-vertical-tab .input-group .input-group-btn-vertical i {
  position: absolute;
  top: 4px;
  left: 7px;
  font-size: 10px;
  font-weight: 900;
}
.touchspin-vertical-tab .input-group .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 9px;
  margin-left: -1px;
  position: relative;
  background: #fff;
  border-color: #ced4da;
}

.card {
  border: none;
  overflow: hidden;
  max-width: 100%;
  background: #fff;
}
.card .image {
  position: relative;
  overflow: hidden;
}
.card .image img {
  max-width: 100%;
}
.card.is-loading .image,
.card.is-loading h2,
.card.is-loading p {
  background: #eee;
  margin-bottom: 10px;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: 1.5s shine linear infinite;
}
.card.is-loading .image {
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.card.is-loading h2 {
  height: 30px;
}
.card.is-loading p {
  height: 70px;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}
.skeleton-svg {
  width: 100%;
  height: calc(280px + 148 * (100vw - 320px) / 1600);
}

.skeleton-img {
  width: 100%;
  height: calc(200px + 150 * (100vw - 320px) / 1600);
}

.skeleton-c1 {
  width: calc(140px + 60 * (100vw - 320px) / 1600);
  height: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 15px;
  y: calc(260px + 155 * (100vw - 320px) / 1600);
}

.skeleton-c2 {
  width: calc(170px + 60 * (100vw - 320px) / 1600);
  height: calc(10px + 5 * (100vw - 320px) / 1600);
  border-radius: 15px;
  y: calc(242px + 148 * (100vw - 320px) / 1600);
}

.skeleton-c3 {
  width: calc(100px + 50 * (100vw - 320px) / 1600);
  height: calc(14px + 4 * (100vw - 320px) / 1600);
  border-radius: 15px;
  y: calc(220px + 145 * (100vw - 320px) / 1600);
}

@keyframes loading {
  0% {
    border: 0 solid #fff;
    transition: all 0.3s ease;
  }
  20% {
    width: 0;
    height: 0;
    border: 8px solid #fff;
    transition: all 0.3s ease;
  }
  100% {
    width: 100%;
    height: 100%;
    border: 8px solid #fff;
    transition: all 0.3s ease;
  }
}
.card.is-loading .image {
  height: 420px;
}

.v360-navigate-btns {
  display: flex;
  justify-content: center;
}

.v360-menu-btns {
  margin-left: 10px;
}

/**=====================
     header css start
==========================**/
.container-fluid-lg {
  padding: 0 112px;
}
@media (max-width: 1460px) {
  .container-fluid-lg {
    padding: 0 60px;
  }
}
@media (max-width: 1366px) {
  .container-fluid-lg {
    padding: 0 30px;
  }
}
@media (max-width: 1199px) {
  .container-fluid-lg {
    padding: 0 12px;
  }
}

header .search-header {
  border-bottom: 1px solid #e5e5e5;
}
header.nav-down.nav-up .navbar-searchbar {
  top: 0;
}
header.nav-down.nav-up .main-menu {
  padding: 10px 0;
}
header.nav-down.nav-up ~ .faq-details .faq-link-box {
  top: 95px;
}
header.nav-down .navbar-searchbar {
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
  box-shadow: 0px 4px 10px rgba(23, 32, 90, 0.15);
  transition: all 0.5s ease;
  z-index: 3;
}
header.nav-down ~ .faq-details .faq-link-box {
  top: 15px;
  transition: all 0.5s ease;
}
header .search-suggestion {
  height: 0px;
  max-height: 0;
  background-color: #fff;
  position: absolute;
  width: 100%;
  border-radius: 5px;
  top: 68px;
  overflow: auto;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
  z-index: 1;
}
@media (max-width: 767px) {
  header .search-suggestion {
    top: 56px;
  }
}
header .search-suggestion > ul {
  display: grid;
  grid-template-columns: auto auto auto auto;
  margin: -10px;
}
header .search-suggestion > ul > li {
  padding: 10px;
}
header .search-suggestion .product-cart {
  display: flex;
  align-items: center;
}
header .search-suggestion .product-cart img {
  height: 60px;
}
header .search-suggestion .product-cart .media-body {
  padding-left: 15px;
}
header .search-suggestion .product-cart .media-body a {
  color: #232323;
}
header .search-suggestion .product-cart .media-body .rating li i {
  font-size: 12px;
  color: #c3c3c3;
}
header .main-menu {
  position: relative;
  padding: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header .main-menu {
    padding: 10px 0;
  }
}
header .onhover-div {
  right: 0;
}
[dir=rtl] header .onhover-div {
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  header .wislist-dropdown {
    display: none;
  }
}
@media (max-width: 767px) {
  header .cart-dropdown:hover .onhover-div {
    opacity: 0;
    transform: unset;
    visibility: hidden;
  }
}
header .cart-dropdown .onhover-div::before {
  border-bottom: 7px solid #f0f3f8;
}
@media (max-width: 767px) {
  header .cart-dropdown .onhover-div {
    position: fixed;
    top: 0 !important;
    width: 320px;
    height: 100vh;
    right: -320px;
    opacity: 1 !important;
    visibility: visible !important;
    transition: 0.5s;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  header .cart-dropdown.show .onhover-div {
    right: 0;
    transition: 0.5s;
  }
}
header .cart-menu .cart-title {
  background-color: #f0f3f8;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cart-menu .cart-title h6 {
  position: relative;
}
header .cart-menu .cart-title h6 .label {
  position: absolute;
  top: -4px;
  right: -9px;
  padding: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] header .cart-menu .cart-title span i {
  transform: rotate(180deg);
}
header .cart-menu .media {
  display: flex;
  align-items: center;
  position: relative;
}
header .cart-menu .media .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  background: none;
  align-items: center;
  justify-content: center;
  padding: 0;
}
[dir=rtl] header .cart-menu .media .btn-close {
  right: unset;
  left: 0;
}
header .cart-menu .media img {
  width: 60px;
}
header .cart-menu .media .media-body {
  margin-left: 15px;
}
[dir=rtl] header .cart-menu .media .media-body {
  margin-left: unset;
  margin-right: 15px;
}
header .cart-menu .media .media-body h6 {
  font-weight: 600;
}
header .cart-menu .media .media-body input {
  max-width: 60px;
  text-align: center;
  width: unset;
  height: auto;
  padding: 3px 8px;
  border-radius: 0;
}
header .cart-menu .media .media-body .qty-with-price {
  margin-top: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cart-menu ul {
  padding-top: 10px;
}
header .cart-menu ul li {
  padding: 10px 20px;
  display: block;
}
@media (max-width: 767px) {
  header .cart-menu ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .cart-menu ul {
    height: calc(100vh - 180px);
    overflow: auto;
    border-bottom: 1px solid #ced4da;
  }
}
header .cart-btn {
  padding: 20px;
}
@media (max-width: 767px) {
  header .cart-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}
header .cart-btn .cart-total {
  color: var(--theme-color);
  font-weight: 600;
  display: none;
}
@media (max-width: 767px) {
  header .cart-btn .cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
header .cart-btn .btn {
  padding: 8px 12px;
  font-size: 14px;
  width: 100%;
}
header .wishlist-empty {
  padding: 20px;
  text-align: center;
}
header .wishlist-empty i {
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 15px;
}
header .search-full {
  background-color: #fff;
  position: absolute;
  right: 0;
  z-index: 9;
  width: 0;
  height: 0;
  transform: scale(0);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
[dir=rtl] header .search-full {
  right: unset;
  left: 0;
}
header .search-full .input-group {
  border: 1px solid #f0f3f8;
}
header .search-full .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
header .search-full .input-group .input-group-text.close-search {
  cursor: pointer;
}
header .search-full .input-group .input-group-text svg {
  height: 18px;
}
header .search-full .input-group input {
  border: none;
}
header .search-full .input-group input:focus {
  background-color: transparent;
}
header .search-full.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-full.show .search-suggestion {
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .search-box1 {
  position: relative;
  width: 55%;
  height: 100%;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}
header .search-box1 .form-control {
  border-radius: 0;
  background-color: #fff;
}
header .search-box1 .twitter-typeahead {
  width: calc(100% - 50px);
}
header .search-box1 .tt-menu {
  display: block;
  width: 100%;
  background-color: #fff;
  border: unset !important;
  box-shadow: 0 5px 10px rgba(33, 37, 41, 0.2);
  max-height: 350px;
  overflow: auto;
  top: 55px !important;
  border-radius: 5px;
  padding: 8px 0;
}
header .search-box1 .tt-menu .tt-dataset-states {
  padding: 10px 20px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .image-section {
  width: 100%;
  max-width: 100px;
  margin-right: 20px;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .image-section img {
  width: 100%;
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .description-section {
  width: calc(100% - 20px);
}
header .search-box1 .tt-menu .tt-dataset-states .tt-selectable .description-section h4 {
  margin-bottom: 5px;
}
@media (max-width: 1660px) {
  header .search-box1 {
    width: 48%;
  }
}
@media (max-width: 1366px) {
  header .search-box1 {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  header .search-box1 {
    width: 30%;
  }
}
header .search-box1 .form-control:focus {
  border-color: #ced4da;
  background-color: #fff;
}
header .search-box1.open {
  width: 100%;
  height: 100%;
  animation: zoomIn 0.5s ease-in-out;
  transform: scale(1);
  transition: all 0.3s ease;
}
header .search-box1.show .search-suggestion {
  top: 100%;
  padding: 10px;
  border: 1px solid #f0f3f8;
  height: max-content;
  max-height: 500px;
  transition: max-height 1000ms cubic-bezier(0.27, 0.7, 0, 0.99);
}
header .search-box1 .input-group-text {
  color: #fff;
  border-radius: 0;
}
header .search-box1 .input-group-text .feather {
  color: #fff;
}

.brand-logo .svg-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 3s;
  transform-style: preserve-3d;
}
[dir=rtl] .brand-logo .svg-icon {
  margin-right: 0;
  margin-left: 5px;
}
.brand-logo .svg-icon .fill-color {
  fill: var(--theme-color);
}

@keyframes spinner {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
.category-menu {
  position: relative;
}
.category-menu .category-dropdown {
  padding: 20px;
}
.category-menu .category-dropdown ul li {
  padding: 10px 0;
  display: block;
}
.category-menu .category-dropdown ul li a {
  color: #232323;
  text-transform: capitalize;
}
.category-menu .category-dropdown ul li a:hover, .category-menu .category-dropdown ul li a:focus, .category-menu .category-dropdown ul li a:active, .category-menu .category-dropdown ul li a.active {
  color: var(--theme-color);
}

.close-btn {
  padding: 10px 15px;
  font-size: 18px;
  color: #232323;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 1px solid #ced4da;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close-btn i {
  font-size: 14px;
}

.customerNavMenu .close-btn .mobile-back {
  padding: 0.5rem;
}

.mobile-menu {
  position: fixed;
  bottom: 0;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: 0 2px 7px 3px rgba(168, 168, 168, 0.2);
}
.mobile-menu ul {
  display: flex;
}
[dir=rtl] .mobile-menu ul {
  padding: 0;
}
.mobile-menu ul li {
  width: 100%;
  text-align: center;
}
.mobile-menu ul li a {
  display: block;
  color: rgba(35, 35, 35, 0.4);
}
@media (max-width: 360px) {
  .mobile-menu ul li a {
    font-size: 13px;
  }
}
.mobile-menu ul li a.active, .mobile-menu ul li a:hover {
  color: var(--theme-color);
}
.mobile-menu ul li a i {
  display: block;
}
.mobile-menu ul li a svg {
  display: block;
  margin: 0 auto;
  stroke-width: 1.5px;
}
@media (max-width: 360px) {
  .mobile-menu ul li a svg {
    height: 20px;
  }
}
.mobile-menu ul li a span {
  margin-top: 5px;
}

@media (min-width: 1200px) {
  .category-menu {
    position: relative;
  }
  .category-menu .category-dropdown {
    top: 70px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    transition: all linear 0.3s;
    min-width: 250px;
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  }
  .category-menu .category-dropdown ul li.submenu > a {
    position: relative;
    display: block;
  }
  .category-menu .category-dropdown ul li.submenu > a::after {
    content: "\f054";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu > a::after {
    right: unset;
    left: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    position: absolute;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    margin-left: 15px;
    background-color: #fff;
    transition: 0.5s;
    left: 95%;
    box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
    top: 0;
    height: 100%;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
    margin-bottom: 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
    padding: 5px 0;
  }
  .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
    left: 100%;
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu:hover .category-mega-menu {
    right: unset;
    left: 100%;
  }
  .category-menu:hover .category-dropdown {
    top: 50px;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    min-width: 720px;
  }
}
@media (min-width: 1366px) {
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    min-width: 850px;
  }
}
.category-menu .category-dropdown .title-category h6 {
  font-size: 14px;
}

@media (max-width: 1199px) {
  header .category-dropdown {
    position: fixed;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    border-radius: 0;
    border: 1px solid #ced4da;
    top: 0;
    left: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
    padding: 0 !important;
  }
  header .category-dropdown.open {
    left: 0;
  }
  .category-menu .category-dropdown ul li {
    position: relative;
    letter-spacing: 0.8px;
    line-height: 1;
  }
  .category-menu .category-dropdown ul li.submenu a .according-menu {
    right: 0;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu a .according-menu {
    right: unset;
    left: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    padding: 0 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu > li {
    padding-bottom: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category {
    position: relative;
    padding: 6px 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category h6 {
    font-weight: 400;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category .according-menu {
    top: 8px;
    right: 0;
  }
  [dir=rtl] .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu .title-category .according-menu {
    right: unset;
    left: 0;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul {
    padding: 0 15px;
  }
  .category-menu .category-dropdown ul li.submenu .category-mega-menu .category-childmenu ul li {
    padding: 6px 0;
  }
  .category-menu .category-dropdown > ul {
    padding: 20px 15px;
  }
  .category-menu .category-dropdown > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
  }
  .category-menu .category-banner {
    display: none;
  }
}
/**=====================
     nav css start
==========================**/
header .main-navbar {
  text-align: center;
}
header .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] header .main-navbar .nav-menu {
  text-align: right;
}
header .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
}
[dir=rtl] header .main-navbar .nav-menu > li {
  float: right;
}
header .main-navbar .nav-menu > li + li + li {
  margin-left: 20px;
}
[dir=rtl] header .main-navbar .nav-menu > li + li + li {
  margin-left: unset;
  margin-right: 30px;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li + li + li {
    margin-left: 0;
  }
  [dir=rtl] header .main-navbar .nav-menu > li + li + li {
    margin-left: unset;
    margin-right: 0;
  }
}
header .main-navbar .nav-menu > li > a {
  display: block;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0;
  position: relative;
  border-radius: 15px;
  letter-spacing: 0.8px;
}
header .main-navbar .nav-menu > li.active > a {
  background-color: rgba(35, 35, 35, 0.1);
}
header .main-navbar .nav-menu > li .nav-submenu {
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 5px 0 rgba(90, 90, 90, 0.2);
  padding: 15px 0;
  background-color: #fff;
  width: 300px !important;
}
[dir=rtl] header .main-navbar .nav-menu > li .nav-submenu {
  left: unset;
  right: 0;
}
header .main-navbar .nav-menu > li .nav-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
  margin: 5px 0;
}
header .main-navbar .nav-menu > li .nav-submenu li a {
  border: 0 !important;
  background: transparent;
  color: #212529;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: capitalize;
  padding: 3px 25px 3px 40px;
  display: flex;
  align-items: center;
  letter-spacing: 0.07em;
  line-height: 1.9;
  transition: all 0.5s ease;
  position: relative;
}
[dir=rtl] header .main-navbar .nav-menu > li .nav-submenu li a {
  padding: 3px 40px 3px 25px;
  direction: rtl;
}
header .main-navbar .nav-menu > li .nav-submenu li a span {
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--theme-color);
  box-shadow: 0 8px 15px -8px var(--badge-color);
  margin-left: 8px;
  position: relative;
}
[dir=rtl] header .main-navbar .nav-menu > li .nav-submenu li a span {
  margin-left: unset;
  margin-right: 8px;
}
header .main-navbar .nav-menu > li .nav-submenu li a span::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--theme-color);
  opacity: 0.07;
}
header .main-navbar .nav-menu > li .nav-submenu li a span.tren-budge {
  color: var(--theme-color);
  background: transparent;
}
header .main-navbar .nav-menu > li .nav-submenu li a span.top-budge {
  color: #eff2f7;
  background-color: #7e7e7e;
}
header .main-navbar .nav-menu > li .nav-submenu li a .label {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  padding: 0 0 0 3px;
}
header .main-navbar .nav-menu > li .nav-submenu li a.menu-title-level1:after, header .main-navbar .nav-menu > li .nav-submenu li a.submenu-title:after {
  opacity: 1;
}
header .main-navbar .nav-menu > li .nav-submenu li a.arrow-cls:after {
  opacity: 0.8;
}
header .main-navbar .nav-menu > li .nav-submenu li a:hover {
  margin-left: 3px;
  color: var(--theme-color) !important;
}
[dir=rtl] header .main-navbar .nav-menu > li .nav-submenu li a:hover {
  margin-left: unset;
  margin-right: 3px;
}
header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background: #fff;
  border: none;
  padding: 15px 0 15px 0;
  box-shadow: 0 0 1px 0 #ebebeb;
}
header .main-navbar .nav-menu > li .mega-menu-container {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 1px 5px 0 rgba(90, 90, 90, 0.2);
  padding: 30px;
  background: #fff;
  width: 100%;
  border-radius: 4px;
}
[dir=rtl] header .main-navbar .nav-menu > li .mega-menu-container {
  direction: rtl;
}
header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image {
  overflow: hidden;
  z-index: 3;
}
header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/voxo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
[dir=rtl] header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image::after {
  transform: scaleX(-1);
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image::after {
    content: none;
  }
}
header .main-navbar .nav-menu > li .mega-menu-container.poster-bg-image .floating-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 60vh;
  animation: floating 110s linear infinite reverse;
  background-repeat: repeat-x !important;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  width: 18%;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
    width: 100%;
  }
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box a .label {
  font-size: 12px;
  color: #ff0000;
  position: absolute;
  padding: 0 0 0 3px;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 14px;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 0;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
  border: none;
  float: none;
  position: relative;
  display: block;
  margin: 5px 0;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  border: 0 !important;
  background: transparent;
  color: #212529;
  border-radius: 0 !important;
  font-size: 14px;
  text-transform: capitalize;
  padding: 3px 0;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  position: relative;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    padding: 0;
    letter-spacing: 0.03em;
  }
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a span {
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 12px;
  color: var(--theme-color);
  background: rgba(226, 36, 84, 0.07);
  box-shadow: 0 8px 15px -8px var(--badge-color);
  margin-left: 8px;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a span.tren-budge {
  color: #212529;
  background: #eff2f7;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a span.top-budge {
  color: #eff2f7;
  background-color: #7e7e7e;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a img {
  width: 100%;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  margin-left: 4px;
  color: var(--theme-color) !important;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a.megamenu-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a.megamenu-image img {
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a.megamenu-image img {
    filter: blur(0);
    height: 180px;
  }
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a.megamenu-image:hover {
  margin-left: 0;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a.megamenu-image:hover img {
  filter: blur(0);
  margin-left: 0;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link {
  position: relative;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link i {
  color: var(--theme-color);
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section + .link-section {
  margin-top: 25px;
}
header .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}
header .main-navbar .nav-menu > li.mega-menu.home-menu .mega-menu-container .mega-box .link-section ul {
  float: none;
  position: relative;
  display: block;
  margin: 5px 0;
  padding: 0;
  box-shadow: none;
}
header .main-navbar .nav-menu > li.mega-menu.home-menu ul li {
  width: 100%;
}
header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  padding: 0;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image {
    height: 180px;
  }
}
header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image img {
  width: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image img {
    filter: blur(0);
  }
}
header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image:hover {
  margin-left: 0;
}
header .main-navbar .nav-menu > li.mega-menu.home-menu ul li .megamenu-image:hover img {
  filter: blur(0);
  margin-left: 0;
}
header .main-navbar .nav-menu > li.mega-menu.home-menu .megamenu-image-title {
  cursor: pointer;
  padding: 10px;
  text-align: center;
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu > li.mega-menu.home-menu .megamenu-image-title {
    text-align: center;
    margin-bottom: calc(8px + 12 * (100vw - 320px) / 1600);
  }
}

@media (min-width: 1200px) {
  .responsive-btn {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 250px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 7px;
    color: rgba(33, 37, 41, 0.75);
    font-size: 10px;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 {
    display: none;
    border-radius: 4px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 {
    display: none;
    border-radius: 4px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 li .level3 {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 li:hover .level3 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li:hover .level2 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li:hover .level1 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
    right: 16px;
    color: #212529;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s ease-in;
  }
  header .main-navbar .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    z-index: 4;
    visibility: visible;
    margin-top: 10px;
    transition: all 0.1s ease-in;
  }
  header .main-navbar .nav-menu > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
    transition: all 0.1s ease-in;
  }
  .toggle-nav {
    display: none;
  }
  .mobile-back {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  header .main-navbar .nav-menu {
    position: fixed;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    border-radius: 0;
    padding-bottom: 155px;
    top: 0;
    right: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  header .main-navbar .nav-menu.opennav {
    right: 0;
  }
  header .main-navbar .nav-menu .back-btn {
    margin-bottom: 10px;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back {
    cursor: pointer;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back i {
    font-size: 14px;
    transform: rotate(180deg);
  }
  header .main-navbar .nav-menu > li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  header .main-navbar .nav-menu > li:nth-child(n+2) {
    border-bottom: 1px solid rgba(221, 221, 221, 0.5);
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  header .main-navbar .nav-menu > li a {
    padding: 10px 15px;
    position: relative;
  }
  header .main-navbar .nav-menu > li a .sub-arrow {
    right: 20px;
    position: absolute;
  }
  header .main-navbar .nav-menu > li a .sub-arrow:before {
    content: "+";
    position: absolute;
    font-family: inherit;
  }
  header .main-navbar .nav-menu > li > ul li a .according-menu {
    top: 2px;
  }
  header .main-navbar .nav-menu > li > ul li ul li a .according-menu {
    top: 1px;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 100%;
    padding: 0;
    position: relative;
    display: none;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a {
    position: relative;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #212529;
  }
  [dir=rtl] header .main-navbar .nav-menu > li .nav-submenu li a:after {
    left: unset;
    right: 20px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover::after {
    background-color: var(--theme-color);
  }
  header .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 li a {
    padding: 0 60px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 .level3 li a {
    padding: 0 70px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
    padding: 0 45px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
    padding: 0;
    position: relative;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
    width: 100%;
    padding-bottom: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
    position: relative;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.9;
    padding: 2px 25px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
    top: 7px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
    display: block;
    padding: 0 45px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    line-height: 1.9;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    margin-left: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover:after {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section + .link-section {
    margin-top: 0;
  }
  header .main-navbar .nav-menu > li .nav-link.active {
    background-color: transparent;
    box-shadow: none;
    color: #212529;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-link.active:hover {
    color: var(--theme-color);
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu .mobile-poster {
    border-bottom: none !important;
    margin: 0 !important;
    position: fixed;
    bottom: 0;
    right: -410px;
    width: 300px;
    padding: 20px !important;
    background-color: #eff2f7;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 1;
  }
  header .main-navbar .nav-menu .mobile-poster img {
    width: 50px;
  }
  header .main-navbar .nav-menu .mobile-poster .mobile-contain {
    margin-left: 15px;
  }
  header .main-navbar .nav-menu .mobile-poster .mobile-contain h5 {
    font-weight: 600;
    font-size: 15px;
  }
  header .main-navbar .nav-menu .mobile-poster .mobile-contain p {
    font-size: 13px;
    margin: 7px 0;
  }
  header .menu nav {
    margin-left: auto;
    margin-right: 30px;
  }
  .mega-box .link-section .demo ul li a span img {
    top: 30px;
    right: -60px;
  }
  .mega-box.col {
    flex-basis: unset;
  }
  .according-menu {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  [dir=rtl] .according-menu {
    right: unset;
    left: 20px;
  }
}
/**=====================
     home section css start
==========================**/
.home-section {
  overflow: hidden;
}
.home-section .home-slider {
  width: 100%;
  height: 100%;
  position: relative;
}
[dir=rtl] .home-section .home-slider {
  direction: rtl;
}
@media (max-width: 991px) {
  .home-section .home-slider {
    background-position: left !important;
  }
  [dir=rtl] .home-section .home-slider {
    background-position: right !important;
  }
}
.home-section .home-wrap {
  height: 100%;
}
.home-section .home-wrap h4 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .home-section .home-wrap h4 {
    font-size: calc(16px + 2 * (100vw - 320px) / 879);
  }
}
.home-section .home-wrap h6 {
  color: #212529;
}
.home-section .home-wrap p {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  line-height: 1.5;
  color: #212529;
}
@media (max-width: 1660px) {
  .home-section .home-wrap p {
    max-width: 90%;
  }
}
@media (max-width: 1366px) {
  .home-section .home-wrap p {
    max-width: 80%;
  }
}
@media (max-width: 991px) {
  .home-section .home-wrap p {
    max-width: 89%;
  }
}
.home-section .home-wrap .discover-block {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
}
[dir=rtl] .home-section .home-wrap .discover-block {
  text-align: right;
}
@media (max-width: 480px) {
  .home-section .home-wrap .discover-block {
    margin-top: 10px;
  }
}
.home-section .home-wrap .discover-block .d-flex {
  align-items: center;
}
.home-section .home-wrap .discover-block .play-icon {
  width: calc(30px + 20 * (100vw - 320px) / 1600);
  height: calc(30px + 20 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  position: relative;
  z-index: 1;
}
.home-section .home-wrap .discover-block .play-icon::before {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background-color: var(--theme-color);
  border-radius: 100%;
  opacity: 0.1;
  left: -5px;
  top: -5px;
  z-index: -1;
}
.home-section .home-wrap .discover-block .play-icon i {
  margin-left: 3px;
}
[dir=rtl] .home-section .home-wrap .discover-block .play-icon i {
  margin-right: 0;
  margin-left: unset;
}
.home-section .home-wrap .discover-block .discover-content {
  margin-left: 20px;
}
@media (max-width: 360px) {
  .home-section .home-wrap .discover-block .discover-content {
    margin-left: 18px;
  }
}
[dir=rtl] .home-section .home-wrap .discover-block .discover-content {
  margin-right: 20px;
  margin-left: unset;
  text-align: right;
}
@media (max-width: 360px) {
  [dir=rtl] .home-section .home-wrap .discover-block .discover-content {
    margin-right: 18px;
  }
}
.home-section .home-social {
  position: absolute;
}
.home-section .home-social ul {
  display: flex;
  align-items: center;
}
.home-section .home-social ul li a {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.home-section .home-social ul li img {
  margin-right: 5px;
}
.home-section .home-social ul li img [dir=rtl] {
  margin-right: unset;
  margin-left: 5px;
}
.home-section .home-social ul li span {
  vertical-align: -2px;
  font-weight: 600;
  color: #212529;
}

/**=====================
    service section css start
==========================**/
@media (max-width: 1460px) {
  .service-section {
    margin-bottom: -3px;
  }
}
.service-section .service-wrap {
  display: flex;
  align-items: center;
}
.service-section .service-wrap .service-icon svg {
  width: 55px;
  height: 55px;
  fill: var(--theme-color);
  stroke: var(--theme-color);
  margin-right: 20px;
}
[dir=rtl] .service-section .service-wrap .service-icon svg {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 1460px) {
  .service-section .service-wrap .service-icon svg {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .service-section .service-wrap .service-icon svg {
    width: 35px;
    height: 35px;
  }
}
.service-section .service-wrap .service-content h3 {
  margin-top: -3px;
}
@media (max-width: 1199px) {
  .service-section .service-wrap .service-content h3 {
    margin-bottom: 2px !important;
  }
}
.service-section .service-wrap .service-content span {
  display: block;
  margin-bottom: -3px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.service-section.about-page .service-wrap .service-icon svg {
  width: 45px;
  height: 45px;
}

/**=====================
     banner css start
==========================**/
.timer-banner {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}

.collection-banner {
  position: relative;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .collection-banner .collection-contain {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 15px 30px;
    border-radius: 4px;
    backdrop-filter: blur(3px);
  }
  .collection-banner .collection-contain h6,
  .collection-banner .collection-contain h2,
  .collection-banner .collection-contain p {
    color: #fff !important;
  }
}
.collection-banner .theme-color {
  margin-top: -2px;
}
.collection-banner .contain-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.collection-banner .contain-banner.contain-center {
  justify-content: center;
}
.collection-banner .contain-banner .banner-content {
  padding: 45px 80px;
}
@media (max-width: 1460px) {
  .collection-banner .contain-banner .banner-content {
    padding: 30px 60px;
  }
}
@media (max-width: 1366px) {
  .collection-banner .contain-banner .banner-content {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .collection-banner .contain-banner .banner-content {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .collection-banner .contain-banner .banner-content {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .collection-banner .contain-banner .banner-content {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .collection-banner .contain-banner .banner-content {
    padding: 20px;
  }
}
.collection-banner .contain-banner .banner-content.spacing-banner {
  padding: 40px;
}
@media (max-width: 1460px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .collection-banner .contain-banner .banner-content.spacing-banner {
    padding: 20px;
  }
}
.collection-banner .contain-banner .banner-content.with-bg {
  background-color: rgba(35, 35, 35, 0.93);
  color: #fff;
}
.collection-banner .contain-banner .banner-content.with-bg h2 {
  margin-top: -2px;
}
.collection-banner .contain-banner .banner-content.with-bg h3 {
  margin-top: -3px;
}
.collection-banner .contain-banner .banner-content.with-bg span {
  display: block;
  margin-bottom: -5px;
}
.collection-banner .contain-banner .banner-content.with-big {
  background-color: rgba(35, 35, 35, 0.85);
  color: #fff;
}
.collection-banner .contain-banner .banner-content.with-big h2 {
  margin-top: -3px;
}
.collection-banner .contain-banner .banner-content span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 5px;
}
@media (max-width: 1199px) {
  .collection-banner .contain-banner .banner-content span {
    letter-spacing: 3px;
  }
}
.collection-banner .contain-banner .banner-content.t-top h3 {
  margin-top: -4px;
}
.collection-banner .banner-img {
  height: 100%;
}
.collection-banner.p-center .contain-banner,
.collection-banner.p-center .banner-text {
  justify-content: center;
}
.collection-banner.p-right .contain-banner,
.collection-banner.p-right .banner-text {
  justify-content: flex-end;
}
[dir=rtl] .collection-banner.p-right .contain-banner,
[dir=rtl] .collection-banner.p-right .banner-text {
  justify-content: flex-start;
}
.collection-banner.p-right .contain-banner h3,
.collection-banner.p-right .banner-text h3 {
  margin-top: -9px;
}
.collection-banner.p-right .contain-banner .span-top,
.collection-banner.p-right .banner-text .span-top {
  margin-top: -4px;
  display: block;
}
.collection-banner.p-right .banner-content {
  text-align: right;
}
.collection-banner.p-left .contain-banner,
.collection-banner.p-left .banner-text {
  justify-content: flex-start;
}
[dir=rtl] .collection-banner.p-left .contain-banner,
[dir=rtl] .collection-banner.p-left .banner-text {
  justify-content: flex-end;
}
.collection-banner.p-bottom .contain-banner {
  align-items: flex-end;
}
.collection-banner .banner-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.collection-banner .banner-text .banner-content {
  padding: 50px;
  width: 60%;
}
[dir=rtl] .collection-banner .banner-text .banner-content {
  text-align: right;
}
.collection-banner .banner-text .banner-content.t-top h3 {
  color: #212529;
  margin-top: -4px;
}
@media (max-width: 480px) {
  .collection-banner .banner-text .banner-content.t-top h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 1460px) {
  .collection-banner .banner-text .banner-content {
    padding: 30px 60px;
  }
}
@media (max-width: 1366px) {
  .collection-banner .banner-text .banner-content {
    padding: 30px 40px;
  }
}
@media (max-width: 1199px) {
  .collection-banner .banner-text .banner-content {
    padding: 20px 15px;
  }
}
@media (max-width: 991px) {
  .collection-banner .banner-text .banner-content {
    padding: 0 40px;
  }
}
@media (max-width: 575px) {
  .collection-banner .banner-text .banner-content {
    padding: 0 30px;
  }
}
@media (max-width: 360px) {
  .collection-banner .banner-text .banner-content {
    padding: 0 10px;
    width: 50%;
  }
}
.collection-banner .banner-text h6 {
  font-weight: 600;
  margin-top: -3px;
}
.collection-banner .banner-text h2 {
  margin: calc(2px + 18 * (100vw - 320px) / 1600) 0;
  font-size: calc(18px + 28 * (100vw - 320px) / 1600);
  line-height: 1.32;
  color: #212529;
}
.collection-banner .banner-text h3 {
  font-size: calc(20px + 12 * (100vw - 320px) / 1600);
  line-height: 1.45;
  margin-bottom: 20px;
}
.collection-banner .banner-text h3.h-bottom {
  margin-bottom: calc(2px + 18 * (100vw - 320px) / 1600);
  margin-top: -6px;
  color: #212529;
}
.collection-banner .banner-text .btn {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

.banner-title .banner-text .banner-content {
  width: 56%;
}
[dir=rtl] .banner-title .banner-text .banner-content {
  text-align: left;
}
.banner-title .banner-text .banner-content .spacing-text {
  margin-top: -6px;
  color: #212529;
}

.collection-center {
  position: relative;
  padding: 50px;
  background-color: #f0f3f8;
  color: #212529;
}
@media (max-width: 1460px) {
  .collection-center {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .collection-center {
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .collection-center {
    padding: 20px;
  }
}
.collection-center h2 {
  line-height: 1.3;
}

.banner-image {
  position: relative;
}
.banner-image .banner-content {
  position: absolute;
  left: calc(20px + 40 * (100vw - 320px) / 1600);
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
}
.banner-image .banner-content h3 {
  font-size: calc(16px + 16 * (100vw - 320px) / 1600);
  line-height: 1.45;
  margin-bottom: calc(2px + 13 * (100vw - 320px) / 1600);
  margin-top: calc(0px + -6 * (100vw - 320px) / 1600);
  color: var(--theme-color);
}
@media (max-width: 767px) {
  .banner-image .banner-content h3 {
    margin-bottom: 0;
  }
}
.banner-image .banner-content p {
  color: #7e7e7e;
  margin-bottom: 0;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .banner-image .banner-content p {
    display: none;
  }
}

/**=====================
     product css start
==========================**/
.tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: 0;
}
[dir=rtl] .tab-section .product-style-1 .product-box .product-details h5 {
  margin-left: unset;
  margin-right: 0;
}
.tab-section .product-style-1 .product-box .product-details h5.main-title {
  margin: 8px auto;
}

.vegetable-category-box .swiper {
  height: auto;
}

.product-box .product-details h5 {
  width: 100% !important;
}

.rating {
  display: block;
  margin-bottom: -4px;
}
[dir=rtl] .rating {
  padding: 0;
}
.rating li i {
  color: #c3c3c3 !important;
}
.rating li i.theme-color {
  color: #ffa202 !important;
}

.heart-wishlist {
  font-size: 14px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
  background-color: #fff;
  border-radius: 100%;
}
.heart-wishlist:hover {
  color: var(--theme-color);
}
.heart-wishlist i {
  margin-top: 1px;
}
.heart-wishlist::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: -1;
}
.heart-wishlist.heart-color::after {
  background-color: transparent;
}

.product-box {
  overflow: hidden;
}
.product-box:hover .cart-wrap {
  opacity: 1;
  transition: all 0.5s ease;
}
.product-box:hover .cart-wrap ul li:first-child {
  animation: fadeInUp 400ms ease-in-out;
}
.product-box:hover .cart-wrap ul li:nth-child(2) {
  animation: fadeInUp 600ms ease-in-out;
}
.product-box:hover .cart-wrap ul li:nth-child(3) {
  animation: fadeInUp 800ms ease-in-out;
}
.product-box:hover .cart-wrap ul li:nth-child(4) {
  animation: fadeInUp 1000ms ease-in-out;
}
[dir=rtl] .product-box {
  direction: rtl;
}
.product-box:hover .img-wrapper .share {
  opacity: 1 !important;
  color: #fff;
}
.product-box:hover .img-wrapper .share-opacity {
  opacity: 1;
}
.product-box:hover .img-wrapper .share-plus {
  color: #000;
  background-color: #fff;
  opacity: 1;
  border-radius: 50%;
}
.product-box:hover .img-wrapper.hover-image::after {
  opacity: 1;
}
.product-box:hover .img-wrapper.squre-image::after {
  opacity: 1;
}
.product-box:hover .img-wrapper .circle-shape {
  transform: scale(100%);
}
.product-box:hover .img-wrapper .background-text {
  opacity: 1;
}
.product-box .img-wrapper {
  position: relative;
  overflow: hidden;
}
.product-box .img-wrapper.hover-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/vegetable/effect1.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}
.product-box .img-wrapper.squre-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(/images/vegetable/effect.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s ease;
}
@media (max-width: 1199px) {
  .product-box .img-wrapper.squre-image::after {
    opacity: 1;
  }
}
.product-box .img-wrapper .circle-shape {
  position: absolute;
  background-color: rgba(232, 115, 22, 0.04);
  top: -80px;
  left: -80px;
  width: 100%;
  height: 87%;
  border-radius: 50%;
  z-index: 1;
  transform: scale(0);
  transition: 0.6s ease;
  transform-origin: top left;
}
.product-box .img-wrapper .circle-shape-1 {
  width: 390px;
  height: 390px;
  position: absolute;
  background-color: rgba(232, 115, 22, 0.04);
  top: -130px;
  left: -130px;
  border-radius: 50%;
  z-index: 1;
  transition: 0.6s ease;
}
.product-box .img-wrapper .background-text {
  text-transform: uppercase;
  position: absolute;
  top: 90px;
  right: -30px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: bolder;
  font-size: 68px;
  color: rgba(232, 115, 22, 0.1);
  user-select: none;
  opacity: 0;
  transition: 0.6s ease;
}
.product-box .cart-wrap {
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 1;
}
@media (max-width: 1366px) {
  .product-box .cart-wrap {
    bottom: 20px;
  }
}
@media (max-width: 480px) {
  .product-box .cart-wrap {
    bottom: 15px;
  }
}
.product-box .cart-wrap .category-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.product-box .cart-wrap a,
.product-box .cart-wrap button {
  padding: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 1366px) {
  .product-box .cart-wrap a,
  .product-box .cart-wrap button {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .product-box .cart-wrap a,
  .product-box .cart-wrap button {
    padding: 5px;
  }
}
.product-box .cart-wrap a::after,
.product-box .cart-wrap button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  transform: scale(0);
  transition: 0.5s;
  top: 0;
  left: 0;
  z-index: -1;
}
[dir=rtl] .product-box .cart-wrap a::after,
[dir=rtl] .product-box .cart-wrap button::after {
  left: unset;
  right: 0;
}
.product-box .cart-wrap a svg,
.product-box .cart-wrap button svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .product-box .cart-wrap a svg,
  .product-box .cart-wrap button svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 480px) {
  .product-box .cart-wrap a svg,
  .product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.product-box .cart-wrap a:hover,
.product-box .cart-wrap button:hover {
  background-color: transparent;
  color: #fff;
}
.product-box .cart-wrap a:hover::after,
.product-box .cart-wrap button:hover::after {
  transform: scale(1);
  transition: 0.5s;
}
.product-box .cart-wrap ul li + li {
  margin-left: 5px;
}
[dir=rtl] .product-box .cart-wrap ul li + li {
  margin-left: 0;
  margin-right: 5px;
}
.product-box .cart-wrap a {
  color: #232323;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box .cart-wrap button {
  line-height: 0.8;
}
.product-box .product-details {
  margin-top: 15px;
}
.product-box .product-details h3 span {
  font-size: 15px;
  text-decoration: line-through;
  margin-left: 4px;
}
[dir=rtl] .product-box .product-details h3 span {
  margin-left: 0;
  margin-right: 4px;
}
.product-box .product-details h5 {
  margin: 5px auto 6px auto;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  width: 90%;
  font-weight: 500;
  margin: 5px 0px !important;
  padding: 0 15px;
}
.product-box .product-details .size-box {
  margin-top: 5px !important;
  margin: -1px;
}
.product-box .product-details .size-box li {
  color: #212529;
  margin: 1px;
  padding: 2px 6px;
  font-size: 13px;
  border-radius: 3px;
  background-color: #f0f7ef;
}
.product-box .product-details .size-box-2 li {
  background-color: #eff2f7;
}
.product-box .product-details .rating {
  gap: calc(0px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -4px;
  margin-top: 0.25rem !important;
}
.product-box .product-details .rating.rating-2 {
  margin-bottom: 0px;
}
.product-box .product-details .rating li i {
  font-size: 13px;
  color: #c3c3c3;
}
.product-box .product-details .rating li i.theme-color {
  color: #ffa202;
}
.product-box .label-dark {
  left: 0;
}
[dir=rtl] .product-box .label-dark {
  float: right;
  left: unset;
  right: 0;
}
[dir=rtl] [dir=rtl] .product-box .label-dark {
  float: left;
}
.product-box .label-theme {
  margin-left: auto;
}
[dir=rtl] .product-box .label-theme {
  margin-left: unset;
  margin-right: auto;
}

.product-wrapper .swiper {
  overflow: hidden visible;
  padding-bottom: 40px;
  height: auto;
}
.product-wrapper .swiper .swiper-pagination {
  bottom: 0;
}
.product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  padding: 0;
  margin: 0;
  background-color: rgba(35, 35, 35, 0.2);
  transition: all 0.5s ease;
  opacity: 1;
}
.product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px;
}
[dir=rtl] .product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: unset;
  margin-right: 10px;
}
.product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: var(--theme-color);
}
.product-wrapper .timer {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
}

.product-banner-circle {
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .product-banner {
    order: -1;
  }
}
.product-banner .product-box {
  padding: calc(20px + 20 * (100vw - 320px) / 1600) !important;
  height: 100%;
}
@media (max-width: 1199px) {
  .product-banner .product-box {
    padding: 20px !important;
  }
}
.product-banner .product-box .img-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.product-banner .label-block {
  padding: 0;
  position: relative;
}
.product-banner .label-block ~ a {
  clear: both;
}
.product-banner .offer-end {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  background-color: rgba(35, 35, 35, 0.8);
  backdrop-filter: blur(10px);
  color: #fff;
  width: 70%;
  text-align: center;
  z-index: 1;
}
.product-banner .offer-end-demo4 {
  background-color: rgba(232, 115, 22, 0.8);
}
.product-banner .offer-end-demo4 h3 {
  margin-top: -3px;
}
.product-banner .offer-end-demo4 h6 {
  margin-bottom: -1px;
}
@media (max-width: 1366px) {
  .product-banner .offer-end {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .product-banner .offer-end {
    width: unset;
  }
}
@media (max-width: 480px) {
  .product-banner .offer-end {
    width: 60%;
    padding: 15px;
  }
}
@media (max-width: 360px) {
  .product-banner .offer-end {
    width: 90%;
  }
}
.product-banner .offer-end h3 {
  margin-bottom: 10px;
}
.product-banner .offer-end h6 {
  font-weight: 400;
}

.instagram-wrap .product-box {
  position: relative;
}
.instagram-wrap .product-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.instagram-wrap .product-box .img-wrapper img {
  max-height: unset !important;
  max-width: unset !important;
  width: 225px;
  height: 225px;
  object-fit: contain;
}
@media (max-width: 1366px) {
  .instagram-wrap .product-box .img-wrapper img {
    width: 195px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .instagram-wrap .product-box .img-wrapper img {
    width: 175px;
    height: 175px;
  }
}
.instagram-wrap .product-box .img-wrapper .share {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.6;
  writing-mode: vertical-rl;
  text-orientation: initial;
  position: absolute;
  top: 0;
}
.instagram-wrap .product-box .img-wrapper .share-opacity {
  opacity: 0;
  transition: 0.2s ease;
}
.instagram-wrap .product-box .img-wrapper .share-box {
  z-index: 2;
}
.instagram-wrap .product-box .img-wrapper .share .share-plus {
  position: relative;
  width: 25px;
  height: 25px;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  color: var(--theme-color);
}
.instagram-wrap .product-box .img-wrapper .share .share-plus::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: -1;
  left: 0;
  top: 0;
}
.instagram-wrap .product-box .img-wrapper .share .share-plus-color {
  background-color: #fff;
  border-radius: 50%;
  animation: ripple-2 0.7s linear infinite;
}
.instagram-wrap .product-box .img-wrapper .share .share-plus-color::after {
  background-color: #fff;
}
.instagram-wrap .product-box .img-wrapper .share span:not(.share-plus) {
  letter-spacing: 10px;
  padding-top: 15px;
  color: #fff;
}
[dir=rtl] .instagram-wrap .product-box .img-wrapper .share span:not(.share-plus) {
  padding-top: unset;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  .instagram-wrap .product-box .img-wrapper .share span:not(.share-plus) {
    letter-spacing: 6px;
    font-size: 13px;
    padding-top: 10px;
  }
  [dir=rtl] .instagram-wrap .product-box .img-wrapper .share span:not(.share-plus) {
    padding-top: unset;
    padding-bottom: 10px;
  }
}
.instagram-wrap .product-box .insta-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: calc(15px + 15 * (100vw - 320px) / 1600);
}
.instagram-wrap .product-box .insta-hover-gradient {
  background: rgb(236, 122, 31);
  background: linear-gradient(138deg, rgb(236, 122, 31) 0%, rgb(227, 98, 123) 50%, rgb(160, 118, 142) 100%);
  opacity: 0;
}
.instagram-wrap .product-box .insta-hover h2 {
  position: absolute;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(65px + 15 * (100vw - 320px) / 1600);
  font-weight: 900;
  opacity: 0.08;
}
@media (max-width: 991px) {
  .instagram-wrap .product-box .insta-hover h2 {
    top: 30px;
  }
}
.instagram-wrap .product-box .insta-hover h3 {
  font-size: calc(20px + 4 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 30px;
  line-height: 1.4;
}
.instagram-wrap .product-box .insta-hover h3.text-hide {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.instagram-wrap .product-box .insta-hover h3.brand-name {
  font-size: calc(20px + 15 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
  line-height: 1.2;
}
@media (max-width: 991px) {
  .instagram-wrap .product-box .insta-hover h3 {
    margin-bottom: 20px;
  }
}
.instagram-wrap .product-box .insta-hover h5 {
  font-weight: 400;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .instagram-wrap .product-box .insta-hover h5 {
    margin-bottom: 5px;
  }
}
.instagram-wrap .product-box .insta-hover .btn {
  font-weight: 500;
}
.instagram-wrap .product-box:hover .insta-hover {
  opacity: 1;
  backdrop-filter: blur(5px);
  visibility: visible;
  transition: all 0.5s;
}
.instagram-wrap .product-box:hover .insta-hover-gradient {
  background: rgb(236, 122, 31);
  background: linear-gradient(138deg, rgb(236, 122, 31) 0%, rgb(227, 98, 123) 50%, rgb(160, 118, 142) 100%);
  opacity: 1;
}
.instagram-wrap .product-box:hover::after {
  opacity: 0.8;
  visibility: visible;
  transition: all 0.5s;
}

.color-variant li {
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.color-variant li + li {
  margin-left: 10px;
}
.color-variant li.selected {
  box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.16), 0 5px 15px 2px rgba(0, 0, 0, 0.05);
}
.color-variant .bg-half-light {
  background-color: #f0f3f8;
  position: relative;
}
.color-variant .bg-half-light .half-black {
  background-color: #232323;
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  display: inline-block;
}
.color-variant .bg-blue1 {
  background-color: #88d1f4;
}
.color-variant .bg-light1 {
  background-color: #f0f3f8;
}
.color-variant .bg-black1 {
  background-color: #000;
}

.label-price {
  position: absolute;
  text-align: right;
  padding: 30px;
  top: 0;
  right: 0;
}

/**=====================
     footer css start
==========================**/
@media (max-width: 575px) {
  footer h3 {
    font-size: 16px;
  }
}
@media (max-width: 1460px) {
  footer .main-footer {
    padding: 70px 0;
  }
}
@media (max-width: 1199px) {
  footer .main-footer {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  footer .main-footer {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  footer .main-footer {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  footer .main-footer {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  footer .main-footer .row > div:first-child, footer .main-footer .row > div:last-child {
    order: -1;
  }
}
@media (max-width: 767px) {
  footer .main-footer .row > div:first-child, footer .main-footer .row > div:last-child {
    order: unset;
  }
}
footer .footer-contact {
  padding-right: 40px;
}
[dir=rtl] footer .footer-contact {
  padding-right: unset !important;
  padding-left: 40px;
}
footer .footer-contact .brand-logo .svg-icon {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  animation: none;
  transform-style: preserve-3d;
}
[dir=rtl] footer .footer-contact .brand-logo .svg-icon {
  margin-right: 0;
  margin-left: 5px;
}
footer .footer-contact .brand-logo .svg-icon .fill-color {
  fill: var(--theme-color);
}
@media (max-width: 1366px) {
  footer .footer-contact {
    padding-right: 20px;
  }
  [dir=rtl] footer .footer-contact {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  footer .footer-contact {
    padding-right: 0;
  }
  [dir=rtl] footer .footer-contact {
    padding-left: 0;
  }
}
footer .footer-contact .footer-logo {
  display: block;
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] footer .footer-contact .contact-lists {
  padding: 0;
}
footer .footer-contact .contact-lists > li {
  display: flex;
  text-transform: capitalize;
}
footer .footer-contact .contact-lists > li:nth-child(1) span {
  margin-top: -3px;
}
footer .footer-contact .contact-lists > li:nth-child(3) span {
  margin-bottom: -3px;
}
footer .footer-contact .contact-lists > li span {
  display: inline;
  text-transform: none;
}
footer .footer-contact .contact-lists > li span b {
  font-weight: 500;
  padding-right: 5px;
}
[dir=rtl] footer .footer-contact .contact-lists > li span b {
  padding-right: unset;
  padding-left: 5px;
  float: right;
}
footer .footer-contact .contact-lists > li + li {
  margin-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  footer .footer-contact .contact-lists > li + li {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  footer .footer-contact .contact-lists > li + li {
    margin-top: 10px;
  }
}
footer .footer-links .footer-title h3 {
  position: relative;
}
@media (max-width: 575px) {
  footer .footer-links .footer-title h3::after {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 9px;
    font-weight: 600;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #7e7e7e;
    transition: 0.5s;
  }
  [dir=rtl] footer .footer-links .footer-title h3::after {
    right: unset;
    left: 0;
  }
}
@media (max-width: 575px) {
  footer .footer-links .footer-title.active h3::after {
    content: "\f077";
    transition: 0.5s;
  }
}
footer .footer-links .footer-content {
  padding-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] footer .footer-links ul {
  padding: 0;
}
footer .footer-links ul li {
  display: block;
}
@media (max-width: 575px) {
  footer .footer-links ul li {
    padding: 0 13px;
  }
}
footer .footer-links ul li .font-dark:hover {
  color: var(--theme-color) !important;
}
footer .footer-links ul li + li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  footer .footer-links ul li + li {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  footer .footer-links ul li + li {
    margin-top: 6px;
  }
}
footer .footer-newsletter h3 {
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
}
footer .footer-newsletter p {
  line-height: 1.6;
  letter-spacing: 0.03em;
}
footer .footer-newsletter .input-group input {
  border-radius: 0;
  position: relative;
  border: none;
  background-color: #f0f3f8;
  color: rgba(35, 35, 35, 0.65);
}
footer .footer-newsletter .input-group input.color-4 {
  background-color: #e9e9e9;
}
footer .footer-newsletter .input-group .input-group-text {
  padding: 6px 16px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: #fff;
  border-radius: 0;
  cursor: pointer;
}
footer .footer-number {
  display: flex;
  align-items: center;
}
footer .footer-number .footer-number-image {
  background-color: #eff3f7;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 20px;
}
[dir=rtl] footer .footer-number .footer-number-image {
  margin-right: 0;
  margin-left: 20px;
}
footer .footer-number .footer-number-image img {
  width: 20px;
}
footer .footer-number .footer-number-container h3 {
  margin-bottom: 0;
}
footer .footer-details {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
}
footer .footer-details p {
  line-height: 1.5;
  margin-bottom: 0;
}
footer .sub-footer {
  padding: calc(15px + 10 * (100vw - 320px) / 1600) 0;
}
@media (max-width: 767px) {
  footer .sub-footer {
    text-align: center;
  }
}
footer .sub-footer .row {
  align-items: center;
}
[dir=rtl] footer .sub-footer ul {
  padding: 0;
}
footer .sub-footer ul li + li {
  margin-left: calc(15px + 15 * (100vw - 320px) / 1600);
}
[dir=rtl] footer .sub-footer ul li + li {
  margin-left: unset !important;
  margin-right: calc(15px + 15 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  footer .sub-footer ul li + li {
    margin-left: 10px;
  }
  [dir=rtl] footer .sub-footer ul li + li {
    margin-right: 10px;
  }
}
footer .sub-footer p {
  text-align: right;
}
[dir=rtl] footer .sub-footer p {
  text-align: left;
}
@media (max-width: 767px) {
  footer .sub-footer p {
    text-align: center;
  }
  [dir=rtl] footer .sub-footer p {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .footer-sm-space {
    padding-bottom: 66px;
  }
}

/**=====================
    Subscribe css Start
==========================**/
.subscribe-section {
  background-color: #eff3f7;
}
.subscribe-section-light {
  background-color: #f0f8f0;
}
.subscribe-section .subscribe-details {
  height: 100%;
}
.subscribe-section .subscribe-details h2 {
  font-size: calc(18px + 12 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.subscribe-section .subscribe-details h6 {
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
  display: block;
  margin-bottom: -3px;
  line-height: 1.6;
}
.subscribe-section .subscribe-input {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.subscribe-section .subscribe-input .form-control {
  border-radius: 0;
}
.subscribe-section .subscribe-input .form-control:focus {
  background-color: #fff;
}

/**=====================
       Compare Section Css
  ==========================**/
.paypal-button-tagline {
  margin-top: 6px;
}

.compare-empty-box {
  text-align: center;
}
.compare-empty-box img {
  display: block;
  margin: 0 auto;
  width: 36%;
}
@media (max-width: 991px) {
  .compare-empty-box img {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .compare-empty-box img {
    width: 72%;
  }
}
@media (max-width: 360px) {
  .compare-empty-box img {
    width: 100%;
  }
}

/**=====================
     brand section css start
==========================**/
.tablet .backgroundView {
  padding-bottom: 9px;
}

.brand-slider {
  margin-bottom: -7px;
}

.zi-1 {
  z-index: 1;
}

.blog-profile {
  display: flex;
  align-items: center;
}
.blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-profile .image-name {
  margin-left: 15px;
}
[dir=rtl] .blog-profile .image-name {
  margin-left: unset;
  margin-right: 15px;
}
.blog-profile .image-name .text-weight h6 {
  font-weight: 300;
}
.blog-profile .image-name h3 {
  position: relative;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-profile .image-name h6 {
  color: #6c757d;
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
}

.search-section .search-bar .search-input,
.search-section .search-bar .search-button {
  border-radius: 4px;
}
.search-section .search-bar .input-group {
  width: 50%;
  margin: 26px auto 110px;
}
@media (max-width: 991px) {
  .search-section .search-bar .input-group {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .search-section .search-bar .input-group {
    width: 100%;
  }
}
.search-section .search-bar button {
  padding: 15px calc(24px + 11 * (100vw - 320px) / 1600);
  background-color: var(--theme-color);
  color: #fff;
  border: 1px solid var(--theme-colors);
}
.search-section .search-bar button i {
  color: #fff;
}
.search-section .search-bar button.search-button {
  padding: 15px;
}
.search-section .search-bar input:focus {
  border-color: #ced4da;
  z-index: 1;
}

/**=====================
       Social media css start
  ==========================**/
.social-media {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: calc(8px + 7 * (100vw - 320px) / 1600);
}
.social-media.media-center {
  justify-content: center;
}
.social-media a {
  display: block;
}
.social-media .social-icon-box {
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
  background-color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.social-media .social-icon-box.social-color {
  background-color: #eff2f7;
}
@media (max-width: 360px) {
  .social-media .social-icon-box.social-color {
    background-color: var(--theme-color);
  }
}
.social-media .social-icon-box.social-color i {
  color: #212529;
}
@media (max-width: 575px) {
  .social-media .social-icon-box.social-color i {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .social-media .social-icon-box.social-color i {
    color: #fff;
  }
}
.social-media .social-icon-box i {
  color: #fff;
}

/**=====================
     Load more css start
  ==========================**/
.load-more {
  text-align: center;
  margin: 40px auto 0;
  width: 280px;
}
.load-more a {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  color: var(--theme-color);
}

.product-load-more .col-grid-box {
  display: none;
}

/**=====================
       Log In page Css Start
  ==========================**/
.login-section {
  min-height: 100vh;
  position: relative;
  background: #f0f3f8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(30px + 40 * (100vw - 320px) / 1600);
}
.login-section .materialContainer {
  width: 100%;
  max-width: 460px;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.login-section .materialContainer .box {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  padding: calc(30px + 30 * (100vw - 320px) / 1600) calc(10px + 20 * (100vw - 320px) / 1600);
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  z-index: 5;
}
.login-section .materialContainer .box.back {
  transform: scale(0.95);
  top: -20px;
  opacity: 0.8;
  z-index: -1;
}
.login-section .materialContainer .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 30px;
  border-radius: 10px;
  top: -10px;
  background-color: rgba(255, 255, 255, 0.6);
  left: 0;
  transform: scale(0.95);
}
.login-section .materialContainer .login-title {
  width: 100%;
  line-height: 46px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: calc(0px + 2 * (100vw - 320px) / 1600);
  color: var(--theme-color);
  position: relative;
}
.login-section .materialContainer .login-title:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: calc(-10px + -20 * (100vw - 320px) / 1600);
  background: var(--theme-color);
}
[dir=rtl] .login-section .materialContainer .login-title:before {
  left: unset;
  right: calc(-10px + -20 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .login-title h2 {
  font-size: calc(27px + 1 * (100vw - 320px) / 1600);
  margin-left: calc(10px + -10 * (100vw - 320px) / 1600);
  margin-top: -2px;
}
.login-section .materialContainer .social-media {
  padding: 15px calc(10px + 15 * (100vw - 320px) / 1600);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(199, 199, 197, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-section .materialContainer .social-media h6 {
  margin-left: 20px;
  margin-bottom: -2px;
  color: #fff;
}
[dir=rtl] .login-section .materialContainer .social-media h6 {
  margin-left: unset;
  margin-right: 20px;
}
.login-section .materialContainer .social-media img {
  width: calc(8% + 10 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .social-media.fb-media {
  background-color: #43609c;
}
.login-section .materialContainer .social-media.fb-media h6 {
  color: #fff;
  font-size: 18px;
}
.login-section .materialContainer .social-media.google-media {
  color: #000;
}
.login-section .materialContainer .social-media.google-media h6 {
  font-size: 18px;
  color: #000;
}
.login-section .materialContainer p {
  width: 100%;
  float: left;
  text-align: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin-top: calc(17px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.login-section .materialContainer p.pass-or {
  margin-top: calc(4px + 8 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .input {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .input label,
.login-section .materialContainer .input input,
.login-section .materialContainer .input .spin {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button button .button.login button i.fa {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .material-button .shape:before, .login-section .materialContainer .material-button .shape:after {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .button.login button {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .material-button,
.login-section .materialContainer .alt-2,
.login-section .materialContainer .material-button .shape,
.login-section .materialContainer .alt-2 .shape,
.login-section .materialContainer .box {
  transition: 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.login-section .materialContainer .input {
  width: 100%;
  float: left;
}
.login-section .materialContainer .input label,
.login-section .materialContainer .input input,
.login-section .materialContainer .input .spin {
  width: 100%;
  float: left;
}
.login-section .materialContainer .button {
  width: 100%;
  float: left;
}
.login-section .materialContainer .button button {
  width: 100%;
  float: left;
}
.login-section .materialContainer .input {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  height: 70px;
}
.login-section .materialContainer .input {
  position: relative;
}
.login-section .materialContainer .input input {
  position: relative;
}
.login-section .materialContainer .button {
  position: relative;
}
.login-section .materialContainer .button button {
  position: relative;
}
.login-section .materialContainer .input input {
  height: 60px;
  top: 20px;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: #212529;
  font-weight: 300;
}
[dir=rtl] .login-section .materialContainer .input input {
  text-align: right;
}
.login-section .materialContainer .input label {
  font-family: "Roboto", sans-serif;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.login-section .materialContainer .input label.email-label {
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .button button {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.login-section .materialContainer .input:before,
.login-section .materialContainer .input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
[dir=rtl] .login-section .materialContainer .input:before,
[dir=rtl] .login-section .materialContainer .input .spin {
  left: unset;
  right: 0;
}
.login-section .materialContainer .input:before {
  content: "";
  background: rgba(33, 37, 41, 0.15);
  z-index: 3;
}
.login-section .materialContainer .input .spin {
  background: var(--theme-color);
  z-index: 4;
  width: 0;
}
.login-section .materialContainer .overbox .input .spin {
  background: #fff;
}
.login-section .materialContainer .overbox .input:before {
  background: rgba(255, 255, 255, 0.5);
}
.login-section .materialContainer .input label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  color: #777777;
}
.login-section .materialContainer .button {
  margin-top: 20px;
  margin: calc(15px + 5 * (100vw - 320px) / 1600) 0;
  overflow: hidden;
  z-index: 2;
}
.login-section .materialContainer .button.button-1 {
  margin-bottom: 0;
}
.login-section .materialContainer .button.login button {
  width: 100%;
  left: 0%;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-weight: 900;
  font-size: 18px;
  color: #fff;
  padding: calc(13px + 5 * (100vw - 320px) / 1600);
  border-radius: 4px;
}
.login-section .materialContainer .button.login button span {
  display: block;
  margin-top: -3px;
}
.login-section .materialContainer .button button {
  width: 100%;
  left: 0%;
  background-color: transparent;
  border: 1px solid rgba(33, 37, 41, 0.1);
  font-weight: 900;
  font-size: 18px;
  color: rgba(33, 37, 41, 0.2);
  padding: calc(13px + 5 * (100vw - 320px) / 1600);
}
.login-section .materialContainer .button button {
  background-color: #fff;
  color: var(--theme-color);
  border: none;
}
.login-section .materialContainer .button.login button.active {
  border: 1px solid transparent;
  color: #fff !important;
  background-color: var(--theme-color);
}
.login-section .materialContainer .button.login button.active span {
  opacity: 0;
  transform: scale(0);
  display: none;
}
.login-section .materialContainer .button.login button.active i.fa {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  display: block;
}
.login-section .materialContainer .button.login button i.fa {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  font-size: 18px;
  transform: scale(0) rotate(-45deg);
  display: none;
}
.login-section .materialContainer .button button {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.login-section .materialContainer .pass-forgot {
  width: 100%;
  float: right;
  text-align: right;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
  margin: 10px auto 0;
  text-align: right;
}
[dir=rtl] .login-section .materialContainer .pass-forgot {
  text-align: left;
}
.login-section .materialContainer .pass-forgot:hover {
  color: var(--theme-color);
}
.login-section .materialContainer .sign-category {
  width: 100%;
  text-align: center;
  color: rgba(33, 37, 41, 0.4);
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  margin: 10px auto;
  position: relative;
}
.login-section .materialContainer .sign-category span {
  background-color: #fff;
  z-index: 1;
  padding: 0 12px;
}
.login-section .materialContainer .sign-category::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  color: rgba(33, 37, 41, 0.2);
  z-index: -1;
}
.login-section .materialContainer .overbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: inherit;
  border-radius: 10px;
  padding: 60px 50px 40px 50px;
}
.login-section .materialContainer .overbox .login-title,
.login-section .materialContainer .overbox .button,
.login-section .materialContainer .overbox .input {
  z-index: 111;
  position: relative;
  color: #fff !important;
  display: none;
}
.login-section .materialContainer .overbox .login-title {
  width: 80%;
}
.login-section .materialContainer .overbox .input {
  margin-top: 20px;
}
.login-section .materialContainer .overbox .input input,
.login-section .materialContainer .overbox .input label {
  color: #fff;
}
.login-section .materialContainer .overbox .material-button,
.login-section .materialContainer .overbox .alt-2 {
  display: block;
}
.login-section .materialContainer .overbox .material-button .shape,
.login-section .materialContainer .overbox .alt-2 .shape {
  display: block;
}
.login-section .materialContainer .material-button,
.login-section .materialContainer .alt-2 {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--theme-color);
  position: absolute;
  top: 40px;
  right: -70px;
  cursor: pointer;
  z-index: 100;
  transform: translate(0%, 0%);
}
.login-section .materialContainer .material-button .shape,
.login-section .materialContainer .alt-2 .shape {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.login-section .materialContainer .material-button .shape:before,
.login-section .materialContainer .alt-2 .shape:before,
.login-section .materialContainer .material-button .shape:after,
.login-section .materialContainer .alt-2 .shape:after {
  content: "";
  position: absolute;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login-section .materialContainer .material-button .shape:before,
.login-section .materialContainer .alt-2 .shape:before {
  width: 25px;
  height: 4px;
}
.login-section .materialContainer .material-button .shape:after,
.login-section .materialContainer .alt-2 .shape:after {
  width: 4px;
  height: 25px;
}
.login-section .materialContainer .material-button.active,
.login-section .materialContainer .alt-2.active {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%) rotate(0deg);
}

/**=====================
       404 Page Css Start
  ==========================**/
.page-not-found .page-image {
  text-align: center;
}
.page-not-found .page-image img {
  width: 60%;
}
.page-not-found .page-container {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 calc(0px + 50 * (100vw - 320px) / 1600);
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.page-not-found .page-container h2 {
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
  color: #212529;
  font-size: calc(25px + 10 * (100vw - 320px) / 1600);
  margin-top: -3px;
}
.page-not-found .page-container p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  color: #7e7e7e;
}

/**=====================
       Contact Page Css Start
  ==========================**/
.contact-section .materialContainer {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0);
}
.contact-section .materialContainer .material-details h2 {
  margin-top: -5px;
}
.contact-section .materialContainer .material-details h4 {
  margin-top: 10px;
  font-weight: 400;
  color: #78909c;
  line-height: 1.5;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.contact-section .materialContainer .box {
  position: relative;
  top: 0;
  opacity: 1;
  float: left;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  transform: scale(1);
  z-index: 5;
}
.contact-section .materialContainer .input {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section .materialContainer .input label,
.contact-section .materialContainer .input input,
.contact-section .materialContainer .input textarea,
.contact-section .materialContainer .input .spin {
  transition: 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.contact-section .materialContainer .input {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
  height: 70px;
}
.contact-section .materialContainer .input {
  position: relative;
}
.contact-section .materialContainer .input input {
  position: relative;
}
.contact-section .materialContainer .input textarea {
  position: relative;
  width: 100%;
}
.contact-section .materialContainer .input input,
.contact-section .materialContainer .input textarea {
  height: 60px;
  top: 10px;
  border: none;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.contact-section .materialContainer .input label {
  font-family: "Roboto", sans-serif;
  font-size: calc(13px + 5 * (100vw - 320px) / 1600);
  color: rgba(33, 37, 41, 0.8);
  font-weight: 300;
}
.contact-section .materialContainer .input label.email-label {
  font-size: calc(15px + 9 * (100vw - 320px) / 1600);
}
.contact-section .materialContainer .input:before,
.contact-section .materialContainer .input .spin {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contact-section .materialContainer .input:before {
  content: "";
  background: rgba(33, 37, 41, 0.1);
  z-index: 3;
}
.contact-section .materialContainer .input .spin {
  background: var(--theme-color);
  z-index: 4;
  width: 0;
}
.contact-section .materialContainer .input label {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
  cursor: pointer;
  line-height: 60px;
  color: #78909c;
}
.contact-section .location-map iframe {
  width: 100%;
  height: calc(200px + 140 * (100vw - 320px) / 1600);
  margin-bottom: -6px;
}
.contact-section .contact-details {
  background-color: #eff2f7;
  height: 100%;
  padding: calc(21px + 9 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.contact-section .contact-details h2 {
  font-weight: 500;
  margin-top: -3px;
  margin-bottom: 10px;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.contact-section .contact-details h5 {
  font-weight: 400;
  margin-bottom: 30px;
}
.contact-section .contact-details .contact-box {
  margin-top: 25px;
  display: flex;
  align-items: flex-start;
}
.contact-section .contact-details .contact-box .contact-title {
  width: calc(80% - 80px);
  margin-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
[dir=rtl] .contact-section .contact-details .contact-box .contact-title {
  margin-left: unset;
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
}
@media (max-width: 991px) {
  .contact-section .contact-details .contact-box .contact-title {
    width: calc(100% - 80px);
  }
}
.contact-section .contact-details .contact-box .contact-title h4 {
  margin-bottom: 10px;
  font-weight: 500;
}
.contact-section .contact-details .contact-box .contact-title p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 26px;
}
.contact-section .contact-details .contact-box .contact-title p + p {
  margin-top: 0;
  margin-bottom: -2px;
}
.contact-section .contact-details .contact-box .contact-icon {
  width: calc(35px + 10 * (100vw - 320px) / 1600);
  height: calc(35px + 10 * (100vw - 320px) / 1600);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contact-section .contact-details .contact-box .contact-icon .feather {
  width: calc(15px + 3 * (100vw - 320px) / 1600);
  stroke: var(--theme-color);
}
.contact-section .contact-details .contact-box .contact-icon:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--theme-color);
  opacity: 0.12;
  border-radius: 100%;
  z-index: -1;
}

/**=====================
       FAQ Page Css Start
  ==========================**/
.search-title {
  margin-bottom: calc(30px + 20 * (100vw - 320px) / 1600);
  text-align: center;
}
.search-title h1 {
  font-size: calc(30px + 20 * (100vw - 320px) / 1600);
  font-weight: 500;
  display: block;
  margin-top: -10px;
  text-transform: none;
}

.faq-section {
  margin-top: calc(-85px + -75 * (100vw - 320px) / 1600);
}
.faq-section .faq-contain {
  text-align: center;
  padding: calc(22px + 18 * (100vw - 320px) / 1600);
  border-radius: 10px;
  height: 100%;
  transition: 0.5s ease;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 8px 40px 0 rgba(33, 37, 41, 0.1);
}
.faq-section .faq-contain .faq-image {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.faq-section .faq-contain .faq-image img {
  object-fit: contain;
}
.faq-section .faq-contain h2 {
  margin-top: calc(18px + 2 * (100vw - 320px) / 1600);
  font-size: calc(20px + 2 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #212529;
}
.faq-section .faq-contain h5 {
  color: #7e7e7e;
  font-weight: 300;
  line-height: 1.6;
  margin: 10px auto -2px;
  letter-spacing: 0.48px;
}

.faq-details .faq-link-box {
  display: flex;
  align-items: flex-start;
  position: sticky;
  top: 30px;
}
.faq-details .faq-link-box ul li {
  display: block;
}
.faq-details .faq-link-box ul li:last-child a {
  padding-bottom: 0;
}
.faq-details .faq-link-box ul li:last-child a::after {
  content: none;
}
.faq-details .faq-link-box ul li:first-child {
  padding-top: 0;
}
.faq-details .faq-link-box a {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: calc(6px + 6 * (100vw - 320px) / 1600) 0;
  color: #212529;
}
.faq-details .faq-link-box a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(120, 144, 174, 0.23);
}
@media (max-width: 575px) {
  .faq-details .faq-link-box a:after {
    opacity: 0;
  }
}
.faq-details .faq-link-box a h4 {
  font-weight: 200;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.faq-details .faq-link-box a h5 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  font-weight: 200;
  margin-left: 10px;
}
[dir=rtl] .faq-details .faq-link-box a h5 {
  margin-left: unset;
  margin-right: 10px;
}

.faq-heading {
  display: flex;
  align-items: flex-start;
}
.faq-heading + .faq-heading {
  margin-top: calc(30px + 15 * (100vw - 320px) / 1600);
}
.faq-heading .feather {
  width: calc(20px + 2 * (100vw - 320px) / 1600);
  height: auto;
}
.faq-heading .faq-option {
  margin-left: 10px;
  width: calc(100% - 0px);
}
[dir=rtl] .faq-heading .faq-option {
  margin-left: unset;
  margin-right: 10px;
}
.faq-heading .faq-option h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  font-weight: 400;
  margin-top: -5px;
  margin-bottom: 0;
  line-height: 1.5;
}
.faq-heading .faq-option h6 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-bottom: -4px;
  margin-top: calc(4px + 6 * (100vw - 320px) / 1600);
}

/**=====================
       Review Page Css Start
  ==========================**/
.review-section .review-box {
  position: relative;
  padding: calc(20px + 15 * (100vw - 320px) / 1600);
  background-color: #fff;
  box-shadow: 0 0 8px rgba(33, 37, 41, 0.08);
  border-radius: 7px;
  transition: 0.5s ease;
  overflow: hidden;
}
.review-section .review-box:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.review-section .review-box:hover .review-image .fa-quote-left {
  opacity: 0.04;
}
.review-section .review-box:hover .review-image .fa-quote-right {
  opacity: 0.04;
}
.review-section .review-box .review-image {
  display: flex;
  align-items: center;
}
.review-section .review-box .review-image .fa-quote-left {
  font-size: 170px;
  position: absolute;
  top: -27px;
  left: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.review-section .review-box .review-image .fa-quote-right {
  font-size: calc(130px + 40 * (100vw - 320px) / 1600);
  position: absolute;
  bottom: -27px;
  right: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.review-section .review-box .review-image .review-profile {
  position: relative;
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  overflow: hidden;
  border-radius: 50%;
}
.review-section .review-box .review-image .review-profile img {
  transition: 0.5s ease;
  width: 100%;
  object-fit: cover;
}
.review-section .review-box .review-image .rating {
  margin-top: 0;
}
.review-section .review-box .review-image .rating .fa-star {
  font-size: 14px;
}
.review-section .review-box .review-image .image-name {
  margin-left: 10px;
}
[dir=rtl] .review-section .review-box .review-image .image-name {
  margin-left: unset;
  margin-right: 10px;
}
.review-section .review-box .review-image .image-name h3 {
  position: relative;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin: 0 0 4px;
}
.review-section .review-box .review-image .image-name p {
  color: #6c757d;
  margin-bottom: -3px;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.review-section .review-box .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 20px;
  hyphens: auto;
  text-align: justify;
  word-break: normal;
  line-height: 1.6;
}
.review-section .review-box .review-name p + p {
  margin: 20px 0;
}

/**=====================
       Portfolio Page Css Start
  ==========================**/
.portfolio .peregraph {
  text-align: center;
  color: var(--darkgrey);
  margin: 0 auto;
  width: 90%;
  padding: 15px 0;
}
.portfolio .peregraph p {
  margin: 0;
  padding: 0;
}
.portfolio .button ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio .button ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  background-color: transparent;
  font-weight: 300;
  color: #7e7e7e;
  border-radius: 5px;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 15 * (100vw - 320px) / 1600);
}
.portfolio .button ul li h4 {
  margin-top: -3px;
  margin-bottom: -4px;
}
.portfolio .button ul li.btn-submit:hover {
  color: var(--theme-color);
}
.portfolio .button ul li.active {
  color: #fff;
  background-color: var(--theme-color);
}
.portfolio .button ul li.active:hover {
  color: #fff;
}
.portfolio .parent-container {
  position: relative;
  overflow: hidden;
}
.portfolio .parent-container-size .images {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.portfolio .parent-container .images {
  transition: 0.5s ease;
  width: 100%;
}
.portfolio .parent-container:hover .overlay-color {
  top: 0;
  opacity: 1;
}
.portfolio .parent-container:hover .overlay-color .overlay-icon {
  opacity: 1;
}
.portfolio .parent-container .overlay-color {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s ease;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  opacity: 0;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
}
.portfolio .parent-container .overlay-color .overlay-icon {
  background-color: #fff;
  color: #212529;
  transition: 0.8s ease;
  padding: calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: 4px;
  position: relative;
  opacity: 0;
}
.portfolio .parent-container .overlay-color .overlay-icon h3 {
  font-size: calc(20px + 5 * (100vw - 320px) / 1600);
  font-weight: 600;
  transition: 0.5s ease;
  position: relative;
}
.portfolio .parent-container .overlay-color .overlay-icon p {
  margin-top: 5px;
  margin-bottom: 0;
}
.portfolio .card {
  border: none;
  background-color: #fff;
}

/**=====================
       Blog Page Css Start
  ==========================**/
.blog-section .blog-image {
  display: flex;
  align-items: center;
  background-color: rgba(240, 243, 248, 0.5);
  padding-right: 35px;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .blog-section .blog-image {
    display: block;
  }
}
.blog-section .blog-image img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .blog-section .blog-image img {
    width: 100%;
    height: auto;
  }
}
.blog-section .blog-image .blog-details {
  margin-left: 50px;
}
@media (max-width: 991px) {
  .blog-section .blog-image .blog-details {
    margin-left: 0;
    padding: calc(20px + 16 * (100vw - 320px) / 1600) calc(10px + 10 * (100vw - 320px) / 1600);
  }
}
.blog-section .blog-image .blog-details h5 {
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  margin-top: -3px;
  font-size: calc(13px + 6 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.blog-section .blog-image .blog-details h5 span {
  font-weight: 300;
  font-size: 13px;
}
.blog-section .blog-image .blog-details h2 {
  color: #212529;
  font-weight: 500;
  font-size: calc(22px + 14 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 6 * (100vw - 320px) / 1600);
  line-height: 1.2;
  letter-spacing: 1px;
}
@media (max-width: 360px) {
  .blog-section .blog-image .blog-details h2 {
    line-height: 1;
  }
}
.blog-section .blog-image .blog-details p {
  line-height: 1.5;
  font-size: calc(13px + 3 * (100vw - 320px) / 1600);
  letter-spacing: calc(0px + 1 * (100vw - 320px) / 1600);
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
}
.blog-section .blog-image .blog-details .blog-profile {
  display: flex;
  align-items: center;
  margin-left: 15px;
}
@media (max-width: 991px) {
  .blog-section .blog-image .blog-details .blog-profile {
    margin-left: 0;
  }
}
.blog-section .blog-image .blog-details .blog-profile .fa-quote-left {
  font-size: 170px;
  position: absolute;
  top: -27px;
  left: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.blog-section .blog-image .blog-details .blog-profile .fa-quote-right {
  font-size: 170px;
  position: absolute;
  bottom: -27px;
  right: -12px;
  transform: rotate(-9deg);
  color: var(--theme-color);
  opacity: 0.03;
  transition: 0.5s ease;
}
.blog-section .blog-image .blog-details .blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-section .blog-image .blog-details .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-section .blog-image .blog-details .blog-profile .image-name {
  margin-left: 15px;
}
.blog-section .blog-image .blog-details .blog-profile .image-name h3 {
  position: relative;
  font-size: 20px;
  margin-top: -6px;
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-section .blog-image .blog-details .blog-profile .image-name span {
  color: #6c757d;
  margin-bottom: -3px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.blog-section .blog-image .blog-details .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-section .blog-image .blog-details .review-name p + p {
  margin: 20px 0;
}

.btn-group-showcase {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.blog-categories {
  padding: 0;
  border: none;
  background-color: #fff;
}
.blog-categories.box-bottom {
  margin-bottom: 14px;
}
.blog-categories .blog-img {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.blog-categories .blog-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: 0;
  transition: all 0.5s ease;
}
.blog-categories .card-body {
  padding: 0;
  margin-top: 20px;
  background-color: #fff;
  flex: unset;
}
[dir=rtl] .blog-categories .card-body {
  direction: rtl;
}
.blog-categories .card-body h5 {
  color: var(--theme-color);
  margin-bottom: 6px;
}
.blog-categories .card-body h2 {
  font-weight: 500;
  line-height: 1.3;
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
  margin-bottom: calc(6px + 10 * (100vw - 320px) / 1600);
  color: #212529;
}
.blog-categories .card-body .blog-profile {
  display: flex;
  align-items: center;
}
.blog-categories .card-body .blog-profile .image-profile {
  position: relative;
  width: 45px;
  height: 45px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-categories .card-body .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-categories .card-body .blog-profile .image-name {
  margin-left: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 397px) {
  .blog-categories .card-body .blog-profile .image-name {
    gap: 4px;
  }
}
[dir=rtl] .blog-categories .card-body .blog-profile .image-name {
  margin-left: unset;
  margin-right: 0;
}
.blog-categories .card-body .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-top: 0;
  margin-bottom: 0;
  color: #7e7e7e;
  font-weight: 400;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
@media (max-width: 397px) {
  .blog-categories .card-body .blog-profile .image-name h3 {
    border: none;
    padding-right: 0;
  }
}
[dir=rtl] .blog-categories .card-body .blog-profile .image-name h3 {
  padding-right: unset;
  padding-left: 10px;
  border-left: 1px solid #ddd;
  border-right: none;
}
@media (max-width: 397px) {
  [dir=rtl] .blog-categories .card-body .blog-profile .image-name h3 {
    border: none;
    padding-right: 0;
  }
}
.blog-categories .card-body .blog-profile .image-name h6 {
  color: #7e7e7e;
  margin-bottom: 0;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 400;
}
.blog-categories .card-body .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-categories .card-body .review-name p + p {
  margin: 20px 0;
}
.blog-categories:hover .blog-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--theme-color);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.masonary-blog-section {
  position: relative;
  overflow: hidden;
}
.masonary-blog-section .peregraph {
  text-align: center;
  color: var(--darkgrey);
  margin: 0 auto;
  width: 90%;
  padding: 15px 0;
}
.masonary-blog-section .peregraph p {
  margin: 0;
  padding: 0;
}
.masonary-blog-section .button ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masonary-blog-section .button ul li {
  display: inline-block;
  font-weight: bold;
  font-size: 15px;
  border: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  background-color: transparent;
  font-weight: 300;
  color: #7e7e7e;
}
.masonary-blog-section .button ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  transition: 0.4s ease;
}
.masonary-blog-section .button ul li h4 {
  margin-top: -3px;
  margin-bottom: -4px;
}
.masonary-blog-section .button ul li.btn-submit:hover {
  color: var(--theme-color);
}
.masonary-blog-section .button ul li.active {
  color: var(--theme-color);
}
.masonary-blog-section .button ul li.active:after {
  width: 100%;
}
.masonary-blog-section .masonary-blog {
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(33, 37, 41, 0.08);
  border: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog {
    display: block;
  }
}
.masonary-blog-section .masonary-blog.box-shadow {
  box-shadow: 0 5px 10px rgba(35, 35, 35, 0.08);
}
.masonary-blog-section .masonary-blog .bg-size {
  width: 30%;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog .bg-size {
    width: 100%;
  }
}
.masonary-blog-section .masonary-blog img {
  width: 100%;
}
.masonary-blog-section .masonary-blog img.image-fit {
  height: 350px;
  object-fit: cover;
  box-shadow: 0 5px 10px rgba(35, 35, 35, 0.05);
}
.masonary-blog-section .masonary-blog .card-body {
  padding: calc(20px + 5 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body-width {
  width: 70%;
}
@media (max-width: 991px) {
  .masonary-blog-section .masonary-blog .card-body {
    width: 100%;
  }
}
.masonary-blog-section .masonary-blog .card-body.quote-body {
  text-align: center;
}
.masonary-blog-section .masonary-blog .card-body .quote-image {
  width: 60px;
  height: auto;
  display: block;
  opacity: 0.2;
  margin: 0 auto;
  margin-bottom: calc(25px + 15 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body span {
  margin-bottom: 16px;
  margin-top: -3px;
  display: block;
}
.masonary-blog-section .masonary-blog .card-body .masonary-name {
  letter-spacing: 1.2px;
  margin-bottom: 6px;
  color: var(--theme-color);
}
.masonary-blog-section .masonary-blog .card-body h2 {
  font-weight: 400;
  line-height: 1.4;
  font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  margin-bottom: 6px;
  color: #212529;
}
.masonary-blog-section .masonary-blog .card-body h2.quote-head {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  letter-spacing: 1.1px;
  text-align: center;
}
.masonary-blog-section .masonary-blog .card-body p {
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: calc(9px + 6 * (100vw - 320px) / 1600);
  margin-bottom: 0;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile {
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding-top: calc(13px + 3 * (100vw - 320px) / 1600);
  margin-top: calc(13px + 7 * (100vw - 320px) / 1600);
}
.masonary-blog-section .masonary-blog .card-body .blog-profile.box-center {
  justify-content: center;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-profile {
  position: relative;
  width: calc(43px + 7 * (100vw - 320px) / 1600);
  height: calc(43px + 7 * (100vw - 320px) / 1600);
  overflow: hidden;
  border-radius: 50%;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name {
  margin-left: 15px;
}
[dir=rtl] .masonary-blog-section .masonary-blog .card-body .blog-profile .image-name {
  margin-left: unset;
  margin-right: 15px;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  color: #212529;
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h3 span {
  font-weight: 400;
  display: revert;
  color: var(--theme-color);
}
.masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h6 {
  margin-top: 5px;
  color: #6c757d;
  font-size: 14px;
}
.masonary-blog-section .masonary-blog .card-body .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.masonary-blog-section .masonary-blog .card-body .review-name p + p {
  margin: 20px 0;
}

.popular-post .popular-title {
  margin-bottom: calc(15px + 9 * (100vw - 320px) / 1600);
}
.popular-post .popular-title h2 {
  font-size: calc(22px + 13 * (100vw - 320px) / 1600);
}
.popular-post .popular-image {
  display: flex;
  align-items: center;
  padding-right: 10px;
}
[dir=rtl] .popular-post .popular-image {
  padding-right: unset;
}
.popular-post .popular-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.popular-post .popular-image .popular-contain {
  margin-left: 15px;
}
.popular-post .popular-image .popular-contain h5 {
  font-size: calc(16px + 3 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
  font-weight: 400;
  margin-top: -3px;
}
.popular-post .popular-image .popular-contain p {
  margin-bottom: -1px;
  font-weight: 400;
}
.popular-post .popular-image .popular-contain p span {
  font-weight: 600;
}
.popular-post .popular-details p {
  line-height: 1.8;
}

.popular-title {
  margin-bottom: 30px;
  background-color: #eff2f7;
  padding: 16px 20px;
}
.popular-title.minus-spacing {
  margin-bottom: 0;
}
.popular-title h3 {
  font-weight: 500;
  font-size: 16px;
}

.left-side {
  position: sticky;
}
.left-side .popular-post {
  padding: 20px;
  border: 1px solid #ddd;
  color: #212529;
  border-radius: 5px;
}
.left-side .popular-post .review-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 2px -2px -2px -2px;
  gap: 10px;
}
.left-side .popular-post .review-box span {
  font-size: 13px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin: 2px;
}
.left-side .popular-post .review-box span .feather {
  width: 15px;
  margin-right: 5px;
}
[dir=rtl] .left-side .popular-post .review-box span .feather {
  margin-right: unset;
  margin-left: 5px;
}
.left-side .popular-post .popular-image {
  display: flex;
  align-items: flex-start;
}
.left-side .popular-post .popular-image + .popular-image {
  margin-top: 30px;
}
.left-side .popular-post .popular-image .popular-number {
  border-radius: 7px;
  width: 55px;
}
[dir=rtl] .left-side .popular-post .popular-image .popular-number {
  width: unset;
  margin-left: 15px;
}
.left-side .popular-post .popular-image .popular-number h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  margin-top: -4px;
}
@media (max-width: 1199px) {
  .left-side .popular-post .popular-image .popular-number h4 {
    font-size: 20px;
  }
}
.left-side .popular-post .popular-image img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.left-side .popular-post .popular-image .popular-contain {
  margin-left: 15px;
}
.left-side .popular-post .popular-image .popular-contain h3 {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.3px;
  margin-top: -3px;
}
.left-side .popular-post .popular-image .popular-contain p {
  margin-bottom: -1px;
  font-weight: 400;
}
.left-side .popular-post .popular-image .popular-contain p span {
  font-weight: 600;
}
.left-side .popular-post .popular-details p {
  line-height: 1.8;
}
.left-side .popular-post .popular-details .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .left-side .popular-post .popular-details .social-media {
    align-items: center;
    justify-content: center;
  }
}
.left-side .popular-post .popular-details .social-media .social-icon-box {
  width: 100px;
  height: 100px;
  background-color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.left-side .popular-post .popular-details .social-media .social-icon-box + .social-icon-box {
  margin-left: 15px;
}
.left-side .popular-post .popular-details .social-media .social-icon-box i {
  color: #fff;
}
.left-side .category-section .category-box {
  transition: all 0.5s ease-in-out;
  display: block;
}
.left-side .category-section .category-box + .category-box {
  margin-top: 5px;
}
.left-side .category-section .category-box:hover {
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box:hover .category-product {
  background-color: #f0f3f8;
}
.left-side .category-section .category-box:hover .category-product .cate-shape {
  background-color: var(--theme-color);
}
.left-side .category-section .category-box:hover .category-product .cate-shape i {
  color: #fff !important;
}
.left-side .category-section .category-box:hover .category-product .cate-contain h5 {
  color: #212529;
  font-weight: 500;
}
.left-side .category-section .category-box .category-product {
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition: 0.5s ease;
}
.left-side .category-section .category-box .category-product .cate-shape {
  width: 100px;
  height: 100px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box .category-product .cate-shape i {
  font-size: 16px;
  transition: all 0.5s ease-in-out;
}
.left-side .category-section .category-box .category-product .cate-contain {
  margin-left: 15px;
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .left-side .category-section .category-box .category-product .cate-contain {
  margin-left: unset;
  margin-right: 15px;
}
.left-side .category-section .category-box .category-product .cate-contain h5 {
  transition: all 0.5s ease-in-out;
  color: #212529;
  font-weight: 300;
}
.left-side .category-section .category-box:hover .category-product .cate-shape i {
  color: var(--theme-color);
}
.left-side .category-section .category-box:hover .category-product .cate-contain h5 {
  color: var(--theme-color);
}
.left-side .tag-section .button-tags {
  display: inline-block;
  margin: 2px 0;
}

.blog-details {
  border-radius: 8px;
  border: none;
  overflow: hidden;
  display: block;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .blog-details {
    margin-top: 30px;
  }
}
.blog-details .blog-image-box {
  position: relative;
}
.blog-details .blog-image-box img {
  width: 100%;
}
.blog-details .blog-image-box .blog-title {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 575px) {
  .blog-details .blog-image-box .blog-title {
    padding: 6px;
    bottom: 10px;
    right: 10px;
    background-color: transparent;
  }
}
.blog-details .blog-image-box .blog-title .blog-contain {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
}
.blog-details .blog-image-box .blog-title .blog-contain h4 {
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 360px) {
  .blog-details .blog-image-box .blog-title .blog-contain h4 {
    display: none;
  }
}
.blog-details .blog-image-box .blog-title .blog-contain h2 {
  font-size: calc(16px + 12 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain {
  padding: 0 0 calc(20px + 5 * (100vw - 320px) / 1600) 0;
  margin-top: 40px;
}
.blog-details .blog-detail-contain span {
  margin-bottom: 16px;
  margin-top: -5px;
  display: block;
}
.blog-details .blog-detail-contain h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: calc(18px + 9 * (100vw - 320px) / 1600);
  margin-bottom: 16px;
  margin-top: -8px;
}
.blog-details .blog-detail-contain p {
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0;
  text-align: justify;
}
.blog-details .blog-detail-contain p + p {
  margin-top: calc(15px + 10 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain p.first-latter::first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 15px;
  padding-left: 3px;
  color: #212529;
}
.blog-details .blog-detail-contain .blog-profile {
  display: flex;
  align-items: center;
}
.blog-details .blog-detail-contain .blog-profile .image-profile {
  position: relative;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}
.blog-details .blog-detail-contain .blog-profile .image-profile img {
  transition: 0.5s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.blog-details .blog-detail-contain .blog-profile .image-name {
  margin-left: 15px;
}
.blog-details .blog-detail-contain .blog-profile .image-name h3 {
  position: relative;
  font-size: calc(17px + 3 * (100vw - 320px) / 1600);
  font-weight: 500;
  margin-bottom: 4px;
}
.blog-details .blog-detail-contain .blog-profile .image-name h6 {
  color: #6c757d;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.blog-details .blog-detail-contain .review-name p {
  margin-top: -4px;
  margin-bottom: 0;
  color: #6c757d;
  font-size: 16px;
  letter-spacing: 0.7px;
  line-height: 1.5;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 20px;
}
.blog-details .blog-detail-contain .review-name p + p {
  margin: 20px 0;
}

.leave-comments .form-control {
  background-color: #f0f3f8;
  border: none;
}
.leave-comments .form-control:focus {
  border-color: transparent;
}

.block-shadow-space {
  padding-bottom: 66px;
}

/**=====================
       Pagination Css Start
  ==========================**/
.page-section {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-top: 50px;
}
.page-section .pagination {
  margin-bottom: 0;
}
[dir=rtl] .page-section .pagination .page-item .page-link span i {
  transform: rotate(-180deg);
}
.page-section .pagination .page-item + .page-item {
  margin-left: 10px;
}
[dir=rtl] .page-section .pagination .page-item + .page-item {
  margin-left: unset;
  margin-right: 10px;
}
.page-section .pagination .page-item.active .page-link {
  border-radius: 5px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
  z-index: 0;
}
.page-section .pagination .page-item.active .page-link:not(:hover) {
  color: #fff;
}
.page-section .pagination .page-item.active:not(:focus) .page-link {
  background-color: var(--theme-color);
}
.page-section .pagination .page-item .page-link {
  border: 1px solid transparent;
  color: var(--theme-color);
  border-radius: 5px;
  background-color: #fff;
}
.page-section .pagination .page-item .page-link:hover {
  background-color: #eff2f7;
  color: var(--theme-color);
}
.page-section .pagination .page-item .page-link:not(:hover) .page-link {
  border-radius: 5px;
  background-color: var(--theme-color);
  color: #fff;
  font-weight: 600;
  z-index: 0;
}
.page-section .pagination .page-item .page-link:focus {
  background-color: transparent;
  box-shadow: none;
}

/**=====================
       Cart Page Scss Start
  ==========================**/
.wish-list-section.table-dashboard thead tr th {
  padding: 16px 12px;
}
.wish-list-section.table-dashboard tbody tr td {
  padding: 16px;
}
.wish-list-section .count-down {
  margin-bottom: 20px;
  background: #f0f3f8;
  padding: 10px;
  letter-spacing: 1.1px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
}
@media (max-width: 767px) {
  .wish-list-section .count-down {
    display: block;
    text-align: center;
  }
}
.wish-list-section .count-down h5 {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .wish-list-section .count-down h5 {
    margin-right: 0;
  }
}
.wish-list-section.shopping-button {
  display: block;
}
.wish-list-section.shopping-button .fas {
  margin-right: 10px;
}

.table tbody + tbody {
  border-top: none;
}

.cart-buttons {
  padding-top: 35px;
}
.cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
  padding-right: 38px;
}

@media (max-width: 767px) {
  .wishlist-table thead tr th:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .wishlist-table tbody tr td:nth-child(n+3) {
    display: none;
  }
  .wishlist-table tbody tr td .mobile-cart-content .col {
    justify-content: center;
  }
}

.cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 0;
  text-align: center;
  padding: 12px;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #eff2f7;
}
.cart-table tbody h2 {
  margin-bottom: 0;
}
.cart-table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: center;
  padding: 14px 8px;
}
.cart-table tbody tr td a {
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
  display: inline-block;
}
.cart-table tbody tr td a:hover {
  color: var(--theme-color);
}
.cart-table tbody tr td a.icon {
  background-color: #eff2f7;
  border: 1px solid #eff2f7;
  margin: 0 5px;
}
@media (max-width: 767px) {
  .cart-table tbody tr td a.icon {
    margin: 0;
  }
}
.cart-table tbody tr td a.icon:hover .fas {
  color: var(--theme-color);
}
.cart-table tbody tr td a.icon .fas {
  width: calc(25px + 10 * (100vw - 320px) / 1600);
  height: calc(25px + 10 * (100vw - 320px) / 1600);
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.cart-table tbody tr td a img {
  height: 70px;
}
.cart-table tbody tr td p {
  color: #212529;
  white-space: nowrap;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-table tbody tr td p img {
  height: 90px;
}
.cart-table tbody tr td h2 {
  font-size: 20px;
  color: #212529;
  font-weight: 400;
}
.cart-table tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart-table tbody tr td .mobile-cart-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.cart-table tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}
.cart-table tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}
.cart-table tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cart-table tbody tr td .mobile-cart-content .col {
    margin: 0;
    display: flex;
    white-space: nowrap;
  }
}
.cart-table tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
  margin-left: 10px;
}
.cart-table tbody tr td .qty-box .input-group {
  display: block;
}
.cart-table tbody tr td .qty-box .input-group .form-control {
  width: 75px;
  margin: 0 auto;
  text-align: center;
}

tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
  padding-right: 41px;
}
tfoot tr td h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.left-side-button {
  display: flex;
  align-items: center;
}
.left-side-button a {
  border-radius: 5px;
}
.left-side-button a i {
  margin-right: 6px;
}
@media (max-width: 767px) {
  .left-side-button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .left-side-button .shopping-button {
    width: 100%;
    text-align: center;
  }
}

.cart-section .count-down {
  margin-bottom: 5px;
  padding: 0;
  letter-spacing: 1.1px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
}
@media (max-width: 767px) {
  .cart-section .count-down {
    display: block;
    text-align: center;
  }
}
.cart-section .count-down h5 {
  margin-right: 10px;
}
[dir=rtl] .cart-section .count-down h5 {
  margin-right: unset;
  margin-left: 10px;
}
@media (max-width: 767px) {
  .cart-section .count-down h5 {
    margin-right: 0;
    margin-bottom: 13px;
  }
}
.cart-section .table tbody + tbody {
  border-top: none;
}
.cart-section .cart-buttons {
  padding-top: 35px;
}
.cart-section .cart-buttons > div:last-child {
  text-align: right;
  padding-right: 59px;
  padding-right: 38px;
}
.cart-section .cart-table {
  overflow: hidden;
  margin-bottom: 0;
}
.cart-section .cart-table thead th {
  border-bottom-width: 1px;
  font-weight: 600;
  color: #212529;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: center;
  border-bottom: 1px solid #eff2f7 !important;
  padding: 12px;
  background-color: #eff2f7;
}
@media (max-width: 767px) {
  .cart-section .cart-table thead th:nth-last-child(-n+4) {
    display: none;
  }
}
.cart-section tbody h2 {
  margin-bottom: 0;
}
.cart-section tbody tr.table-order td {
  min-width: 130px;
}
.cart-section tbody tr td {
  vertical-align: middle;
  color: #212529;
  border-top: 0;
  border-bottom: 1px solid #c7c7c5 !important;
  text-align: center;
  min-width: 175px;
}
@media (max-width: 767px) {
  .cart-section tbody tr td:nth-last-child(-n+4) {
    display: none;
  }
}
.cart-section tbody tr td a {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td a.icon {
  border: 1px solid rgba(169, 169, 169, 0.5);
  padding: 10px 15px;
  border-radius: 3px;
}
.cart-section tbody tr td a img {
  height: 80px;
}
.cart-section tbody tr td p {
  color: #777777;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.cart-section tbody tr td p img {
  height: 90px;
}
.cart-section tbody tr td h2 {
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 400;
}
.cart-section tbody tr td .mobile-cart-content {
  display: none;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .cart-section tbody tr td .mobile-cart-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.cart-section tbody tr td .mobile-cart-content .qty-box {
  border-radius: 5px;
}
.cart-section tbody tr td .mobile-cart-content .qty-box .input-group .form-control {
  width: 48px;
  padding: 6px;
}
.cart-section tbody tr td .mobile-cart-content .col {
  align-self: center;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .cart-section tbody tr td .mobile-cart-content .col {
    margin: 0;
    display: flex;
  }
}
.cart-section tbody tr td .mobile-cart-content h2 {
  font-size: 20px;
}
.cart-section tbody tr td .qty-box .input-group {
  display: block;
}
.cart-section tbody tr td .qty-box .input-group .form-control {
  width: 75px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
}
.cart-section tfoot tr th {
  padding-top: 35px;
  text-align: right;
}
.cart-section tfoot tr td {
  padding-top: 35px;
  padding-bottom: 0;
  text-align: right;
  border: none;
  padding-right: 63px;
  padding-right: 41px;
}
.cart-section tfoot tr td h2 {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
}
.cart-section tfoot tr td:first-child {
  width: 85%;
  font-size: 15px;
  padding-right: 10px;
  text-transform: capitalize;
  font-weight: 700;
}
.cart-section .left-side-button {
  display: flex;
  align-items: center;
}
[dir=rtl] .cart-section .left-side-button a i {
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .cart-section .left-side-button {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cart-section .left-side-button .shopping-button {
    width: 100%;
    text-align: center;
  }
}
.cart-section .cart-checkout-section {
  margin-top: 30px;
}
.cart-section .cart-checkout-section .promo-section .input-group {
  display: flex;
  align-items: center;
}
.cart-section .cart-checkout-section .promo-section .input-group .form-control {
  padding: 12px 20px;
}
.cart-section .cart-checkout-section .checkout-button {
  text-align: right;
}
[dir=rtl] .cart-section .cart-checkout-section .checkout-button {
  text-align: left;
}
.cart-section .cart-checkout-section .checkout-button a {
  border-radius: 5px;
}
.cart-section .cart-checkout-section .cart-box {
  background-color: #eff2f7;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
}
.cart-section .cart-checkout-section .cart-box label {
  font-weight: 500;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
  float: right;
}
[dir=rtl] .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details span {
  float: left;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details {
  border-bottom: 1px solid #c7c7c5;
  padding: 22px;
  margin-bottom: 0;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h3 {
  margin-bottom: 10px;
  color: #212529;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h6 {
  line-height: 1.9;
  color: #212529;
}
.cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .bottom-details a {
  background-color: var(--theme-color);
  width: 100%;
  display: block;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1.2px;
}

/**=====================
       Checkout Page Scss Start
  ==========================**/
.your-cart-box {
  position: sticky;
  top: 10px;
}
.your-cart-box .list-group .lh-condensed {
  padding: 15px 25px;
  background-color: #fff;
}
.your-cart-box .list-group .lh-condensed.active {
  background: #eff2f7;
  border-color: rgba(33, 37, 41, 0.125);
}
.your-cart-box .list-group .lh-condensed h6 {
  color: #212529;
}
.your-cart-box .list-group .lh-condensed small,
.your-cart-box .list-group .lh-condensed span,
.your-cart-box .list-group .lh-condensed strong {
  color: #7e7e7e;
}
.your-cart-box .list-group .card {
  border: none;
}
.your-cart-box .new-badge {
  border-radius: 50% !important;
  padding: 8px;
  line-height: 0;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  margin-left: auto;
  background-color: #212529;
}
[dir=rtl] .your-cart-box .new-badge {
  margin-left: unset;
  margin-right: auto;
}
.your-cart-box .custome-imput-group .form-control {
  padding: 6px 12px;
}

.custome-form-select {
  padding: 12px 20px;
}

.checkout-label {
  padding-top: 2px;
}

.custome-radio-box {
  display: inline-block;
  margin-right: 10px;
}
[dir=rtl] .custome-radio-box {
  margin-right: 0;
  margin-left: 10px;
}
.custome-radio-box .form-check-input {
  transition: all 0.3s ease-in-out;
  margin-top: 2px;
  background-color: #fff;
}
.custome-radio-box .form-check-input:checked {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.custome-radio-box .form-check-input:active {
  filter: none;
}
.custome-radio-box .form-check-input:focus {
  box-shadow: none;
}

hr {
  background-color: #6c757d;
}

/**=====================
       Order Success css Start
  ==========================**/
.success-icon {
  padding: 70px 20px;
  background-color: #f0f3f8;
}
@media (max-width: 575px) {
  .success-icon {
    padding: 30px 20px;
  }
}
.success-icon .main-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
.success-icon .main-container .check-container {
  width: 100px;
  height: 120px;
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
  animation: mover 1s infinite alternate;
}
.success-icon .main-container .check-container .check-background {
  width: 100%;
  height: calc(100% - 20px);
  background: linear-gradient(to bottom right, #008000, #008000);
  box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  transform: scale(0.84);
  border-radius: 50%;
  animation: animateContainer 0.75s ease-out forwards 0.75s;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.success-icon .main-container .check-container .check-background svg {
  width: 65%;
  transform: translateY(4px);
  stroke-dasharray: 80;
  stroke-dashoffset: 80;
  animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.success-icon .main-container .check-container .check-shadow {
  bottom: calc(-15% - 5px);
  left: 0;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgb(73, 218, 131), transparent);
  animation: animateShadow 0.75s ease-out forwards 0.75s;
}
.success-icon .success-contain {
  text-align: center;
}
.success-icon .success-contain h4 {
  color: green;
  font-size: 30px;
  font-weight: 500;
}
.success-icon .success-contain h5 {
  margin: 5px 0 10px;
  font-size: calc(15px + 3 * (100vw - 320px) / 1600);
}
.success-icon .success-contain h6 {
  letter-spacing: 1.1px;
}

.order-left-box {
  position: relative;
  text-align: center;
}
.order-left-box:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.order-left-box:nth-child(4)::after {
  width: 0;
}
@media (max-width: 991px) {
  .order-left-box:nth-child(2)::after {
    width: 0;
  }
}

.order-details-table .table tbody {
  border-bottom: 1px solid #ddd;
}
.order-details-table .table tbody tr td {
  padding: 10px;
  text-align: left;
  max-width: 150px;
  border-bottom: none !important;
  color: #7e7e7e;
}
[dir=rtl] .order-details-table .table tbody tr td {
  text-align: right;
}
@media (max-width: 767px) {
  .order-details-table .table tbody tr td:nth-last-child(-n+4) {
    display: revert !important;
  }
}
.order-details-table .table tbody tr td:nth-child(1) {
  background-color: transparent;
}
.order-details-table .table tbody tr td h5 {
  margin-top: 10px;
  color: #212529;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.order-details-table .table tfoot tr td {
  text-align: right;
  padding: 10px 15px;
}
[dir=rtl] .order-details-table .table tfoot tr td {
  text-align: left;
}
.order-details-table .table tfoot tr td:nth-child(1) {
  text-align: left;
  width: 100%;
}
[dir=rtl] .order-details-table .table tfoot tr td:nth-child(1) {
  text-align: right;
}
.order-details-table .table tfoot tr td h4 {
  font-weight: 400;
  color: #212529;
}
.order-details-table .table tfoot tr.table-order:nth-child(3) {
  border-bottom: 1px solid #ddd;
}
.order-details-table .order-success {
  padding: 30px;
  border-radius: 5px;
  background-color: #eff2f7;
}
@media (max-width: 360px) {
  .order-details-table .order-success {
    padding: 20px;
  }
}
.order-details-table .order-success h4 {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 8px;
}
.order-details-table .order-success .order-details li {
  display: flex;
  text-transform: capitalize;
  line-height: 1.6;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  margin-bottom: 3px;
  color: #7e7e7e;
}
.order-details-table .order-success .order-details li:last-child {
  margin-bottom: 0;
}
.order-details-table .order-success .payment-mode p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
  color: #7e7e7e;
  letter-spacing: 1px;
}
.order-details-table .order-success .delivery-sec {
  margin-bottom: -5px;
  padding: 0;
  margin-top: 20px;
  background-color: transparent;
}
.order-details-table .order-success .delivery-sec h3 {
  color: #212529;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.order-details-table .order-success .delivery-sec h3 span {
  font-weight: 700;
}
.order-details-table .order-success .delivery-sec a {
  font-size: 16px;
  text-transform: capitalize;
  margin-top: 5px;
  display: block;
  font-weight: 600;
}
.order-details-table .order-success .delivery-sec a:hover {
  color: var(--theme-color);
}

/**=======================
   Dashboard Scss Start
  ============================**/
.dash-filter {
  margin-bottom: 40px;
}

.custom-nav-tabs {
  padding: 20px;
  color: black;
  border: none;
  border-radius: 5px;
  position: sticky;
  top: 10px;
  background: #eff2f7;
}
[dir=rtl] .custom-nav-tabs {
  padding: 20px;
}
@media (max-width: 991px) {
  .custom-nav-tabs {
    position: fixed;
    z-index: 9;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 1;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
  }
  .custom-nav-tabs.show {
    left: 0;
  }
}
.custom-nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: left;
  border-radius: 5px;
  background: transparent;
  border: 1px solid transparent;
  position: relative;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #212529 !important;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link {
  text-align: right;
}
.custom-nav-tabs .nav-item .nav-link i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link i {
  top: 3px;
  left: unset;
  right: 0;
  transform: rotate(180deg) translateY(-50%);
}
.custom-nav-tabs .nav-item .nav-link:before {
  content: "\f105";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:before {
  left: unset;
  right: 0;
  top: 0;
  transform: rotate(180deg) translateY(-50%);
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link:hover {
  padding-left: 20px;
  color: var(--theme-color) !important;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover {
  padding-left: unset;
  padding-right: 20px;
}
.custom-nav-tabs .nav-item .nav-link:hover:before {
  opacity: 1;
  left: 0px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover:before {
  left: unset;
  right: 0;
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link:hover i {
  left: 7px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link:hover i {
  left: unset;
  right: 7px;
}
.custom-nav-tabs .nav-item .nav-link.active {
  padding-left: 20px;
  color: var(--theme-color) !important;
  font-weight: 600;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active {
  padding-left: unset;
  padding-right: 20px;
}
.custom-nav-tabs .nav-item .nav-link.active:before {
  opacity: 1;
  left: 0px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active:before {
  left: unset;
  right: 0;
  top: 0;
  transform: rotate(180deg) translateY(-50%);
  line-height: normal;
  margin-top: 1px;
}
.custom-nav-tabs .nav-item .nav-link.active i {
  left: 7px;
}
[dir=rtl] .custom-nav-tabs .nav-item .nav-link.active i {
  left: unset;
  right: 7px;
}

.page-title {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}
.page-title h2 {
  font-size: 28px;
  margin-top: -3px;
  color: #212529;
}
.page-title a {
  margin-left: 30px;
}

.box-head {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.box-head h2 {
  font-size: 25px;
  letter-spacing: 1.1px;
}
.box-head a {
  margin-left: 20px;
}
.box-head a:hover {
  color: var(--theme-color);
}
[dir=rtl] .box-head a {
  margin-left: unset;
  margin-right: 20px;
}

.dashboard {
  background-color: transparent;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
}
.dashboard .page-title {
  margin-bottom: calc(22px + 10 * (100vw - 320px) / 1600);
}
.dashboard .page-title h2 {
  font-size: calc(22px + 16 * (100vw - 320px) / 1600);
}
.dashboard address a {
  display: block;
  margin-bottom: -5px;
  margin-top: 10px;
}
.dashboard .welcome-msg p {
  letter-spacing: 0.3px;
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.dashboard .welcome-msg h6 {
  letter-spacing: 1.5px;
}
.dashboard .welcome-msg h6 span {
  font-weight: 600;
  color: #212529;
}
.dashboard .box-account {
  margin-top: calc(25px + 20 * (100vw - 320px) / 1600);
}
.dashboard .box-account .box-content {
  margin: 10px 0;
}
.dashboard .box-account .box-content h4 {
  margin: 15px 0;
}
.dashboard .address-box {
  margin-top: calc(5px + 15 * (100vw - 320px) / 1600);
}
.dashboard .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) 0;
}
.dashboard .box-title h3 {
  font-weight: 400;
}
.dashboard h6,
.dashboard p {
  margin: 6px 0;
  line-height: 1.4;
}

.order-box-contain .order-box {
  position: relative;
  overflow: hidden;
  padding: 20px 30px;
  border-radius: 6px;
  background-color: #eff2f7;
  box-shadow: none;
}
.order-box-contain .order-box .order-box-image {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 25%;
  opacity: 0.04;
  transform: rotate(0) translateY(-50%);
  transition: all 0.5s ease-in-out;
}
[dir=rtl] .order-box-contain .order-box .order-box-image {
  left: -20px;
  right: unset;
}
.order-box-contain .order-box:hover .order-box-image {
  transform: rotate(-7deg) translateY(-50%);
  opacity: 0.25;
}
[dir=rtl] .order-box-contain .order-box:hover .order-box-image {
  transform: rotate(7deg) translateY(-50%);
}
.order-box-contain .order-box .order-box-contain {
  display: flex;
  align-items: center;
}
.order-box-contain .order-box .order-box-contain img {
  width: calc(40px + 10 * (100vw - 320px) / 1600);
}
.order-box-contain .order-box .order-box-contain > div {
  width: calc(100% - 20px);
  margin-left: 15px;
  text-transform: capitalize;
}
[dir=rtl] .order-box-contain .order-box .order-box-contain > div {
  margin-left: unset;
  margin-right: 15px;
}
.order-box-contain .order-box .order-box-contain > div h3 {
  margin-top: 6px;
}

.dashboard-profile .dash-profile li {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
@media (max-width: 575px) {
  .dashboard-profile .dash-profile li {
    flex-wrap: wrap;
  }
}
.dashboard-profile .dash-profile li .left {
  width: 220px;
}
@media (max-width: 575px) {
  .dashboard-profile .dash-profile li .left {
    width: auto;
    margin-right: 10px;
  }
  [dir=rtl] .dashboard-profile .dash-profile li .left {
    margin-right: unset;
    margin-left: 10px;
  }
}
.dashboard-profile .dash-profile li .left h6 {
  margin: 0;
}
.dashboard-profile .dash-profile li a {
  margin-left: 20px;
}
[dir=rtl] .dashboard-profile .dash-profile li a {
  margin-left: unset;
  margin-right: 20px;
}

.dashboard-security .page-title {
  margin-bottom: 10px;
}
.dashboard-security p {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.dashboard-security .security-details {
  margin-bottom: 18px;
}
.dashboard-security .security-details h5 span {
  font-weight: 500;
  color: #212529;
}
.dashboard-security .security-details-1 {
  border: 1px dashed rgba(0, 0, 0, 0.28);
  border-radius: 5px;
  padding: 15px;
}

.success-button {
  background-color: green;
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  color: #fff !important;
}

.danger-button {
  background-color: var(--theme-color);
  margin: 0 !important;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px !important;
  color: #fff !important;
}
.danger-button.danger-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
.danger-button.danger-center:hover, .danger-button.danger-center:active, .danger-button.danger-center:focus {
  background-color: var(--theme-color);
  border-color: transparent;
}
.danger-button.danger-center .feather {
  stroke: #fff;
}

.save-details-box .save-details {
  padding: calc(15px + 5 * (100vw - 320px) / 1600);
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #eff2f7;
  position: relative;
}
.save-details-box .save-details.show {
  box-shadow: 0 0px 10px rgba(33, 37, 41, 0.2);
}
.save-details-box .save-details .save-name {
  position: relative;
  margin-bottom: calc(9px + 11 * (100vw - 320px) / 1600);
}
.save-details-box .save-details .save-name h5 {
  color: #212529;
}
.save-details-box .save-details .save-position {
  position: absolute;
  background-color: var(--theme-color);
  top: 0;
  right: 0;
  color: #fff;
  padding: calc(4px + 4 * (100vw - 320px) / 1600) calc(8px + 7 * (100vw - 320px) / 1600);
  border-radius: calc(2px + 2 * (100vw - 320px) / 1600);
}
[dir=rtl] .save-details-box .save-details .save-position {
  right: unset;
  left: 0;
}
.save-details-box .save-details .save-position h6 {
  margin: 0;
  margin-bottom: calc(0px + -2 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.save-details-box .save-details .save-address p {
  line-height: 1.4;
  letter-spacing: 1px;
  margin: 0 0 calc(2px + 3 * (100vw - 320px) / 1600);
}
.save-details-box .save-details .mobile p.mobile {
  margin-top: calc(9px + 11 * (100vw - 320px) / 1600);
  padding-bottom: 6px;
}
.save-details-box .save-details .button-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
.save-details-box .save-details .button-group button {
  width: 100%;
  background-color: #fff;
  color: #212529;
  border: none;
}

.payment-card-detail {
  position: relative;
}
.payment-card-detail:hover .edit-card {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.payment-card-detail.add-card {
  background-color: #f9f9f9;
  cursor: pointer;
  padding: 0;
}
.payment-card-detail.add-card .card-details {
  min-height: 130px;
  background: #d2d2d2;
  color: #212529;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.payment-card-detail.add-card .card-details h5 {
  margin-bottom: 0;
  text-transform: capitalize;
}
.payment-card-detail .card-details {
  color: #fff;
  padding: 30px 20px;
  border-radius: 5px;
  background-color: #4b77a0;
  background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.04) 3px, rgba(255, 255, 255, 0.05) 4px), -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.payment-card-detail .card-details.card-visa {
  background-color: #777876;
}
.payment-card-detail .card-details.dabit-card {
  background-color: #86b8cf;
}
.payment-card-detail .card-details .card-number {
  margin-bottom: 10px;
}
.payment-card-detail .card-details .card-number h4 {
  color: #fff;
}
.payment-card-detail .card-details .valid-detail {
  display: flex;
  align-items: center;
  margin-top: calc(10px + 10 * (100vw - 320px) / 1600);
}
.payment-card-detail .card-details .valid-detail .title {
  margin-bottom: 0;
}
.payment-card-detail .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
.payment-card-detail .card-details .valid-detail .date h3 {
  margin-bottom: 0;
  color: #fff;
  margin-left: 15px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: normal;
}
[dir=rtl] .payment-card-detail .card-details .valid-detail .date h3 {
  margin-left: unset;
  margin-right: 15px;
}
.payment-card-detail .card-details .valid-detail .primary {
  margin-left: auto;
}
[dir=rtl] .payment-card-detail .card-details .valid-detail .primary {
  margin-left: unset;
  margin-right: auto;
}
.payment-card-detail .card-details .valid-detail .primary span {
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  padding: 0;
  font-weight: 400;
  text-transform: capitalize;
}
.payment-card-detail .card-details .name-detail {
  margin-top: calc(10px + 15 * (100vw - 320px) / 1600);
  display: flex;
  align-items: center;
}
.payment-card-detail .card-details .name-detail .name {
  width: 100%;
}
.payment-card-detail .card-details .name-detail .name h5 {
  text-transform: uppercase;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 0;
  color: #fff;
}
.payment-card-detail .card-details .name-detail .card-img {
  display: inline-block;
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .payment-card-detail .card-details .name-detail .card-img {
  text-align: left;
}
.payment-card-detail .edit-card {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(33, 37, 41, 0.8);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .payment-card-detail .edit-card {
    display: none;
  }
}
.payment-card-detail .edit-card a {
  padding: 0 10px;
  text-transform: capitalize;
  color: #fff;
}

.edit-card-mobile {
  display: none;
}
@media (max-width: 767px) {
  .edit-card-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .edit-card-mobile a {
    padding: 0 10px;
    text-transform: capitalize;
    color: #212529;
  }
}

/**============================
    Order Tracking css Start
  =================================**/
.tracker-title {
  font-size: 28px;
  letter-spacing: 1.2px;
  margin: 0;
  font-weight: 500;
}
@media (max-width: 360px) {
  .tracker-title {
    font-size: 26px;
    line-height: 1.5;
  }
}

.tracker-number p {
  margin-bottom: 10px;
  letter-spacing: 1.2px;
}
.tracker-number p span {
  font-weight: 500;
  margin-left: 10px;
  color: #212529;
}

.progtrckr {
  margin: 40px 0 15px;
  padding: 0;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .progtrckr {
    display: block;
    margin: 30px 0;
  }
}
.progtrckr li {
  display: inline-block;
  text-align: center;
  margin: 10px 0;
}
@media (max-width: 575px) {
  .progtrckr li {
    margin: 0;
    width: 50% !important;
  }
}
.progtrckr li h5 {
  margin-top: 20px;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
@media (max-width: 575px) {
  .progtrckr li h5 {
    display: block;
    text-align: left;
    margin-top: 0;
  }
  [dir=rtl] .progtrckr li h5 {
    text-align: right;
  }
}
.progtrckr li:before {
  position: relative;
  top: -2px;
  float: left;
  left: 50% !important;
  line-height: 1;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 575px) {
  .progtrckr li:before {
    position: relative;
    top: 10px;
    float: left;
    left: -2px !important;
    line-height: 1;
    transform: translate(-50%, -50%) !important;
  }
  [dir=rtl] .progtrckr li:before {
    float: right;
    right: -32px !important;
    left: unset !important;
  }
}
.progtrckr li.progtrckr-todo {
  color: #c0c0c0;
  border-top: 4px solid #c0c0c0;
  width: 100% !important;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-todo {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: flex-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    padding-left: 30px;
    border-top: unset;
    border-left: 4px solid #c0c0c0;
  }
  [dir=rtl] .progtrckr li.progtrckr-todo {
    border-left: none;
    border-right: 4px solid #c0c0c0;
    margin-left: unset;
    margin-right: 30px;
    align-items: flex-end;
    padding-left: unset;
    padding-right: 30px;
    text-align: right;
  }
}
.progtrckr li.progtrckr-todo:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #c0c0c0;
  background-color: #fff;
  font-size: 2.2em;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-todo:before {
    position: absolute;
    top: 10px;
    left: -17px;
    line-height: 1;
    transform: translateY(-50%);
  }
  [dir=rtl] .progtrckr li.progtrckr-todo:before {
    left: unset;
    right: -17px;
  }
}
.progtrckr li.progtrckr-todo h6 {
  font-size: 13px;
  margin-top: 8px;
}
.progtrckr li.progtrckr-done {
  color: #212529;
  border-top: 4px solid var(--theme-color);
  width: 100% !important;
}
@media (max-width: 575px) {
  .progtrckr li.progtrckr-done {
    position: relative;
    text-align: left;
    margin-left: 30px;
    align-items: self-start;
    padding-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
    border-top: unset;
    border-left: 4px solid var(--theme-color);
  }
  [dir=rtl] .progtrckr li.progtrckr-done {
    margin-left: unset;
    margin-right: 30px;
    text-align: right;
    border-left: none;
    border-right: 4px solid var(--theme-color);
    align-items: flex-end;
  }
}
.progtrckr li.progtrckr-done:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
  background-color: var(--theme-color);
  width: 30px;
  height: 30px;
  line-height: 2.2em;
  border: none;
  border-radius: 2.2em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progtrckr li.progtrckr-done h6 {
  font-size: 13px;
  margin-top: 8px;
  color: #7e7e7e;
}

.order-left-image {
  margin-top: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .order-left-image {
    display: block;
  }
}
.order-left-image .tracking-product-image {
  margin-right: 40px;
  width: 30%;
}
[dir=rtl] .order-left-image .tracking-product-image {
  margin-right: unset;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .order-left-image .tracking-product-image {
    margin-bottom: 18px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  [dir=rtl] .order-left-image .tracking-product-image {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .order-left-image .tracking-product-image {
    margin: 0 auto;
    margin-bottom: calc(20px + 20 * (100vw - 320px) / 1600);
  }
}
.order-left-image .order-image-contain {
  width: calc(100% - 30px);
}
@media (max-width: 991px) {
  .order-left-image .order-image-contain {
    width: 100%;
  }
}
.order-left-image .order-image-contain p {
  margin-bottom: calc(5px + 5 * (100vw - 320px) / 1600);
  letter-spacing: 0.05em;
}
.order-left-image .order-image-contain p span {
  font-weight: 500;
  margin-left: 10px;
  color: #212529;
}
[dir=rtl] .order-left-image .order-image-contain p span {
  margin-left: unset;
  margin-right: 10px;
}
.order-left-image .order-image-contain h4 {
  font-size: 22px;
  letter-spacing: 0.03em;
  margin-bottom: calc(12px + 11 * (100vw - 320px) / 1600);
  font-weight: 500;
}
@media (max-width: 767px) {
  .order-left-image .order-image-contain h4 {
    font-size: calc(16px + 8 * (100vw - 320px) / 1600);
  }
}

.order-address {
  margin-top: 50px;
}
@media (max-width: 360px) {
  .order-address {
    margin-top: 20px;
  }
}
.order-address li {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 360px) {
  .order-address li {
    display: block;
  }
}
.order-address li .left-box {
  text-transform: capitalize;
  min-width: 210px;
  padding: 10px 0;
}
.order-address li .left-box h6 {
  font-weight: 500;
}
@media (max-width: 360px) {
  .order-address li .left-box h6 {
    color: #7e7e7e !important;
    margin-bottom: -13px;
    padding-bottom: 8px;
    border-bottom: 1px solid #cacaca;
    font-weight: 500;
  }
}
.order-address li .right-box {
  padding: 10px 0;
  width: 180px;
}
.order-address li .right-box p {
  margin-bottom: 0;
  line-height: 1.6;
}

.tracker-table {
  padding-top: calc(30px + 30 * (100vw - 320px) / 1600);
  overflow: hidden;
  margin-bottom: 0;
}
.tracker-table .table {
  margin-bottom: 0;
}
.tracker-table .table thead th {
  border-bottom-width: 1px;
  font-weight: 500;
  color: #212529 !important;
  text-transform: uppercase;
  font-size: 15px;
  border-top: 0;
  text-align: left;
  padding: 16px;
  border-bottom: 1px solid #eff2f7 !important;
  background-color: #eff2f7;
}
[dir=rtl] .tracker-table .table thead th {
  text-align: right;
}
.tracker-table .table tbody h2 {
  margin-bottom: 0;
}
.tracker-table .table tbody tr td {
  vertical-align: middle;
  color: #777777;
  border-top: 0;
  border-bottom: 1px solid #eff2f7 !important;
  text-align: left;
  padding: calc(0px + 16 * (100vw - 320px) / 1600) calc(6px + 10 * (100vw - 320px) / 1600);
  min-width: 175px;
}
[dir=rtl] .tracker-table .table tbody tr td {
  text-align: right;
}
.tracker-table .table tbody tr td p {
  margin: 10px 0 !important;
}
.tracker-table .table tbody tr td:nth-child(odd) p {
  color: #212529;
}
.tracker-table .table tbody tr td a {
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
}

/**=====================
    Element Page css Start
  ==========================**/
.custome-card {
  border: 1px solid #ced4da;
}
.custome-card .card-header {
  background-color: #eff2f7;
}

/**=====================
    About Page css Start
  ==========================**/
@media (max-width: 991px) {
  .about-image {
    display: none;
  }
}

.about-details {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.about-details h2 {
  margin-bottom: 10px;
  letter-spacing: 1px;
  color: var(--theme-color);
}
.about-details h3 {
  font-size: calc(18px + 7 * (100vw - 320px) / 1600);
  letter-spacing: 1.5px;
  margin-bottom: 16px;
  max-width: 80%;
  line-height: 1.5;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .about-details h3 {
    max-width: 100%;
  }
}
.about-details p {
  letter-spacing: 1px;
  line-height: 1.5;
  color: #7e7e7e;
}

.custome-accordion {
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.custome-accordion .accordion-item {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
  border: none;
}
.custome-accordion .accordion-item .accordion-header {
  border-top: 1px solid rgba(221, 221, 221, 0.5);
}
.custome-accordion .accordion-item .accordion-header .accordion-button {
  background-color: transparent;
  font-weight: 600;
  text-transform: capitalize;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:focus {
  border-color: #c7c7c5;
  box-shadow: none;
}
.custome-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: #fff;
  font-weight: 400;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:after {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #7e7e7e;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-image: none;
  transition: transform 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #212529;
}
.custome-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}
.custome-accordion .accordion-item .accordion-collapse .accordion-body p {
  letter-spacing: 1.3px;
  margin-bottom: 0;
  line-height: 1.4;
  text-align: justify;
  color: #7e7e7e;
}

.team-contain.team-center {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 22px;
}
.team-contain.team-center img {
  width: 40%;
}
.team-contain.team-center .team-details {
  margin-top: 0;
  margin-left: 20px;
}
.team-contain.team-center .team-details p span {
  color: #7e7e7e;
  display: none;
}
.team-contain.team-center .team-details .moreless-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: var(--theme-color);
}

.team-details {
  margin-top: 30px;
  position: relative;
}
.team-details h3 {
  font-size: 23px;
  margin-bottom: 10px;
  color: #212529;
}
.team-details p {
  margin-bottom: 0;
  letter-spacing: 0.6px;
  line-height: 1.5;
  color: #7e7e7e;
}
.team-details p span {
  color: #7e7e7e;
  display: none;
}
.team-details .moreless-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  color: var(--theme-color);
}

.team-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.team-leader-section {
  background-color: #eff2f7;
}

.leader-contain:hover .leader-image .social-media {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 767px) {
  .leader-contain:hover .leader-image .social-media {
    top: 0;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border-radius: 0;
  }
}
.leader-contain .leader-image {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.leader-contain .leader-image .social-media {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -60px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: block;
  padding: calc(8px + 4 * (100vw - 320px) / 1600);
  background-color: rgba(226, 46, 83, 0.8);
  width: 100%;
  transition: all 0.5s ease-in-out;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  backdrop-filter: blur(5px);
}
@media (max-width: 767px) {
  .leader-contain .leader-image .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: unset;
    opacity: 0;
    height: 100%;
    background-color: rgba(226, 46, 83, 0.6);
  }
}
.leader-contain .leader-image .social-media li {
  margin: 0 5px;
  width: calc(20px + 10 * (100vw - 320px) / 1600);
  height: calc(20px + 10 * (100vw - 320px) / 1600);
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
}
.leader-contain .leader-image .social-media li:hover {
  background-color: rgba(33, 37, 41, 0.7);
}
.leader-contain .leader-image .social-media li:hover a {
  color: #fff;
}
.leader-contain .leader-image .social-media li a {
  color: #ddd;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
}
.leader-contain .leader-contain {
  color: #212529;
  padding: calc(8px + 7 * (100vw - 320px) / 1600);
  width: 100%;
  text-align: center;
}
.leader-contain .leader-contain h3 {
  letter-spacing: 1px;
}
.leader-contain .leader-contain h6 {
  margin: calc(6px + 4 * (100vw - 320px) / 1600) 0 0;
  letter-spacing: 1.6px;
  color: #7e7e7e;
}

.testimonial-section .testimonial-contain {
  text-align: center;
  box-shadow: 0 0 8px #ddd;
  padding: calc(20px + 10 * (100vw - 320px) / 1600);
  border-radius: 10px;
}
[dir=rtl] .testimonial-section .testimonial-contain {
  direction: rtl;
}
.testimonial-section .testimonial-contain .textimonial-image {
  text-align: center;
}
.testimonial-section .testimonial-contain .textimonial-image img {
  border-radius: 25px;
  border: 1px solid #c7c7c5;
  padding: 5px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  object-fit: cover;
}
.testimonial-section .testimonial-details {
  margin: 15px auto 0;
}
@media (max-width: 767px) {
  .testimonial-section .testimonial-details {
    width: 100%;
  }
}
.testimonial-section .testimonial-details .details-images {
  margin-top: 20px;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.8;
  color: #7e7e7e;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.testimonial-section .testimonial-details .details-images i {
  color: var(--theme-color);
  font-size: 15px;
  vertical-align: super;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i {
  transform: rotate(180deg);
}
.testimonial-section .testimonial-details .details-images i.fa-quote-left {
  margin-right: 8px;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i.fa-quote-left {
  margin-right: unset;
  margin-left: 8px;
}
.testimonial-section .testimonial-details .details-images i.fa-quote-right {
  margin-left: 8px;
}
[dir=rtl] .testimonial-section .testimonial-details .details-images i.fa-quote-right {
  margin-left: unset;
  margin-right: 8px;
}
.testimonial-section .testimonial-details h5 {
  text-transform: uppercase;
  letter-spacing: 1.4px;
}

/**=====================
    Dark and RTL css Start
  ==========================**/
.theme-setting {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
[dir=rtl] .theme-setting ul {
  padding-right: 0;
}
.theme-setting ul li {
  background-color: #eff2f7;
  border: 1px solid #ced4da;
  margin: 10px 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
  width: 40px;
  height: 38px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 600;
}
.theme-setting ul li:first-child {
  margin-top: 0;
}
.theme-setting ul li:last-child {
  margin-bottom: 0;
}
.theme-setting ul li button {
  color: #212529;
  border: none;
}
.theme-setting ul li button:hover {
  color: #212529;
  background-color: transparent;
  border-color: transparent;
}
.theme-setting ul li button:active, .theme-setting ul li button.active {
  border-color: transparent;
}
.theme-setting ul li.color-picker {
  background: none;
  overflow: hidden;
  margin-bottom: 0;
  border: none;
}
.theme-setting ul li.color-picker input {
  height: 100%;
  opacity: 1;
  padding: 0;
  border: none;
  font-size: x-large;
}

/**=====================
    Dark and RTL css Start
  ==========================**/
.demo-contain {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 2px solid rgba(33, 37, 41, 0.3);
  border-radius: 5px;
  position: relative;
}
.demo-contain .demo-image {
  overflow: hidden;
  width: 100%;
}
.demo-contain .demo-image:hover img {
  transform: translateY(calc(-100% + 500px));
  transition: transform 5s ease-in-out;
}
.demo-contain .demo-image img {
  object-fit: cover;
  transition: transform 5s ease-in-out;
  width: 100%;
}
.demo-contain .demo-image a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  color: #212529;
}

/**=====================
     Shop page css start
==========================**/
.vue-slider-process {
  background-color: var(--theme-color);
}

.vue-slider-dot-handle {
  border: 2px solid var(--theme-color);
}

.vue-slider-dot-tooltip-text {
  font-size: 10px !important;
  width: unset !important;
  height: unset !important;
  padding: 3px 5px 1px !important;
}

.vue-slider-dot-tooltip-inner-top .vue-slider-dot-tooltip-text {
  transform: none !important;
}

.vue-slider-dot-handle {
  background-color: var(--theme-color) !important;
}
.vue-slider-dot-handle::after {
  background-color: rgba(226, 36, 84, 0.38) !important;
}

.vue-slider-dot-tooltip-show .vue-slider-dot-tooltip-inner-top {
  transform: none !important;
  border-radius: 3px;
}

.vue-slider-process {
  background-color: var(--theme-color) !important;
}

.vue-slider-dot-tooltip-inner {
  background-color: var(--theme-color) !important;
}

.vue-slider-rail {
  background-color: #efefef !important;
}

.vue-slider:hover .vue-slider-dot-handle,
.vue-slider:hover .vue-slider-dot-handle-focus {
  border-color: var(--theme-color);
  box-shadow: none;
}
.vue-slider:hover .vue-slider-dot-handle:hover {
  border-color: var(--theme-color);
}
.vue-slider:hover .vue-slider-process {
  background-color: var(--theme-color);
}

.custom-nav-tabs {
  position: sticky;
  top: 10px;
}

.category-scroll {
  max-height: 250px;
  overflow: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.category-scroll::-webkit-scrollbar {
  width: 5px;
}
.category-scroll::-webkit-scrollbar-track {
  background-color: #ddd;
}
.category-scroll::-webkit-scrollbar-thumb {
  background: #b5bec7;
  border-radius: 5px;
}
.category-scroll::-webkit-scrollbar-thumb:hover {
  opacity: 0.8;
}

.custome-form-check {
  min-height: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
[dir=rtl] .custome-form-check {
  padding-right: 0;
}
.custome-form-check .form-check-input {
  margin-right: 10px;
  width: 17px;
  height: 17px;
  margin-top: 0;
  background-color: transparent;
  border: 1px solid #c7c7c5 !important;
  border-radius: 3px !important;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] .custome-form-check .form-check-input {
  margin-left: 1.5rem;
  margin-right: 0;
}
.custome-form-check .form-check-input:checked[type=checkbox] {
  background-image: url(/images/check.svg);
  background-size: 13px;
}
.custome-form-check .form-check-input:focus {
  border-color: transparent;
  box-shadow: none;
}
.custome-form-check .checkbox_animated {
  margin-top: -4px;
}
.custome-form-check .form-check-label {
  color: #212529;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-image {
  margin-top: 20px;
}
.sidebar-image img {
  height: 500px;
  border-radius: 5px;
}

.category-option {
  position: sticky;
  top: 40px;
  z-index: 1;
}
@media (max-width: 991px) {
  .category-option {
    position: fixed;
    top: 0;
    left: -320px;
    background-color: #fff;
    z-index: 7;
    padding: calc(15px + 15 * (100vw - 320px) / 1600);
    width: 300px;
    height: 100vh;
    transition: all 0.5s ease;
    overflow-x: scroll;
    overflow-y: auto;
  }
  [dir=rtl] .category-option {
    left: unset;
    right: -320px;
  }
}
.category-option.show {
  left: 0;
}
.category-option .button-close {
  display: none;
}
@media (max-width: 991px) {
  .category-option .button-close {
    display: block;
    margin-bottom: 10px;
  }
}
.category-option .button-close button {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #212529;
}
.category-option .button-close button .feather {
  display: block;
  width: 18px;
  margin-right: 8px;
  margin-top: -1px;
}
[dir=rtl] .category-option .button-close button .feather {
  margin-right: unset;
  margin-left: 8px;
}
.category-option .category-name {
  color: #fff;
  background-color: #fff;
}
.category-option .category-name .accordion-item {
  padding: 20px;
  border: 1px solid #ced4da;
  color: #212529;
  border-radius: 5px;
  background-color: #fff;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check {
  display: flex;
  align-items: center;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check input {
  margin-top: -4px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
  margin-left: 10px;
}
[dir=rtl] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .form-check-label span {
  margin-left: 0;
  margin-right: 10px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
  margin-bottom: 0;
  margin-left: 12px;
  font-size: 13px;
}
[dir=rtl] .category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check p {
  margin-left: 0;
  margin-right: 12px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating {
  display: flex;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list {
  margin: 0;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list + .rating-list {
  margin-left: 3px;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list .fa-star {
  color: #c3c3c3;
}
.category-option .category-name .accordion-item.category-rating .accordion-collapse .accordion-body .category-list li .form-check .rating .rating-list .fa-star.theme-color {
  color: #ffa202;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list.category-list-box {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 13px;
  border: 1px solid transparent;
  margin: 0;
}
.category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li a {
  color: #212529;
  font-weight: 400;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li {
  margin: 0;
  padding: 2px 6px;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li:nth-child(3) a .label-tag {
  margin-bottom: 0;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag {
  display: flex;
  border: none;
  padding: 0 5px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag span {
  color: #7f7f7f;
  font-size: calc(13px + 2 * (100vw - 320px) / 1600);
}
.category-option .category-name .accordion-item.filter-accordion .accordion-collapse .accordion-body .category-list li .label-tag .btn-close {
  font-size: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-left: auto;
  margin-top: 3px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse {
  margin-top: 22px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  flex-wrap: wrap;
  gap: 10px;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li {
  margin: 0;
  border-radius: 5px;
  border: 1px solid #000;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a {
  width: 30px;
  height: 30px;
  background-color: #ff0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a i {
  color: #212529;
  display: none;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li a i.active {
  display: block;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(2) a {
  background-color: #fab1a0;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(3) a {
  background-color: #10ac84;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(4) a {
  background-color: #ff9f43;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(5) a {
  background-color: #8395a7;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(6) a {
  background-color: #fab1a0;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(7) a {
  background-color: #10ac84;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(8) a {
  background-color: #ff9f43;
}
.category-option .category-name .accordion-item.category-color .accordion-collapse .accordion-body .category-list li:nth-child(9) a {
  background-color: #8395a7;
}
@media (max-width: 991px) {
  .category-option .category-name .accordion-item {
    padding: 0;
    border: none;
  }
}
.category-option .category-name .accordion-item + .accordion-item {
  margin-top: 20px;
}
.category-option .category-name .accordion-item .accordion-header {
  margin-bottom: 0;
  background-color: #eff2f7;
}
.category-option .category-name .accordion-item .accordion-collapse {
  border: none;
  border-width: 0 1px;
  margin-top: 10px;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body {
  padding: 0;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list {
  overflow: hidden;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li {
  display: block;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li::nth-child(9) {
  margin-bottom: 0;
}
.category-option .category-name .accordion-item .accordion-collapse .accordion-body .category-list li .custome-form-check input {
  margin-top: -4px;
}
.category-option .category-name .accordion-button {
  color: #212529;
  border: none;
  margin: 0;
  font-weight: bold;
  box-shadow: none;
  background-color: #eff2f7;
}
.category-option .category-name .accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.category-option .category-name .accordion-button:after {
  background-image: url("~/public/images/plus.svg");
  filter: invert(1);
  transition: all 0.2s ease-in-out;
}
.category-option .category-name .accordion-button:not(.collapsed)::after {
  background-image: url("~/public/images/minus.svg");
  filter: invert(1);
  transform: rotate(0);
}
.category-option-1 {
  background-color: #f0f3f8;
}
@media (max-width: 991px) {
  .category-option-1 {
    background-color: #fff;
  }
}
.category-option-1 .category-name .accordion-item {
  border: none;
  padding: 10px 20px 0;
  background-color: transparent;
}
@media (max-width: 991px) {
  .category-option-1 .category-name .accordion-item {
    padding: 0;
  }
}
.category-option-1 .category-name .accordion-item + .accordion-item {
  margin-top: 0;
}
.category-option-1 .category-name .accordion-item .accordion-header .accordion-button {
  padding: 14px 8px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse {
  margin-top: 0;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body {
  padding: 10px 3px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list {
  margin-top: -12px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list li {
  margin-top: 12px;
}
.category-option-1 .category-name .accordion-item .accordion-collapse .accordion-body .category-list li .form-check .form-check-input {
  background-color: #fff;
}

.filter-button {
  display: none;
}
@media (max-width: 991px) {
  .filter-button {
    display: block;
  }
}
.filter-button a {
  display: flex;
  align-items: center;
}
.filter-button .feather {
  width: 20px;
  margin-right: 10px;
}
[dir=rtl] .filter-button .feather {
  margin-right: unset;
  margin-left: 10px;
}
.filter-button span {
  display: block;
  margin-bottom: -3px;
}

.hide-button button {
  font-size: 15px !important;
  background-color: var(--theme-color);
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff !important;
  display: flex;
  align-items: center;
}
.hide-button button:active {
  background-color: var(--theme-color);
  border-color: transparent;
}
.hide-button button .feather {
  width: 20px;
  margin-right: 10px;
}
[dir=rtl] .hide-button button .feather {
  margin-left: 10px;
  margin-right: unset;
  transform: rotateY(180deg);
}
.hide-button span {
  display: block;
  margin-bottom: -3px;
}

.short-name {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.short-name li .label-tag {
  display: inline-block;
  border: none;
  padding: 3px 12px;
  border: none;
  background-color: #eff2f7;
  border-radius: 8px;
}
.short-name li .label-tag a:hover {
  color: var(--theme-color);
}
.short-name li .label-tag a:hover span {
  font-size: 14px;
}
.short-name li .label-tag .btn-close {
  font-size: calc(8px + 2 * (100vw - 320px) / 1600);
  margin-left: 5px;
}
[dir=rtl] .short-name li .label-tag .btn-close {
  margin-left: 0;
  margin-right: 5px;
}

.select-featured {
  border: 1px solid #eff2f7;
  color: #8f8397;
  border-radius: 0;
}
.select-featured:focus {
  border-color: #eff2f7;
  box-shadow: 0 0 0 0.25rem transparent;
}
.select-featured .dropdown-item:active, .select-featured .dropdown-item.active {
  color: #fff;
  background-color: var(--theme-color);
}
.select-featured .dropdown-toggle {
  border: 1px solid #eff2f7;
  color: #8f8397;
  text-align: left;
  border-radius: 0;
  font-weight: 400;
  padding: 6px 36px 6px 12px;
  position: relative;
}
.select-featured .dropdown-toggle::after {
  display: none;
}
.select-featured .dropdown-toggle::before {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
}
.select-featured .dropdown-menu {
  min-width: 100%;
}
.select-featured .dropdown-menu li {
  width: 100%;
}

.custom-nav-tabs {
  border: none !important;
}
@media (max-width: 575px) {
  .custom-nav-tabs {
    width: 300px;
  }
}
.custom-nav-tabs .offcanvas-body {
  background-color: #fff;
}
@media (max-width: 991px) {
  .custom-nav-tabs {
    width: 300px;
  }
}
.custom-nav-tabs .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 16px 0;
}
.custom-nav-tabs .offcanvas-header button {
  margin: 0;
  padding: 0;
}
.custom-nav-tabs .offcanvas-body .category-spacing .category-name .accordion-item {
  padding: 0;
}
.custom-nav-tabs .offcanvas-body .category-spacing .category-name .accordion-item + .accordion-item {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .custom-nav-tabs .category-option {
    position: relative;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: unset;
    padding: 0;
    width: unset;
    height: auto;
    transition: all 0.5s ease;
    overflow-y: auto;
  }
  [dir=rtl] .custom-nav-tabs .category-option {
    left: unset;
    right: 0;
  }
}

.image-slider {
  display: block;
  overflow: hidden;
}
.image-slider .image-product {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.image-slider .image-product img {
  border-radius: 5px;
}
.image-slider .image-contain {
  display: block;
  text-align: center;
  padding: 20px 0 0;
  transition: all 0.3s ease-in-out;
}
.image-slider .image-contain h3 {
  font-weight: 400;
}

.filter-name {
  height: 100%;
  display: flex;
  align-items: center;
}
.filter-name h4 {
  font-weight: 500;
  font-size: large;
}

.filter-icon {
  display: none;
}
@media (max-width: 991px) {
  .filter-icon {
    display: block;
  }
}

.category-filter {
  width: 100%;
}

.category-list {
  width: 100%;
}
.category-list .dropdown .dropdown-toggle {
  width: 100%;
  background-color: rgba(233, 233, 233, 0.5);
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
}
.category-list .dropdown .dropdown-menu {
  padding: 1rem;
  width: 100%;
}
.category-list .dropdown .dropdown-menu .dropdown-list {
  display: block;
}
.category-list .dropdown .dropdown-menu .dropdown-list + .dropdown-list {
  margin-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.filter-show-button {
  padding: 15px;
  display: none;
}
.filter-show-button a {
  display: flex;
  align-items: center;
}
.filter-show-button a .feather {
  margin-right: 10px;
  width: 20px;
}
.filter-show-button a h5 {
  font-weight: 600;
}
@media (max-width: 991px) {
  .filter-show-button {
    padding: 0 0 10px;
    display: flex;
  }
}

.top-filter-section {
  background-color: #fff;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .top-filter-section {
    position: fixed;
    left: -300px;
    width: 300px;
    height: 10vh;
    top: 0;
    margin-top: 0;
    padding: 20px;
    z-index: 5;
    transition: all 0.5s ease;
    box-shadow: 0 15px 5px 0 rgba(77, 77, 77, 0.28);
    overflow-y: auto;
  }
}
.top-filter-section.show {
  left: 0;
}
.top-filter-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .top-filter-section ul {
    display: block;
  }
}
.top-filter-section ul .back-btn {
  display: none;
}
@media (max-width: 991px) {
  .top-filter-section ul .back-btn {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-size: calc(14px + 4 * (100vw - 320px) / 1600);
    text-transform: capitalize;
    color: black;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
  }
}
.top-filter-section ul .onclick-title {
  width: 100%;
  cursor: pointer;
  position: relative;
  background-color: #eff2f7;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  padding: calc(8px + 2 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600);
  margin: 0 15px;
}
.top-filter-section ul .onclick-title:nth-child(7) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title {
    margin: 30px 0 0;
    background-color: #fff;
    padding: 0;
  }
  .top-filter-section ul .onclick-title:nth-child(3) {
    margin-top: 15px;
  }
  .top-filter-section ul .onclick-title + .onclick-title {
    margin-left: unset;
  }
}
.top-filter-section ul .onclick-title h6 {
  white-space: nowrap;
  text-transform: capitalize;
  font-size: 16px;
  text-align: left;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  position: relative;
}
[dir=rtl] .top-filter-section ul .onclick-title h6 {
  text-align: right;
  padding: 0 0 0 20px;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title h6 {
    text-align: left;
    font-weight: 500;
  }
}
.top-filter-section ul .onclick-title h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 0;
  opacity: 0.2;
}
[dir=rtl] .top-filter-section ul .onclick-title h6:before {
  right: unset;
  left: 0;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title h6:before {
    content: "";
  }
}
.top-filter-section ul .onclick-title:nth-child(-n+3) {
  border-left: none;
}
.top-filter-section ul .onclick-title .onclick-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 1rem;
  width: 100%;
  left: 0;
  top: 40px;
  box-shadow: 0px 5px 9px 3px rgba(33, 37, 41, 0.13);
  z-index: 2;
}
@media (max-width: 991px) {
  .top-filter-section ul .onclick-title .onclick-content {
    display: block;
    position: relative;
    box-shadow: none;
    padding: 0;
    top: 10px;
    margin-top: 10px;
  }
}
.top-filter-section ul .onclick-title .onclick-content li {
  display: block;
  cursor: pointer;
}
.top-filter-section ul .onclick-title .onclick-content li + li {
  margin-top: 10px;
}
.top-filter-section ul .onclick-title .onclick-content .custom-control .form-check-label {
  text-transform: capitalize;
}
.top-filter-section ul .filter-title {
  width: 100%;
  cursor: pointer;
  position: relative;
  border-left: 1px solid #e0e0e0;
  min-width: 60px;
}
@media (max-width: 991px) {
  .top-filter-section ul .filter-title {
    margin-bottom: 10px;
  }
}
.top-filter-section ul .filter-title h6 {
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  position: relative;
  padding: 0;
  font-weight: 700;
}
.top-filter-section ul .filter-title h6:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  position: absolute;
  right: 15px;
  opacity: 0.2;
  display: none;
}
.top-filter-section ul .filter-title:nth-child(-n+3) {
  border-left: none;
}
.top-filter-section ul .filter-title .onclick-content {
  display: none;
  position: absolute;
  background-color: white;
  z-index: 1;
  padding: 10px 20px;
  width: 200px;
  left: 30px;
  top: 34px;
  box-shadow: 0px 1px 9px 3px rgba(228, 228, 228, 0.81);
}
@media (max-width: 991px) {
  .top-filter-section ul .filter-title .onclick-content {
    display: block;
    position: relative;
    top: 10px;
    box-shadow: none;
  }
}
.top-filter-section ul .filter-title .onclick-content .custom-control .form-check-label {
  text-transform: capitalize;
}
.top-filter-section ul .onclick-title.show .onclick-content {
  display: block;
}
.top-filter-section ul .filter-title.show .onclick-content {
  display: block;
}
.top-filter-section .form-check {
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-filter-section .form-check + .form-check {
  margin-top: 10px;
}
.top-filter-section .form-check .form-check-label {
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category-image {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #eff2f7;
  display: flex;
  align-items: center;
}
.category-image .elec-image {
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
}
[dir=rtl] .category-image .elec-image {
  padding-right: 0;
  padding-left: 30px;
}
.category-image .elec-image img {
  width: 90%;
  height: 100px;
  object-fit: contain;
}
.category-image .category-contain {
  color: #212529;
  width: calc(100% - 150px);
}
.category-image .category-contain h3 {
  text-transform: capitalize;
  color: #212529;
  letter-spacing: 1.1px;
}
.category-image .category-contain .product-list {
  margin: 5px 0;
  padding-inline-start: 15px;
  list-style-type: circle;
}
.category-image .category-contain .product-list li {
  display: list-item;
  text-transform: capitalize;
}
.category-image .category-contain .product-list li a {
  font-size: 14px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.fliter-menu button {
  font-weight: 300;
  display: inline-block;
  border: none;
  padding: 5px calc(12px + 8 * (100vw - 320px) / 1600);
  border-radius: 0;
  border: 1px solid #ddd;
  margin: 5px;
}
.fliter-menu button .feather {
  width: 16px;
  stroke-width: 1px;
}

.product-box .product-details .main-price p {
  display: none;
}
.product-box .product-details .main-price .listing-content {
  display: none;
}

.list-view.product-box {
  display: flex;
  align-items: center;
}
.list-view.product-box .img-wrapper .back {
  opacity: 0;
  position: absolute;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  width: 100%;
}
.list-view.product-box .product-details .rating-details,
.list-view.product-box .product-details .main-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .list-view.product-box .product-details .rating-details,
  .list-view.product-box .product-details .main-price {
    display: block;
    text-align: left;
  }
  [dir=rtl] .list-view.product-box .product-details .rating-details,
  [dir=rtl] .list-view.product-box .product-details .main-price {
    text-align: right;
  }
}
.list-view.product-box .product-details .main-price {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .list-view.product-box .product-details .main-price {
    margin-top: 5px;
  }
  .list-view.product-box .product-details .main-price h3 {
    margin-top: 5px;
  }
}
.list-view.product-box .cart-wrap ul li + li {
  margin-left: 0;
}
[dir=rtl] .list-view.product-box .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 0;
}
.list-view.product-box .cart-wrap a svg,
.list-view.product-box .cart-wrap button svg {
  width: 14px;
  height: 14px;
}
@media (max-width: 575px) {
  .list-view.product-box .cart-wrap a svg,
  .list-view.product-box .cart-wrap button svg {
    width: 13px;
    height: 13px;
  }
}
.list-view.product-box:hover .img-wrapper .back {
  opacity: 1;
  backface-visibility: visible;
  transition: all 0.3s ease;
}
@media (max-width: 1660px) {
  .list-view.slide-4 {
    padding: 0 30px;
  }
}

.collection-grid-view {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.collection-grid-view ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.collection-grid-view ul li {
  height: 100%;
  margin-right: 8px;
  border: 2px solid #212529;
}
.collection-grid-view ul li button {
  padding: 5px;
}
.collection-grid-view ul li button img {
  height: 50%;
}

.range-slider {
  margin-top: 0;
  padding-top: 27px;
  padding-left: 8px;
  padding-right: 14px;
}
.range-slider .vue-slider {
  height: 12px !important;
}
.range-slider .vue-slider .vue-slider-rail {
  border-radius: 4px;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-process {
  border-radius: 0;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot {
  width: 2px !important;
  height: 18px !important;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle {
  border-radius: 0;
  border: none;
}
.range-slider .vue-slider .vue-slider-rail .vue-slider-dot .vue-slider-dot-handle::after {
  content: none;
}

.banner-deatils .banner-contain p {
  line-height: 1.8;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}

.most-popular {
  margin: calc(26px + 15 * (100vw - 320px) / 1600) 0 0;
  position: relative;
  overflow: hidden;
  padding-top: 9px;
}
.most-popular .title {
  margin-bottom: 25px;
}
[dir=rtl] .most-popular .title {
  text-align: left !important;
}
.most-popular .product-slider {
  padding-top: 20px;
  border-top: 1px solid #eff2f7;
}
.most-popular .product-slider .swiper {
  overflow: unset;
}
.most-popular .product-slider .swiper .swiper-button-prev,
.most-popular .product-slider .swiper .swiper-button-next {
  background-color: #eff2f7;
  position: absolute;
  top: -55px;
  z-index: 1;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.most-popular .product-slider .swiper .swiper-button-prev {
  left: unset;
  right: 50px;
}
.most-popular .product-slider .swiper .swiper-button-prev::after {
  content: "\f053";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}
.most-popular .product-slider .swiper .swiper-button-next {
  right: 0;
}
[dir=rtl] .most-popular .product-slider .swiper .swiper-button-next {
  left: unset;
}
.most-popular .product-slider .swiper .swiper-button-next::after {
  content: "\f054";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  z-index: 1;
  font-size: 16px;
}

.list-style > div {
  width: 100%;
}
.list-style .product-box {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .list-style .product-box {
    display: block;
    border: 1px solid rgba(33, 37, 41, 0.08);
    padding: 15px calc(15px + 5 * (100vw - 320px) / 1600);
    border-radius: 5px;
  }
}
.list-style .product-box .img-wrapper {
  width: 25%;
}
@media (max-width: 767px) {
  .list-style .product-box .img-wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .list-style .product-box .img-wrapper {
    width: 100%;
  }
}
.list-style .product-box .cart-wrap {
  display: none;
}
.list-style .product-box .product-details {
  padding-left: 15px;
  margin-top: 0;
  width: calc(100% - 100px);
}
[dir=rtl] .list-style .product-box .product-details {
  padding-left: 0;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .list-style .product-box .product-details {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
.list-style .product-box .product-details .rating {
  margin: 0;
}
.list-style .product-box .product-details h5 {
  font-weight: 500;
  margin: calc(8px + 7 * (100vw - 320px) / 1600) 0 0 0 !important;
}
.list-style .product-box .product-details span {
  margin-top: 5px;
}
.list-style .product-box .product-details .rating-details {
  text-align: left !important;
}
.list-style .product-box .product-details .rating-details.rating-shop {
  text-align: left;
}
[dir=rtl] .list-style .product-box .product-details .rating-details.rating-shop {
  text-align: right;
}
.list-style .product-box .product-details .rating-details.rating-shop h5 {
  margin-top: 5px;
}
.list-style .product-box .product-details .rating-details.rating-shop .size-box {
  margin: 5px 0;
}
.list-style .product-box .product-details .rating-details .grid-content {
  display: none;
}
.list-style .product-box .product-details .main-price .listing-content {
  display: block;
}
.list-style .product-box .product-details .main-price .listing-content.listing-shop {
  text-align: left;
}
[dir=rtl] .list-style .product-box .product-details .main-price .listing-content.listing-shop {
  text-align: right;
}
.list-style .product-box .main-price {
  display: block !important;
  margin-top: 0 !important;
}
.list-style .product-box .main-price h3 {
  padding: 0;
  margin: 0 0 8px;
}
.list-style .product-box .main-price p {
  display: block !important;
  margin: 8px 0;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.list-style .product-box .main-price button {
  position: relative;
  padding: calc(6px + 4 * (100vw - 320px) / 1600) calc(13px + 7 * (100vw - 320px) / 1600);
  font-weight: 600;
  z-index: 1;
  transition: all 0.5s;
  border-radius: 0;
  font-weight: bold;
  background: var(--theme-color);
  font-size: calc(12px + 3 * (100vw - 320px) / 1600);
  color: #fff;
  border-radius: 5px;
  margin-top: 0;
}
.list-style .product-box .main-price button:hover {
  color: #fff;
  background-color: var(--theme-color);
}

.filter-options {
  display: flex;
  align-items: center;
}
.filter-options .select-options {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: calc(5px + 7 * (100vw - 320px) / 1600);
}
.filter-options .grid-options {
  margin-left: auto;
}
[dir=rtl] .filter-options .grid-options {
  margin-left: unset;
  margin-right: auto;
}
.filter-options .grid-options.avtive li {
  background-color: var(--theme-color);
}
.filter-options .grid-options.avtive li a img {
  filter: invert(1);
}
.filter-options .grid-options ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-options .grid-options ul li {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background-color: #eff2f7;
  opacity: 0.5;
}
.filter-options .grid-options ul li.active {
  opacity: 1;
}
.filter-options .grid-options ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.category-side {
  transition: 0.3s ease;
}
.category-side.show {
  transition: 0.3s ease;
  width: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden;
}
.category-side .category-option {
  background-color: #ddd;
}
@media (max-width: 991px) {
  .category-side .category-option {
    background-color: #eff2f7;
  }
}
.category-side .category-option .custome-form-check .form-check-input {
  background-color: #fff;
}
.category-side .category-option .category-name .accordion-button {
  background-color: #fff;
  border: none;
}
.category-side .category-option .category-name .accordion-item {
  background-color: #eff2f7;
  border: none;
}
@media (max-width: 991px) {
  .category-side .category-option .category-name .accordion-item {
    padding: 20px 0;
  }
}

/**=====================
     Product Page CSS Start
==========================**/
.rating .fa-star {
  padding-right: 1px;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #c3c3c3;
}
.rating .fa-star.theme-color {
  color: #ffa202;
}

.product-title {
  color: #212529;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.product-title span a:hover {
  color: var(--theme-color);
}
.product-title-2 {
  margin-top: 18px;
}
.product-title.hurry-title {
  justify-content: unset;
  font-weight: 400;
}
.product-title.hurry-title span {
  margin: 0 5px;
  color: var(--theme-color);
}

.shipping-info {
  margin-top: 10px;
}
.shipping-info li {
  display: block;
  font-size: 16px;
  color: #777777;
  line-height: 1.5;
  padding-bottom: 5px;
}

.product-icon {
  display: flex;
}
@media (max-width: 767px) {
  .product-icon {
    justify-content: center;
  }
}
.product-icon .product-social {
  margin-top: 5px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 30px;
}
.product-icon .product-social li a {
  color: #212529;
  transition: all 0.3s ease;
  font-size: 16px;
}

.added-notification {
  width: 200px;
  position: fixed;
  top: 0px;
  right: 0;
  display: flex;
  align-items: center;
  background-color: transparent;
  border-radius: 3px;
  padding: 6px;
  overflow: hidden;
  box-shadow: 0 0 2px 1px #ced4da;
  transition: all 0.5s ease;
  z-index: 9999;
  background-color: #fff;
  transform: scale(0);
  opacity: 0;
  transform-origin: top right;
}
[dir=rtl] .added-notification {
  transform-origin: top left;
  right: unset;
  left: 0;
}
@media (max-width: 575px) {
  .added-notification {
    right: 12px;
  }
  [dir=rtl] .added-notification {
    right: unset;
    left: 12px;
  }
}
.added-notification.show {
  top: calc(18px + 12 * (100vw - 320px) / 1600);
  right: calc(18px + 12 * (100vw - 320px) / 1600);
  transition: all 0.5s ease;
  transform: scale(1);
  opacity: 1;
}
[dir=rtl] .added-notification.show {
  right: unset;
  left: calc(18px + 12 * (100vw - 320px) / 1600);
}
.added-notification img {
  width: 21%;
}
.added-notification h3 {
  color: #212529;
  text-transform: capitalize;
  font-size: 14px;
  margin-left: 10px;
  font-weight: 400;
}
[dir=rtl] .added-notification h3 {
  margin-left: unset;
  margin-right: 10px;
}

.addeffect-section {
  padding-top: 15px;
  padding-bottom: 20px;
  border-top: 1px dashed #ddd;
}
.addeffect-section.cartMove .error-message {
  display: block;
}
.addeffect-section.cartMove .size-box {
  animation: buttons-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.addeffect-section .size-box {
  margin: 10px 0;
}
.addeffect-section .size-box ul li {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  background-color: #eff2f7;
  border: 1px solid #eff2f7;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
[dir=rtl] .addeffect-section .size-box ul li {
  margin-right: unset;
  margin-left: 10px;
}
.addeffect-section .size-box ul li.active {
  background-color: #212529;
  border-color: #212529;
}
.addeffect-section .size-box ul li.active a {
  color: #fff;
}
.addeffect-section .size-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #212529;
  font-weight: 400;
}
.addeffect-section .error-message {
  display: none;
  color: var(--theme-color);
  font-weight: 500;
  margin: 10px 0;
}
@media (max-width: 767px) {
  .addeffect-section .qty-box .input-group {
    justify-content: center;
  }
}
.addeffect-section .qty-box .input-group span button {
  border: 1px solid #ced4da;
  height: 100%;
}
.addeffect-section .qty-box .input-group .form-control {
  text-align: center;
  width: 80px;
  flex: unset;
  display: flex;
}
.addeffect-section .qty-box .input-group input {
  padding: 12px 10px;
}
.addeffect-section .qty-box .input-group button {
  background-color: transparent;
  border: 0;
  color: #212529;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  padding: 15px 20px;
}
.addeffect-section .qty-box .input-group button i {
  font-weight: 900;
  color: #212529;
}
.addeffect-section .qty-box .input-group .icon {
  padding-right: 0;
}

.product-buttons {
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .product-buttons {
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .product-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.product-buttons .btn-solid {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 20px;
  gap: 10px;
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%), #9DB262;
  border-radius: 5.29364px;
  color: #fff;
  padding: 12px 45px;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-buttons .btn-solid + .btn-solid {
  margin-left: 8px;
}
[dir=rtl] .product-buttons .btn-solid + .btn-solid {
  margin-right: 8px;
  margin-left: unset;
}
@media (max-width: 991px) {
  .product-buttons .btn-solid {
    padding: 12px 30px;
  }
}
@media (max-width: 575px) {
  .product-buttons .btn-solid {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .product-buttons .btn-solid {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.product-buttons .btn-solid i {
  font-size: 17px;
  margin-right: 5px;
}
[dir=rtl] .product-buttons .btn-solid i {
  margin-right: unset;
  margin-left: 5px;
}
.product-buttons .btn-solid span {
  font-weight: 500;
}
.product-buttons .btn-solid.btn-animation i {
  animation: ring 4s 0.7s ease-in-out infinite;
}

.shipping-order li {
  display: flex;
  align-items: center;
  text-align: left;
}
[dir=rtl] .shipping-order li {
  text-align: right;
}
@media (max-width: 767px) {
  .shipping-order li {
    justify-content: center;
  }
}
.shipping-order li img {
  margin-right: 18px;
}
[dir=rtl] .shipping-order li img {
  margin-right: unset;
  margin-left: 18px;
}

.product-count {
  background-color: #eff2f7;
  padding: 10px 12px !important;
  margin-bottom: 20px;
}
.product-count img {
  margin-right: 6px;
}
[dir=rtl] .product-count img {
  margin-right: 0;
  margin-left: 6px;
}
.product-count ul {
  margin-bottom: -4px;
}
.product-count ul li {
  margin-bottom: 4px;
}
.product-count ul li:first-child {
  margin-right: 14px;
}
[dir=rtl] .product-count ul li:first-child {
  margin-right: 0;
  margin-left: 14px;
}

.rating-section {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rating-section {
    justify-content: center;
  }
}
.rating-section h6 {
  margin-bottom: 0;
  margin-left: 10px;
  font-weight: 500;
  font-size: 15px;
}
[dir=rtl] .rating-section h6 {
  margin-left: 0;
  margin-right: 10px;
}

.color-variant {
  margin-bottom: 10px;
}
.color-variant li {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  border-radius: 100%;
  margin-right: 5px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.color-variant li + li {
  margin-left: 0;
}
.color-variant li:nth-child(1) {
  background-color: #f1e7e6;
}
.color-variant li:nth-child(3) {
  background-color: #bfbfbf;
}
.color-variant li.active {
  position: relative;
}
.color-variant li.active:after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 10px;
  right: 4px;
  width: 15px;
  height: 15px;
  background-size: 70%;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.price-detail {
  font-size: 26px;
  color: #212529;
  font-weight: 400;
  margin: 15px 0;
}
.price-detail del {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
}
.price-detail span {
  font-size: 16px;
  color: var(--theme-color);
  padding-left: 10px;
}
[dir=rtl] .price-detail span {
  padding-left: 0;
  padding-right: 10px;
}

.label-section {
  margin: 10px 0;
}
.label-section .badge-grey-color {
  padding: 6px 11px;
  font-size: 12px;
  background: #929292;
}
.label-section .label-text {
  text-transform: capitalize;
  padding-left: 5px;
}
[dir=rtl] .label-section .label-text {
  padding-left: 0;
  padding-right: 5px;
}

.service-accorion {
  padding: 28px;
}
.service-accorion .accordion-collapse {
  margin-top: 0 !important;
}
.service-accorion .accordion-collapse .accordion-body .category-list li {
  margin: 0 !important;
}
.service-accorion .accordion-collapse .accordion-body .category-list li + li {
  margin-top: 30px !important;
}
.service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap {
  display: flex;
  align-items: center;
}
.service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-icon svg {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  fill: var(--theme-color);
  stroke: var(--theme-color);
  font-weight: 300;
}
[dir=rtl] .service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-icon svg {
  margin-right: 0;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-icon svg {
    width: 35px;
    height: 35px;
  }
}
.service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-content h3 {
  margin-top: -1px;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-content h3 {
    margin-bottom: 2px !important;
  }
}
.service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-content span {
  display: block;
  margin-bottom: -3px;
}
@media (max-width: 991px) {
  .service-accorion .accordion-collapse .accordion-body .category-list li .service-wrap .service-content span {
    font-size: 13px;
  }
}

.details-items .color-image {
  margin: 20px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .details-items .color-image {
    justify-content: center;
  }
}
.details-items .color-image .image-select {
  display: flex;
  align-items: center;
}
.details-items .color-image .image-select h5 {
  white-space: nowrap;
}
.details-items .color-image .image-select .image-section {
  width: calc(100% - 30px);
  margin-left: 10px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
}
[dir=rtl] .details-items .color-image .image-select .image-section {
  margin-left: 0;
  margin-right: 10px;
}
.details-items .color-image .image-select .image-section li {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
}
.details-items .color-image .image-select .image-section li.active {
  box-shadow: 0 1px 6px rgba(33, 37, 41, 0.4);
}
.details-items .color-image .image-select .image-section li a {
  display: block;
}
.details-items .details-image {
  position: relative;
}
.details-items .details-image .product-image-tag {
  position: relative;
}
.details-items .details-image .product-image-tag img {
  border-radius: 5px;
  height: 100%;
  position: relative;
}
.details-items .details-image .product-image-tag .label-tag {
  position: absolute;
  bottom: 10px;
  right: 0;
  border-radius: 50px 0 0 50px;
  background-color: #fff;
  display: none;
}
@media (max-width: 575px) {
  .details-items .details-image .product-image-tag .label-tag {
    display: block;
  }
}
.details-items .details-image .product-image-tag .label-tag h6 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  font-weight: 500;
  font-size: 12px;
}
.details-items .details-image .product-image-tag .label-tag h6 i {
  font-size: 10px;
  margin: -1px 2px 0 0;
  color: var(--theme-color);
}
.details-items .details-image .product-image-tag .label-tag h6 span {
  font-weight: 400;
  border-left: 1px solid #ddd;
  padding-left: 6px;
  margin-left: 6px;
}
.details-items .degree-section {
  position: relative;
}
.details-items .degree-section .image-360 {
  position: absolute;
  top: 20px;
  right: 20px;
  filter: brightness(0.5);
  z-index: 1;
  cursor: pointer;
}
.details-items .degree-section .image-360.videoplay-box {
  filter: contrast(0.5);
}
.details-items .details-image-option .play-icon {
  position: relative;
}
.details-items .details-image-option .play-icon .fa-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #212529;
  border: 2px solid #212529;
  padding: 15px;
  border-radius: 50%;
  font-size: 18px;
}
.details-items .cloth-details-size {
  position: sticky;
  top: 90px;
}
@media (max-width: 767px) {
  .details-items .cloth-details-size {
    text-align: center;
  }
}
.details-items .cloth-details-size .details-image-concept {
  margin: 15px 0;
}
.details-items .cloth-details-size .details-image-concept h2 {
  text-transform: uppercase;
  font-size: calc(20px + 5 * (100vw - 320px) / 1600);
  line-height: 1.2em;
  color: #212529;
}
.details-items .cloth-details-size .rating-number {
  display: inline-block;
  padding: 10px 0 0 0;
  color: #212529;
}
.details-items .cloth-details-size .rating-number h5 {
  font-size: 15px;
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.details-items .cloth-details-size .rating-number h5 .feather {
  width: 15px;
  margin: 0 2px;
  margin-top: -3px;
  fill: #ffa202;
  color: #ffa202;
}
.details-items .cloth-details-size .rating-number h5 span {
  font-weight: 300;
  color: #212529;
}
.details-items .cloth-details-size .price-rating {
  padding: 0;
  margin-bottom: 0;
}
.details-items .cloth-details-size .price-rating li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  color: var(--theme-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
}
.details-items .cloth-details-size .price-rating li:nth-child(2) {
  color: #696969;
  text-decoration: line-through;
  font-weight: 300;
  font-size: 15px;
}
.details-items .cloth-details-size .price-rating li:nth-child(3) {
  color: #009c00;
  font-weight: 600;
}
.details-items .cloth-details-size .border-product {
  padding: 20px 0;
  border-top: 1px dashed #ddd;
}
.details-items .cloth-details-size .border-product img {
  width: 100%;
  max-width: 75%;
}
@media (max-width: 767px) {
  .details-items .cloth-details-size .border-product img {
    width: 100%;
    max-width: 100%;
  }
}
.details-items .cloth-details-size .timer-5 {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin: 10px -5px 0;
}
@media (max-width: 767px) {
  .details-items .cloth-details-size .timer-5 {
    justify-content: center;
  }
}
.details-items .cloth-details-size .timer-5 h5 {
  display: inline-block;
  margin: 5px;
}
.details-items .cloth-details-size .timer-5 .timer1 {
  padding: 0;
  width: auto;
  display: inline-block;
}
.details-items .cloth-details-size .timer-5 .timer1 .counter {
  display: inline-block;
}
.details-items .cloth-details-size .timer-5 .timer1 .counter h5 {
  display: inline-block;
  color: #212529;
}
.details-items .cloth-details-size .progress {
  background-color: #ddd;
  width: 70%;
  height: 5px;
}
@media (max-width: 1199px) {
  .details-items .cloth-details-size .progress {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .details-items .cloth-details-size .progress {
    width: 100%;
  }
}
.details-items .cloth-details-size .progress .progress-bar {
  background-color: var(--theme-color);
}
.details-items .cloth-details-size .image-bundle .bundle-img {
  display: flex;
  align-items: center;
}
.details-items .cloth-details-size .image-bundle .bundle-img .image-contain a img {
  max-width: 115px;
  box-shadow: 0 0 8px rgba(33, 37, 41, 0.15);
}
.details-items .cloth-details-size .image-bundle .bundle-img span {
  margin: 0 15px;
}
.details-items .cloth-details-size .image-bundle .checkbox-details {
  margin-top: 18px;
}
.details-items .cloth-details-size .image-bundle .checkbox-details .checkbox-list {
  display: block;
  margin-bottom: 10px;
}
.details-items .cloth-details-size .cloth-size h5 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 4px;
}
.details-items .cloth-details-size .cloth-size .choose-size {
  padding: 0;
  display: flex;
  margin: -10px;
}
.details-items .cloth-details-size .cloth-size .choose-size li {
  list-style: none;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid rgba(33, 37, 41, 0.2);
  margin: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-items .cloth-details-size .cloth-size .choose-size li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  text-decoration: none;
  width: 40px;
  height: 40px;
  font-size: 13px;
}
.details-items .cloth-details-size .cloth-size .choose-size li:hover a {
  font-weight: bold;
}
.details-items .cloth-details-size .cloth-timer {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212529;
  background-color: #eaeaea;
}
.details-items .cloth-details-size .cloth-timer h4 {
  font-size: calc(13px + 2 * (100vw - 300px) / 1300);
}
.details-items .cloth-details-size .cloth-timer #time-date {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 0;
  right: 0;
  font-size: calc(13px + 2 * (100vw - 300px) / 1300);
  display: inline-block;
  margin: 0;
  font-weight: 500;
}
.details-items .cloth-details-size .cloth-color .dropdown-color {
  border-radius: 5px;
  padding: 9px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  font-weight: 400;
  background-color: white;
}
.details-items .cloth-details-size .cloth-color .dropdown-color:focus-visible {
  outline: none;
}
.details-items .cloth-details-size .cloth-color .dropdown-color option {
  color: #212529;
}
.details-items .cloth-details-size .cloth-color .counter-1 {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-items .cloth-details-size .cloth-color .counter-1 input {
  width: 100px;
  height: 40px;
  border: 0;
  line-height: 30px;
  font-size: 20px;
  text-align: center;
  background: #fff;
  margin: 0px 5px;
  color: #212529;
  appearance: none;
  outline: 0;
}
.details-items .cloth-details-size .cloth-color .counter-1 span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  user-select: none;
  background-color: #696969;
  border-radius: 5px;
}
.details-items .cloth-details-size .cloth-color .counter-1 span .feather {
  color: #fff;
  width: 20px;
  stroke-width: 2.5px;
}
.details-items .cloth-details-size .cloth-color .wise-list {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border: 1px solid var(--theme-color);
  transition: all 0.5s ease-in-out;
}
.details-items .cloth-details-size .cloth-color .wise-list:hover {
  border: 1px solid var(--theme-color);
  background-color: var(--theme-color);
}
.details-items .cloth-details-size .cloth-color .wise-list:hover .feather {
  fill: var(--theme-color);
  color: white;
  stroke-width: 3px;
}
.details-items .cloth-details-size .cloth-color .wise-list .feather {
  width: 20px;
  transition: all 0.5s ease-in-out;
}
.details-items .cloth-details-size .cart-button .buy-cart {
  background-color: var(--theme-color);
  width: 100%;
  height: 100%;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  font-size: calc(13px + 3 * (100vw - 320px) / 1280);
  border: none;
  padding: 0;
}
.details-items .cloth-details-size .cart-button .buy-cart .fa-shopping-cart {
  margin-top: -1px;
}
.details-items .cloth-details-size .cart-button .add-cart {
  background-color: #fff;
  width: 100%;
  height: calc(40px + 10 * (100vw - 320px) / 1280);
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: calc(13px + 3 * (100vw - 320px) / 1280);
  padding: 0;
}
.details-items .cloth-details-size .cart-button .add-cart h6 {
  font-weight: 400;
}
.details-items .cloth-details-size .pay-option {
  padding: 0;
  margin: 0;
  display: flex;
}
.details-items .cloth-details-size .pay-option li {
  list-style: none;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.details-items .cloth-details-size .pay-option li a {
  color: gray;
  font-size: 30px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.details-items .cloth-details-size .share-it {
  display: flex;
  align-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.details-items .cloth-details-size .share-it button {
  display: inline-block;
  color: #c6c9cc;
  cursor: pointer;
  background-color: #ececec;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
}
.details-items .cloth-details-size .share-it button .feather {
  width: 18px;
  color: #212529;
}
.details-items .cloth-details-size .share-it .share-option {
  padding: 0;
}
.details-items .cloth-details-size .share-it .share-option li {
  list-style: none;
  margin-right: 20px;
}
.details-items .cloth-details-size .share-it .share-option li a {
  color: #212529;
  font-size: 20px;
}
.details-items .cloth-details-size .share-it .share-option li a:hover {
  color: #696969;
}

.cloth-review .nav-tabs {
  flex-wrap: initial;
  overflow-x: auto;
  overflow-y: hidden;
  border-bottom: 1px solid #ced4da;
}
.cloth-review .nav-tabs .nav-link {
  color: #212529;
  border-bottom: 4px solid transparent;
  padding: 15px 20px;
  font-size: 19px;
  font-weight: 500;
  margin-right: 20px;
  white-space: nowrap;
}
[dir=rtl] .cloth-review .nav-tabs .nav-link {
  margin-right: 0;
  margin-left: 20px;
}
@media (max-width: 575px) {
  .cloth-review .nav-tabs .nav-link {
    margin-right: 0;
  }
}
.cloth-review .nav-tabs .nav-link:hover {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: 4px solid var(--theme-color);
  transition: all 0.5s ease;
}
.cloth-review .nav-tabs .nav-link.active {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom: 4px solid var(--theme-color);
  transition: all 0.5s ease;
  color: #212529;
  background-color: #fff;
}
.cloth-review .shipping-chart {
  padding-bottom: 5px;
  padding: 0;
}
.cloth-review .shipping-chart li {
  font-size: 15px;
  list-style: none;
  color: #696969;
  padding: 0;
  margin: 10px 0;
  display: block;
}
.cloth-review .tab-pane {
  padding-top: 30px;
}
.cloth-review .tab-pane .customer-review-box h4 {
  margin-bottom: 0px;
}
.cloth-review .tab-pane .customer-review-box .customer-section {
  border-bottom: 1px solid rgba(206, 212, 218, 0.7);
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}
.cloth-review .tab-pane .customer-review-box .customer-section .customer-profile {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 28px;
}
[dir=rtl] .cloth-review .tab-pane .customer-review-box .customer-section .customer-profile {
  margin-right: 0;
  margin-left: 28px;
}
.cloth-review .tab-pane .customer-review-box .customer-section .customer-details {
  width: calc(100% - 28px - 60px);
}
.cloth-review .tab-pane .customer-review-box .customer-section .customer-details h5 {
  font-weight: 500;
}
.cloth-review .tab-pane .customer-review-box .customer-section .customer-details p {
  line-height: 1.4;
}
.cloth-review .tab-pane .customer-review-box .customer-section .customer-details .date-custo {
  margin-top: 15px;
  font-size: 14px;
}
.cloth-review .tab-pane .customer-rating .rating-progess {
  margin-top: 21px;
}
.cloth-review .tab-pane .customer-rating .rating-progess li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cloth-review .tab-pane .customer-rating .rating-progess li .progress {
  width: 100%;
  height: 12px;
  border-radius: 8px;
}
.cloth-review .tab-pane .customer-rating .rating-progess li .progress .progress-bar {
  background-color: #ffa202;
}
.cloth-review .tab-pane .customer-rating .rating-progess li h5 {
  margin: 0;
  white-space: nowrap;
  color: #212529;
  font-size: 14px;
}
.cloth-review .tab-pane .table-pane tr.bg-color {
  background-color: #eff2f7;
}
.cloth-review .tab-pane .pro .table-part {
  margin-top: 25px;
}
.cloth-review .tab-pane .pro .table-part tr {
  color: #7e7e7e;
}
.cloth-review .tab-pane .pro .table-part tr th {
  border: 1px solid #ced4da;
  background-color: #eff2f7;
  font-weight: 500;
  padding: 1.5rem !important;
  white-space: nowrap;
}
.cloth-review .tab-pane .pro .table-part tr td {
  border: 1px solid #ced4da;
  text-align: left;
  padding: 1.5rem !important;
  white-space: nowrap;
}
[dir=rtl] .cloth-review .tab-pane .pro .table-part tr td {
  text-align: right;
}
.cloth-review .tab-pane .question-answer ul li {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid #ced4da;
}
.cloth-review .tab-pane .question-answer ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.cloth-review .tab-pane .question-answer ul li .que {
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0;
}
.cloth-review .tab-pane .question-answer ul li .que .fa-question {
  margin-right: 15px;
  font-size: 19px;
  color: var(--theme-color);
  width: 38px;
  height: 38px;
  border-radius: 100%;
  border: 1px solid #ced4da;
  display: flex;
  align-items: center;
  justify-content: center;
}
[dir=rtl] .cloth-review .tab-pane .question-answer ul li .que .fa-question {
  margin-right: 0;
  margin-left: 15px;
}
.cloth-review .tab-pane .question-answer ul li .que .que-details {
  width: calc(100% - 30px);
}
.cloth-review .tab-pane .question-answer ul li .que .que-details h6 {
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.9px;
  display: block;
  width: 100%;
  color: #212529;
  font-size: 16px;
  line-height: 1.5;
}
.cloth-review .tab-pane .question-answer ul li .que .que-details p {
  margin-bottom: 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 14px;
  margin-top: 15px;
  font-weight: 300;
  color: #7e7e7e;
}
.cloth-review .tab-pane .speci-list {
  display: block;
  margin-bottom: 28px;
}
.cloth-review .tab-pane .speci-list h6 {
  font-weight: 500;
}
.cloth-review .tab-pane .speci-list h6 span {
  font-weight: 400;
}
.cloth-review .tab-pane p {
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 14px;
}
.cloth-review .tab-pane .submit-button {
  background-color: var(--theme-color);
  color: #fff;
  font-weight: bold;
}
.cloth-review .tab-pane table tbody tr th {
  padding: 1.2rem 0.5rem !important;
  font-weight: 400;
  white-space: nowrap;
}
.cloth-review .tab-pane table tbody tr td {
  padding: 1.2rem 0.5rem;
  white-space: nowrap;
  text-align: center;
}
.cloth-review .review-box .form-control:focus {
  border-color: #eff3f7 !important;
  box-shadow: none;
}

.part {
  margin-bottom: calc(0px + 20 * (100vw - 320px) / 1600);
}
.part .inner-title {
  font-weight: 400;
  text-transform: capitalize;
  font-size: 18px;
}

.custome-modal .modal-content {
  border-radius: 10px;
}
.custome-modal .modal-content .modal-header {
  padding: 0;
}
.custome-modal .modal-content .modal-header button {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 1;
  opacity: 1;
  color: #fff;
  display: flex;
}
.custome-modal .modal-content .modal-body {
  display: flex;
  align-content: center;
}
.custome-modal .modal-content .modal-body .share-it {
  padding: 0;
  margin: 0;
}
.custome-modal .modal-content .modal-body .share-it li {
  list-style: none;
  display: block;
}
.custome-modal .modal-content .modal-body .share-it li + li {
  margin-top: 30px;
}
.custome-modal .modal-content .modal-body .share-it li a {
  text-decoration: none;
  color: #212529;
  display: flex;
  align-content: center;
}
.custome-modal .modal-content .modal-body .share-it li a p {
  margin-bottom: 0;
}
.custome-modal .modal-content .modal-body .share-it li a i {
  margin-right: 10px;
  stroke-width: 1px;
  display: flex;
  line-height: 1.5;
  align-content: center;
}

.recently-purchase {
  background: #fff;
  max-width: 400px;
  border: 0;
  border-radius: 0;
  bottom: -200px;
  left: 10px;
  padding: 12px;
  position: fixed;
  text-align: left;
  width: auto;
  z-index: 1;
  box-shadow: 0 0 4px 0 rgba(33, 37, 41, 0.2);
  padding: 5px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease;
}
[dir=rtl] .recently-purchase {
  left: unset;
  right: 10px;
}
@media (max-width: 360px) {
  .recently-purchase {
    left: 0;
    margin: 0 13px;
  }
}
.recently-purchase.show {
  bottom: 10px;
  transition: all 0.6s ease;
}
@media (max-width: 767px) {
  .recently-purchase.show {
    bottom: 80px;
  }
}
@media (max-width: 480px) {
  .recently-purchase.show {
    bottom: 64px;
  }
}
.recently-purchase img {
  width: 22%;
}
.recently-purchase .close-popup {
  position: absolute;
  right: 7px;
  top: 7px;
  opacity: 0.5;
  color: #212529;
}
[dir=rtl] .recently-purchase .close-popup {
  right: unset;
  left: 7px;
}
.recently-purchase .media-body {
  padding: 0 20px;
}
[dir=rtl] .recently-purchase .media-body {
  text-align: right;
}
.recently-purchase .media-body h4 {
  font-size: calc(12px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.recently-purchase .media-body .title {
  font-weight: 600;
}
.recently-purchase .media-body .product-name {
  color: var(--theme-color);
  font-size: 12px;
  display: block;
  margin: 2px 0;
}
.recently-purchase .media-body .timeAgo {
  display: block;
}

.stickyCart {
  padding-bottom: 94px;
}
@media (max-width: 575px) {
  .stickyCart {
    padding-bottom: 0;
  }
}
.stickyCart .sticky-bottom-cart {
  bottom: 0;
  transition: all 0.5s ease;
}
.stickyCart .recently-purchase.show {
  bottom: 110px;
}
.stickyCart .tap-top {
  bottom: 110px;
}

.outline-button {
  padding: 12px 45px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 767px) {
  .outline-button {
    padding: 12px;
  }
}

.sticky-bottom-cart {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 3;
  background-color: #fff;
  padding: 12px 0;
  box-shadow: 0 0 3px 1px rgba(33, 37, 41, 0.16);
  transition: all 0.5s ease;
}
.sticky-bottom-cart .cart-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .cart-content {
    display: block;
  }
}
.sticky-bottom-cart .product-image {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .product-image {
    display: none;
  }
}
.sticky-bottom-cart .product-image img {
  width: 60px;
  height: 70px;
  object-fit: cover;
  object-position: top;
}
.sticky-bottom-cart .product-image .content {
  margin-left: 12px;
  color: #212529;
  margin-top: 0;
}
[dir=rtl] .sticky-bottom-cart .product-image .content {
  margin-left: 0;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .sticky-bottom-cart .product-image .content {
    display: none;
  }
}
@media (max-width: 480px) {
  .sticky-bottom-cart .product-image .content {
    display: block;
  }
}
.sticky-bottom-cart .product-image .content h5,
.sticky-bottom-cart .product-image .content h6 {
  margin-bottom: 0;
}
.sticky-bottom-cart .product-image .content h5 {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.sticky-bottom-cart .product-image .content h6 {
  font-size: 15px;
  margin-top: 3px;
}
.sticky-bottom-cart .product-image .content h6 del {
  margin-left: 7px;
}
.sticky-bottom-cart .product-image .content h6 span {
  margin-left: 5px;
}
[dir=rtl] .sticky-bottom-cart .product-image .content h6 span {
  margin-left: 0;
  margin-right: 5px;
}
.sticky-bottom-cart .selection-section {
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .selection-section {
    display: none;
  }
}
.sticky-bottom-cart .selection-section .form-control {
  background-color: #eff2f7;
  border: 1px solid #eff2f7;
  text-transform: capitalize;
}
.sticky-bottom-cart .selection-section .form-control:focus {
  box-shadow: none;
}
.sticky-bottom-cart .selection-section .form-group {
  width: 300px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .sticky-bottom-cart .selection-section .form-group {
    width: 190px;
  }
}
@media (max-width: 767px) {
  .sticky-bottom-cart .selection-section .form-group {
    margin-right: 0;
    width: unset;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sticky-bottom-cart .add-btn a.wishlist-btn {
  display: none;
  background-color: #eff2f7;
  color: #212529;
}
.sticky-bottom-cart .add-btn a.wishlist-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: #fff;
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a.wishlist-btn {
    display: flex;
  }
}
@media (max-width: 575px) {
  .sticky-bottom-cart .add-btn a + a {
    margin-left: 8px;
  }
  [dir=rtl] .sticky-bottom-cart .add-btn a + a {
    margin-right: 8px;
    margin-left: unset;
  }
}
.sticky-bottom-cart .add-btn a i {
  margin-right: 7px;
}
[dir=rtl] .sticky-bottom-cart .add-btn a i {
  margin-right: unset;
  margin-left: 7px;
}

.product-image {
  border-radius: 7px;
  display: flex;
  align-items: center;
}
.product-image:hover .product-details .cart-wrap {
  opacity: 1;
}
.product-image:hover .product-details .cart-wrap ul li {
  opacity: 1;
  transform: translateY(0);
}
.product-image:hover .product-details .cart-wrap ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.product-image:hover .product-details .cart-wrap ul li:nth-child(3) {
  transition-delay: 0.2s;
}
.product-image:hover .product-details .cart-wrap ul li:nth-child(4) {
  transition-delay: 0.3s;
}
.product-image:hover .product-details .cart-wrap ul li:nth-child(5) {
  transition-delay: 0.4s;
}
[dir=rtl] .product-image {
  direction: rtl;
}
.product-image img {
  width: 80px;
  height: 90px;
  object-fit: cover;
}
.product-image .product-details {
  margin-left: 15px;
  overflow: hidden;
  position: relative;
}
.product-image .product-details .cart-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 20px;
  opacity: 0;
  transition: 0.4s ease;
}
[dir=rtl] .product-image .product-details .cart-wrap {
  margin-left: unset;
  padding-right: 20px;
}
.product-image .product-details .cart-wrap ul li {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s ease;
}
.product-image .product-details .cart-wrap ul li + li {
  margin-left: 10px;
}
[dir=rtl] .product-image .product-details .cart-wrap ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
.product-image .product-details .cart-wrap ul li a .feather {
  width: 20px;
}
[dir=rtl] .product-image .product-details {
  margin-left: 0;
  margin-right: 15px;
}
.product-image .product-details a {
  color: #212529 !important;
}
.product-image .product-details a h3 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 4px 0 0;
}
.product-image .product-details h4 {
  font-size: calc(15px + 1 * (100vw - 320px) / 1600);
}
.product-image .product-details h4 span {
  margin-left: 10px;
}
[dir=rtl] .product-image .product-details h4 span {
  margin-left: unset;
  margin-right: 10px;
}
.product-image + .product-image {
  margin-top: 30px;
}

.wrapper {
  text-align: center;
  color: #696969;
  overflow: hidden;
}
.wrapper #threesixty {
  margin: 0 auto;
  user-select: none;
}
.wrapper .buttons-wrapper {
  max-width: 120px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.wrapper .buttons-wrapper .button {
  position: relative;
  border: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.wrapper .buttons-wrapper .button:hover {
  background-color: #212529;
  color: #fff;
}

.compare-table tbody tr th,
.compare-table tbody tr td {
  padding: 12px 20px;
  font-weight: 400;
}
.compare-table tbody tr td p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.9px;
  margin-bottom: 0;
}
.compare-table tbody tr td.table-image-section {
  display: flex;
  align-items: center;
}
.compare-table tbody tr td.table-image-section img {
  width: 100%;
  max-width: 250px;
}
.compare-table tbody tr td.table-image-section .image-details {
  margin-left: 20px;
  width: 100%;
}
.compare-table tbody tr td.table-image-section .image-details h5 {
  margin: 8px 0;
}
.compare-table tbody tr td.table-image-section .image-details p {
  line-height: 10px;
  margin-bottom: 0;
}
.compare-table tbody tr td.table-image-section .image-details .btn-solid {
  background-color: var(--theme-color);
  color: #fff;
  padding: 7px 25px;
}
.compare-table tbody tr td.product-description {
  width: 500px;
}

/**=====================
    Coming soon css start
==========================**/
.store-container {
  line-height: 0;
  margin: 0 auto;
  text-align: center;
  width: 32%;
}
@media (max-width: 991px) {
  .store-container {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .store-container {
    width: 60%;
  }
}
@media (max-width: 480px) {
  .store-container {
    width: 80%;
  }
}
@media (max-width: 360px) {
  .store-container {
    width: 100%;
  }
}
.store-container svg {
  overflow: visible;
}
.store-container #toldo {
  animation: fadeIn 1s 1.4s ease-in forwards;
}
.store-container .grass {
  animation: fadeIn 0.5s 1.6s ease-in forwards;
}
.store-container #window {
  animation: fadeIn 0.5s 1.8s ease-in forwards;
}
.store-container #door {
  animation: fadeIn 0.5s 2s ease-in forwards;
}
.store-container #sign {
  transform-origin: 837px 597px;
  animation: pendulum 1.5s 2s ease-in-out alternate;
}
.store-container .trees {
  animation: fadeIn 0.5s 2.2s ease-in forwards;
}
.store-container #browser {
  transform: translateY(-100%);
  animation: moveDown 1.5s cubic-bezier(0.77, -0.5, 0.3, 1.5) forwards;
}
.store-container .stroke {
  stroke: var(--theme-color);
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.store-container .round-end {
  stroke-linecap: round;
}
.store-container #store {
  animation: fadeIn 0.8s ease-in;
}
.store-container .cat {
  transform-origin: 1145px 620px;
}
.store-container .cat-shadow {
  transform-origin: 1115px 625px;
}
.store-container #store:hover .cat {
  animation: catHi 3s 3s cubic-bezier(0.7, -0.5, 0.3, 1.4);
}
.store-container #store:hover .cat-shadow {
  animation: catShadow 4s 2s cubic-bezier(0.7, -0.5, 0.3, 1.4) alternate;
}
.store-container .box,
.store-container .parachute {
  transform-origin: 430px 100px;
  animation: moveBox 14s 4s linear forwards infinite;
}
.store-container .parachute {
  animation: parachute 14s 4s linear forwards infinite;
}
.store-container .tshirt {
  animation: fadeInOut 42s 10s ease-in forwards infinite;
}
.store-container .cap {
  animation: fadeInOut 42s 24s ease-in forwards infinite;
}
.store-container .ball {
  animation: fadeInOut 42s 38s ease-in forwards infinite;
}
.store-container #text,
.store-container #button {
  animation: fadeIn 1s 5s ease-in forwards;
}
.store-container .sky-circle {
  animation: fadeInOut 10s 5s ease-in infinite;
}
.store-container .sky-circle2 {
  animation: fadeInOut 12s 30s ease-in infinite;
}
.store-container .sky-circle3 {
  animation: fadeInOut 8s 40s ease-in infinite;
}
.store-container .cloud {
  animation: clouds 50s linear backwards infinite;
}
.store-container .cloud2 {
  animation: clouds 40s 40s linear backwards infinite;
}
.store-container .plane {
  animation: clouds 30s linear backwards infinite;
  will-change: transform;
}
.store-container #toldo,
.store-container .grass,
.store-container #window,
.store-container #door,
.store-container .trees,
.store-container .cat,
.store-container .cat-shadow,
.store-container .box,
.store-container .parachute,
.store-container .tshirt,
.store-container .cap,
.store-container .ball,
.store-container #text,
.store-container #button,
.store-container .sky-circle,
.store-container .sky-circle2,
.store-container .sky-circle3 {
  opacity: 0;
}

.coming-soon-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}
.coming-soon-content h1 {
  font-size: calc(25px + 20 * (100vw - 320px) / 1600);
  color: #212529;
  margin-bottom: 16px;
}
.coming-soon-content p {
  color: #7e7e7e;
  font-size: 16px;
  max-width: 80%;
  line-height: 1.5;
  margin: 0 auto 16px;
}
@media (max-width: 360px) {
  .coming-soon-content p {
    max-width: 100%;
  }
}
.coming-soon-content .form-control {
  max-width: 80%;
  margin: 0px auto;
}
@media (max-width: 360px) {
  .coming-soon-content .form-control {
    max-width: 100%;
  }
}

/**=====================
    RTL css start
==========================**/
[dir=rtl] ol,
[dir=rtl] ul {
  padding: 0;
}

/**=====================
     responsive css start
==========================**/
@media (min-width: 1430px) {
  .container {
    max-width: 1400px;
  }
}
html.dark {
  /**=====================
      Dark css start
  ==========================**/
  /**=====================
      Modal Scss Start
  ==========================**/
  /**=====================
      Modal Scss End
  ==========================**/
  /**=====================
      Blog Pages Scss Start
  ==========================**/
  /**=====================
      Blog Pages Scss End
  ==========================**/
  /**=====================
      Inner Pages Scss End
  ==========================**/
  /**=====================
      Inner Pages Scss End
  ==========================**/
  /**=====================
      Shop Page Scss Start
  ==========================**/
  /**=====================
      Shop Page Scss End
  ==========================**/
  /**=====================
      Product Page Scss End
  ==========================**/
  /**=====================
      Product Page Scss End
  ==========================**/
  /**=====================
      Cookie Bar Scss Start
  ==========================**/
  /**=====================
      Cookie Bar Scss End
  ==========================**/
  /**=====================
      Cookie Bar Scss Start
  ==========================**/
  /**=====================
      Cookie Bar Scss End
  ==========================**/
}
html.dark .default-theme {
  color: #fff;
}
html.dark .btn-solid-default {
  color: #fff;
}
html.dark header .cart-dropdown .onhover-div::before {
  border-bottom-color: #2d2d2d;
}
html.dark header .search-header {
  border-bottom-color: #232323;
}
html.dark header .search-box1 .input-group-text {
  border-color: transparent;
}
html.dark header .search-box1 .input-group-text.search-box .feather {
  color: #fff;
}
html.dark header .top-header .border-list li .dropdown .dropdown-menu li a.dropdown-item {
  color: #212529;
}
html.dark footer .footer-newsletter .input-group .input-group-text {
  color: #efefef;
}
html.dark .form-control {
  border-color: #383838;
  color: #efefef;
}
html.dark .label {
  color: #efefef;
}
html.dark .form-select {
  background: #2b2b2b;
  border-color: #383838;
  color: #efefef;
}
html.dark .brand-logo img {
  filter: invert(1) !important;
}
html.dark .product-buttons .btn-solid {
  color: #fff;
}
html.dark .outline-button {
  color: #fff;
}
html.dark .quote-image {
  filter: invert(1);
}
html.dark .short-name .label-tag .btn-close {
  filter: invert(1);
}
html.dark .filter-options .grid-options li a img {
  filter: invert(1);
}
html.dark .instagram-wrap .product-box .insta-hover .btn-light-white {
  color: #fff;
}
html.dark .instagram-wrap .product-box .insta-hover h5 {
  color: #fff;
}
html.dark .instagram-wrap .product-box .insta-hover h3.text-hide {
  color: #fff;
}
html.dark .instagram-wrap .product-box:hover .heart-wishlist.heart-color {
  background-color: #fff;
  border-radius: 100%;
}
html.dark .instagram-wrap .product-box:hover .heart-wishlist.heart-color::after {
  background-color: #fff;
}
html.dark footer .footer-number .footer-number-image img {
  filter: invert(1);
}
html.dark .gradient-title {
  background-image: linear-gradient(100deg, #fff, var(--theme-color));
}
html.dark header .main-menu .menu-right > ul > li svg {
  stroke: #fff;
}
html.dark .cookie-bar-section {
  background: #232323;
}
html.dark footer .footer-newsletter .input-group input.color-4 {
  background-color: #232323;
}
html.dark .masonary-blog-section .masonary-blog.box-shadow {
  box-shadow: 0 5px 10px rgba(161, 161, 161, 0.08);
}
html.dark .masonary-blog-section .masonary-blog .card-body .blog-profile {
  border-top-color: #383838;
}
html.dark .btn-solid-default:hover {
  color: #efefef;
  background: #232323;
}
html.dark .cookie-bar-section.veg-cookiebar {
  background-color: #232323;
}
html.dark .poster-section .prev {
  color: #212529;
}
html.dark .poster-section .next {
  color: #212529;
}
html.dark .category-option .category-name .accordion-button:not(.collapsed)::after {
  filter: invert(0);
}
html.dark .offcanvas-header .btn-close {
  filter: invert(1);
}
html.dark .category-side .category-option .category-name .accordion-button {
  background-color: #2b2b2b;
}
html.dark .product-box .label-dark {
  background-color: #212529;
}
html.dark .list-group-item {
  border-color: #383838;
}
html.dark .your-cart-box .list-group .lh-condensed.active {
  border-color: #383838;
}
html.dark .checkbox_animated:after {
  border-color: #383838;
  background: #2b2b2b;
}
html.dark .tap-to-top a {
  color: #fff;
}
html.dark .custome-radio-box .form-check-input {
  border-color: #383838;
  background-color: #2b2b2b;
}
html.dark .search-section .search-bar button i {
  color: #fff;
}
html.dark .title.title1 h2:before {
  background-color: #383838;
}
html.dark .faq-section .faq-contain {
  border-color: #383838;
  background-color: #2d2d2d;
  box-shadow: 0 8px 40px 0 rgba(239, 239, 239, 0.1);
}
html.dark .save-details-box .save-details .save-position {
  color: #fff;
}
html.dark .left-side .popular-post {
  border-color: #383838;
}
html.dark .page-section .pagination .page-item.active .page-link {
  color: #fff;
}
html.dark .instagram-wrap .product-box .insta-hover h2 {
  color: #fff;
}
html.dark .instagram-wrap .product-box .insta-hover h3.brand-name {
  color: #fff;
}
html.dark .instagram-wrap .product-box .img-wrapper .share span:not(.share-plus) {
  color: #fff !important;
}
html.dark .btn-light-white {
  border-color: rgba(255, 255, 255, 0.1);
}
html.dark .btn-light-white::before {
  background-color: rgba(255, 255, 255, 0.1);
}
html.dark .product-style-1 .product-box-4 {
  background-color: #f0f7f0 !important;
}
html.dark .product-style-1 .product-box-4 .product-details h3 span {
  color: #7e7e7e !important;
}
html.dark .product-style-1 .product-box-4 .product-details .font-default h5 {
  color: #212529;
}
html.dark .product-style-1 .product-box.bg-image .product-details h3 span {
  color: #7e7e7e !important;
}
html.dark .product-style-1 .product-box.bg-image .product-details .font-default h5 {
  color: #232323;
}
html.dark .product-style-1 .product-box .top-wishlist.product-color {
  background-color: #fff;
}
html.dark .product-style-1 .product-box.product-box1 {
  background-color: #383838;
}
html.dark .product-style-1 .product-list .product-box {
  background-color: #383838;
}
html.dark .product-banner .offer-end {
  background-color: rgba(43, 43, 43, 0.8);
  color: #fff;
}
html.dark .product-box .cart-wrap a:hover,
html.dark .product-box .cart-wrap button:hover {
  color: #fff;
}
html.dark .product-box .product-details .size-box li {
  background-color: #232323;
}
html.dark .label-black {
  background-color: #212529;
}
html.dark .discount-image-details-1 .discount-shop {
  color: #fff;
}
html.dark .discount-image-details-1 .discount-details .heart-button {
  background-color: #2d2d2d;
}
html.dark .discount-image-details-2 .discount-shop {
  color: #fff;
}
html.dark .discount-image-details-2 .discount-details .heart-button {
  background-color: #2b2b2b;
}
html.dark .left-side-contain .banner-left .color-change ul li {
  background-color: #c7c7c5;
}
html.dark .left-side-contain .banner-left .color-change ul li::after {
  background-color: #212529;
}
html.dark .left-side-contain .banner-left .color-change ul li:last-child::after {
  background-color: #fff;
}
html.dark .poster-section .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
}
html.dark .left-side-contain .banner-left h1,
html.dark .left-side-contain .banner-left h2,
html.dark .left-side-contain .banner-left h4,
html.dark .left-side-contain .banner-left p {
  color: #212529;
}
html.dark .left-side-contain .banner-left .color-change h3 {
  color: #212529;
}
html.dark .banner-section .banner-image .banner-shop {
  color: #fff;
}
html.dark .banner-section .banner-image .banner-details h4 {
  color: #212529;
}
html.dark .banner-section .banner-image .banner-details .banner-price h2 {
  color: #212529;
}
html.dark .right-side-contain .social-image {
  color: #212529;
}
html.dark .right-side-contain .social-image a {
  color: #212559;
}
html.dark .poster-section-6 .slider-nav .poster-img .overlay-color .fa-plus {
  background-color: #fff;
}
html.dark .white-arrow .swiper-button-next,
html.dark .white-arrow .swiper-button-prev {
  background-color: #fff;
}
html.dark .white-arrow .swiper-button-next:before,
html.dark .white-arrow .swiper-button-prev:before {
  color: #212529;
}
@media (max-width: 480px) {
  html.dark .left-side-contain .banner-left h4,
  html.dark .left-side-contain .banner-left h1,
  html.dark .left-side-contain .banner-left h2 {
    color: #fff;
  }
}
html.dark .category-wrap.theme-bg-color {
  color: #fff;
}
html.dark .category-wrap.theme-bg-color .light-text {
  color: #fff;
}
html.dark .category-wrap .category-content span {
  color: #212529;
}
html.dark .brand-image img {
  filter: invert(1) blur(0) !important;
}
@media (max-width: 575px) {
  html.dark .left-side-contain .banner-left h4 span,
  html.dark .left-side-contain .banner-left h2 span {
    color: #ddd;
  }
}
html.dark .instagram-wrap .product-box .img-wrapper .share .share-plus-color {
  background-color: #fff;
}
html.dark .instagram-wrap .product-box .img-wrapper .share .share-plus-color::after {
  color: #fff;
}
html.dark .discount-image-details .discount-details .heart-button {
  background-color: #2b2b2b;
}
html.dark .poster-section .poster-image .poster-image-details h2,
html.dark .poster-section .poster-image .poster-image-details h3 {
  color: #212529;
}
html.dark .collection-banner .contain-banner .banner-content.with-bg {
  background-color: rgba(35, 35, 35, 0.93);
  color: #fff;
}
html.dark .banner-style-2 .collection-banner:hover .contain-banner .banner-content.with-bg {
  color: #fff;
}
html.dark .banner-style-2 .collection-banner:hover .banner-detail .font-dark-30 {
  color: #212529 !important;
}
html.dark .banner-style-2 .collection-banner .banner-detail .font-dark-30 {
  color: #212529 !important;
}
html.dark .timer-banner .discount-offer {
  color: #212529;
}
html.dark .timer-banner .social-media .social-icon h6 {
  color: #212529;
}
html.dark .timer-banner .timer ul.light-color {
  color: #fff;
}
html.dark .timer-banner .timer ul li + li::before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
html.dark .product-box .img-wrapper .cart-info .cart-contain a .feather {
  color: #fff;
}
html.dark .banner-style-2 .collection-banner .banner-detail .heart-wishlist .far {
  color: rgba(35, 35, 35, 0.6);
}
html.dark .collection-center h2,
html.dark .collection-center p {
  color: #212529 !important;
}
html.dark .code-section .overlay-color .code-contain h6 {
  color: #fff;
}
html.dark .code-section .default-white {
  background-color: #fff;
}
html.dark .hide-button button {
  color: #fff !important;
}
html.dark .cloth-review .tab-pane table tbody tr th,
html.dark .cloth-review .tab-pane table tbody tr td {
  color: #ddd;
  border-bottom-color: #383838;
}
html.dark .login-section .materialContainer .button.login button {
  color: #fff;
}
html.dark .login-section .materialContainer .social-media.google-media {
  background-color: #383838;
}
html.dark .login-section .materialContainer .social-media.fb-media h6 {
  color: #ddd;
}
html.dark .cookie-bar-section .content .cookie-buttons button:hover {
  color: #fff;
}
html.dark .success-icon .main-container .check-container .check-background svg path {
  stroke: #383838;
}
html.dark .top-filter-section ul .onclick-title .onclick-content {
  background-color: #232323;
}
html.dark .top-filter-section ul .onclick-title .onclick-content li .custome-form-check .checkbox_animated::after {
  background-color: #232323;
}
html.dark .select-featured .dropdown-toggle {
  border-color: #383838;
}
html.dark .danger-button.danger-center {
  color: #fff !important;
}
html.dark .danger-button.danger-center .feather {
  stroke: #fff;
}
html.dark .select-featured .dropdown-menu {
  background-color: #232323;
}
html.dark .select-featured .dropdown-menu li .dropdown-item {
  color: #fff;
}
html.dark .list-style .product-box .product-details .main-price .listing-content {
  color: #fff;
}
html.dark .heart-wishlist {
  background-color: #fff;
}
html.dark .collection-banner.p-right .banner-text .span-top {
  color: #212529;
}
html.dark .cart-table tbody tr td {
  border-bottom-color: #383838 !important;
}
html.dark .cart-table tbody tr td p.success-button, html.dark .cart-table tbody tr td p.danger-button {
  color: #fff !important;
}
html.dark .payment-card-detail .card-details .card-number h4 {
  color: #fff;
}
html.dark .payment-card-detail .card-details .valid-detail .title span {
  color: rgba(255, 255, 255, 0.7);
}
html.dark .payment-card-detail .card-details .valid-detail .date h3 {
  color: #fff;
}
html.dark .payment-card-detail .card-details .name-detail .name h5 {
  color: #fff;
}
html.dark .payment-card-detail .edit-card {
  background-color: rgba(33, 37, 41, 0.8);
}
html.dark .payment-card-detail .edit-card a {
  color: #fff;
}
html.dark .delete-account-modal .modal-content {
  background-color: #232323;
}
html.dark .delete-account-modal .modal-content .modal-header .btn-close {
  color: #ddd;
}
html.dark .newletter-modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #ddd;
}
html.dark .cart-modal .modal-dialog .modal-content .modal-header .btn-close {
  color: #ddd;
}
html.dark .cart-modal .modal-dialog .modal-content .modal-body {
  background-color: #2b2b2b;
}
html.dark .cart-modal .modal-dialog .modal-content .modal-body .modal-messages {
  background-color: #232323;
}
html.dark .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button {
  background-color: #232323;
}
html.dark .cart-modal .modal-dialog .modal-content .modal-body .shop-cart-button .conti-button:hover {
  color: #fff;
  background-color: var(--theme-color);
}
html.dark .quick-view-modal .modal-body {
  background-color: #2b2b2b;
}
html.dark .quick-view-modal .btn-close {
  color: #ddd;
}
html.dark .progtrckr li.progtrckr-done:before {
  color: #fff;
}
html.dark .comparemodal-body .table tr.table-cart-button a.btn {
  color: #fff;
}
html.dark .comparemodal-body .table tr.table-cart-button a.btn:hover {
  color: #fff;
}
html.dark .input-group #basic-addon1 {
  background-color: #232323;
  color: #ddd;
  border-color: #232323;
}
html.dark .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .bottom-details a {
  color: #fff;
}
html.dark .cart-section tbody tr td {
  border-bottom-color: #383838 !important;
}
html.dark .most-popular .product-slider {
  border-top-color: #383838 !important;
}
html.dark .tap-to-top::before {
  background-color: #2b2b2b;
}
html.dark .portfolio .button ul li.active {
  color: #fff;
}
html.dark .load-more .loadMore:hover {
  color: #fff;
}
@media (max-width: 991px) {
  html.dark header .main-navbar .nav-menu > li:nth-child(n+2) {
    border-bottom-color: rgba(221, 221, 221, 0.07);
  }
}
@media (max-width: 575px) {
  html.dark .cart-modal .modal-dialog .modal-content .modal-body .modal-product {
    border-bottom-color: rgba(239, 239, 239, 0.1);
  }
}
html.dark .dashboard .box-title {
  border-bottom-color: #383838;
}
html.dark .tracker-table .table tbody tr td {
  border-bottom-color: #383838 !important;
}
html.dark .blog-categories .card-body .blog-profile .image-name h3 {
  border-right-color: #383838;
}
html.dark .btn-submit {
  color: #fff;
}
html.dark .newletter-modal .modal-dialog .modal-content .modal-body {
  background-color: #232323;
}
html.dark .newletter-modal .modal-dialog .modal-content .modal-body .modal-title h2 {
  color: #fff;
}
html.dark .font-light {
  color: #bababa !important;
}
html.dark .font-dark-30 {
  color: #efefef !important;
}
html.dark .font-dark {
  color: rgba(239, 239, 239, 0.65) !important;
}
html.dark .content h3 {
  color: #efefef;
}
html.dark .dropdown-item:focus, html.dark .dropdown-item:hover, html.dark .dropdown-item:active, html.dark .dropdown-item.active {
  background-color: #2d2d2d;
}
html.dark .title h5 {
  color: #bababa;
}
html.dark .title-2 h2 {
  color: #fff;
}
html.dark .title-2 h5 {
  color: #bababa;
}
html.dark .title.title1 p {
  color: #efefef;
}
html.dark .title-2 h3 {
  color: #fff;
}
html.dark .title-3.title-border {
  border-bottom-color: #383838;
}
html.dark body {
  transition: 0.5s;
  background-color: #2d2d2d;
  color: rgba(255, 255, 255, 0.9);
}
html.dark .mobile-menu {
  background-color: #2d2d2d;
}
html.dark .mobile-menu ul li a {
  color: rgba(239, 239, 239, 0.4);
}
html.dark .form-control {
  border-color: #383838;
  color: #efefef;
  background-color: #2d2d2d;
}
@media (max-width: 767px) {
  html.dark .cart-menu ul {
    border-bottom-color: #383838;
  }
}
html.dark .cart-menu .cart-title {
  background-color: #383838;
}
html.dark .cart-menu .media .btn-close {
  color: #efefef;
}
html.dark .onhover-div {
  background-color: #2d2d2d;
  box-shadow: 3.346px 3.716px 22.5px rgba(239, 239, 239, 0.07);
}
html.dark .onhover-div::before {
  border-bottom-color: #2d2d2d;
}
html.dark .onhover-div.profile-dropdown ul > li > a {
  color: #efefef;
}
@media (max-width: 1199px) {
  html.dark header .category-dropdown {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
  }
}
html.dark header .category-dropdown .close-btn {
  color: #fff;
  border-bottom-color: #383838;
}
html.dark header .category-dropdown ul li a {
  color: #efefef;
}
html.dark header.nav-down .navbar-searchbar {
  background-color: #2d2d2d;
}
html.dark header .wishlist-empty h6 {
  color: #fff;
}
html.dark header .wishlist-empty p {
  color: #bababa;
}
html.dark header .main-navbar .nav-menu > li > a {
  color: #fff;
}
html.dark header .main-navbar .nav-menu > li .mega-menu-container {
  background: #2d2d2d;
}
html.dark header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  color: #efefef;
}
html.dark header .main-navbar .nav-menu > li .nav-submenu {
  background-color: #2d2d2d;
}
html.dark header .main-navbar .nav-menu > li .nav-submenu li a {
  color: #fff;
}
html.dark header .search-full {
  background-color: #2d2d2d;
}
html.dark header .search-full .input-group {
  border-color: #383838;
}
html.dark header .search-full .input-group input {
  background-color: #2d2d2d;
}
html.dark header .search-full .input-group input:focus {
  background-color: #232323;
}
html.dark header .header-style-3 .top-header.top-comman-header {
  background-color: #2d2d2d;
}
html.dark header .top-header-black {
  background-color: transparent;
  border-bottom: 1px solid #383838;
}
html.dark header .top-header {
  background-color: #383838;
}
html.dark header .top-header .border-list > li a {
  color: #efefef;
}
html.dark header .top-header .border-list > li + li {
  border-left-color: rgba(239, 239, 239, 0.15);
}
html.dark header .search-box1 .form-control:focus {
  border-color: #232323 !important;
  background-color: #232323;
}
@media (max-width: 575px) {
  html.dark .home-section-5 .left-side-contain .banner-left h1 {
    color: #fff;
  }
}
html.dark .collection-banner .banner-text h6 {
  color: #2d2d2d;
}
html.dark .shoes-timer ul li {
  background-color: #2d2d2d;
  color: #efefef;
}
html.dark .discount-image-details {
  background-color: #232323;
}
html.dark .discount-image-details .discount-details h5 {
  color: black;
}
html.dark .discount-image-details .discount-details .deal-text {
  color: black;
}
html.dark .product-image .product-details a {
  color: #efefef;
}
html.dark .product-image .product-details .cart-wrap {
  background-color: #2d2d2d;
}
html.dark .tab-wrap .nav-tabs {
  border-bottom: 2px solid #383838;
}
html.dark .tab-wrap .nav-tabs .nav-link {
  color: #bababa;
}
html.dark .tab-wrap .nav-tabs .nav-link:hover, html.dark .tab-wrap .nav-tabs .nav-link.active {
  color: #efefef;
}
html.dark .discount-image-details-1 {
  background-color: #232323;
}
html.dark .discount-image-details-1 .discount-details h5 {
  color: #efefef;
}
html.dark .discount-image-details-1 .discount-details .deal-text {
  color: #efefef;
}
html.dark .breadcrumb-section {
  background-color: #232323;
}
html.dark .breadcrumb-section .breadcrumb-item.active {
  color: #bababa;
}
html.dark .product-box .cart-wrap a,
html.dark .product-box .cart-wrap button {
  color: #efefef;
  background-color: #2d2d2d;
}
html.dark .product-box .product-details h5 {
  color: #fff;
}
html.dark .product-image .product-details a h3 {
  color: #fff;
}
html.dark .product-style-1 .product-box {
  background-color: #383838;
}
html.dark .product-style-2 .product-box .product-details .rating-details span,
html.dark .product-style-2 .product-box .product-details .main-price span {
  color: #bababa;
}
html.dark .product-style-2 .product-box .product-details h5 {
  color: #fff;
}
html.dark .product-style-3 .product-title h5 {
  color: #efefef;
}
html.dark .product-style-4 .blog-header .blog-image .blog-date .date-hover h3,
html.dark .product-style-4 .blog-header .blog-image .blog-date .date-hover h2 {
  color: #2d2d2d;
}
html.dark .product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(239, 239, 239, 0.2);
}
html.dark .product-wrapper .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--theme-color);
}
html.dark .product-box .product-detail h5 {
  color: #efefef;
}
html.dark .product-box .product-details .size-box li {
  color: #efefef;
}
html.dark .added-notification {
  background-color: #383838;
  box-shadow: 0 0 2px 1px #2d2d2d;
}
html.dark .added-notification h3 {
  color: #fff;
}
html.dark .service-style-2 .row > div + div::before {
  background-color: #383838;
}
html.dark .discount-image-details-2 {
  background-color: #232323;
}
html.dark .discount-image-details-2 .timer-style-2 ul li {
  background-color: #2d2d2d;
  color: #efefef;
}
html.dark .subscribe-section {
  background-color: #232323;
}
html.dark .subscribe-section .subscribe-input .input-group .subscribe-input:focus {
  background-color: #2d2d2d;
}
html.dark footer .footer-number .footer-number-image {
  background-color: #232323;
}
html.dark footer .footer-newsletter .input-group input {
  background-color: #383838;
  color: rgba(239, 239, 239, 0.65);
}
html.dark .tap-to-top {
  box-shadow: 0 3px 8px rgba(239, 239, 239, 0.35);
}
@media (min-width: 1200px) {
  html.dark header .main-navbar .nav-menu > li .mega-menu-container {
    background-color: #2d2d2d;
  }
  html.dark .category-menu .category-dropdown {
    background-color: #2d2d2d;
    box-shadow: 3.346px 3.716px 22.5px rgba(239, 239, 239, 0.07);
  }
  html.dark .category-menu .category-dropdown ul li.submenu .category-mega-menu {
    background-color: #2d2d2d;
    box-shadow: 3.346px 3.716px 22.5px rgba(239, 239, 239, 0.07);
  }
}
@media (max-width: 1199px) {
  html.dark header .main-navbar .nav-menu {
    background-color: #2d2d2d;
  }
  html.dark header .main-navbar .nav-menu .close-btn {
    border-bottom-color: #383838;
    color: #fff;
  }
  html.dark header .main-navbar .nav-menu .mobile-poster {
    background-color: #232323;
  }
}
html.dark .theme-setting ul li {
  background-color: #2d2d2d;
  border-color: #383838;
}
html.dark .theme-setting ul li button {
  color: #fff;
}
html.dark .quick-view-modal .modal-content {
  background-color: #2d2d2d;
}
html.dark .quick-view-modal .modal-content .product-right .size-detail,
html.dark .quick-view-modal .modal-content .product-right .product-btn,
html.dark .quick-view-modal .modal-content .product-right .product-details,
html.dark .quick-view-modal .modal-content .product-right .color-types {
  border-top-color: #383838;
}
html.dark .quick-view-modal .modal-content .product-right .size-detail ul li {
  border-color: #383838;
}
html.dark .quick-view-modal .modal-content .product-right .product-details {
  border-bottom-color: #383838;
}
html.dark .discount-image-details .discount-details .heart-button {
  background-color: transparent;
}
html.dark .add-address-modal .modal-content {
  background-color: #383838;
}
html.dark .add-address-modal .modal-content .modal-header .btn-close {
  color: #efefef;
}
html.dark .payment-modal .modal-content {
  background-color: #383838;
}
html.dark .popular-post .popular-title {
  background-color: #232323;
  color: #fff;
}
html.dark .left-side .popular-post .popular-image .popular-contain h3 {
  color: #fff;
}
html.dark .left-side .category-section .category-box:hover .category-product {
  background-color: #383838;
}
html.dark .left-side .category-section .category-box .category-product .cate-contain h5 {
  color: #efefef;
}
html.dark .blog-details .blog-image-box .blog-title {
  background-color: #2d2d2d;
}
html.dark .blog-details .blog-detail-contain h2 {
  color: #fff;
}
html.dark .blog-details .blog-detail-contain p.first-latter::first-letter {
  color: #bababa !important;
}
html.dark .social-media .social-icon-box.social-color {
  background-color: #232323;
}
html.dark .social-media .social-icon-box.social-color i {
  color: #efefef;
}
html.dark .blog-categories {
  background-color: #2d2d2d;
}
html.dark .blog-categories .card-body {
  background-color: #2d2d2d;
}
html.dark .blog-categories .card-body h2 {
  color: #efefef;
}
html.dark .blog-categories .card-body .blog-profile .image-name h3,
html.dark .blog-categories .card-body .blog-profile .image-name h6 {
  color: #bababa;
}
html.dark .masonary-blog-section .masonary-blog {
  background-color: #2d2d2d;
  box-shadow: 0 5px 15px rgba(239, 239, 239, 0.08);
}
html.dark .masonary-blog-section .masonary-blog .card-body-width {
  background-color: #2d2d2d;
}
html.dark .masonary-blog-section .masonary-blog .card-body h2 {
  color: #efefef;
}
html.dark .masonary-blog-section .masonary-blog .card-body .blog-profile .image-name h3 {
  color: #efefef;
}
html.dark .page-section .pagination .page-item .page-link {
  background-color: #2d2d2d;
}
html.dark .page-section .pagination .page-item .page-link:hover {
  background-color: #232323;
}
html.dark .page-section .pagination .page-item.active .page-link {
  background-color: var(--theme-color);
}
html.dark .page-not-found .page-container h2 {
  color: #efefef;
}
html.dark .page-not-found .page-container p {
  color: #bababa;
}
html.dark .login-section {
  background: #383838;
}
html.dark .login-section .materialContainer .box {
  background: #2d2d2d;
}
html.dark .login-section .materialContainer .box:before {
  background-color: rgba(43, 43, 43, 0.6);
}
html.dark .login-section .materialContainer .input::before {
  background-color: rgba(239, 239, 239, 0.15);
}
html.dark .login-section .materialContainer .input input {
  color: #fff;
}
html.dark .login-section .materialContainer .sign-category span {
  background-color: #2d2d2d;
}
html.dark .login-section .materialContainer .pass-forgot {
  color: rgba(239, 239, 239, 0.4);
}
html.dark .login-section .materialContainer .social-media {
  box-shadow: 0 0 10px rgba(35, 35, 35, 0.6);
}
html.dark .login-section .materialContainer .social-media.google-media h6 {
  color: #efefef;
}
html.dark .login-section .materialContainer p {
  color: rgba(239, 239, 239, 0.4);
}
html.dark .cart-section .count-down h5 {
  color: #fff;
}
html.dark .cart-section .cart-table thead th {
  color: #efefef;
  border-bottom-color: #232323 !important;
  background-color: #232323;
}
html.dark .cart-section .cart-table tbody tr td a {
  color: #bababa;
}
html.dark .cart-section .cart-table tbody tr td .td-color {
  color: #efefef;
}
html.dark .cart-section .cart-checkout-section .cart-box {
  background-color: #232323;
}
html.dark .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details {
  border-bottom-color: #232323;
}
html.dark .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h3,
html.dark .cart-section .cart-checkout-section .cart-box .cart-box-details .total-details .top-details h6 {
  color: #efefef;
}
html.dark .your-cart-box .list-group .lh-condensed {
  background-color: #2d2d2d;
}
html.dark .your-cart-box .list-group .lh-condensed h6,
html.dark .your-cart-box .list-group .lh-condensed small,
html.dark .your-cart-box .list-group .lh-condensed span,
html.dark .your-cart-box .list-group .lh-condensed strong {
  color: #efefef;
}
html.dark .your-cart-box .card {
  background: #2d2d2d;
}
html.dark .custome-form-check .form-check-label {
  color: #efefef;
}
html.dark .paypal-button-tagline {
  color: #efefef;
}
html.dark .light-gray-bg {
  background-color: #eff2f7;
}
html.dark .light-gray-bg .coming-soon-content .form-control {
  border-color: #ced4da;
  color: #212529;
  background-color: #fff;
}
html.dark .comparemodal-body .table {
  border-color: #383838;
}
html.dark .comparemodal-body .table.table-striped-1 tbody tr:nth-of-type(even) {
  background-color: #232323;
}
html.dark .comparemodal-body .table.table-striped-1 tbody tr td {
  border-left-color: #383838;
  color: #efefef;
}
html.dark .comparemodal-body .table.table-striped-1 tbody tr td .product-box .product-details a {
  color: #fff;
}
html.dark .comparemodal-body .table.table-striped-1 tbody tr td .product-box .product-details .price-details h6 {
  color: #efefef;
}
html.dark .contact-section .contact-details {
  background-color: #232323;
}
html.dark .faq-section .faq-contain h2 {
  color: #efefef;
}
html.dark .faq-section .faq-contain h5 {
  color: #bababa;
}
html.dark .faq-details .faq-link-box a {
  color: #efefef;
}
html.dark .success-icon {
  background-color: #383838;
}
html.dark .order-details-table .order-success {
  background-color: #232323;
}
html.dark .order-details-table .order-success .order-details li {
  color: #bababa;
}
html.dark .order-details-table .order-success .payment-mode p {
  color: #bababa;
}
html.dark .order-details-table .order-success .delivery-sec h3 {
  color: #efefef;
}
html.dark .order-details-table .table tbody {
  border-bottom-color: #232323;
}
html.dark .order-details-table .table tbody tr td h5 {
  color: #efefef;
}
html.dark .order-details-table .table tfoot tr.table-order:nth-child(3) {
  border-bottom-color: #232323;
}
html.dark .order-details-table .table tfoot tr td h4 {
  color: #efefef;
}
html.dark .cart-section tbody tr td p {
  color: #bababa;
}
html.dark .progtrckr li.progtrckr-todo:before {
  background-color: #2d2d2d;
}
html.dark .progtrckr li.progtrckr-done h5 {
  color: #fff;
}
html.dark .progtrckr li.progtrckr-done h6 {
  color: #bababa;
}
html.dark .order-left-image .order-image-contain p span {
  color: #efefef;
}
html.dark .tracker-table .table thead th {
  color: #efefef !important;
  border-bottom: 1px solid #232323 !important;
  background-color: #232323;
}
html.dark .tracker-table .table tbody tr td:nth-child(odd) p {
  color: #efefef;
}
html.dark .review-section .review-box {
  background-color: #2d2d2d;
  box-shadow: 0 0 8px rgba(239, 239, 239, 0.08);
}
html.dark .review-section .review-box:hover {
  box-shadow: 0 0 8px rgba(239, 239, 239, 0.1);
}
html.dark .review-section .review-box .review-name p {
  color: #bababa;
}
html.dark .search-section .search-bar input:focus {
  border-color: #383838;
  background-color: #232323;
}
html.dark .dashboard .page-title h2 {
  color: #fff;
}
html.dark .dashboard .welcome-msg h6 span {
  color: #efefef;
}
html.dark .custom-nav-tabs {
  background: #232323;
}
html.dark .custom-nav-tabs .nav-item .nav-link {
  color: #efefef !important;
}
html.dark .custom-nav-tabs .nav-item .nav-link.active, html.dark .custom-nav-tabs .nav-item .nav-link:hover {
  color: var(--theme-color) !important;
}
html.dark .order-box-contain .order-box {
  background-color: #232323;
}
html.dark .order-box-contain .order-box .order-box-image {
  filter: invert(1) brightness(100);
}
html.dark .cart-table thead th {
  color: #efefef;
  border-bottom-color: #232323 !important;
  background-color: #232323;
}
html.dark .cart-table tbody tr td p {
  color: #efefef;
}
html.dark .save-details-box .save-details {
  background-color: #232323;
}
html.dark .save-details-box .save-details.show {
  box-shadow: 0 0px 10px rgba(239, 239, 239, 0.2);
}
html.dark .save-details-box .save-details .save-name h5 {
  color: #fff;
}
html.dark .save-details-box .save-details .button-group button {
  background-color: #2d2d2d;
  color: #fff;
}
@media (max-width: 767px) {
  html.dark .edit-card-mobile a {
    color: #efefef;
  }
}
html.dark .dashboard-security .security-details h5 span {
  color: #efefef;
}
html.dark .dashboard-security .security-details-1 {
  border-color: rgba(239, 239, 239, 0.28);
}
html.dark .cart-table tbody tr td a.icon {
  background-color: #232323;
  border-color: #232323;
}
html.dark .portfolio .card {
  background-color: #2d2d2d;
}
html.dark .portfolio .parent-container .overlay-color .overlay-icon {
  background-color: #2d2d2d;
}
html.dark .custom-offcanvas .offcanvas-body {
  background-color: #2d2d2d;
}
html.dark .category-scroll::-webkit-scrollbar-track {
  background-color: #232323;
}
html.dark .range-slider .vue-slider .vue-slider-rail {
  background-color: #232323 !important;
}
html.dark .category-option .category-name {
  background-color: #2d2d2d;
}
html.dark .category-option .category-name .accordion-button {
  color: #efefef;
  background-color: #232323;
}
html.dark .category-option .category-name .accordion-item {
  border-color: #383838;
  color: #efefef;
  background-color: #2d2d2d;
}
html.dark .category-option .category-name .accordion-item .accordion-header {
  background-color: #2d2d2d;
}
html.dark .category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li {
  background: #2d2d2d;
}
html.dark .category-option .category-name .accordion-item.category-price .accordion-collapse .accordion-body .category-list li a {
  color: #efefef;
}
html.dark .short-name li .label-tag {
  background-color: #232323;
}
html.dark .category-image {
  background-color: #232323;
}
html.dark .category-image .category-contain h3 {
  color: #efefef;
}
html.dark .category-image .category-contain .product-list {
  color: #bababa;
}
html.dark .select-featured {
  border-color: #232323;
}
html.dark .filter-options .grid-options ul li {
  background-color: #232323;
}
html.dark .category-side .category-option .category-name .accordion-item {
  border-color: #232323;
  background-color: #232323;
}
@media (max-width: 991px) {
  html.dark .category-option {
    background-color: #2d2d2d;
  }
}
html.dark .category-option .button-close button {
  color: #efefef;
}
html.dark .top-filter-section {
  background-color: #2d2d2d;
}
html.dark .top-filter-section ul .onclick-title {
  background-color: #232323;
}
html.dark .product-count {
  background-color: #232323;
}
html.dark .details-items .cloth-details-size .progress {
  background-color: #232323;
}
html.dark .details-items .cloth-details-size .border-product {
  border-top: 1px dashed #232323;
}
html.dark .details-items .cloth-details-size .details-image-concept h2 {
  color: #efefef;
}
html.dark .details-items .details-image .product-image-tag .label-tag {
  background-color: #2d2d2d;
}
html.dark .price-detail {
  color: #efefef;
}
html.dark .addeffect-section .qty-box .input-group span button {
  border-color: #383838;
}
html.dark .addeffect-section .qty-box .input-group span button i {
  color: #efefef;
}
html.dark .addeffect-section .size-box ul li {
  background-color: #232323;
  border-color: #232323;
}
html.dark .addeffect-section .size-box ul li a {
  color: #efefef;
}
html.dark .product-icon .product-social li a {
  color: #efefef;
}
html.dark .details-items .cloth-details-size .timer-5 .timer1 .counter h5 {
  color: #efefef;
}
html.dark .recently-purchase {
  background: #2d2d2d;
  box-shadow: 0 0 4px 0 rgba(239, 239, 239, 0.2);
}
html.dark .recently-purchase .close-popup {
  color: #efefef;
}
html.dark .product-title {
  color: #efefef;
}
html.dark .sticky-bottom-cart {
  background-color: #2d2d2d;
  box-shadow: 0 0 3px 1px rgba(239, 239, 239, 0.16);
}
html.dark .sticky-bottom-cart .product-image .content h5 {
  color: #fff;
}
html.dark .sticky-bottom-cart .product-image .content h6 {
  color: #efefef;
}
html.dark .sticky-bottom-cart .selection-section .form-control {
  background-color: #232323;
  border-color: #232323;
}
html.dark .cloth-review .nav-tabs {
  border-bottom-color: #383838;
}
html.dark .cloth-review .nav-tabs .nav-link {
  color: #efefef;
}
html.dark .cloth-review .nav-tabs .nav-link.active {
  color: #efefef;
  background-color: #2d2d2d;
}
@media (max-width: 1199px) {
  html.dark .cloth-review .nav-tabs .nav-link.active {
    color: #fff;
  }
}
html.dark .cloth-review .tab-pane .pro .table-part tr th {
  border-color: #383838;
  background-color: #232323;
  color: #ddd;
}
html.dark .cloth-review .tab-pane .pro .table-part tr td {
  border-color: #383838;
  color: #ddd;
}
html.dark .cloth-review .tab-pane .table-pane tr.bg-color {
  background-color: #232323;
}
html.dark .cloth-review .tab-pane .question-answer ul li {
  border-bottom-color: #383838;
}
html.dark .cloth-review .tab-pane .question-answer ul li .que .fa-question {
  border-color: #383838;
}
html.dark .cloth-review .tab-pane .question-answer ul li .que .que-details h6 {
  color: #efefef;
}
html.dark .cloth-review .tab-pane .customer-rating .rating-progess li h5 {
  color: #efefef;
}
html.dark .cloth-review .tab-pane .customer-review-box .customer-section {
  border-bottom-color: rgba(56, 56, 56, 0.7);
}
html.dark .cloth-review .review-box .form-control:focus {
  border-color: #232323 !important;
  background-color: #232323;
}
html.dark .cookie-bar-section-2 {
  background: #232323;
  box-shadow: 0 4px 7px rgba(239, 239, 239, 0.15);
}
html.dark .card.is-loading {
  background-color: #2d2d2d;
}