/** Shopify CDN: Minification failed

Line 17162:0 Unexpected "{"
Line 38877:26 Expected "{" but found "."
Line 38885:26 Expected "{" but found "."

**/
/* 
Name: Drou Shopify Theme
*/
@charset "UTF-8";

@font-face {
  font-family: CerebriSans;
  src: url(CerebriSans-Regular.eot#iefix) format('embedded-opentype'), url(CerebriSans-Regular.ttf) format('truetype'), url(CerebriSans-Regular.woff) format('woff'), url(CerebriSans-Regular.svg) format('svg');
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: CerebriSans;
  src: url(CerebriSans-Italic.eot);
  src: url(CerebriSans-Italic.eot#iefix) format('embedded-opentype'), url(CerebriSans-Italic.ttf) format('truetype'), url(CerebriSans-Italic.woff) format('woff'), url(CerebriSans-Italic.svg) format('svg');
  font-weight: 400;
  font-style: italic
}

@font-face {
  font-family: CerebriSans;
  src: url(CerebriSans-Medium.eot);
  src: url(CerebriSans-Medium.eot#iefix) format('embedded-opentype'), url(CerebriSans-Medium.ttf) format('truetype'), url(CerebriSans-Medium.woff) format('woff'), url(CerebriSans-Medium.svg) format('svg');
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: CerebriSans;
  src: url(CerebriSans-SemiBold.eot);
  src: url(CerebriSans-SemiBold.eot#iefix) format('embedded-opentype'), url(CerebriSans-SemiBold.ttf) format('truetype'), url(CerebriSans-SemiBold.woff) format('woff'), url(CerebriSans-SemiBold.svg) format('svg');
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: CerebriSans;
  src: url(CerebriSans-Bold.eot);
  src: url(CerebriSans-Bold.eot#iefix) format('embedded-opentype'), url(CerebriSans-Bold.ttf) format('truetype'), url(CerebriSans-Bold.woff) format('woff'), url(CerebriSans-Bold.svg) format('svg');
  font-weight: 700;
  font-style: normal
}

/*!
* Font Awesome Pro 5.10.0-11 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license (Commercial License)
*/
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -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.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .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: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite
}

.fa-pulse {
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  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
}

.fa-500px:before {
  content: "\f26e"
}

.fa-abacus:before {
  content: "\f640"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-acorn:before {
  content: "\f6ae"
}

.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-alarm-clock:before {
  content: "\f34e"
}

.fa-alarm-exclamation:before {
  content: "\f843"
}

.fa-alarm-plus:before {
  content: "\f844"
}

.fa-alarm-snooze:before {
  content: "\f845"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-alicorn:before {
  content: "\f6b0"
}

.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-align-slash:before {
  content: "\f846"
}

.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-analytics:before {
  content: "\f643"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angel:before {
  content: "\f779"
}

.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-crate:before {
  content: "\f6b1"
}

.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-alt-down:before {
  content: "\f354"
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346"
}

.fa-arrow-alt-from-left:before {
  content: "\f347"
}

.fa-arrow-alt-from-right:before {
  content: "\f348"
}

.fa-arrow-alt-from-top:before {
  content: "\f349"
}

.fa-arrow-alt-left:before {
  content: "\f355"
}

.fa-arrow-alt-right:before {
  content: "\f356"
}

.fa-arrow-alt-square-down:before {
  content: "\f350"
}

.fa-arrow-alt-square-left:before {
  content: "\f351"
}

.fa-arrow-alt-square-right:before {
  content: "\f352"
}

.fa-arrow-alt-square-up:before {
  content: "\f353"
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"
}

.fa-arrow-alt-to-left:before {
  content: "\f34b"
}

.fa-arrow-alt-to-right:before {
  content: "\f34c"
}

.fa-arrow-alt-to-top:before {
  content: "\f34d"
}

.fa-arrow-alt-up:before {
  content: "\f357"
}

.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-from-bottom:before {
  content: "\f342"
}

.fa-arrow-from-left:before {
  content: "\f343"
}

.fa-arrow-from-right:before {
  content: "\f344"
}

.fa-arrow-from-top:before {
  content: "\f345"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-square-down:before {
  content: "\f339"
}

.fa-arrow-square-left:before {
  content: "\f33a"
}

.fa-arrow-square-right:before {
  content: "\f33b"
}

.fa-arrow-square-up:before {
  content: "\f33c"
}

.fa-arrow-to-bottom:before {
  content: "\f33d"
}

.fa-arrow-to-left:before {
  content: "\f33e"
}

.fa-arrow-to-right:before {
  content: "\f340"
}

.fa-arrow-to-top:before {
  content: "\f341"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.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-atom-alt:before {
  content: "\f5d3"
}

.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-axe:before {
  content: "\f6b2"
}

.fa-axe-battle:before {
  content: "\f6b3"
}

.fa-baby:before {
  content: "\f77c"
}

.fa-baby-carriage:before {
  content: "\f77d"
}

.fa-backpack:before {
  content: "\f5d4"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-bacon:before {
  content: "\f7e5"
}

.fa-badge:before {
  content: "\f335"
}

.fa-badge-check:before {
  content: "\f336"
}

.fa-badge-dollar:before {
  content: "\f645"
}

.fa-badge-percent:before {
  content: "\f646"
}

.fa-badger-honey:before {
  content: "\f6b4"
}

.fa-bags-shopping:before {
  content: "\f847"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-balance-scale-left:before {
  content: "\f515"
}

.fa-balance-scale-right:before {
  content: "\f516"
}

.fa-ball-pile:before {
  content: "\f77e"
}

.fa-ballot:before {
  content: "\f732"
}

.fa-ballot-check:before {
  content: "\f733"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-barcode-alt:before {
  content: "\f463"
}

.fa-barcode-read:before {
  content: "\f464"
}

.fa-barcode-scan:before {
  content: "\f465"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball:before {
  content: "\f432"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-basketball-hoop:before {
  content: "\f435"
}

.fa-bat:before {
  content: "\f6b5"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-bolt:before {
  content: "\f376"
}

.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-slash:before {
  content: "\f377"
}

.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-exclamation:before {
  content: "\f848"
}

.fa-bell-plus:before {
  content: "\f849"
}

.fa-bell-school:before {
  content: "\f5d5"
}

.fa-bell-school-slash:before {
  content: "\f5d6"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bells:before {
  content: "\f77f"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bible:before {
  content: "\f647"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-biking:before {
  content: "\f84a"
}

.fa-biking-mountain:before {
  content: "\f84b"
}

.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-blanket:before {
  content: "\f498"
}

.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-bone-break:before {
  content: "\f5d8"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-alt:before {
  content: "\f5d9"
}

.fa-book-dead:before {
  content: "\f6b7"
}

.fa-book-heart:before {
  content: "\f499"
}

.fa-book-medical:before {
  content: "\f7e6"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-book-spells:before {
  content: "\f6b8"
}

.fa-book-user:before {
  content: "\f7e7"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-books:before {
  content: "\f5db"
}

.fa-books-medical:before {
  content: "\f7e8"
}

.fa-boot:before {
  content: "\f782"
}

.fa-booth-curtain:before {
  content: "\f734"
}

.fa-bootstrap:before {
  content: "\f836"
}

.fa-border-all:before {
  content: "\f84c"
}

.fa-border-bottom:before {
  content: "\f84d"
}

.fa-border-inner:before {
  content: "\f84e"
}

.fa-border-left:before {
  content: "\f84f"
}

.fa-border-none:before {
  content: "\f850"
}

.fa-border-outer:before {
  content: "\f851"
}

.fa-border-right:before {
  content: "\f852"
}

.fa-border-style:before {
  content: "\f853"
}

.fa-border-style-alt:before {
  content: "\f854"
}

.fa-border-top:before {
  content: "\f855"
}

.fa-bow-arrow:before {
  content: "\f6b9"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-bowling-pins:before {
  content: "\f437"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-alt:before {
  content: "\f49a"
}

.fa-box-ballot:before {
  content: "\f735"
}

.fa-box-check:before {
  content: "\f467"
}

.fa-box-fragile:before {
  content: "\f49b"
}

.fa-box-full:before {
  content: "\f49c"
}

.fa-box-heart:before {
  content: "\f49d"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-box-up:before {
  content: "\f49f"
}

.fa-box-usd:before {
  content: "\f4a0"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-boxes-alt:before {
  content: "\f4a1"
}

.fa-boxing-glove:before {
  content: "\f438"
}

.fa-brackets:before {
  content: "\f7e9"
}

.fa-brackets-curly:before {
  content: "\f7ea"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-bread-loaf:before {
  content: "\f7eb"
}

.fa-bread-slice:before {
  content: "\f7ec"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-bring-forward:before {
  content: "\f856"
}

.fa-bring-front:before {
  content: "\f857"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-browser:before {
  content: "\f37e"
}

.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-bullseye-arrow:before {
  content: "\f648"
}

.fa-bullseye-pointer:before {
  content: "\f649"
}

.fa-burger-soda:before {
  content: "\f858"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-burrito:before {
  content: "\f7ed"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-bus-school:before {
  content: "\f5dd"
}

.fa-business-time:before {
  content: "\f64a"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-cabinet-filing:before {
  content: "\f64b"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calculator-alt:before {
  content: "\f64c"
}

.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-edit:before {
  content: "\f333"
}

.fa-calendar-exclamation:before {
  content: "\f334"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-star:before {
  content: "\f736"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-calendar-week:before {
  content: "\f784"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-alt:before {
  content: "\f332"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-campfire:before {
  content: "\f6ba"
}

.fa-campground:before {
  content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
  content: "\f785"
}

.fa-candle-holder:before {
  content: "\f6bc"
}

.fa-candy-cane:before {
  content: "\f786"
}

.fa-candy-corn:before {
  content: "\f6bd"
}

.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-building:before {
  content: "\f859"
}

.fa-car-bump:before {
  content: "\f5e0"
}

.fa-car-bus:before {
  content: "\f85a"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-garage:before {
  content: "\f5e2"
}

.fa-car-mechanic:before {
  content: "\f5e3"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-car-tilt:before {
  content: "\f5e5"
}

.fa-car-wash:before {
  content: "\f5e6"
}

.fa-caret-circle-down:before {
  content: "\f32d"
}

.fa-caret-circle-left:before {
  content: "\f32e"
}

.fa-caret-circle-right:before {
  content: "\f330"
}

.fa-caret-circle-up:before {
  content: "\f331"
}

.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-cars:before {
  content: "\f85b"
}

.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-cauldron:before {
  content: "\f6bf"
}

.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-chair-office:before {
  content: "\f6c1"
}

.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-line-down:before {
  content: "\f64d"
}

.fa-chart-network:before {
  content: "\f78a"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-chart-pie-alt:before {
  content: "\f64e"
}

.fa-chart-scatter:before {
  content: "\f7ee"
}

.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-cheese-swiss:before {
  content: "\f7f0"
}

.fa-cheeseburger:before {
  content: "\f7f1"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-bishop-alt:before {
  content: "\f43b"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-clock:before {
  content: "\f43d"
}

.fa-chess-clock-alt:before {
  content: "\f43e"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-king-alt:before {
  content: "\f440"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-knight-alt:before {
  content: "\f442"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-pawn-alt:before {
  content: "\f444"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-queen-alt:before {
  content: "\f446"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chess-rook-alt:before {
  content: "\f448"
}

.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-double-down:before {
  content: "\f322"
}

.fa-chevron-double-left:before {
  content: "\f323"
}

.fa-chevron-double-right:before {
  content: "\f324"
}

.fa-chevron-double-up:before {
  content: "\f325"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-square-down:before {
  content: "\f329"
}

.fa-chevron-square-left:before {
  content: "\f32a"
}

.fa-chevron-square-right:before {
  content: "\f32b"
}

.fa-chevron-square-up:before {
  content: "\f32c"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chimney:before {
  content: "\f78b"
}

.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-claw-marks:before {
  content: "\f6c2"
}

.fa-clinic-medical:before {
  content: "\f7f2"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clipboard-list-check:before {
  content: "\f737"
}

.fa-clipboard-prescription:before {
  content: "\f5e8"
}

.fa-clipboard-user:before {
  content: "\f7f3"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-drizzle:before {
  content: "\f738"
}

.fa-cloud-hail:before {
  content: "\f739"
}

.fa-cloud-hail-mixed:before {
  content: "\f73a"
}

.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-rainbow:before {
  content: "\f73e"
}

.fa-cloud-showers:before {
  content: "\f73f"
}

.fa-cloud-showers-heavy:before {
  content: "\f740"
}

.fa-cloud-sleet:before {
  content: "\f741"
}

.fa-cloud-snow:before {
  content: "\f742"
}

.fa-cloud-sun:before {
  content: "\f6c4"
}

.fa-cloud-sun-rain:before {
  content: "\f743"
}

.fa-cloud-upload:before {
  content: "\f0ee"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-clouds:before {
  content: "\f744"
}

.fa-clouds-moon:before {
  content: "\f745"
}

.fa-clouds-sun:before {
  content: "\f746"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-club:before {
  content: "\f327"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-code-commit:before {
  content: "\f386"
}

.fa-code-merge:before {
  content: "\f387"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-coffee-togo:before {
  content: "\f6c5"
}

.fa-coffin:before {
  content: "\f6c6"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coin:before {
  content: "\f85c"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-alt-check:before {
  content: "\f4a2"
}

.fa-comment-alt-dollar:before {
  content: "\f650"
}

.fa-comment-alt-dots:before {
  content: "\f4a3"
}

.fa-comment-alt-edit:before {
  content: "\f4a4"
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5"
}

.fa-comment-alt-lines:before {
  content: "\f4a6"
}

.fa-comment-alt-medical:before {
  content: "\f7f4"
}

.fa-comment-alt-minus:before {
  content: "\f4a7"
}

.fa-comment-alt-plus:before {
  content: "\f4a8"
}

.fa-comment-alt-slash:before {
  content: "\f4a9"
}

.fa-comment-alt-smile:before {
  content: "\f4aa"
}

.fa-comment-alt-times:before {
  content: "\f4ab"
}

.fa-comment-check:before {
  content: "\f4ac"
}

.fa-comment-dollar:before {
  content: "\f651"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-edit:before {
  content: "\f4ae"
}

.fa-comment-exclamation:before {
  content: "\f4af"
}

.fa-comment-lines:before {
  content: "\f4b0"
}

.fa-comment-medical:before {
  content: "\f7f5"
}

.fa-comment-minus:before {
  content: "\f4b1"
}

.fa-comment-plus:before {
  content: "\f4b2"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comment-smile:before {
  content: "\f4b4"
}

.fa-comment-times:before {
  content: "\f4b5"
}

.fa-comments:before {
  content: "\f086"
}

.fa-comments-alt:before {
  content: "\f4b6"
}

.fa-comments-alt-dollar:before {
  content: "\f652"
}

.fa-comments-dollar:before {
  content: "\f653"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compass-slash:before {
  content: "\f5e9"
}

.fa-compress:before {
  content: "\f066"
}

.fa-compress-alt:before {
  content: "\f422"
}

.fa-compress-arrows-alt:before {
  content: "\f78c"
}

.fa-compress-wide:before {
  content: "\f326"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-confluence:before {
  content: "\f78d"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-construction:before {
  content: "\f85d"
}

.fa-container-storage:before {
  content: "\f4b7"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-conveyor-belt:before {
  content: "\f46e"
}

.fa-conveyor-belt-alt:before {
  content: "\f46f"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-corn:before {
  content: "\f6c7"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cow:before {
  content: "\f6c8"
}

.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-credit-card-blank:before {
  content: "\f389"
}

.fa-credit-card-front:before {
  content: "\f38a"
}

.fa-cricket:before {
  content: "\f449"
}

.fa-critical-role:before {
  content: "\f6c9"
}

.fa-croissant:before {
  content: "\f7f6"
}

.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-crutches:before {
  content: "\f7f8"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-curling:before {
  content: "\f44a"
}

.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-dagger:before {
  content: "\f6cb"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-debug:before {
  content: "\f7f9"
}

.fa-deer:before {
  content: "\f78e"
}

.fa-deer-rudolph:before {
  content: "\f78f"
}

.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-desktop-alt:before {
  content: "\f390"
}

.fa-dev:before {
  content: "\f6cc"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-dewpoint:before {
  content: "\f748"
}

.fa-dharmachakra:before {
  content: "\f655"
}

.fa-dhl:before {
  content: "\f790"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-diamond:before {
  content: "\f219"
}

.fa-diaspora:before {
  content: "\f791"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-d10:before {
  content: "\f6cd"
}

.fa-dice-d12:before {
  content: "\f6ce"
}

.fa-dice-d20:before {
  content: "\f6cf"
}

.fa-dice-d4:before {
  content: "\f6d0"
}

.fa-dice-d6:before {
  content: "\f6d1"
}

.fa-dice-d8:before {
  content: "\f6d2"
}

.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-digging:before {
  content: "\f85e"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-diploma:before {
  content: "\f5ea"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-disease:before {
  content: "\f7fa"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-do-not-enter:before {
  content: "\f5ec"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dog:before {
  content: "\f6d3"
}

.fa-dog-leashed:before {
  content: "\f6d4"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-empty:before {
  content: "\f473"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-dolly-flatbed-alt:before {
  content: "\f475"
}

.fa-dolly-flatbed-empty:before {
  content: "\f476"
}

.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-circle:before {
  content: "\f5ed"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-draw-square:before {
  content: "\f5ef"
}

.fa-dreidel:before {
  content: "\f792"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-drone:before {
  content: "\f85f"
}

.fa-drone-alt:before {
  content: "\f860"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drumstick:before {
  content: "\f6d6"
}

.fa-drumstick-bite:before {
  content: "\f6d7"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dryer:before {
  content: "\f861"
}

.fa-dryer-alt:before {
  content: "\f862"
}

.fa-duck:before {
  content: "\f6d8"
}

.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-ear:before {
  content: "\f5f0"
}

.fa-ear-muffs:before {
  content: "\f795"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-eclipse:before {
  content: "\f749"
}

.fa-eclipse-alt:before {
  content: "\f74a"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-egg:before {
  content: "\f7fb"
}

.fa-egg-fried:before {
  content: "\f7fc"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-elephant:before {
  content: "\f6da"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-h-alt:before {
  content: "\f39b"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ellipsis-v-alt:before {
  content: "\f39c"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-empty-set:before {
  content: "\f656"
}

.fa-engine-warning:before {
  content: "\f5f2"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-open-dollar:before {
  content: "\f657"
}

.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:before {
  content: "\f0ec"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-square:before {
  content: "\f321"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-alt:before {
  content: "\f424"
}

.fa-expand-arrows:before {
  content: "\f31d"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expand-wide:before {
  content: "\f320"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link:before {
  content: "\f08e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square:before {
  content: "\f14c"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-evil:before {
  content: "\f6db"
}

.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-farm:before {
  content: "\f864"
}

.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-field-hockey:before {
  content: "\f44c"
}

.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-certificate:before {
  content: "\f5f3"
}

.fa-file-chart-line:before {
  content: "\f659"
}

.fa-file-chart-pie:before {
  content: "\f65a"
}

.fa-file-check:before {
  content: "\f316"
}

.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-edit:before {
  content: "\f31c"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-exclamation:before {
  content: "\f31a"
}

.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-minus:before {
  content: "\f318"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-plus:before {
  content: "\f319"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-search:before {
  content: "\f865"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-spreadsheet:before {
  content: "\f65b"
}

.fa-file-times:before {
  content: "\f317"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-user:before {
  content: "\f65c"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-files-medical:before {
  content: "\f7fd"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-film-alt:before {
  content: "\f3a0"
}

.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-fire-smoke:before {
  content: "\f74b"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-fireplace:before {
  content: "\f79a"
}

.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-fish-cooked:before {
  content: "\f7fe"
}

.fa-fist-raised:before {
  content: "\f6de"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-alt:before {
  content: "\f74c"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flag-usa:before {
  content: "\f74d"
}

.fa-flame:before {
  content: "\f6df"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flask-poison:before {
  content: "\f6e0"
}

.fa-flask-potion:before {
  content: "\f6e1"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flower:before {
  content: "\f7ff"
}

.fa-flower-daffodil:before {
  content: "\f800"
}

.fa-flower-tulip:before {
  content: "\f801"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-fog:before {
  content: "\f74e"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-minus:before {
  content: "\f65d"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-folder-plus:before {
  content: "\f65e"
}

.fa-folder-times:before {
  content: "\f65f"
}

.fa-folder-tree:before {
  content: "\f802"
}

.fa-folders:before {
  content: "\f660"
}

.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-font-case:before {
  content: "\f866"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-football-helmet:before {
  content: "\f44f"
}

.fa-forklift:before {
  content: "\f47a"
}

.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-fragile:before {
  content: "\f4bb"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-french-fries:before {
  content: "\f803"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frosty-head:before {
  content: "\f79b"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-function:before {
  content: "\f661"
}

.fa-funnel-dollar:before {
  content: "\f662"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-game-board:before {
  content: "\f867"
}

.fa-game-board-alt:before {
  content: "\f868"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gas-pump-slash:before {
  content: "\f5f4"
}

.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-gift-card:before {
  content: "\f663"
}

.fa-gifts:before {
  content: "\f79c"
}

.fa-gingerbread-man:before {
  content: "\f79d"
}

.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:before {
  content: "\f804"
}

.fa-glass-champagne:before {
  content: "\f79e"
}

.fa-glass-cheers:before {
  content: "\f79f"
}

.fa-glass-citrus:before {
  content: "\f869"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glass-whiskey:before {
  content: "\f7a0"
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glasses-alt:before {
  content: "\f5f5"
}

.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-globe-snow:before {
  content: "\f7a3"
}

.fa-globe-stand:before {
  content: "\f5f6"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-golf-club:before {
  content: "\f451"
}

.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-h1:before {
  content: "\f313"
}

.fa-h2:before {
  content: "\f314"
}

.fa-h3:before {
  content: "\f315"
}

.fa-h4:before {
  content: "\f86a"
}

.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-hammer-war:before {
  content: "\f6e4"
}

.fa-hamsa:before {
  content: "\f665"
}

.fa-hand-heart:before {
  content: "\f4bc"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-box:before {
  content: "\f47b"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-magic:before {
  content: "\f6e5"
}

.fa-hand-holding-seedling:before {
  content: "\f4bf"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-holding-water:before {
  content: "\f4c1"
}

.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-receiving:before {
  content: "\f47c"
}

.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-heart:before {
  content: "\f4c3"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-hands-usd:before {
  content: "\f4c5"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-handshake-alt:before {
  content: "\f4c6"
}

.fa-hanukiah:before {
  content: "\f6e6"
}

.fa-hard-hat:before {
  content: "\f807"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hat-chef:before {
  content: "\f86b"
}

.fa-hat-santa:before {
  content: "\f7a7"
}

.fa-hat-winter:before {
  content: "\f7a8"
}

.fa-hat-witch:before {
  content: "\f6e7"
}

.fa-hat-wizard:before {
  content: "\f6e8"
}

.fa-haykal:before {
  content: "\f666"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-head-side:before {
  content: "\f6e9"
}

.fa-head-side-brain:before {
  content: "\f808"
}

.fa-head-side-medical:before {
  content: "\f809"
}

.fa-head-vr:before {
  content: "\f6ea"
}

.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-heart-circle:before {
  content: "\f4c7"
}

.fa-heart-rate:before {
  content: "\f5f8"
}

.fa-heart-square:before {
  content: "\f4c8"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-helmet-battle:before {
  content: "\f6eb"
}

.fa-hexagon:before {
  content: "\f312"
}

.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-mask:before {
  content: "\f6ee"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-hockey-sticks:before {
  content: "\f454"
}

.fa-holly-berry:before {
  content: "\f7aa"
}

.fa-home:before {
  content: "\f015"
}

.fa-home-alt:before {
  content: "\f80a"
}

.fa-home-heart:before {
  content: "\f4c9"
}

.fa-home-lg:before {
  content: "\f80b"
}

.fa-home-lg-alt:before {
  content: "\f80c"
}

.fa-hood-cloak:before {
  content: "\f6ef"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-horizontal-rule:before {
  content: "\f86c"
}

.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-hospital-user:before {
  content: "\f80d"
}

.fa-hospitals:before {
  content: "\f80e"
}

.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-house-flood:before {
  content: "\f74f"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-hryvnia:before {
  content: "\f6f2"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-humidity:before {
  content: "\f750"
}

.fa-hurricane:before {
  content: "\f751"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-ice-cream:before {
  content: "\f810"
}

.fa-ice-skate:before {
  content: "\f7ac"
}

.fa-icicles:before {
  content: "\f7ad"
}

.fa-icons:before {
  content: "\f86d"
}

.fa-icons-alt:before {
  content: "\f86e"
}

.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-inbox-in:before {
  content: "\f310"
}

.fa-inbox-out:before {
  content: "\f311"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-industry-alt:before {
  content: "\f3b3"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-info-square:before {
  content: "\f30f"
}

.fa-inhaler:before {
  content: "\f5f9"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-integral:before {
  content: "\f667"
}

.fa-intercom:before {
  content: "\f7af"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-intersection:before {
  content: "\f668"
}

.fa-inventory:before {
  content: "\f480"
}

.fa-invision:before {
  content: "\f7b0"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-island-tropical:before {
  content: "\f811"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itch-io:before {
  content: "\f83a"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-jack-o-lantern:before {
  content: "\f30e"
}

.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-kerning:before {
  content: "\f86f"
}

.fa-key:before {
  content: "\f084"
}

.fa-key-skeleton:before {
  content: "\f6f3"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-keynote:before {
  content: "\f66c"
}

.fa-khanda:before {
  content: "\f66d"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kidneys:before {
  content: "\f5fb"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kite:before {
  content: "\f6f4"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-knife-kitchen:before {
  content: "\f6f5"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-lambda:before {
  content: "\f66e"
}

.fa-lamp:before {
  content: "\f4ca"
}

.fa-landmark:before {
  content: "\f66f"
}

.fa-landmark-alt:before {
  content: "\f752"
}

.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-layer-minus:before {
  content: "\f5fe"
}

.fa-layer-plus:before {
  content: "\f5ff"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leaf-heart:before {
  content: "\f4cb"
}

.fa-leaf-maple:before {
  content: "\f6f6"
}

.fa-leaf-oak:before {
  content: "\f6f7"
}

.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:before {
  content: "\f149"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-lightbulb-dollar:before {
  content: "\f670"
}

.fa-lightbulb-exclamation:before {
  content: "\f671"
}

.fa-lightbulb-on:before {
  content: "\f672"
}

.fa-lightbulb-slash:before {
  content: "\f673"
}

.fa-lights-holiday:before {
  content: "\f7b2"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-line-columns:before {
  content: "\f870"
}

.fa-line-height:before {
  content: "\f871"
}

.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-lips:before {
  content: "\f600"
}

.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:before {
  content: "\f601"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-location-circle:before {
  content: "\f602"
}

.fa-location-slash:before {
  content: "\f603"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-alt:before {
  content: "\f30d"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-lock-open-alt:before {
  content: "\f3c2"
}

.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-long-arrow-down:before {
  content: "\f175"
}

.fa-long-arrow-left:before {
  content: "\f177"
}

.fa-long-arrow-right:before {
  content: "\f178"
}

.fa-long-arrow-up:before {
  content: "\f176"
}

.fa-loveseat:before {
  content: "\f4cc"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luchador:before {
  content: "\f455"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lungs:before {
  content: "\f604"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-mace:before {
  content: "\f6f8"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mail-bulk:before {
  content: "\f674"
}

.fa-mailbox:before {
  content: "\f813"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-mandolin:before {
  content: "\f6f9"
}

.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-marker-alt-slash:before {
  content: "\f605"
}

.fa-map-marker-check:before {
  content: "\f606"
}

.fa-map-marker-edit:before {
  content: "\f607"
}

.fa-map-marker-exclamation:before {
  content: "\f608"
}

.fa-map-marker-minus:before {
  content: "\f609"
}

.fa-map-marker-plus:before {
  content: "\f60a"
}

.fa-map-marker-question:before {
  content: "\f60b"
}

.fa-map-marker-slash:before {
  content: "\f60c"
}

.fa-map-marker-smile:before {
  content: "\f60d"
}

.fa-map-marker-times:before {
  content: "\f60e"
}

.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-meat:before {
  content: "\f814"
}

.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-megaphone:before {
  content: "\f675"
}

.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-mind-share:before {
  content: "\f677"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-hexagon:before {
  content: "\f307"
}

.fa-minus-octagon:before {
  content: "\f308"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mistletoe:before {
  content: "\f7b4"
}

.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-mobile-android:before {
  content: "\f3ce"
}

.fa-mobile-android-alt:before {
  content: "\f3cf"
}

.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-money-check-edit:before {
  content: "\f872"
}

.fa-money-check-edit-alt:before {
  content: "\f873"
}

.fa-monitor-heart-rate:before {
  content: "\f611"
}

.fa-monkey:before {
  content: "\f6fb"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-moon-cloud:before {
  content: "\f754"
}

.fa-moon-stars:before {
  content: "\f755"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-mosque:before {
  content: "\f678"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mountain:before {
  content: "\f6fc"
}

.fa-mountains:before {
  content: "\f6fd"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-mug:before {
  content: "\f874"
}

.fa-mug-hot:before {
  content: "\f7b6"
}

.fa-mug-marshmallows:before {
  content: "\f7b7"
}

.fa-mug-tea:before {
  content: "\f875"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-narwhal:before {
  content: "\f6fe"
}

.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-octagon:before {
  content: "\f306"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-oil-temp:before {
  content: "\f614"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-om:before {
  content: "\f679"
}

.fa-omega:before {
  content: "\f67a"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-ornament:before {
  content: "\f7b8"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-otter:before {
  content: "\f700"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-overline:before {
  content: "\f876"
}

.fa-page-break:before {
  content: "\f877"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-pager:before {
  content: "\f815"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-brush-alt:before {
  content: "\f5a9"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-pallet-alt:before {
  content: "\f483"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-paragraph-rtl:before {
  content: "\f878"
}

.fa-parking:before {
  content: "\f540"
}

.fa-parking-circle:before {
  content: "\f615"
}

.fa-parking-circle-slash:before {
  content: "\f616"
}

.fa-parking-slash:before {
  content: "\f617"
}

.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-paw-alt:before {
  content: "\f701"
}

.fa-paw-claws:before {
  content: "\f702"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-peace:before {
  content: "\f67c"
}

.fa-pegasus:before {
  content: "\f703"
}

.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:before {
  content: "\f040"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-paintbrush:before {
  content: "\f618"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-pennant:before {
  content: "\f456"
}

.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-person-carry:before {
  content: "\f4cf"
}

.fa-person-dolly:before {
  content: "\f4d0"
}

.fa-person-dolly-empty:before {
  content: "\f4d1"
}

.fa-person-sign:before {
  content: "\f757"
}

.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-laptop:before {
  content: "\f87a"
}

.fa-phone-office:before {
  content: "\f67d"
}

.fa-phone-plus:before {
  content: "\f4d2"
}

.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-pi:before {
  content: "\f67e"
}

.fa-pie:before {
  content: "\f705"
}

.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-pig:before {
  content: "\f706"
}

.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:before {
  content: "\f817"
}

.fa-pizza-slice:before {
  content: "\f818"
}

.fa-place-of-worship:before {
  content: "\f67f"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-alt:before {
  content: "\f3de"
}

.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-hexagon:before {
  content: "\f300"
}

.fa-plus-octagon:before {
  content: "\f301"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-podium:before {
  content: "\f680"
}

.fa-podium-star:before {
  content: "\f758"
}

.fa-poll:before {
  content: "\f681"
}

.fa-poll-h:before {
  content: "\f682"
}

.fa-poll-people:before {
  content: "\f759"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poo-storm:before {
  content: "\f75a"
}

.fa-poop:before {
  content: "\f619"
}

.fa-popcorn:before {
  content: "\f819"
}

.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-presentation:before {
  content: "\f685"
}

.fa-print:before {
  content: "\f02f"
}

.fa-print-search:before {
  content: "\f81a"
}

.fa-print-slash:before {
  content: "\f686"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pumpkin:before {
  content: "\f707"
}

.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-question-square:before {
  content: "\f2fd"
}

.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-rabbit:before {
  content: "\f708"
}

.fa-rabbit-fast:before {
  content: "\f709"
}

.fa-racquet:before {
  content: "\f45a"
}

.fa-radiation:before {
  content: "\f7b9"
}

.fa-radiation-alt:before {
  content: "\f7ba"
}

.fa-rainbow:before {
  content: "\f75b"
}

.fa-raindrops:before {
  content: "\f75c"
}

.fa-ram:before {
  content: "\f70a"
}

.fa-ramp-loading:before {
  content: "\f4d4"
}

.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-rectangle-landscape:before {
  content: "\f2fa"
}

.fa-rectangle-portrait:before {
  content: "\f2fb"
}

.fa-rectangle-wide:before {
  content: "\f2fc"
}

.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-repeat:before {
  content: "\f363"
}

.fa-repeat-1:before {
  content: "\f365"
}

.fa-repeat-1-alt:before {
  content: "\f366"
}

.fa-repeat-alt:before {
  content: "\f364"
}

.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-retweet-alt:before {
  content: "\f361"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-ring:before {
  content: "\f70b"
}

.fa-rings-wedding:before {
  content: "\f81b"
}

.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-route-highway:before {
  content: "\f61a"
}

.fa-route-interstate:before {
  content: "\f61b"
}

.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-triangle:before {
  content: "\f61c"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-running:before {
  content: "\f70c"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-rv:before {
  content: "\f7be"
}

.fa-sack:before {
  content: "\f81c"
}

.fa-sack-dollar:before {
  content: "\f81d"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-salad:before {
  content: "\f81e"
}

.fa-salesforce:before {
  content: "\f83b"
}

.fa-sandwich:before {
  content: "\f81f"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-satellite:before {
  content: "\f7bf"
}

.fa-satellite-dish:before {
  content: "\f7c0"
}

.fa-sausage:before {
  content: "\f820"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-scalpel:before {
  content: "\f61d"
}

.fa-scalpel-path:before {
  content: "\f61e"
}

.fa-scanner:before {
  content: "\f488"
}

.fa-scanner-keyboard:before {
  content: "\f489"
}

.fa-scanner-touchscreen:before {
  content: "\f48a"
}

.fa-scarecrow:before {
  content: "\f70d"
}

.fa-scarf:before {
  content: "\f7c1"
}

.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-scroll-old:before {
  content: "\f70f"
}

.fa-scrubber:before {
  content: "\f2f8"
}

.fa-scythe:before {
  content: "\f710"
}

.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-send-back:before {
  content: "\f87e"
}

.fa-send-backward:before {
  content: "\f87f"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-all:before {
  content: "\f367"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-sheep:before {
  content: "\f711"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield:before {
  content: "\f132"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-shield-check:before {
  content: "\f2f7"
}

.fa-shield-cross:before {
  content: "\f712"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shipping-timed:before {
  content: "\f48c"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shish-kebab:before {
  content: "\f821"
}

.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-shovel:before {
  content: "\f713"
}

.fa-shovel-snow:before {
  content: "\f7c3"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shredder:before {
  content: "\f68a"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-shuttlecock:before {
  content: "\f45b"
}

.fa-sickle:before {
  content: "\f822"
}

.fa-sigma:before {
  content: "\f68b"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signal-1:before {
  content: "\f68c"
}

.fa-signal-2:before {
  content: "\f68d"
}

.fa-signal-3:before {
  content: "\f68e"
}

.fa-signal-4:before {
  content: "\f68f"
}

.fa-signal-alt:before {
  content: "\f690"
}

.fa-signal-alt-1:before {
  content: "\f691"
}

.fa-signal-alt-2:before {
  content: "\f692"
}

.fa-signal-alt-3:before {
  content: "\f693"
}

.fa-signal-alt-slash:before {
  content: "\f694"
}

.fa-signal-slash:before {
  content: "\f695"
}

.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-skeleton:before {
  content: "\f620"
}

.fa-sketch:before {
  content: "\f7c6"
}

.fa-ski-jump:before {
  content: "\f7c7"
}

.fa-ski-lift:before {
  content: "\f7c8"
}

.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-sledding:before {
  content: "\f7cb"
}

.fa-sleigh:before {
  content: "\f7cc"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-sliders-h-square:before {
  content: "\f3f0"
}

.fa-sliders-v:before {
  content: "\f3f1"
}

.fa-sliders-v-square:before {
  content: "\f3f2"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-plus:before {
  content: "\f5b9"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smog:before {
  content: "\f75f"
}

.fa-smoke:before {
  content: "\f760"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-sms:before {
  content: "\f7cd"
}

.fa-snake:before {
  content: "\f716"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snooze:before {
  content: "\f880"
}

.fa-snow-blowing:before {
  content: "\f761"
}

.fa-snowboarding:before {
  content: "\f7ce"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-snowflakes:before {
  content: "\f7cf"
}

.fa-snowman:before {
  content: "\f7d0"
}

.fa-snowmobile:before {
  content: "\f7d1"
}

.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-alt:before {
  content: "\f883"
}

.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-shapes-down:before {
  content: "\f888"
}

.fa-sort-shapes-down-alt:before {
  content: "\f889"
}

.fa-sort-shapes-up:before {
  content: "\f88a"
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b"
}

.fa-sort-size-down:before {
  content: "\f88c"
}

.fa-sort-size-down-alt:before {
  content: "\f88d"
}

.fa-sort-size-up:before {
  content: "\f88e"
}

.fa-sort-size-up-alt:before {
  content: "\f88f"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-soup:before {
  content: "\f823"
}

.fa-sourcetree:before {
  content: "\f7d3"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-spade:before {
  content: "\f2f4"
}

.fa-sparkles:before {
  content: "\f890"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-speaker-deck:before {
  content: "\f83c"
}

.fa-spell-check:before {
  content: "\f891"
}

.fa-spider:before {
  content: "\f717"
}

.fa-spider-black-widow:before {
  content: "\f718"
}

.fa-spider-web:before {
  content: "\f719"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-spinner-third:before {
  content: "\f3f4"
}

.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:before {
  content: "\f697"
}

.fa-square-root-alt:before {
  content: "\f698"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-squirrel:before {
  content: "\f71a"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stackpath:before {
  content: "\f842"
}

.fa-staff:before {
  content: "\f71b"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-and-crescent:before {
  content: "\f699"
}

.fa-star-christmas:before {
  content: "\f7d4"
}

.fa-star-exclamation:before {
  content: "\f2f3"
}

.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-stars:before {
  content: "\f762"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steak:before {
  content: "\f824"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-steering-wheel:before {
  content: "\f622"
}

.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-stocking:before {
  content: "\f7d5"
}

.fa-stomach:before {
  content: "\f623"
}

.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-stretcher:before {
  content: "\f825"
}

.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-sun-cloud:before {
  content: "\f763"
}

.fa-sun-dust:before {
  content: "\f764"
}

.fa-sun-haze:before {
  content: "\f765"
}

.fa-sunglasses:before {
  content: "\f892"
}

.fa-sunrise:before {
  content: "\f766"
}

.fa-sunset:before {
  content: "\f767"
}

.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-sword:before {
  content: "\f71c"
}

.fa-swords:before {
  content: "\f71d"
}

.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-tablet-android:before {
  content: "\f3fb"
}

.fa-tablet-android-alt:before {
  content: "\f3fc"
}

.fa-tablet-rugged:before {
  content: "\f48f"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer:before {
  content: "\f0e4"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tachometer-alt-average:before {
  content: "\f624"
}

.fa-tachometer-alt-fast:before {
  content: "\f625"
}

.fa-tachometer-alt-fastest:before {
  content: "\f626"
}

.fa-tachometer-alt-slow:before {
  content: "\f627"
}

.fa-tachometer-alt-slowest:before {
  content: "\f628"
}

.fa-tachometer-average:before {
  content: "\f629"
}

.fa-tachometer-fast:before {
  content: "\f62a"
}

.fa-tachometer-fastest:before {
  content: "\f62b"
}

.fa-tachometer-slow:before {
  content: "\f62c"
}

.fa-tachometer-slowest:before {
  content: "\f62d"
}

.fa-taco:before {
  content: "\f826"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tally:before {
  content: "\f69c"
}

.fa-tanakh:before {
  content: "\f827"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-tasks-alt:before {
  content: "\f828"
}

.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-frigid:before {
  content: "\f768"
}

.fa-temperature-high:before {
  content: "\f769"
}

.fa-temperature-hot:before {
  content: "\f76a"
}

.fa-temperature-low:before {
  content: "\f76b"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-tenge:before {
  content: "\f7d7"
}

.fa-tennis-ball:before {
  content: "\f45e"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text:before {
  content: "\f893"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-size:before {
  content: "\f894"
}

.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-theta:before {
  content: "\f69e"
}

.fa-think-peaks:before {
  content: "\f731"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-thunderstorm:before {
  content: "\f76c"
}

.fa-thunderstorm-moon:before {
  content: "\f76d"
}

.fa-thunderstorm-sun:before {
  content: "\f76e"
}

.fa-ticket:before {
  content: "\f145"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-tilde:before {
  content: "\f69f"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-times-hexagon:before {
  content: "\f2ee"
}

.fa-times-octagon:before {
  content: "\f2f0"
}

.fa-times-square:before {
  content: "\f2d3"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tire:before {
  content: "\f631"
}

.fa-tire-flat:before {
  content: "\f632"
}

.fa-tire-pressure-warning:before {
  content: "\f633"
}

.fa-tire-rugged:before {
  content: "\f634"
}

.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-toilet-paper-alt:before {
  content: "\f71f"
}

.fa-tombstone:before {
  content: "\f720"
}

.fa-tombstone-alt:before {
  content: "\f721"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tools:before {
  content: "\f7d9"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-toothbrush:before {
  content: "\f635"
}

.fa-torah:before {
  content: "\f6a0"
}

.fa-torii-gate:before {
  content: "\f6a1"
}

.fa-tornado:before {
  content: "\f76f"
}

.fa-tractor:before {
  content: "\f722"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-cone:before {
  content: "\f636"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-traffic-light-go:before {
  content: "\f638"
}

.fa-traffic-light-slow:before {
  content: "\f639"
}

.fa-traffic-light-stop:before {
  content: "\f63a"
}

.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-trash-undo:before {
  content: "\f895"
}

.fa-trash-undo-alt:before {
  content: "\f896"
}

.fa-treasure-chest:before {
  content: "\f723"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-tree-alt:before {
  content: "\f400"
}

.fa-tree-christmas:before {
  content: "\f7db"
}

.fa-tree-decorated:before {
  content: "\f7dc"
}

.fa-tree-large:before {
  content: "\f7dd"
}

.fa-tree-palm:before {
  content: "\f82b"
}

.fa-trees:before {
  content: "\f724"
}

.fa-trello:before {
  content: "\f181"
}

.fa-triangle:before {
  content: "\f2ec"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-trophy-alt:before {
  content: "\f2eb"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-container:before {
  content: "\f4dc"
}

.fa-truck-couch:before {
  content: "\f4dd"
}

.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-truck-plow:before {
  content: "\f7de"
}

.fa-truck-ramp:before {
  content: "\f4e0"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-turkey:before {
  content: "\f725"
}

.fa-turtle:before {
  content: "\f726"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-tv-retro:before {
  content: "\f401"
}

.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-unicorn:before {
  content: "\f727"
}

.fa-union:before {
  content: "\f6a2"
}

.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-usd-circle:before {
  content: "\f2e8"
}

.fa-usd-square:before {
  content: "\f2e9"
}

.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-chart:before {
  content: "\f6a3"
}

.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-crown:before {
  content: "\f6a4"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-hard-hat:before {
  content: "\f82c"
}

.fa-user-headset:before {
  content: "\f82d"
}

.fa-user-injured:before {
  content: "\f728"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-md-chat:before {
  content: "\f82e"
}

.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-class:before {
  content: "\f63d"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-users-crown:before {
  content: "\f6a5"
}

.fa-users-medical:before {
  content: "\f830"
}

.fa-usps:before {
  content: "\f7e1"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-fork:before {
  content: "\f2e3"
}

.fa-utensil-knife:before {
  content: "\f2e4"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-utensils-alt:before {
  content: "\f2e6"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-value-absolute:before {
  content: "\f6a6"
}

.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-plus:before {
  content: "\f4e1"
}

.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-volcano:before {
  content: "\f770"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume:before {
  content: "\f6a8"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-mute:before {
  content: "\f6a9"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-slash:before {
  content: "\f2e2"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vote-nay:before {
  content: "\f771"
}

.fa-vote-yea:before {
  content: "\f772"
}

.fa-vr-cardboard:before {
  content: "\f729"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walker:before {
  content: "\f831"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-wand:before {
  content: "\f72a"
}

.fa-wand-magic:before {
  content: "\f72b"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-warehouse-alt:before {
  content: "\f495"
}

.fa-washer:before {
  content: "\f898"
}

.fa-watch:before {
  content: "\f2e1"
}

.fa-watch-fitness:before {
  content: "\f63e"
}

.fa-water:before {
  content: "\f773"
}

.fa-water-lower:before {
  content: "\f774"
}

.fa-water-rise:before {
  content: "\f775"
}

.fa-wave-sine:before {
  content: "\f899"
}

.fa-wave-square:before {
  content: "\f83e"
}

.fa-wave-triangle:before {
  content: "\f89a"
}

.fa-waze:before {
  content: "\f83f"
}

.fa-webcam:before {
  content: "\f832"
}

.fa-webcam-slash:before {
  content: "\f833"
}

.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-whale:before {
  content: "\f72c"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheat:before {
  content: "\f72d"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whistle:before {
  content: "\f460"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wifi-1:before {
  content: "\f6aa"
}

.fa-wifi-2:before {
  content: "\f6ab"
}

.fa-wifi-slash:before {
  content: "\f6ac"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-wind:before {
  content: "\f72e"
}

.fa-wind-turbine:before {
  content: "\f89b"
}

.fa-wind-warning:before {
  content: "\f776"
}

.fa-window:before {
  content: "\f40e"
}

.fa-window-alt:before {
  content: "\f40f"
}

.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-windsock:before {
  content: "\f777"
}

.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-wreath:before {
  content: "\f7e2"
}

.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
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(fa-brands-400.eot);
  src: url(fa-brands-400.eot?#iefix) format("embedded-opentype"), url(fa-brands-400.woff2) format("woff2"), url(fa-brands-400.woff) format("woff"), url(fa-brands-400.ttf) format("truetype"), url(fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Duotone";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(fa-duotone-900.eot);
  src: url(fa-duotone-900.eot?#iefix) format("embedded-opentype"), url(fa-duotone-900.woff2) format("woff2"), url(fa-duotone-900.woff) format("woff"), url(fa-duotone-900.ttf) format("truetype"), url(fa-duotone-900.svg#fontawesome) format("svg")
}

.fad {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900
}

.fad:before {
  position: absolute;
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1)
}

.fad:after {
  color: var(--fa-secondary-color, inherit)
}

.fad.fa-swap-opacity:before,
.fad:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity, .4)
}

.fad.fa-swap-opacity:after {
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1)
}

.fad.fa-inverse {
  color: #fff
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
  position: absolute
}

.fad.fa-fw:before,
.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.fad.fa-abacus:after {
  content: "\10f640"
}

.fad.fa-acorn:after {
  content: "\10f6ae"
}

.fad.fa-ad:after {
  content: "\10f641"
}

.fad.fa-address-book:after {
  content: "\10f2b9"
}

.fad.fa-address-card:after {
  content: "\10f2bb"
}

.fad.fa-adjust:after {
  content: "\10f042"
}

.fad.fa-air-freshener:after {
  content: "\10f5d0"
}

.fad.fa-alarm-clock:after {
  content: "\10f34e"
}

.fad.fa-alarm-exclamation:after {
  content: "\10f843"
}

.fad.fa-alarm-plus:after {
  content: "\10f844"
}

.fad.fa-alarm-snooze:after {
  content: "\10f845"
}

.fad.fa-alicorn:after {
  content: "\10f6b0"
}

.fad.fa-align-center:after {
  content: "\10f037"
}

.fad.fa-align-justify:after {
  content: "\10f039"
}

.fad.fa-align-left:after {
  content: "\10f036"
}

.fad.fa-align-right:after {
  content: "\10f038"
}

.fad.fa-align-slash:after {
  content: "\10f846"
}

.fad.fa-allergies:after {
  content: "\10f461"
}

.fad.fa-ambulance:after {
  content: "\10f0f9"
}

.fad.fa-american-sign-language-interpreting:after {
  content: "\10f2a3"
}

.fad.fa-analytics:after {
  content: "\10f643"
}

.fad.fa-anchor:after {
  content: "\10f13d"
}

.fad.fa-angel:after {
  content: "\10f779"
}

.fad.fa-angle-double-down:after {
  content: "\10f103"
}

.fad.fa-angle-double-left:after {
  content: "\10f100"
}

.fad.fa-angle-double-right:after {
  content: "\10f101"
}

.fad.fa-angle-double-up:after {
  content: "\10f102"
}

.fad.fa-angle-down:after {
  content: "\f107";
  visibility: hidden
}

.fad.fa-angle-left:after {
  content: "\f104";
  visibility: hidden
}

.fad.fa-angle-right:after {
  content: "\f105";
  visibility: hidden
}

.fad.fa-angle-up:after {
  content: "\f106";
  visibility: hidden
}

.fad.fa-angry:after {
  content: "\10f556"
}

.fad.fa-ankh:after {
  content: "\f644";
  visibility: hidden
}

.fad.fa-apple-alt:after {
  content: "\10f5d1"
}

.fad.fa-apple-crate:after {
  content: "\10f6b1"
}

.fad.fa-archive:after {
  content: "\10f187"
}

.fad.fa-archway:after {
  content: "\10f557"
}

.fad.fa-arrow-alt-circle-down:after {
  content: "\10f358"
}

.fad.fa-arrow-alt-circle-left:after {
  content: "\10f359"
}

.fad.fa-arrow-alt-circle-right:after {
  content: "\10f35a"
}

.fad.fa-arrow-alt-circle-up:after {
  content: "\10f35b"
}

.fad.fa-arrow-alt-down:after {
  content: "\f354";
  visibility: hidden
}

.fad.fa-arrow-alt-from-bottom:after {
  content: "\10f346"
}

.fad.fa-arrow-alt-from-left:after {
  content: "\10f347"
}

.fad.fa-arrow-alt-from-right:after {
  content: "\10f348"
}

.fad.fa-arrow-alt-from-top:after {
  content: "\10f349"
}

.fad.fa-arrow-alt-left:after {
  content: "\f355";
  visibility: hidden
}

.fad.fa-arrow-alt-right:after {
  content: "\f356";
  visibility: hidden
}

.fad.fa-arrow-alt-square-down:after {
  content: "\10f350"
}

.fad.fa-arrow-alt-square-left:after {
  content: "\10f351"
}

.fad.fa-arrow-alt-square-right:after {
  content: "\10f352"
}

.fad.fa-arrow-alt-square-up:after {
  content: "\10f353"
}

.fad.fa-arrow-alt-to-bottom:after {
  content: "\10f34a"
}

.fad.fa-arrow-alt-to-left:after {
  content: "\10f34b"
}

.fad.fa-arrow-alt-to-right:after {
  content: "\10f34c"
}

.fad.fa-arrow-alt-to-top:after {
  content: "\10f34d"
}

.fad.fa-arrow-alt-up:after {
  content: "\f357";
  visibility: hidden
}

.fad.fa-arrow-circle-down:after {
  content: "\10f0ab"
}

.fad.fa-arrow-circle-left:after {
  content: "\10f0a8"
}

.fad.fa-arrow-circle-right:after {
  content: "\10f0a9"
}

.fad.fa-arrow-circle-up:after {
  content: "\10f0aa"
}

.fad.fa-arrow-down:after {
  content: "\f063";
  visibility: hidden
}

.fad.fa-arrow-from-bottom:after {
  content: "\10f342"
}

.fad.fa-arrow-from-left:after {
  content: "\10f343"
}

.fad.fa-arrow-from-right:after {
  content: "\10f344"
}

.fad.fa-arrow-from-top:after {
  content: "\10f345"
}

.fad.fa-arrow-left:after {
  content: "\f060";
  visibility: hidden
}

.fad.fa-arrow-right:after {
  content: "\f061";
  visibility: hidden
}

.fad.fa-arrow-square-down:after {
  content: "\10f339"
}

.fad.fa-arrow-square-left:after {
  content: "\10f33a"
}

.fad.fa-arrow-square-right:after {
  content: "\10f33b"
}

.fad.fa-arrow-square-up:after {
  content: "\10f33c"
}

.fad.fa-arrow-to-bottom:after {
  content: "\10f33d"
}

.fad.fa-arrow-to-left:after {
  content: "\10f33e"
}

.fad.fa-arrow-to-right:after {
  content: "\10f340"
}

.fad.fa-arrow-to-top:after {
  content: "\10f341"
}

.fad.fa-arrow-up:after {
  content: "\f062";
  visibility: hidden
}

.fad.fa-arrows:after {
  content: "\f047";
  visibility: hidden
}

.fad.fa-arrows-alt:after {
  content: "\f0b2";
  visibility: hidden
}

.fad.fa-arrows-alt-h:after {
  content: "\f337";
  visibility: hidden
}

.fad.fa-arrows-alt-v:after {
  content: "\f338";
  visibility: hidden
}

.fad.fa-arrows-h:after {
  content: "\f07e";
  visibility: hidden
}

.fad.fa-arrows-v:after {
  content: "\f07d";
  visibility: hidden
}

.fad.fa-assistive-listening-systems:after {
  content: "\10f2a2"
}

.fad.fa-asterisk:after {
  content: "\f069";
  visibility: hidden
}

.fad.fa-at:after {
  content: "\f1fa";
  visibility: hidden
}

.fad.fa-atlas:after {
  content: "\10f558"
}

.fad.fa-atom:after {
  content: "\10f5d2"
}

.fad.fa-atom-alt:after {
  content: "\10f5d3"
}

.fad.fa-audio-description:after {
  content: "\10f29e"
}

.fad.fa-award:after {
  content: "\10f559"
}

.fad.fa-axe:after {
  content: "\10f6b2"
}

.fad.fa-axe-battle:after {
  content: "\10f6b3"
}

.fad.fa-baby:after {
  content: "\10f77c"
}

.fad.fa-baby-carriage:after {
  content: "\10f77d"
}

.fad.fa-backpack:after {
  content: "\10f5d4"
}

.fad.fa-backspace:after {
  content: "\10f55a"
}

.fad.fa-backward:after {
  content: "\10f04a"
}

.fad.fa-bacon:after {
  content: "\10f7e5"
}

.fad.fa-badge:after {
  content: "\f335";
  visibility: hidden
}

.fad.fa-badge-check:after {
  content: "\10f336"
}

.fad.fa-badge-dollar:after {
  content: "\10f645"
}

.fad.fa-badge-percent:after {
  content: "\10f646"
}

.fad.fa-badger-honey:after {
  content: "\10f6b4"
}

.fad.fa-bags-shopping:after {
  content: "\10f847"
}

.fad.fa-balance-scale:after {
  content: "\10f24e"
}

.fad.fa-balance-scale-left:after {
  content: "\10f515"
}

.fad.fa-balance-scale-right:after {
  content: "\10f516"
}

.fad.fa-ball-pile:after {
  content: "\10f77e"
}

.fad.fa-ballot:after {
  content: "\10f732"
}

.fad.fa-ballot-check:after {
  content: "\10f733"
}

.fad.fa-ban:after {
  content: "\f05e";
  visibility: hidden
}

.fad.fa-band-aid:after {
  content: "\10f462"
}

.fad.fa-barcode:after {
  content: "\f02a";
  visibility: hidden
}

.fad.fa-barcode-alt:after {
  content: "\10f463"
}

.fad.fa-barcode-read:after {
  content: "\10f464"
}

.fad.fa-barcode-scan:after {
  content: "\10f465"
}

.fad.fa-bars:after {
  content: "\f0c9";
  visibility: hidden
}

.fad.fa-baseball:after {
  content: "\10f432"
}

.fad.fa-baseball-ball:after {
  content: "\10f433"
}

.fad.fa-basketball-ball:after {
  content: "\10f434"
}

.fad.fa-basketball-hoop:after {
  content: "\10f435"
}

.fad.fa-bat:after {
  content: "\f6b5";
  visibility: hidden
}

.fad.fa-bath:after {
  content: "\10f2cd"
}

.fad.fa-battery-bolt:after {
  content: "\10f376"
}

.fad.fa-battery-empty:after {
  content: "\f244";
  visibility: hidden
}

.fad.fa-battery-full:after {
  content: "\10f240"
}

.fad.fa-battery-half:after {
  content: "\10f242"
}

.fad.fa-battery-quarter:after {
  content: "\10f243"
}

.fad.fa-battery-slash:after {
  content: "\10f377"
}

.fad.fa-battery-three-quarters:after {
  content: "\10f241"
}

.fad.fa-bed:after {
  content: "\10f236"
}

.fad.fa-beer:after {
  content: "\10f0fc"
}

.fad.fa-bell:after {
  content: "\10f0f3"
}

.fad.fa-bell-exclamation:after {
  content: "\10f848"
}

.fad.fa-bell-plus:after {
  content: "\10f849"
}

.fad.fa-bell-school:after {
  content: "\10f5d5"
}

.fad.fa-bell-school-slash:after {
  content: "\10f5d6"
}

.fad.fa-bell-slash:after {
  content: "\10f1f6"
}

.fad.fa-bells:after {
  content: "\10f77f"
}

.fad.fa-bezier-curve:after {
  content: "\10f55b"
}

.fad.fa-bible:after {
  content: "\10f647"
}

.fad.fa-bicycle:after {
  content: "\10f206"
}

.fad.fa-biking:after {
  content: "\10f84a"
}

.fad.fa-biking-mountain:after {
  content: "\10f84b"
}

.fad.fa-binoculars:after {
  content: "\10f1e5"
}

.fad.fa-biohazard:after {
  content: "\10f780"
}

.fad.fa-birthday-cake:after {
  content: "\10f1fd"
}

.fad.fa-blanket:after {
  content: "\f498";
  visibility: hidden
}

.fad.fa-blender:after {
  content: "\10f517"
}

.fad.fa-blender-phone:after {
  content: "\10f6b6"
}

.fad.fa-blind:after {
  content: "\10f29d"
}

.fad.fa-blog:after {
  content: "\10f781"
}

.fad.fa-bold:after {
  content: "\f032";
  visibility: hidden
}

.fad.fa-bolt:after {
  content: "\f0e7";
  visibility: hidden
}

.fad.fa-bomb:after {
  content: "\10f1e2"
}

.fad.fa-bone:after {
  content: "\f5d7";
  visibility: hidden
}

.fad.fa-bone-break:after {
  content: "\10f5d8"
}

.fad.fa-bong:after {
  content: "\10f55c"
}

.fad.fa-book:after {
  content: "\10f02d"
}

.fad.fa-book-alt:after {
  content: "\10f5d9"
}

.fad.fa-book-dead:after {
  content: "\10f6b7"
}

.fad.fa-book-heart:after {
  content: "\10f499"
}

.fad.fa-book-medical:after {
  content: "\10f7e6"
}

.fad.fa-book-open:after {
  content: "\10f518"
}

.fad.fa-book-reader:after {
  content: "\10f5da"
}

.fad.fa-book-spells:after {
  content: "\10f6b8"
}

.fad.fa-book-user:after {
  content: "\10f7e7"
}

.fad.fa-bookmark:after {
  content: "\10f02e"
}

.fad.fa-books:after {
  content: "\10f5db"
}

.fad.fa-books-medical:after {
  content: "\10f7e8"
}

.fad.fa-boot:after {
  content: "\10f782"
}

.fad.fa-booth-curtain:after {
  content: "\10f734"
}

.fad.fa-border-all:after {
  content: "\f84c";
  visibility: hidden
}

.fad.fa-border-bottom:after {
  content: "\10f84d"
}

.fad.fa-border-inner:after {
  content: "\10f84e"
}

.fad.fa-border-left:after {
  content: "\10f84f"
}

.fad.fa-border-none:after {
  content: "\f850";
  visibility: hidden
}

.fad.fa-border-outer:after {
  content: "\10f851"
}

.fad.fa-border-right:after {
  content: "\10f852"
}

.fad.fa-border-style:after {
  content: "\10f853"
}

.fad.fa-border-style-alt:after {
  content: "\10f854"
}

.fad.fa-border-top:after {
  content: "\10f855"
}

.fad.fa-bow-arrow:after {
  content: "\10f6b9"
}

.fad.fa-bowling-ball:after {
  content: "\10f436"
}

.fad.fa-bowling-pins:after {
  content: "\10f437"
}

.fad.fa-box:after {
  content: "\10f466"
}

.fad.fa-box-alt:after {
  content: "\10f49a"
}

.fad.fa-box-ballot:after {
  content: "\10f735"
}

.fad.fa-box-check:after {
  content: "\10f467"
}

.fad.fa-box-fragile:after {
  content: "\10f49b"
}

.fad.fa-box-full:after {
  content: "\10f49c"
}

.fad.fa-box-heart:after {
  content: "\10f49d"
}

.fad.fa-box-open:after {
  content: "\10f49e"
}

.fad.fa-box-up:after {
  content: "\10f49f"
}

.fad.fa-box-usd:after {
  content: "\10f4a0"
}

.fad.fa-boxes:after {
  content: "\10f468"
}

.fad.fa-boxes-alt:after {
  content: "\10f4a1"
}

.fad.fa-boxing-glove:after {
  content: "\10f438"
}

.fad.fa-brackets:after {
  content: "\10f7e9"
}

.fad.fa-brackets-curly:after {
  content: "\10f7ea"
}

.fad.fa-braille:after {
  content: "\10f2a1"
}

.fad.fa-brain:after {
  content: "\10f5dc"
}

.fad.fa-bread-loaf:after {
  content: "\10f7eb"
}

.fad.fa-bread-slice:after {
  content: "\f7ec";
  visibility: hidden
}

.fad.fa-briefcase:after {
  content: "\10f0b1"
}

.fad.fa-briefcase-medical:after {
  content: "\10f469"
}

.fad.fa-bring-forward:after {
  content: "\10f856"
}

.fad.fa-bring-front:after {
  content: "\10f857"
}

.fad.fa-broadcast-tower:after {
  content: "\10f519"
}

.fad.fa-broom:after {
  content: "\10f51a"
}

.fad.fa-browser:after {
  content: "\10f37e"
}

.fad.fa-brush:after {
  content: "\10f55d"
}

.fad.fa-bug:after {
  content: "\10f188"
}

.fad.fa-building:after {
  content: "\10f1ad"
}

.fad.fa-bullhorn:after {
  content: "\10f0a1"
}

.fad.fa-bullseye:after {
  content: "\10f140"
}

.fad.fa-bullseye-arrow:after {
  content: "\10f648"
}

.fad.fa-bullseye-pointer:after {
  content: "\10f649"
}

.fad.fa-burger-soda:after {
  content: "\10f858"
}

.fad.fa-burn:after {
  content: "\10f46a"
}

.fad.fa-burrito:after {
  content: "\10f7ed"
}

.fad.fa-bus:after {
  content: "\10f207"
}

.fad.fa-bus-alt:after {
  content: "\10f55e"
}

.fad.fa-bus-school:after {
  content: "\10f5dd"
}

.fad.fa-business-time:after {
  content: "\10f64a"
}

.fad.fa-cabinet-filing:after {
  content: "\10f64b"
}

.fad.fa-calculator:after {
  content: "\10f1ec"
}

.fad.fa-calculator-alt:after {
  content: "\10f64c"
}

.fad.fa-calendar:after {
  content: "\10f133"
}

.fad.fa-calendar-alt:after {
  content: "\10f073"
}

.fad.fa-calendar-check:after {
  content: "\10f274"
}

.fad.fa-calendar-day:after {
  content: "\10f783"
}

.fad.fa-calendar-edit:after {
  content: "\10f333"
}

.fad.fa-calendar-exclamation:after {
  content: "\10f334"
}

.fad.fa-calendar-minus:after {
  content: "\10f272"
}

.fad.fa-calendar-plus:after {
  content: "\10f271"
}

.fad.fa-calendar-star:after {
  content: "\10f736"
}

.fad.fa-calendar-times:after {
  content: "\10f273"
}

.fad.fa-calendar-week:after {
  content: "\10f784"
}

.fad.fa-camera:after {
  content: "\10f030"
}

.fad.fa-camera-alt:after {
  content: "\10f332"
}

.fad.fa-camera-retro:after {
  content: "\10f083"
}

.fad.fa-campfire:after {
  content: "\10f6ba"
}

.fad.fa-campground:after {
  content: "\10f6bb"
}

.fad.fa-candle-holder:after {
  content: "\10f6bc"
}

.fad.fa-candy-cane:after {
  content: "\10f786"
}

.fad.fa-candy-corn:after {
  content: "\10f6bd"
}

.fad.fa-cannabis:after {
  content: "\10f55f"
}

.fad.fa-capsules:after {
  content: "\10f46b"
}

.fad.fa-car:after {
  content: "\10f1b9"
}

.fad.fa-car-alt:after {
  content: "\10f5de"
}

.fad.fa-car-battery:after {
  content: "\10f5df"
}

.fad.fa-car-building:after {
  content: "\10f859"
}

.fad.fa-car-bump:after {
  content: "\10f5e0"
}

.fad.fa-car-bus:after {
  content: "\10f85a"
}

.fad.fa-car-crash:after {
  content: "\10f5e1"
}

.fad.fa-car-garage:after {
  content: "\10f5e2"
}

.fad.fa-car-mechanic:after {
  content: "\10f5e3"
}

.fad.fa-car-side:after {
  content: "\10f5e4"
}

.fad.fa-car-tilt:after {
  content: "\10f5e5"
}

.fad.fa-car-wash:after {
  content: "\10f5e6"
}

.fad.fa-caret-circle-down:after {
  content: "\10f32d"
}

.fad.fa-caret-circle-left:after {
  content: "\10f32e"
}

.fad.fa-caret-circle-right:after {
  content: "\10f330"
}

.fad.fa-caret-circle-up:after {
  content: "\10f331"
}

.fad.fa-caret-down:after {
  content: "\f0d7";
  visibility: hidden
}

.fad.fa-caret-left:after {
  content: "\f0d9";
  visibility: hidden
}

.fad.fa-caret-right:after {
  content: "\f0da";
  visibility: hidden
}

.fad.fa-caret-square-down:after {
  content: "\10f150"
}

.fad.fa-caret-square-left:after {
  content: "\10f191"
}

.fad.fa-caret-square-right:after {
  content: "\10f152"
}

.fad.fa-caret-square-up:after {
  content: "\10f151"
}

.fad.fa-caret-up:after {
  content: "\f0d8";
  visibility: hidden
}

.fad.fa-carrot:after {
  content: "\10f787"
}

.fad.fa-cars:after {
  content: "\10f85b"
}

.fad.fa-cart-arrow-down:after {
  content: "\10f218"
}

.fad.fa-cart-plus:after {
  content: "\10f217"
}

.fad.fa-cash-register:after {
  content: "\10f788"
}

.fad.fa-cat:after {
  content: "\10f6be"
}

.fad.fa-cauldron:after {
  content: "\10f6bf"
}

.fad.fa-certificate:after {
  content: "\f0a3";
  visibility: hidden
}

.fad.fa-chair:after {
  content: "\10f6c0"
}

.fad.fa-chair-office:after {
  content: "\10f6c1"
}

.fad.fa-chalkboard:after {
  content: "\10f51b"
}

.fad.fa-chalkboard-teacher:after {
  content: "\10f51c"
}

.fad.fa-charging-station:after {
  content: "\10f5e7"
}

.fad.fa-chart-area:after {
  content: "\10f1fe"
}

.fad.fa-chart-bar:after {
  content: "\10f080"
}

.fad.fa-chart-line:after {
  content: "\10f201"
}

.fad.fa-chart-line-down:after {
  content: "\10f64d"
}

.fad.fa-chart-network:after {
  content: "\10f78a"
}

.fad.fa-chart-pie:after {
  content: "\10f200"
}

.fad.fa-chart-pie-alt:after {
  content: "\10f64e"
}

.fad.fa-chart-scatter:after {
  content: "\10f7ee"
}

.fad.fa-check:after {
  content: "\f00c";
  visibility: hidden
}

.fad.fa-check-circle:after {
  content: "\10f058"
}

.fad.fa-check-double:after {
  content: "\10f560"
}

.fad.fa-check-square:after {
  content: "\10f14a"
}

.fad.fa-cheese:after {
  content: "\10f7ef"
}

.fad.fa-cheese-swiss:after {
  content: "\10f7f0"
}

.fad.fa-cheeseburger:after {
  content: "\10f7f1"
}

.fad.fa-chess:after {
  content: "\10f439"
}

.fad.fa-chess-bishop:after {
  content: "\10f43a"
}

.fad.fa-chess-bishop-alt:after {
  content: "\10f43b"
}

.fad.fa-chess-board:after {
  content: "\10f43c"
}

.fad.fa-chess-clock:after {
  content: "\10f43d"
}

.fad.fa-chess-clock-alt:after {
  content: "\10f43e"
}

.fad.fa-chess-king:after {
  content: "\10f43f"
}

.fad.fa-chess-king-alt:after {
  content: "\10f440"
}

.fad.fa-chess-knight:after {
  content: "\10f441"
}

.fad.fa-chess-knight-alt:after {
  content: "\10f442"
}

.fad.fa-chess-pawn:after {
  content: "\10f443"
}

.fad.fa-chess-pawn-alt:after {
  content: "\10f444"
}

.fad.fa-chess-queen:after {
  content: "\10f445"
}

.fad.fa-chess-queen-alt:after {
  content: "\10f446"
}

.fad.fa-chess-rook:after {
  content: "\10f447"
}

.fad.fa-chess-rook-alt:after {
  content: "\10f448"
}

.fad.fa-chevron-circle-down:after {
  content: "\10f13a"
}

.fad.fa-chevron-circle-left:after {
  content: "\10f137"
}

.fad.fa-chevron-circle-right:after {
  content: "\10f138"
}

.fad.fa-chevron-circle-up:after {
  content: "\10f139"
}

.fad.fa-chevron-double-down:after {
  content: "\10f322"
}

.fad.fa-chevron-double-left:after {
  content: "\10f323"
}

.fad.fa-chevron-double-right:after {
  content: "\10f324"
}

.fad.fa-chevron-double-up:after {
  content: "\10f325"
}

.fad.fa-chevron-down:after {
  content: "\f078";
  visibility: hidden
}

.fad.fa-chevron-left:after {
  content: "\f053";
  visibility: hidden
}

.fad.fa-chevron-right:after {
  content: "\f054";
  visibility: hidden
}

.fad.fa-chevron-square-down:after {
  content: "\10f329"
}

.fad.fa-chevron-square-left:after {
  content: "\10f32a"
}

.fad.fa-chevron-square-right:after {
  content: "\10f32b"
}

.fad.fa-chevron-square-up:after {
  content: "\10f32c"
}

.fad.fa-chevron-up:after {
  content: "\f077";
  visibility: hidden
}

.fad.fa-child:after {
  content: "\10f1ae"
}

.fad.fa-chimney:after {
  content: "\10f78b"
}

.fad.fa-church:after {
  content: "\10f51d"
}

.fad.fa-circle:after {
  content: "\f111";
  visibility: hidden
}

.fad.fa-circle-notch:after {
  content: "\f1ce";
  visibility: hidden
}

.fad.fa-city:after {
  content: "\10f64f"
}

.fad.fa-claw-marks:after {
  content: "\10f6c2"
}

.fad.fa-clinic-medical:after {
  content: "\10f7f2"
}

.fad.fa-clipboard:after {
  content: "\10f328"
}

.fad.fa-clipboard-check:after {
  content: "\10f46c"
}

.fad.fa-clipboard-list:after {
  content: "\10f46d"
}

.fad.fa-clipboard-list-check:after {
  content: "\10f737"
}

.fad.fa-clipboard-prescription:after {
  content: "\10f5e8"
}

.fad.fa-clipboard-user:after {
  content: "\10f7f3"
}

.fad.fa-clock:after {
  content: "\10f017"
}

.fad.fa-clone:after {
  content: "\10f24d"
}

.fad.fa-closed-captioning:after {
  content: "\10f20a"
}

.fad.fa-cloud:after {
  content: "\f0c2";
  visibility: hidden
}

.fad.fa-cloud-download:after {
  content: "\10f0ed"
}

.fad.fa-cloud-download-alt:after {
  content: "\10f381"
}

.fad.fa-cloud-drizzle:after {
  content: "\10f738"
}

.fad.fa-cloud-hail:after {
  content: "\10f739"
}

.fad.fa-cloud-hail-mixed:after {
  content: "\10f73a"
}

.fad.fa-cloud-meatball:after {
  content: "\10f73b"
}

.fad.fa-cloud-moon:after {
  content: "\10f6c3"
}

.fad.fa-cloud-moon-rain:after {
  content: "\10f73c"
}

.fad.fa-cloud-rain:after {
  content: "\10f73d"
}

.fad.fa-cloud-rainbow:after {
  content: "\10f73e"
}

.fad.fa-cloud-showers:after {
  content: "\10f73f"
}

.fad.fa-cloud-showers-heavy:after {
  content: "\10f740"
}

.fad.fa-cloud-sleet:after {
  content: "\10f741"
}

.fad.fa-cloud-snow:after {
  content: "\10f742"
}

.fad.fa-cloud-sun:after {
  content: "\10f6c4"
}

.fad.fa-cloud-sun-rain:after {
  content: "\10f743"
}

.fad.fa-cloud-upload:after {
  content: "\10f0ee"
}

.fad.fa-cloud-upload-alt:after {
  content: "\10f382"
}

.fad.fa-clouds:after {
  content: "\10f744"
}

.fad.fa-clouds-moon:after {
  content: "\10f745"
}

.fad.fa-clouds-sun:after {
  content: "\10f746"
}

.fad.fa-club:after {
  content: "\f327";
  visibility: hidden
}

.fad.fa-cocktail:after {
  content: "\10f561"
}

.fad.fa-code:after {
  content: "\10f121"
}

.fad.fa-code-branch:after {
  content: "\10f126"
}

.fad.fa-code-commit:after {
  content: "\10f386"
}

.fad.fa-code-merge:after {
  content: "\10f387"
}

.fad.fa-coffee:after {
  content: "\10f0f4"
}

.fad.fa-coffee-togo:after {
  content: "\10f6c5"
}

.fad.fa-coffin:after {
  content: "\10f6c6"
}

.fad.fa-cog:after {
  content: "\f013";
  visibility: hidden
}

.fad.fa-cogs:after {
  content: "\10f085"
}

.fad.fa-coin:after {
  content: "\10f85c"
}

.fad.fa-coins:after {
  content: "\10f51e"
}

.fad.fa-columns:after {
  content: "\10f0db"
}

.fad.fa-comment:after {
  content: "\f075";
  visibility: hidden
}

.fad.fa-comment-alt:after {
  content: "\f27a";
  visibility: hidden
}

.fad.fa-comment-alt-check:after {
  content: "\10f4a2"
}

.fad.fa-comment-alt-dollar:after {
  content: "\10f650"
}

.fad.fa-comment-alt-dots:after {
  content: "\10f4a3"
}

.fad.fa-comment-alt-edit:after {
  content: "\10f4a4"
}

.fad.fa-comment-alt-exclamation:after {
  content: "\10f4a5"
}

.fad.fa-comment-alt-lines:after {
  content: "\10f4a6"
}

.fad.fa-comment-alt-medical:after {
  content: "\10f7f4"
}

.fad.fa-comment-alt-minus:after {
  content: "\10f4a7"
}

.fad.fa-comment-alt-plus:after {
  content: "\10f4a8"
}

.fad.fa-comment-alt-slash:after {
  content: "\10f4a9"
}

.fad.fa-comment-alt-smile:after {
  content: "\10f4aa"
}

.fad.fa-comment-alt-times:after {
  content: "\10f4ab"
}

.fad.fa-comment-check:after {
  content: "\10f4ac"
}

.fad.fa-comment-dollar:after {
  content: "\10f651"
}

.fad.fa-comment-dots:after {
  content: "\10f4ad"
}

.fad.fa-comment-edit:after {
  content: "\10f4ae"
}

.fad.fa-comment-exclamation:after {
  content: "\10f4af"
}

.fad.fa-comment-lines:after {
  content: "\10f4b0"
}

.fad.fa-comment-medical:after {
  content: "\10f7f5"
}

.fad.fa-comment-minus:after {
  content: "\10f4b1"
}

.fad.fa-comment-plus:after {
  content: "\10f4b2"
}

.fad.fa-comment-slash:after {
  content: "\10f4b3"
}

.fad.fa-comment-smile:after {
  content: "\10f4b4"
}

.fad.fa-comment-times:after {
  content: "\10f4b5"
}

.fad.fa-comments:after {
  content: "\10f086"
}

.fad.fa-comments-alt:after {
  content: "\10f4b6"
}

.fad.fa-comments-alt-dollar:after {
  content: "\10f652"
}

.fad.fa-comments-dollar:after {
  content: "\10f653"
}

.fad.fa-compact-disc:after {
  content: "\10f51f"
}

.fad.fa-compass:after {
  content: "\10f14e"
}

.fad.fa-compass-slash:after {
  content: "\10f5e9"
}

.fad.fa-compress:after {
  content: "\10f066"
}

.fad.fa-compress-alt:after {
  content: "\10f422"
}

.fad.fa-compress-arrows-alt:after {
  content: "\10f78c"
}

.fad.fa-compress-wide:after {
  content: "\10f326"
}

.fad.fa-concierge-bell:after {
  content: "\10f562"
}

.fad.fa-construction:after {
  content: "\10f85d"
}

.fad.fa-container-storage:after {
  content: "\10f4b7"
}

.fad.fa-conveyor-belt:after {
  content: "\10f46e"
}

.fad.fa-conveyor-belt-alt:after {
  content: "\10f46f"
}

.fad.fa-cookie:after {
  content: "\10f563"
}

.fad.fa-cookie-bite:after {
  content: "\10f564"
}

.fad.fa-copy:after {
  content: "\10f0c5"
}

.fad.fa-copyright:after {
  content: "\10f1f9"
}

.fad.fa-corn:after {
  content: "\10f6c7"
}

.fad.fa-couch:after {
  content: "\10f4b8"
}

.fad.fa-cow:after {
  content: "\10f6c8"
}

.fad.fa-credit-card:after {
  content: "\10f09d"
}

.fad.fa-credit-card-blank:after {
  content: "\10f389"
}

.fad.fa-credit-card-front:after {
  content: "\10f38a"
}

.fad.fa-cricket:after {
  content: "\10f449"
}

.fad.fa-croissant:after {
  content: "\10f7f6"
}

.fad.fa-crop:after {
  content: "\10f125"
}

.fad.fa-crop-alt:after {
  content: "\10f565"
}

.fad.fa-cross:after {
  content: "\f654";
  visibility: hidden
}

.fad.fa-crosshairs:after {
  content: "\10f05b"
}

.fad.fa-crow:after {
  content: "\10f520"
}

.fad.fa-crown:after {
  content: "\10f521"
}

.fad.fa-crutch:after {
  content: "\10f7f7"
}

.fad.fa-crutches:after {
  content: "\10f7f8"
}

.fad.fa-cube:after {
  content: "\10f1b2"
}

.fad.fa-cubes:after {
  content: "\10f1b3"
}

.fad.fa-curling:after {
  content: "\10f44a"
}

.fad.fa-cut:after {
  content: "\10f0c4"
}

.fad.fa-dagger:after {
  content: "\10f6cb"
}

.fad.fa-database:after {
  content: "\10f1c0"
}

.fad.fa-deaf:after {
  content: "\10f2a4"
}

.fad.fa-debug:after {
  content: "\10f7f9"
}

.fad.fa-deer:after {
  content: "\10f78e"
}

.fad.fa-deer-rudolph:after {
  content: "\10f78f"
}

.fad.fa-democrat:after {
  content: "\10f747"
}

.fad.fa-desktop:after {
  content: "\10f108"
}

.fad.fa-desktop-alt:after {
  content: "\10f390"
}

.fad.fa-dewpoint:after {
  content: "\10f748"
}

.fad.fa-dharmachakra:after {
  content: "\10f655"
}

.fad.fa-diagnoses:after {
  content: "\10f470"
}

.fad.fa-diamond:after {
  content: "\f219";
  visibility: hidden
}

.fad.fa-dice:after {
  content: "\10f522"
}

.fad.fa-dice-d10:after {
  content: "\10f6cd"
}

.fad.fa-dice-d12:after {
  content: "\10f6ce"
}

.fad.fa-dice-d20:after {
  content: "\10f6cf"
}

.fad.fa-dice-d4:after {
  content: "\10f6d0"
}

.fad.fa-dice-d6:after {
  content: "\10f6d1"
}

.fad.fa-dice-d8:after {
  content: "\10f6d2"
}

.fad.fa-dice-five:after {
  content: "\10f523"
}

.fad.fa-dice-four:after {
  content: "\10f524"
}

.fad.fa-dice-one:after {
  content: "\10f525"
}

.fad.fa-dice-six:after {
  content: "\10f526"
}

.fad.fa-dice-three:after {
  content: "\10f527"
}

.fad.fa-dice-two:after {
  content: "\10f528"
}

.fad.fa-digging:after {
  content: "\10f85e"
}

.fad.fa-digital-tachograph:after {
  content: "\10f566"
}

.fad.fa-diploma:after {
  content: "\10f5ea"
}

.fad.fa-directions:after {
  content: "\10f5eb"
}

.fad.fa-disease:after {
  content: "\10f7fa"
}

.fad.fa-divide:after {
  content: "\10f529"
}

.fad.fa-dizzy:after {
  content: "\10f567"
}

.fad.fa-dna:after {
  content: "\10f471"
}

.fad.fa-do-not-enter:after {
  content: "\10f5ec"
}

.fad.fa-dog:after {
  content: "\10f6d3"
}

.fad.fa-dog-leashed:after {
  content: "\10f6d4"
}

.fad.fa-dollar-sign:after {
  content: "\f155";
  visibility: hidden
}

.fad.fa-dolly:after {
  content: "\10f472"
}

.fad.fa-dolly-empty:after {
  content: "\10f473"
}

.fad.fa-dolly-flatbed:after {
  content: "\10f474"
}

.fad.fa-dolly-flatbed-alt:after {
  content: "\10f475"
}

.fad.fa-dolly-flatbed-empty:after {
  content: "\f476";
  visibility: hidden
}

.fad.fa-donate:after {
  content: "\10f4b9"
}

.fad.fa-door-closed:after {
  content: "\10f52a"
}

.fad.fa-door-open:after {
  content: "\10f52b"
}

.fad.fa-dot-circle:after {
  content: "\10f192"
}

.fad.fa-dove:after {
  content: "\10f4ba"
}

.fad.fa-download:after {
  content: "\10f019"
}

.fad.fa-drafting-compass:after {
  content: "\10f568"
}

.fad.fa-dragon:after {
  content: "\10f6d5"
}

.fad.fa-draw-circle:after {
  content: "\10f5ed"
}

.fad.fa-draw-polygon:after {
  content: "\10f5ee"
}

.fad.fa-draw-square:after {
  content: "\10f5ef"
}

.fad.fa-dreidel:after {
  content: "\10f792"
}

.fad.fa-drone:after {
  content: "\10f85f"
}

.fad.fa-drone-alt:after {
  content: "\10f860"
}

.fad.fa-drum:after {
  content: "\10f569"
}

.fad.fa-drum-steelpan:after {
  content: "\10f56a"
}

.fad.fa-drumstick:after {
  content: "\10f6d6"
}

.fad.fa-drumstick-bite:after {
  content: "\10f6d7"
}

.fad.fa-dryer:after {
  content: "\10f861"
}

.fad.fa-dryer-alt:after {
  content: "\10f862"
}

.fad.fa-duck:after {
  content: "\10f6d8"
}

.fad.fa-dumbbell:after {
  content: "\10f44b"
}

.fad.fa-dumpster:after {
  content: "\10f793"
}

.fad.fa-dumpster-fire:after {
  content: "\10f794"
}

.fad.fa-dungeon:after {
  content: "\10f6d9"
}

.fad.fa-ear:after {
  content: "\10f5f0"
}

.fad.fa-ear-muffs:after {
  content: "\10f795"
}

.fad.fa-eclipse:after {
  content: "\10f749"
}

.fad.fa-eclipse-alt:after {
  content: "\10f74a"
}

.fad.fa-edit:after {
  content: "\10f044"
}

.fad.fa-egg:after {
  content: "\f7fb";
  visibility: hidden
}

.fad.fa-egg-fried:after {
  content: "\10f7fc"
}

.fad.fa-eject:after {
  content: "\10f052"
}

.fad.fa-elephant:after {
  content: "\10f6da"
}

.fad.fa-ellipsis-h:after {
  content: "\f141";
  visibility: hidden
}

.fad.fa-ellipsis-h-alt:after {
  content: "\10f39b"
}

.fad.fa-ellipsis-v:after {
  content: "\f142";
  visibility: hidden
}

.fad.fa-ellipsis-v-alt:after {
  content: "\10f39c"
}

.fad.fa-empty-set:after {
  content: "\10f656"
}

.fad.fa-engine-warning:after {
  content: "\10f5f2"
}

.fad.fa-envelope:after {
  content: "\10f0e0"
}

.fad.fa-envelope-open:after {
  content: "\10f2b6"
}

.fad.fa-envelope-open-dollar:after {
  content: "\10f657"
}

.fad.fa-envelope-open-text:after {
  content: "\10f658"
}

.fad.fa-envelope-square:after {
  content: "\10f199"
}

.fad.fa-equals:after {
  content: "\f52c";
  visibility: hidden
}

.fad.fa-eraser:after {
  content: "\10f12d"
}

.fad.fa-ethernet:after {
  content: "\10f796"
}

.fad.fa-euro-sign:after {
  content: "\f153";
  visibility: hidden
}

.fad.fa-exchange:after {
  content: "\10f0ec"
}

.fad.fa-exchange-alt:after {
  content: "\10f362"
}

.fad.fa-exclamation:after {
  content: "\10f12a"
}

.fad.fa-exclamation-circle:after {
  content: "\10f06a"
}

.fad.fa-exclamation-square:after {
  content: "\10f321"
}

.fad.fa-exclamation-triangle:after {
  content: "\10f071"
}

.fad.fa-expand:after {
  content: "\10f065"
}

.fad.fa-expand-alt:after {
  content: "\10f424"
}

.fad.fa-expand-arrows:after {
  content: "\10f31d"
}

.fad.fa-expand-arrows-alt:after {
  content: "\10f31e"
}

.fad.fa-expand-wide:after {
  content: "\10f320"
}

.fad.fa-external-link:after {
  content: "\10f08e"
}

.fad.fa-external-link-alt:after {
  content: "\10f35d"
}

.fad.fa-external-link-square:after {
  content: "\10f14c"
}

.fad.fa-external-link-square-alt:after {
  content: "\10f360"
}

.fad.fa-eye:after {
  content: "\10f06e"
}

.fad.fa-eye-dropper:after {
  content: "\10f1fb"
}

.fad.fa-eye-evil:after {
  content: "\10f6db"
}

.fad.fa-eye-slash:after {
  content: "\10f070"
}

.fad.fa-fan:after {
  content: "\10f863"
}

.fad.fa-farm:after {
  content: "\10f864"
}

.fad.fa-fast-backward:after {
  content: "\10f049"
}

.fad.fa-fast-forward:after {
  content: "\10f050"
}

.fad.fa-fax:after {
  content: "\10f1ac"
}

.fad.fa-feather:after {
  content: "\10f52d"
}

.fad.fa-feather-alt:after {
  content: "\10f56b"
}

.fad.fa-female:after {
  content: "\10f182"
}

.fad.fa-field-hockey:after {
  content: "\10f44c"
}

.fad.fa-fighter-jet:after {
  content: "\10f0fb"
}

.fad.fa-file:after {
  content: "\10f15b"
}

.fad.fa-file-alt:after {
  content: "\10f15c"
}

.fad.fa-file-archive:after {
  content: "\10f1c6"
}

.fad.fa-file-audio:after {
  content: "\10f1c7"
}

.fad.fa-file-certificate:after {
  content: "\10f5f3"
}

.fad.fa-file-chart-line:after {
  content: "\10f659"
}

.fad.fa-file-chart-pie:after {
  content: "\10f65a"
}

.fad.fa-file-check:after {
  content: "\10f316"
}

.fad.fa-file-code:after {
  content: "\10f1c9"
}

.fad.fa-file-contract:after {
  content: "\10f56c"
}

.fad.fa-file-csv:after {
  content: "\10f6dd"
}

.fad.fa-file-download:after {
  content: "\10f56d"
}

.fad.fa-file-edit:after {
  content: "\10f31c"
}

.fad.fa-file-excel:after {
  content: "\10f1c3"
}

.fad.fa-file-exclamation:after {
  content: "\10f31a"
}

.fad.fa-file-export:after {
  content: "\10f56e"
}

.fad.fa-file-image:after {
  content: "\10f1c5"
}

.fad.fa-file-import:after {
  content: "\10f56f"
}

.fad.fa-file-invoice:after {
  content: "\10f570"
}

.fad.fa-file-invoice-dollar:after {
  content: "\10f571"
}

.fad.fa-file-medical:after {
  content: "\10f477"
}

.fad.fa-file-medical-alt:after {
  content: "\10f478"
}

.fad.fa-file-minus:after {
  content: "\10f318"
}

.fad.fa-file-pdf:after {
  content: "\10f1c1"
}

.fad.fa-file-plus:after {
  content: "\10f319"
}

.fad.fa-file-powerpoint:after {
  content: "\10f1c4"
}

.fad.fa-file-prescription:after {
  content: "\10f572"
}

.fad.fa-file-search:after {
  content: "\10f865"
}

.fad.fa-file-signature:after {
  content: "\10f573"
}

.fad.fa-file-spreadsheet:after {
  content: "\10f65b"
}

.fad.fa-file-times:after {
  content: "\10f317"
}

.fad.fa-file-upload:after {
  content: "\10f574"
}

.fad.fa-file-user:after {
  content: "\10f65c"
}

.fad.fa-file-video:after {
  content: "\10f1c8"
}

.fad.fa-file-word:after {
  content: "\10f1c2"
}

.fad.fa-files-medical:after {
  content: "\10f7fd"
}

.fad.fa-fill:after {
  content: "\10f575"
}

.fad.fa-fill-drip:after {
  content: "\10f576"
}

.fad.fa-film:after {
  content: "\10f008"
}

.fad.fa-film-alt:after {
  content: "\f3a0";
  visibility: hidden
}

.fad.fa-filter:after {
  content: "\f0b0";
  visibility: hidden
}

.fad.fa-fingerprint:after {
  content: "\10f577"
}

.fad.fa-fire:after {
  content: "\f06d";
  visibility: hidden
}

.fad.fa-fire-alt:after {
  content: "\10f7e4"
}

.fad.fa-fire-extinguisher:after {
  content: "\10f134"
}

.fad.fa-fire-smoke:after {
  content: "\10f74b"
}

.fad.fa-fireplace:after {
  content: "\10f79a"
}

.fad.fa-first-aid:after {
  content: "\10f479"
}

.fad.fa-fish:after {
  content: "\10f578"
}

.fad.fa-fish-cooked:after {
  content: "\10f7fe"
}

.fad.fa-fist-raised:after {
  content: "\10f6de"
}

.fad.fa-flag:after {
  content: "\10f024"
}

.fad.fa-flag-alt:after {
  content: "\10f74c"
}

.fad.fa-flag-checkered:after {
  content: "\10f11e"
}

.fad.fa-flag-usa:after {
  content: "\10f74d"
}

.fad.fa-flame:after {
  content: "\10f6df"
}

.fad.fa-flask:after {
  content: "\10f0c3"
}

.fad.fa-flask-poison:after {
  content: "\10f6e0"
}

.fad.fa-flask-potion:after {
  content: "\10f6e1"
}

.fad.fa-flower:after {
  content: "\10f7ff"
}

.fad.fa-flower-daffodil:after {
  content: "\10f800"
}

.fad.fa-flower-tulip:after {
  content: "\10f801"
}

.fad.fa-flushed:after {
  content: "\10f579"
}

.fad.fa-fog:after {
  content: "\10f74e"
}

.fad.fa-folder:after {
  content: "\f07b";
  visibility: hidden
}

.fad.fa-folder-minus:after {
  content: "\10f65d"
}

.fad.fa-folder-open:after {
  content: "\10f07c"
}

.fad.fa-folder-plus:after {
  content: "\10f65e"
}

.fad.fa-folder-times:after {
  content: "\10f65f"
}

.fad.fa-folder-tree:after {
  content: "\10f802"
}

.fad.fa-folders:after {
  content: "\10f660"
}

.fad.fa-font:after {
  content: "\f031";
  visibility: hidden
}

.fad.fa-font-awesome-logo-full:after {
  content: "\f4e6";
  visibility: hidden
}

.fad.fa-font-case:after {
  content: "\10f866"
}

.fad.fa-football-ball:after {
  content: "\10f44e"
}

.fad.fa-football-helmet:after {
  content: "\10f44f"
}

.fad.fa-forklift:after {
  content: "\10f47a"
}

.fad.fa-forward:after {
  content: "\10f04e"
}

.fad.fa-fragile:after {
  content: "\10f4bb"
}

.fad.fa-french-fries:after {
  content: "\10f803"
}

.fad.fa-frog:after {
  content: "\10f52e"
}

.fad.fa-frosty-head:after {
  content: "\10f79b"
}

.fad.fa-frown:after {
  content: "\10f119"
}

.fad.fa-frown-open:after {
  content: "\10f57a"
}

.fad.fa-function:after {
  content: "\10f661"
}

.fad.fa-funnel-dollar:after {
  content: "\10f662"
}

.fad.fa-futbol:after {
  content: "\10f1e3"
}

.fad.fa-game-board:after {
  content: "\10f867"
}

.fad.fa-game-board-alt:after {
  content: "\10f868"
}

.fad.fa-gamepad:after {
  content: "\10f11b"
}

.fad.fa-gas-pump:after {
  content: "\10f52f"
}

.fad.fa-gas-pump-slash:after {
  content: "\10f5f4"
}

.fad.fa-gavel:after {
  content: "\10f0e3"
}

.fad.fa-gem:after {
  content: "\10f3a5"
}

.fad.fa-genderless:after {
  content: "\f22d";
  visibility: hidden
}

.fad.fa-ghost:after {
  content: "\10f6e2"
}

.fad.fa-gift:after {
  content: "\10f06b"
}

.fad.fa-gift-card:after {
  content: "\10f663"
}

.fad.fa-gifts:after {
  content: "\10f79c"
}

.fad.fa-gingerbread-man:after {
  content: "\10f79d"
}

.fad.fa-glass:after {
  content: "\10f804"
}

.fad.fa-glass-champagne:after {
  content: "\10f79e"
}

.fad.fa-glass-cheers:after {
  content: "\10f79f"
}

.fad.fa-glass-citrus:after {
  content: "\10f869"
}

.fad.fa-glass-martini:after {
  content: "\f000";
  visibility: hidden
}

.fad.fa-glass-martini-alt:after {
  content: "\10f57b"
}

.fad.fa-glass-whiskey:after {
  content: "\10f7a0"
}

.fad.fa-glass-whiskey-rocks:after {
  content: "\10f7a1"
}

.fad.fa-glasses:after {
  content: "\10f530"
}

.fad.fa-glasses-alt:after {
  content: "\10f5f5"
}

.fad.fa-globe:after {
  content: "\10f0ac"
}

.fad.fa-globe-africa:after {
  content: "\10f57c"
}

.fad.fa-globe-americas:after {
  content: "\10f57d"
}

.fad.fa-globe-asia:after {
  content: "\10f57e"
}

.fad.fa-globe-europe:after {
  content: "\10f7a2"
}

.fad.fa-globe-snow:after {
  content: "\10f7a3"
}

.fad.fa-globe-stand:after {
  content: "\10f5f6"
}

.fad.fa-golf-ball:after {
  content: "\10f450"
}

.fad.fa-golf-club:after {
  content: "\10f451"
}

.fad.fa-gopuram:after {
  content: "\10f664"
}

.fad.fa-graduation-cap:after {
  content: "\10f19d"
}

.fad.fa-greater-than:after {
  content: "\f531";
  visibility: hidden
}

.fad.fa-greater-than-equal:after {
  content: "\10f532"
}

.fad.fa-grimace:after {
  content: "\10f57f"
}

.fad.fa-grin:after {
  content: "\10f580"
}

.fad.fa-grin-alt:after {
  content: "\10f581"
}

.fad.fa-grin-beam:after {
  content: "\10f582"
}

.fad.fa-grin-beam-sweat:after {
  content: "\10f583"
}

.fad.fa-grin-hearts:after {
  content: "\10f584"
}

.fad.fa-grin-squint:after {
  content: "\10f585"
}

.fad.fa-grin-squint-tears:after {
  content: "\10f586"
}

.fad.fa-grin-stars:after {
  content: "\10f587"
}

.fad.fa-grin-tears:after {
  content: "\10f588"
}

.fad.fa-grin-tongue:after {
  content: "\10f589"
}

.fad.fa-grin-tongue-squint:after {
  content: "\10f58a"
}

.fad.fa-grin-tongue-wink:after {
  content: "\10f58b"
}

.fad.fa-grin-wink:after {
  content: "\10f58c"
}

.fad.fa-grip-horizontal:after {
  content: "\f58d";
  visibility: hidden
}

.fad.fa-grip-lines:after {
  content: "\f7a4";
  visibility: hidden
}

.fad.fa-grip-lines-vertical:after {
  content: "\f7a5";
  visibility: hidden
}

.fad.fa-grip-vertical:after {
  content: "\f58e";
  visibility: hidden
}

.fad.fa-guitar:after {
  content: "\10f7a6"
}

.fad.fa-h-square:after {
  content: "\10f0fd"
}

.fad.fa-h1:after {
  content: "\10f313"
}

.fad.fa-h2:after {
  content: "\10f314"
}

.fad.fa-h3:after {
  content: "\10f315"
}

.fad.fa-h4:after {
  content: "\10f86a"
}

.fad.fa-hamburger:after {
  content: "\10f805"
}

.fad.fa-hammer:after {
  content: "\10f6e3"
}

.fad.fa-hammer-war:after {
  content: "\10f6e4"
}

.fad.fa-hamsa:after {
  content: "\10f665"
}

.fad.fa-hand-heart:after {
  content: "\10f4bc"
}

.fad.fa-hand-holding:after {
  content: "\f4bd";
  visibility: hidden
}

.fad.fa-hand-holding-box:after {
  content: "\10f47b"
}

.fad.fa-hand-holding-heart:after {
  content: "\10f4be"
}

.fad.fa-hand-holding-magic:after {
  content: "\10f6e5"
}

.fad.fa-hand-holding-seedling:after {
  content: "\10f4bf"
}

.fad.fa-hand-holding-usd:after {
  content: "\10f4c0"
}

.fad.fa-hand-holding-water:after {
  content: "\10f4c1"
}

.fad.fa-hand-lizard:after {
  content: "\f258";
  visibility: hidden
}

.fad.fa-hand-middle-finger:after {
  content: "\f806";
  visibility: hidden
}

.fad.fa-hand-paper:after {
  content: "\f256";
  visibility: hidden
}

.fad.fa-hand-peace:after {
  content: "\f25b";
  visibility: hidden
}

.fad.fa-hand-point-down:after {
  content: "\10f0a7"
}

.fad.fa-hand-point-left:after {
  content: "\10f0a5"
}

.fad.fa-hand-point-right:after {
  content: "\10f0a4"
}

.fad.fa-hand-point-up:after {
  content: "\10f0a6"
}

.fad.fa-hand-pointer:after {
  content: "\10f25a"
}

.fad.fa-hand-receiving:after {
  content: "\10f47c"
}

.fad.fa-hand-rock:after {
  content: "\f255";
  visibility: hidden
}

.fad.fa-hand-scissors:after {
  content: "\f257";
  visibility: hidden
}

.fad.fa-hand-spock:after {
  content: "\f259";
  visibility: hidden
}

.fad.fa-hands:after {
  content: "\f4c2";
  visibility: hidden
}

.fad.fa-hands-heart:after {
  content: "\10f4c3"
}

.fad.fa-hands-helping:after {
  content: "\10f4c4"
}

.fad.fa-hands-usd:after {
  content: "\10f4c5"
}

.fad.fa-handshake:after {
  content: "\10f2b5"
}

.fad.fa-handshake-alt:after {
  content: "\10f4c6"
}

.fad.fa-hanukiah:after {
  content: "\10f6e6"
}

.fad.fa-hard-hat:after {
  content: "\10f807"
}

.fad.fa-hashtag:after {
  content: "\f292";
  visibility: hidden
}

.fad.fa-hat-chef:after {
  content: "\10f86b"
}

.fad.fa-hat-santa:after {
  content: "\10f7a7"
}

.fad.fa-hat-winter:after {
  content: "\10f7a8"
}

.fad.fa-hat-witch:after {
  content: "\10f6e7"
}

.fad.fa-hat-wizard:after {
  content: "\10f6e8"
}

.fad.fa-haykal:after {
  content: "\10f666"
}

.fad.fa-hdd:after {
  content: "\10f0a0"
}

.fad.fa-head-side:after {
  content: "\10f6e9"
}

.fad.fa-head-side-brain:after {
  content: "\10f808"
}

.fad.fa-head-side-medical:after {
  content: "\10f809"
}

.fad.fa-head-vr:after {
  content: "\10f6ea"
}

.fad.fa-heading:after {
  content: "\f1dc";
  visibility: hidden
}

.fad.fa-headphones:after {
  content: "\10f025"
}

.fad.fa-headphones-alt:after {
  content: "\10f58f"
}

.fad.fa-headset:after {
  content: "\10f590"
}

.fad.fa-heart:after {
  content: "\f004";
  visibility: hidden
}

.fad.fa-heart-broken:after {
  content: "\10f7a9"
}

.fad.fa-heart-circle:after {
  content: "\10f4c7"
}

.fad.fa-heart-rate:after {
  content: "\f5f8";
  visibility: hidden
}

.fad.fa-heart-square:after {
  content: "\10f4c8"
}

.fad.fa-heartbeat:after {
  content: "\10f21e"
}

.fad.fa-helicopter:after {
  content: "\10f533"
}

.fad.fa-helmet-battle:after {
  content: "\10f6eb"
}

.fad.fa-hexagon:after {
  content: "\f312";
  visibility: hidden
}

.fad.fa-highlighter:after {
  content: "\10f591"
}

.fad.fa-hiking:after {
  content: "\10f6ec"
}

.fad.fa-hippo:after {
  content: "\f6ed";
  visibility: hidden
}

.fad.fa-history:after {
  content: "\10f1da"
}

.fad.fa-hockey-mask:after {
  content: "\10f6ee"
}

.fad.fa-hockey-puck:after {
  content: "\10f453"
}

.fad.fa-hockey-sticks:after {
  content: "\10f454"
}

.fad.fa-holly-berry:after {
  content: "\10f7aa"
}

.fad.fa-home:after {
  content: "\10f015"
}

.fad.fa-home-alt:after {
  content: "\10f80a"
}

.fad.fa-home-heart:after {
  content: "\10f4c9"
}

.fad.fa-home-lg:after {
  content: "\10f80b"
}

.fad.fa-home-lg-alt:after {
  content: "\10f80c"
}

.fad.fa-hood-cloak:after {
  content: "\10f6ef"
}

.fad.fa-horizontal-rule:after {
  content: "\f86c";
  visibility: hidden
}

.fad.fa-horse:after {
  content: "\10f6f0"
}

.fad.fa-horse-head:after {
  content: "\f7ab";
  visibility: hidden
}

.fad.fa-hospital:after {
  content: "\10f0f8"
}

.fad.fa-hospital-alt:after {
  content: "\10f47d"
}

.fad.fa-hospital-symbol:after {
  content: "\10f47e"
}

.fad.fa-hospital-user:after {
  content: "\10f80d"
}

.fad.fa-hospitals:after {
  content: "\10f80e"
}

.fad.fa-hot-tub:after {
  content: "\10f593"
}

.fad.fa-hotdog:after {
  content: "\10f80f"
}

.fad.fa-hotel:after {
  content: "\10f594"
}

.fad.fa-hourglass:after {
  content: "\10f254"
}

.fad.fa-hourglass-end:after {
  content: "\10f253"
}

.fad.fa-hourglass-half:after {
  content: "\10f252"
}

.fad.fa-hourglass-start:after {
  content: "\10f251"
}

.fad.fa-house-damage:after {
  content: "\10f6f1"
}

.fad.fa-house-flood:after {
  content: "\10f74f"
}

.fad.fa-hryvnia:after {
  content: "\10f6f2"
}

.fad.fa-humidity:after {
  content: "\10f750"
}

.fad.fa-hurricane:after {
  content: "\10f751"
}

.fad.fa-i-cursor:after {
  content: "\f246";
  visibility: hidden
}

.fad.fa-ice-cream:after {
  content: "\10f810"
}

.fad.fa-ice-skate:after {
  content: "\10f7ac"
}

.fad.fa-icicles:after {
  content: "\f7ad";
  visibility: hidden
}

.fad.fa-icons:after {
  content: "\10f86d"
}

.fad.fa-icons-alt:after {
  content: "\10f86e"
}

.fad.fa-id-badge:after {
  content: "\10f2c1"
}

.fad.fa-id-card:after {
  content: "\10f2c2"
}

.fad.fa-id-card-alt:after {
  content: "\10f47f"
}

.fad.fa-igloo:after {
  content: "\10f7ae"
}

.fad.fa-image:after {
  content: "\10f03e"
}

.fad.fa-images:after {
  content: "\10f302"
}

.fad.fa-inbox:after {
  content: "\f01c";
  visibility: hidden
}

.fad.fa-inbox-in:after {
  content: "\10f310"
}

.fad.fa-inbox-out:after {
  content: "\10f311"
}

.fad.fa-indent:after {
  content: "\10f03c"
}

.fad.fa-industry:after {
  content: "\f275";
  visibility: hidden
}

.fad.fa-industry-alt:after {
  content: "\10f3b3"
}

.fad.fa-infinity:after {
  content: "\f534";
  visibility: hidden
}

.fad.fa-info:after {
  content: "\f129";
  visibility: hidden
}

.fad.fa-info-circle:after {
  content: "\10f05a"
}

.fad.fa-info-square:after {
  content: "\10f30f"
}

.fad.fa-inhaler:after {
  content: "\10f5f9"
}

.fad.fa-integral:after {
  content: "\f667";
  visibility: hidden
}

.fad.fa-intersection:after {
  content: "\f668";
  visibility: hidden
}

.fad.fa-inventory:after {
  content: "\10f480"
}

.fad.fa-island-tropical:after {
  content: "\10f811"
}

.fad.fa-italic:after {
  content: "\f033";
  visibility: hidden
}

.fad.fa-jack-o-lantern:after {
  content: "\10f30e"
}

.fad.fa-jedi:after {
  content: "\10f669"
}

.fad.fa-joint:after {
  content: "\10f595"
}

.fad.fa-journal-whills:after {
  content: "\10f66a"
}

.fad.fa-kaaba:after {
  content: "\10f66b"
}

.fad.fa-kerning:after {
  content: "\10f86f"
}

.fad.fa-key:after {
  content: "\f084";
  visibility: hidden
}

.fad.fa-key-skeleton:after {
  content: "\f6f3";
  visibility: hidden
}

.fad.fa-keyboard:after {
  content: "\10f11c"
}

.fad.fa-keynote:after {
  content: "\10f66c"
}

.fad.fa-khanda:after {
  content: "\10f66d"
}

.fad.fa-kidneys:after {
  content: "\10f5fb"
}

.fad.fa-kiss:after {
  content: "\10f596"
}

.fad.fa-kiss-beam:after {
  content: "\10f597"
}

.fad.fa-kiss-wink-heart:after {
  content: "\10f598"
}

.fad.fa-kite:after {
  content: "\10f6f4"
}

.fad.fa-kiwi-bird:after {
  content: "\10f535"
}

.fad.fa-knife-kitchen:after {
  content: "\10f6f5"
}

.fad.fa-lambda:after {
  content: "\f66e";
  visibility: hidden
}

.fad.fa-lamp:after {
  content: "\10f4ca"
}

.fad.fa-landmark:after {
  content: "\10f66f"
}

.fad.fa-landmark-alt:after {
  content: "\10f752"
}

.fad.fa-language:after {
  content: "\10f1ab"
}

.fad.fa-laptop:after {
  content: "\10f109"
}

.fad.fa-laptop-code:after {
  content: "\10f5fc"
}

.fad.fa-laptop-medical:after {
  content: "\10f812"
}

.fad.fa-laugh:after {
  content: "\10f599"
}

.fad.fa-laugh-beam:after {
  content: "\10f59a"
}

.fad.fa-laugh-squint:after {
  content: "\10f59b"
}

.fad.fa-laugh-wink:after {
  content: "\10f59c"
}

.fad.fa-layer-group:after {
  content: "\10f5fd"
}

.fad.fa-layer-minus:after {
  content: "\10f5fe"
}

.fad.fa-layer-plus:after {
  content: "\10f5ff"
}

.fad.fa-leaf:after {
  content: "\10f06c"
}

.fad.fa-leaf-heart:after {
  content: "\10f4cb"
}

.fad.fa-leaf-maple:after {
  content: "\10f6f6"
}

.fad.fa-leaf-oak:after {
  content: "\10f6f7"
}

.fad.fa-lemon:after {
  content: "\10f094"
}

.fad.fa-less-than:after {
  content: "\f536";
  visibility: hidden
}

.fad.fa-less-than-equal:after {
  content: "\10f537"
}

.fad.fa-level-down:after {
  content: "\f149";
  visibility: hidden
}

.fad.fa-level-down-alt:after {
  content: "\f3be";
  visibility: hidden
}

.fad.fa-level-up:after {
  content: "\f148";
  visibility: hidden
}

.fad.fa-level-up-alt:after {
  content: "\f3bf";
  visibility: hidden
}

.fad.fa-life-ring:after {
  content: "\10f1cd"
}

.fad.fa-lightbulb:after {
  content: "\10f0eb"
}

.fad.fa-lightbulb-dollar:after {
  content: "\10f670"
}

.fad.fa-lightbulb-exclamation:after {
  content: "\10f671"
}

.fad.fa-lightbulb-on:after {
  content: "\10f672"
}

.fad.fa-lightbulb-slash:after {
  content: "\10f673"
}

.fad.fa-lights-holiday:after {
  content: "\10f7b2"
}

.fad.fa-line-columns:after {
  content: "\10f870"
}

.fad.fa-line-height:after {
  content: "\10f871"
}

.fad.fa-link:after {
  content: "\10f0c1"
}

.fad.fa-lips:after {
  content: "\10f600"
}

.fad.fa-lira-sign:after {
  content: "\f195";
  visibility: hidden
}

.fad.fa-list:after {
  content: "\10f03a"
}

.fad.fa-list-alt:after {
  content: "\10f022"
}

.fad.fa-list-ol:after {
  content: "\10f0cb"
}

.fad.fa-list-ul:after {
  content: "\10f0ca"
}

.fad.fa-location:after {
  content: "\10f601"
}

.fad.fa-location-arrow:after {
  content: "\f124";
  visibility: hidden
}

.fad.fa-location-circle:after {
  content: "\10f602"
}

.fad.fa-location-slash:after {
  content: "\10f603"
}

.fad.fa-lock:after {
  content: "\10f023"
}

.fad.fa-lock-alt:after {
  content: "\10f30d"
}

.fad.fa-lock-open:after {
  content: "\10f3c1"
}

.fad.fa-lock-open-alt:after {
  content: "\10f3c2"
}

.fad.fa-long-arrow-alt-down:after {
  content: "\f309";
  visibility: hidden
}

.fad.fa-long-arrow-alt-left:after {
  content: "\f30a";
  visibility: hidden
}

.fad.fa-long-arrow-alt-right:after {
  content: "\f30b";
  visibility: hidden
}

.fad.fa-long-arrow-alt-up:after {
  content: "\f30c";
  visibility: hidden
}

.fad.fa-long-arrow-down:after {
  content: "\f175";
  visibility: hidden
}

.fad.fa-long-arrow-left:after {
  content: "\f177";
  visibility: hidden
}

.fad.fa-long-arrow-right:after {
  content: "\f178";
  visibility: hidden
}

.fad.fa-long-arrow-up:after {
  content: "\f176";
  visibility: hidden
}

.fad.fa-loveseat:after {
  content: "\10f4cc"
}

.fad.fa-low-vision:after {
  content: "\10f2a8"
}

.fad.fa-luchador:after {
  content: "\10f455"
}

.fad.fa-luggage-cart:after {
  content: "\10f59d"
}

.fad.fa-lungs:after {
  content: "\10f604"
}

.fad.fa-mace:after {
  content: "\10f6f8"
}

.fad.fa-magic:after {
  content: "\10f0d0"
}

.fad.fa-magnet:after {
  content: "\10f076"
}

.fad.fa-mail-bulk:after {
  content: "\10f674"
}

.fad.fa-mailbox:after {
  content: "\10f813"
}

.fad.fa-male:after {
  content: "\10f183"
}

.fad.fa-mandolin:after {
  content: "\10f6f9"
}

.fad.fa-map:after {
  content: "\10f279"
}

.fad.fa-map-marked:after {
  content: "\10f59f"
}

.fad.fa-map-marked-alt:after {
  content: "\10f5a0"
}

.fad.fa-map-marker:after {
  content: "\f041";
  visibility: hidden
}

.fad.fa-map-marker-alt:after {
  content: "\10f3c5"
}

.fad.fa-map-marker-alt-slash:after {
  content: "\10f605"
}

.fad.fa-map-marker-check:after {
  content: "\10f606"
}

.fad.fa-map-marker-edit:after {
  content: "\10f607"
}

.fad.fa-map-marker-exclamation:after {
  content: "\10f608"
}

.fad.fa-map-marker-minus:after {
  content: "\10f609"
}

.fad.fa-map-marker-plus:after {
  content: "\10f60a"
}

.fad.fa-map-marker-question:after {
  content: "\10f60b"
}

.fad.fa-map-marker-slash:after {
  content: "\10f60c"
}

.fad.fa-map-marker-smile:after {
  content: "\10f60d"
}

.fad.fa-map-marker-times:after {
  content: "\10f60e"
}

.fad.fa-map-pin:after {
  content: "\10f276"
}

.fad.fa-map-signs:after {
  content: "\10f277"
}

.fad.fa-marker:after {
  content: "\10f5a1"
}

.fad.fa-mars:after {
  content: "\f222";
  visibility: hidden
}

.fad.fa-mars-double:after {
  content: "\10f227"
}

.fad.fa-mars-stroke:after {
  content: "\f229";
  visibility: hidden
}

.fad.fa-mars-stroke-h:after {
  content: "\f22b";
  visibility: hidden
}

.fad.fa-mars-stroke-v:after {
  content: "\f22a";
  visibility: hidden
}

.fad.fa-mask:after {
  content: "\f6fa";
  visibility: hidden
}

.fad.fa-meat:after {
  content: "\10f814"
}

.fad.fa-medal:after {
  content: "\10f5a2"
}

.fad.fa-medkit:after {
  content: "\10f0fa"
}

.fad.fa-megaphone:after {
  content: "\10f675"
}

.fad.fa-meh:after {
  content: "\10f11a"
}

.fad.fa-meh-blank:after {
  content: "\10f5a4"
}

.fad.fa-meh-rolling-eyes:after {
  content: "\10f5a5"
}

.fad.fa-memory:after {
  content: "\10f538"
}

.fad.fa-menorah:after {
  content: "\10f676"
}

.fad.fa-mercury:after {
  content: "\f223";
  visibility: hidden
}

.fad.fa-meteor:after {
  content: "\10f753"
}

.fad.fa-microchip:after {
  content: "\10f2db"
}

.fad.fa-microphone:after {
  content: "\10f130"
}

.fad.fa-microphone-alt:after {
  content: "\10f3c9"
}

.fad.fa-microphone-alt-slash:after {
  content: "\10f539"
}

.fad.fa-microphone-slash:after {
  content: "\10f131"
}

.fad.fa-microscope:after {
  content: "\10f610"
}

.fad.fa-mind-share:after {
  content: "\10f677"
}

.fad.fa-minus:after {
  content: "\f068";
  visibility: hidden
}

.fad.fa-minus-circle:after {
  content: "\f056";
  visibility: hidden
}

.fad.fa-minus-hexagon:after {
  content: "\10f307"
}

.fad.fa-minus-octagon:after {
  content: "\10f308"
}

.fad.fa-minus-square:after {
  content: "\10f146"
}

.fad.fa-mistletoe:after {
  content: "\10f7b4"
}

.fad.fa-mitten:after {
  content: "\10f7b5"
}

.fad.fa-mobile:after {
  content: "\f10b";
  visibility: hidden
}

.fad.fa-mobile-alt:after {
  content: "\10f3cd"
}

.fad.fa-mobile-android:after {
  content: "\f3ce";
  visibility: hidden
}

.fad.fa-mobile-android-alt:after {
  content: "\10f3cf"
}

.fad.fa-money-bill:after {
  content: "\10f0d6"
}

.fad.fa-money-bill-alt:after {
  content: "\10f3d1"
}

.fad.fa-money-bill-wave:after {
  content: "\10f53a"
}

.fad.fa-money-bill-wave-alt:after {
  content: "\f53b";
  visibility: hidden
}

.fad.fa-money-check:after {
  content: "\10f53c"
}

.fad.fa-money-check-alt:after {
  content: "\10f53d"
}

.fad.fa-money-check-edit:after {
  content: "\10f872"
}

.fad.fa-money-check-edit-alt:after {
  content: "\10f873"
}

.fad.fa-monitor-heart-rate:after {
  content: "\10f611"
}

.fad.fa-monkey:after {
  content: "\10f6fb"
}

.fad.fa-monument:after {
  content: "\10f5a6"
}

.fad.fa-moon:after {
  content: "\f186";
  visibility: hidden
}

.fad.fa-moon-cloud:after {
  content: "\10f754"
}

.fad.fa-moon-stars:after {
  content: "\10f755"
}

.fad.fa-mortar-pestle:after {
  content: "\10f5a7"
}

.fad.fa-mosque:after {
  content: "\10f678"
}

.fad.fa-motorcycle:after {
  content: "\10f21c"
}

.fad.fa-mountain:after {
  content: "\10f6fc"
}

.fad.fa-mountains:after {
  content: "\10f6fd"
}

.fad.fa-mouse-pointer:after {
  content: "\f245";
  visibility: hidden
}

.fad.fa-mug:after {
  content: "\f874";
  visibility: hidden
}

.fad.fa-mug-hot:after {
  content: "\10f7b6"
}

.fad.fa-mug-marshmallows:after {
  content: "\10f7b7"
}

.fad.fa-mug-tea:after {
  content: "\10f875"
}

.fad.fa-music:after {
  content: "\f001";
  visibility: hidden
}

.fad.fa-narwhal:after {
  content: "\10f6fe"
}

.fad.fa-network-wired:after {
  content: "\10f6ff"
}

.fad.fa-neuter:after {
  content: "\f22c";
  visibility: hidden
}

.fad.fa-newspaper:after {
  content: "\10f1ea"
}

.fad.fa-not-equal:after {
  content: "\f53e";
  visibility: hidden
}

.fad.fa-notes-medical:after {
  content: "\10f481"
}

.fad.fa-object-group:after {
  content: "\10f247"
}

.fad.fa-object-ungroup:after {
  content: "\10f248"
}

.fad.fa-octagon:after {
  content: "\f306";
  visibility: hidden
}

.fad.fa-oil-can:after {
  content: "\10f613"
}

.fad.fa-oil-temp:after {
  content: "\10f614"
}

.fad.fa-om:after {
  content: "\10f679"
}

.fad.fa-omega:after {
  content: "\f67a";
  visibility: hidden
}

.fad.fa-ornament:after {
  content: "\10f7b8"
}

.fad.fa-otter:after {
  content: "\10f700"
}

.fad.fa-outdent:after {
  content: "\10f03b"
}

.fad.fa-overline:after {
  content: "\10f876"
}

.fad.fa-page-break:after {
  content: "\10f877"
}

.fad.fa-pager:after {
  content: "\10f815"
}

.fad.fa-paint-brush:after {
  content: "\10f1fc"
}

.fad.fa-paint-brush-alt:after {
  content: "\10f5a9"
}

.fad.fa-paint-roller:after {
  content: "\10f5aa"
}

.fad.fa-palette:after {
  content: "\10f53f"
}

.fad.fa-pallet:after {
  content: "\10f482"
}

.fad.fa-pallet-alt:after {
  content: "\10f483"
}

.fad.fa-paper-plane:after {
  content: "\10f1d8"
}

.fad.fa-paperclip:after {
  content: "\f0c6";
  visibility: hidden
}

.fad.fa-parachute-box:after {
  content: "\10f4cd"
}

.fad.fa-paragraph:after {
  content: "\f1dd";
  visibility: hidden
}

.fad.fa-paragraph-rtl:after {
  content: "\10f878"
}

.fad.fa-parking:after {
  content: "\10f540"
}

.fad.fa-parking-circle:after {
  content: "\10f615"
}

.fad.fa-parking-circle-slash:after {
  content: "\10f616"
}

.fad.fa-parking-slash:after {
  content: "\10f617"
}

.fad.fa-passport:after {
  content: "\10f5ab"
}

.fad.fa-pastafarianism:after {
  content: "\10f67b"
}

.fad.fa-paste:after {
  content: "\10f0ea"
}

.fad.fa-pause:after {
  content: "\f04c";
  visibility: hidden
}

.fad.fa-pause-circle:after {
  content: "\10f28b"
}

.fad.fa-paw:after {
  content: "\10f1b0"
}

.fad.fa-paw-alt:after {
  content: "\10f701"
}

.fad.fa-paw-claws:after {
  content: "\10f702"
}

.fad.fa-peace:after {
  content: "\f67c";
  visibility: hidden
}

.fad.fa-pegasus:after {
  content: "\10f703"
}

.fad.fa-pen:after {
  content: "\10f304"
}

.fad.fa-pen-alt:after {
  content: "\10f305"
}

.fad.fa-pen-fancy:after {
  content: "\10f5ac"
}

.fad.fa-pen-nib:after {
  content: "\10f5ad"
}

.fad.fa-pen-square:after {
  content: "\10f14b"
}

.fad.fa-pencil:after {
  content: "\10f040"
}

.fad.fa-pencil-alt:after {
  content: "\10f303"
}

.fad.fa-pencil-paintbrush:after {
  content: "\10f618"
}

.fad.fa-pencil-ruler:after {
  content: "\10f5ae"
}

.fad.fa-pennant:after {
  content: "\10f456"
}

.fad.fa-people-carry:after {
  content: "\10f4ce"
}

.fad.fa-pepper-hot:after {
  content: "\10f816"
}

.fad.fa-percent:after {
  content: "\10f295"
}

.fad.fa-percentage:after {
  content: "\10f541"
}

.fad.fa-person-booth:after {
  content: "\10f756"
}

.fad.fa-person-carry:after {
  content: "\10f4cf"
}

.fad.fa-person-dolly:after {
  content: "\10f4d0"
}

.fad.fa-person-dolly-empty:after {
  content: "\10f4d1"
}

.fad.fa-person-sign:after {
  content: "\10f757"
}

.fad.fa-phone:after {
  content: "\f095";
  visibility: hidden
}

.fad.fa-phone-laptop:after {
  content: "\10f87a"
}

.fad.fa-phone-office:after {
  content: "\10f67d"
}

.fad.fa-phone-plus:after {
  content: "\10f4d2"
}

.fad.fa-phone-slash:after {
  content: "\10f3dd"
}

.fad.fa-phone-square:after {
  content: "\10f098"
}

.fad.fa-phone-volume:after {
  content: "\10f2a0"
}

.fad.fa-photo-video:after {
  content: "\10f87c"
}

.fad.fa-pi:after {
  content: "\f67e";
  visibility: hidden
}

.fad.fa-pie:after {
  content: "\10f705"
}

.fad.fa-pig:after {
  content: "\10f706"
}

.fad.fa-piggy-bank:after {
  content: "\10f4d3"
}

.fad.fa-pills:after {
  content: "\10f484"
}

.fad.fa-pizza:after {
  content: "\10f817"
}

.fad.fa-pizza-slice:after {
  content: "\10f818"
}

.fad.fa-place-of-worship:after {
  content: "\10f67f"
}

.fad.fa-plane:after {
  content: "\10f072"
}

.fad.fa-plane-alt:after {
  content: "\10f3de"
}

.fad.fa-plane-arrival:after {
  content: "\10f5af"
}

.fad.fa-plane-departure:after {
  content: "\10f5b0"
}

.fad.fa-play:after {
  content: "\f04b";
  visibility: hidden
}

.fad.fa-play-circle:after {
  content: "\10f144"
}

.fad.fa-plug:after {
  content: "\10f1e6"
}

.fad.fa-plus:after {
  content: "\f067";
  visibility: hidden
}

.fad.fa-plus-circle:after {
  content: "\10f055"
}

.fad.fa-plus-hexagon:after {
  content: "\10f300"
}

.fad.fa-plus-octagon:after {
  content: "\10f301"
}

.fad.fa-plus-square:after {
  content: "\10f0fe"
}

.fad.fa-podcast:after {
  content: "\10f2ce"
}

.fad.fa-podium:after {
  content: "\10f680"
}

.fad.fa-podium-star:after {
  content: "\10f758"
}

.fad.fa-poll:after {
  content: "\10f681"
}

.fad.fa-poll-h:after {
  content: "\10f682"
}

.fad.fa-poll-people:after {
  content: "\10f759"
}

.fad.fa-poo:after {
  content: "\10f2fe"
}

.fad.fa-poo-storm:after {
  content: "\10f75a"
}

.fad.fa-poop:after {
  content: "\f619";
  visibility: hidden
}

.fad.fa-popcorn:after {
  content: "\10f819"
}

.fad.fa-portrait:after {
  content: "\10f3e0"
}

.fad.fa-pound-sign:after {
  content: "\f154";
  visibility: hidden
}

.fad.fa-power-off:after {
  content: "\10f011"
}

.fad.fa-pray:after {
  content: "\10f683"
}

.fad.fa-praying-hands:after {
  content: "\10f684"
}

.fad.fa-prescription:after {
  content: "\f5b1";
  visibility: hidden
}

.fad.fa-prescription-bottle:after {
  content: "\10f485"
}

.fad.fa-prescription-bottle-alt:after {
  content: "\10f486"
}

.fad.fa-presentation:after {
  content: "\10f685"
}

.fad.fa-print:after {
  content: "\10f02f"
}

.fad.fa-print-search:after {
  content: "\10f81a"
}

.fad.fa-print-slash:after {
  content: "\10f686"
}

.fad.fa-procedures:after {
  content: "\10f487"
}

.fad.fa-project-diagram:after {
  content: "\10f542"
}

.fad.fa-pumpkin:after {
  content: "\10f707"
}

.fad.fa-puzzle-piece:after {
  content: "\f12e";
  visibility: hidden
}

.fad.fa-qrcode:after {
  content: "\10f029"
}

.fad.fa-question:after {
  content: "\f128";
  visibility: hidden
}

.fad.fa-question-circle:after {
  content: "\10f059"
}

.fad.fa-question-square:after {
  content: "\10f2fd"
}

.fad.fa-quidditch:after {
  content: "\10f458"
}

.fad.fa-quote-left:after {
  content: "\f10d";
  visibility: hidden
}

.fad.fa-quote-right:after {
  content: "\f10e";
  visibility: hidden
}

.fad.fa-quran:after {
  content: "\10f687"
}

.fad.fa-rabbit:after {
  content: "\10f708"
}

.fad.fa-rabbit-fast:after {
  content: "\10f709"
}

.fad.fa-racquet:after {
  content: "\10f45a"
}

.fad.fa-radiation:after {
  content: "\10f7b9"
}

.fad.fa-radiation-alt:after {
  content: "\10f7ba"
}

.fad.fa-rainbow:after {
  content: "\10f75b"
}

.fad.fa-raindrops:after {
  content: "\10f75c"
}

.fad.fa-ram:after {
  content: "\10f70a"
}

.fad.fa-ramp-loading:after {
  content: "\10f4d4"
}

.fad.fa-random:after {
  content: "\10f074"
}

.fad.fa-receipt:after {
  content: "\10f543"
}

.fad.fa-rectangle-landscape:after {
  content: "\f2fa";
  visibility: hidden
}

.fad.fa-rectangle-portrait:after {
  content: "\f2fb";
  visibility: hidden
}

.fad.fa-rectangle-wide:after {
  content: "\f2fc";
  visibility: hidden
}

.fad.fa-recycle:after {
  content: "\f1b8";
  visibility: hidden
}

.fad.fa-redo:after {
  content: "\f01e";
  visibility: hidden
}

.fad.fa-redo-alt:after {
  content: "\f2f9";
  visibility: hidden
}

.fad.fa-registered:after {
  content: "\10f25d"
}

.fad.fa-remove-format:after {
  content: "\10f87d"
}

.fad.fa-repeat:after {
  content: "\10f363"
}

.fad.fa-repeat-1:after {
  content: "\10f365"
}

.fad.fa-repeat-1-alt:after {
  content: "\10f366"
}

.fad.fa-repeat-alt:after {
  content: "\10f364"
}

.fad.fa-reply:after {
  content: "\f3e5";
  visibility: hidden
}

.fad.fa-reply-all:after {
  content: "\10f122"
}

.fad.fa-republican:after {
  content: "\10f75e"
}

.fad.fa-restroom:after {
  content: "\10f7bd"
}

.fad.fa-retweet:after {
  content: "\10f079"
}

.fad.fa-retweet-alt:after {
  content: "\10f361"
}

.fad.fa-ribbon:after {
  content: "\10f4d6"
}

.fad.fa-ring:after {
  content: "\10f70b"
}

.fad.fa-rings-wedding:after {
  content: "\10f81b"
}

.fad.fa-road:after {
  content: "\10f018"
}

.fad.fa-robot:after {
  content: "\10f544"
}

.fad.fa-rocket:after {
  content: "\10f135"
}

.fad.fa-route:after {
  content: "\10f4d7"
}

.fad.fa-route-highway:after {
  content: "\10f61a"
}

.fad.fa-route-interstate:after {
  content: "\10f61b"
}

.fad.fa-rss:after {
  content: "\10f09e"
}

.fad.fa-rss-square:after {
  content: "\10f143"
}

.fad.fa-ruble-sign:after {
  content: "\f158";
  visibility: hidden
}

.fad.fa-ruler:after {
  content: "\10f545"
}

.fad.fa-ruler-combined:after {
  content: "\10f546"
}

.fad.fa-ruler-horizontal:after {
  content: "\10f547"
}

.fad.fa-ruler-triangle:after {
  content: "\10f61c"
}

.fad.fa-ruler-vertical:after {
  content: "\10f548"
}

.fad.fa-running:after {
  content: "\10f70c"
}

.fad.fa-rupee-sign:after {
  content: "\f156";
  visibility: hidden
}

.fad.fa-rv:after {
  content: "\10f7be"
}

.fad.fa-sack:after {
  content: "\f81c";
  visibility: hidden
}

.fad.fa-sack-dollar:after {
  content: "\10f81d"
}

.fad.fa-sad-cry:after {
  content: "\10f5b3"
}

.fad.fa-sad-tear:after {
  content: "\10f5b4"
}

.fad.fa-salad:after {
  content: "\10f81e"
}

.fad.fa-sandwich:after {
  content: "\10f81f"
}

.fad.fa-satellite:after {
  content: "\10f7bf"
}

.fad.fa-satellite-dish:after {
  content: "\10f7c0"
}

.fad.fa-sausage:after {
  content: "\10f820"
}

.fad.fa-save:after {
  content: "\10f0c7"
}

.fad.fa-scalpel:after {
  content: "\10f61d"
}

.fad.fa-scalpel-path:after {
  content: "\10f61e"
}

.fad.fa-scanner:after {
  content: "\10f488"
}

.fad.fa-scanner-keyboard:after {
  content: "\10f489"
}

.fad.fa-scanner-touchscreen:after {
  content: "\10f48a"
}

.fad.fa-scarecrow:after {
  content: "\10f70d"
}

.fad.fa-scarf:after {
  content: "\10f7c1"
}

.fad.fa-school:after {
  content: "\10f549"
}

.fad.fa-screwdriver:after {
  content: "\10f54a"
}

.fad.fa-scroll:after {
  content: "\10f70e"
}

.fad.fa-scroll-old:after {
  content: "\10f70f"
}

.fad.fa-scrubber:after {
  content: "\f2f8";
  visibility: hidden
}

.fad.fa-scythe:after {
  content: "\10f710"
}

.fad.fa-sd-card:after {
  content: "\10f7c2"
}

.fad.fa-search:after {
  content: "\10f002"
}

.fad.fa-search-dollar:after {
  content: "\10f688"
}

.fad.fa-search-location:after {
  content: "\10f689"
}

.fad.fa-search-minus:after {
  content: "\10f010"
}

.fad.fa-search-plus:after {
  content: "\10f00e"
}

.fad.fa-seedling:after {
  content: "\10f4d8"
}

.fad.fa-send-back:after {
  content: "\10f87e"
}

.fad.fa-send-backward:after {
  content: "\10f87f"
}

.fad.fa-server:after {
  content: "\10f233"
}

.fad.fa-shapes:after {
  content: "\10f61f"
}

.fad.fa-share:after {
  content: "\f064";
  visibility: hidden
}

.fad.fa-share-all:after {
  content: "\10f367"
}

.fad.fa-share-alt:after {
  content: "\10f1e0"
}

.fad.fa-share-alt-square:after {
  content: "\10f1e1"
}

.fad.fa-share-square:after {
  content: "\10f14d"
}

.fad.fa-sheep:after {
  content: "\10f711"
}

.fad.fa-shekel-sign:after {
  content: "\10f20b"
}

.fad.fa-shield:after {
  content: "\f132";
  visibility: hidden
}

.fad.fa-shield-alt:after {
  content: "\10f3ed"
}

.fad.fa-shield-check:after {
  content: "\10f2f7"
}

.fad.fa-shield-cross:after {
  content: "\10f712"
}

.fad.fa-ship:after {
  content: "\10f21a"
}

.fad.fa-shipping-fast:after {
  content: "\10f48b"
}

.fad.fa-shipping-timed:after {
  content: "\10f48c"
}

.fad.fa-shish-kebab:after {
  content: "\10f821"
}

.fad.fa-shoe-prints:after {
  content: "\10f54b"
}

.fad.fa-shopping-bag:after {
  content: "\10f290"
}

.fad.fa-shopping-basket:after {
  content: "\10f291"
}

.fad.fa-shopping-cart:after {
  content: "\10f07a"
}

.fad.fa-shovel:after {
  content: "\f713";
  visibility: hidden
}

.fad.fa-shovel-snow:after {
  content: "\10f7c3"
}

.fad.fa-shower:after {
  content: "\10f2cc"
}

.fad.fa-shredder:after {
  content: "\10f68a"
}

.fad.fa-shuttle-van:after {
  content: "\10f5b6"
}

.fad.fa-shuttlecock:after {
  content: "\10f45b"
}

.fad.fa-sickle:after {
  content: "\10f822"
}

.fad.fa-sigma:after {
  content: "\f68b";
  visibility: hidden
}

.fad.fa-sign:after {
  content: "\10f4d9"
}

.fad.fa-sign-in:after {
  content: "\10f090"
}

.fad.fa-sign-in-alt:after {
  content: "\10f2f6"
}

.fad.fa-sign-language:after {
  content: "\10f2a7"
}

.fad.fa-sign-out:after {
  content: "\10f08b"
}

.fad.fa-sign-out-alt:after {
  content: "\10f2f5"
}

.fad.fa-signal:after {
  content: "\10f012"
}

.fad.fa-signal-1:after {
  content: "\f68c";
  visibility: hidden
}

.fad.fa-signal-2:after {
  content: "\f68d";
  visibility: hidden
}

.fad.fa-signal-3:after {
  content: "\10f68e"
}

.fad.fa-signal-4:after {
  content: "\10f68f"
}

.fad.fa-signal-alt:after {
  content: "\10f690"
}

.fad.fa-signal-alt-1:after {
  content: "\f691";
  visibility: hidden
}

.fad.fa-signal-alt-2:after {
  content: "\f692";
  visibility: hidden
}

.fad.fa-signal-alt-3:after {
  content: "\10f693"
}

.fad.fa-signal-alt-slash:after {
  content: "\10f694"
}

.fad.fa-signal-slash:after {
  content: "\10f695"
}

.fad.fa-signature:after {
  content: "\f5b7";
  visibility: hidden
}

.fad.fa-sim-card:after {
  content: "\10f7c4"
}

.fad.fa-sitemap:after {
  content: "\10f0e8"
}

.fad.fa-skating:after {
  content: "\10f7c5"
}

.fad.fa-skeleton:after {
  content: "\10f620"
}

.fad.fa-ski-jump:after {
  content: "\10f7c7"
}

.fad.fa-ski-lift:after {
  content: "\10f7c8"
}

.fad.fa-skiing:after {
  content: "\10f7c9"
}

.fad.fa-skiing-nordic:after {
  content: "\10f7ca"
}

.fad.fa-skull:after {
  content: "\10f54c"
}

.fad.fa-skull-crossbones:after {
  content: "\10f714"
}

.fad.fa-slash:after {
  content: "\f715";
  visibility: hidden
}

.fad.fa-sledding:after {
  content: "\10f7cb"
}

.fad.fa-sleigh:after {
  content: "\10f7cc"
}

.fad.fa-sliders-h:after {
  content: "\10f1de"
}

.fad.fa-sliders-h-square:after {
  content: "\10f3f0"
}

.fad.fa-sliders-v:after {
  content: "\10f3f1"
}

.fad.fa-sliders-v-square:after {
  content: "\10f3f2"
}

.fad.fa-smile:after {
  content: "\10f118"
}

.fad.fa-smile-beam:after {
  content: "\10f5b8"
}

.fad.fa-smile-plus:after {
  content: "\10f5b9"
}

.fad.fa-smile-wink:after {
  content: "\10f4da"
}

.fad.fa-smog:after {
  content: "\10f75f"
}

.fad.fa-smoke:after {
  content: "\10f760"
}

.fad.fa-smoking:after {
  content: "\10f48d"
}

.fad.fa-smoking-ban:after {
  content: "\10f54d"
}

.fad.fa-sms:after {
  content: "\10f7cd"
}

.fad.fa-snake:after {
  content: "\f716";
  visibility: hidden
}

.fad.fa-snooze:after {
  content: "\10f880"
}

.fad.fa-snow-blowing:after {
  content: "\10f761"
}

.fad.fa-snowboarding:after {
  content: "\10f7ce"
}

.fad.fa-snowflake:after {
  content: "\f2dc";
  visibility: hidden
}

.fad.fa-snowflakes:after {
  content: "\10f7cf"
}

.fad.fa-snowman:after {
  content: "\10f7d0"
}

.fad.fa-snowmobile:after {
  content: "\10f7d1"
}

.fad.fa-snowplow:after {
  content: "\10f7d2"
}

.fad.fa-socks:after {
  content: "\10f696"
}

.fad.fa-solar-panel:after {
  content: "\10f5ba"
}

.fad.fa-sort:after {
  content: "\10f0dc"
}

.fad.fa-sort-alpha-down:after {
  content: "\10f15d"
}

.fad.fa-sort-alpha-down-alt:after {
  content: "\10f881"
}

.fad.fa-sort-alpha-up:after {
  content: "\10f15e"
}

.fad.fa-sort-alpha-up-alt:after {
  content: "\10f882"
}

.fad.fa-sort-alt:after {
  content: "\10f883"
}

.fad.fa-sort-amount-down:after {
  content: "\10f160"
}

.fad.fa-sort-amount-down-alt:after {
  content: "\10f884"
}

.fad.fa-sort-amount-up:after {
  content: "\10f161"
}

.fad.fa-sort-amount-up-alt:after {
  content: "\10f885"
}

.fad.fa-sort-down:after {
  content: "\f0dd";
  visibility: hidden
}

.fad.fa-sort-numeric-down:after {
  content: "\10f162"
}

.fad.fa-sort-numeric-down-alt:after {
  content: "\10f886"
}

.fad.fa-sort-numeric-up:after {
  content: "\10f163"
}

.fad.fa-sort-numeric-up-alt:after {
  content: "\10f887"
}

.fad.fa-sort-shapes-down:after {
  content: "\10f888"
}

.fad.fa-sort-shapes-down-alt:after {
  content: "\10f889"
}

.fad.fa-sort-shapes-up:after {
  content: "\10f88a"
}

.fad.fa-sort-shapes-up-alt:after {
  content: "\10f88b"
}

.fad.fa-sort-size-down:after {
  content: "\10f88c"
}

.fad.fa-sort-size-down-alt:after {
  content: "\10f88d"
}

.fad.fa-sort-size-up:after {
  content: "\10f88e"
}

.fad.fa-sort-size-up-alt:after {
  content: "\10f88f"
}

.fad.fa-sort-up:after {
  content: "\f0de";
  visibility: hidden
}

.fad.fa-soup:after {
  content: "\10f823"
}

.fad.fa-spa:after {
  content: "\10f5bb"
}

.fad.fa-space-shuttle:after {
  content: "\10f197"
}

.fad.fa-spade:after {
  content: "\f2f4";
  visibility: hidden
}

.fad.fa-sparkles:after {
  content: "\10f890"
}

.fad.fa-spell-check:after {
  content: "\10f891"
}

.fad.fa-spider:after {
  content: "\10f717"
}

.fad.fa-spider-black-widow:after {
  content: "\10f718"
}

.fad.fa-spider-web:after {
  content: "\f719";
  visibility: hidden
}

.fad.fa-spinner:after {
  content: "\10f110"
}

.fad.fa-spinner-third:after {
  content: "\f3f4";
  visibility: hidden
}

.fad.fa-splotch:after {
  content: "\f5bc";
  visibility: hidden
}

.fad.fa-spray-can:after {
  content: "\10f5bd"
}

.fad.fa-square:after {
  content: "\f0c8";
  visibility: hidden
}

.fad.fa-square-full:after {
  content: "\f45c";
  visibility: hidden
}

.fad.fa-square-root:after {
  content: "\f697";
  visibility: hidden
}

.fad.fa-square-root-alt:after {
  content: "\10f698"
}

.fad.fa-squirrel:after {
  content: "\10f71a"
}

.fad.fa-staff:after {
  content: "\f71b";
  visibility: hidden
}

.fad.fa-stamp:after {
  content: "\10f5bf"
}

.fad.fa-star:after {
  content: "\f005";
  visibility: hidden
}

.fad.fa-star-and-crescent:after {
  content: "\10f699"
}

.fad.fa-star-christmas:after {
  content: "\10f7d4"
}

.fad.fa-star-exclamation:after {
  content: "\10f2f3"
}

.fad.fa-star-half:after {
  content: "\f089";
  visibility: hidden
}

.fad.fa-star-half-alt:after {
  content: "\10f5c0"
}

.fad.fa-star-of-david:after {
  content: "\f69a";
  visibility: hidden
}

.fad.fa-star-of-life:after {
  content: "\f621";
  visibility: hidden
}

.fad.fa-stars:after {
  content: "\10f762"
}

.fad.fa-steak:after {
  content: "\10f824"
}

.fad.fa-steering-wheel:after {
  content: "\10f622"
}

.fad.fa-step-backward:after {
  content: "\10f048"
}

.fad.fa-step-forward:after {
  content: "\10f051"
}

.fad.fa-stethoscope:after {
  content: "\10f0f1"
}

.fad.fa-sticky-note:after {
  content: "\10f249"
}

.fad.fa-stocking:after {
  content: "\10f7d5"
}

.fad.fa-stomach:after {
  content: "\10f623"
}

.fad.fa-stop:after {
  content: "\f04d";
  visibility: hidden
}

.fad.fa-stop-circle:after {
  content: "\10f28d"
}

.fad.fa-stopwatch:after {
  content: "\10f2f2"
}

.fad.fa-store:after {
  content: "\10f54e"
}

.fad.fa-store-alt:after {
  content: "\10f54f"
}

.fad.fa-stream:after {
  content: "\10f550"
}

.fad.fa-street-view:after {
  content: "\10f21d"
}

.fad.fa-stretcher:after {
  content: "\10f825"
}

.fad.fa-strikethrough:after {
  content: "\10f0cc"
}

.fad.fa-stroopwafel:after {
  content: "\10f551"
}

.fad.fa-subscript:after {
  content: "\10f12c"
}

.fad.fa-subway:after {
  content: "\10f239"
}

.fad.fa-suitcase:after {
  content: "\10f0f2"
}

.fad.fa-suitcase-rolling:after {
  content: "\10f5c1"
}

.fad.fa-sun:after {
  content: "\10f185"
}

.fad.fa-sun-cloud:after {
  content: "\10f763"
}

.fad.fa-sun-dust:after {
  content: "\10f764"
}

.fad.fa-sun-haze:after {
  content: "\10f765"
}

.fad.fa-sunglasses:after {
  content: "\10f892"
}

.fad.fa-sunrise:after {
  content: "\10f766"
}

.fad.fa-sunset:after {
  content: "\10f767"
}

.fad.fa-superscript:after {
  content: "\10f12b"
}

.fad.fa-surprise:after {
  content: "\10f5c2"
}

.fad.fa-swatchbook:after {
  content: "\10f5c3"
}

.fad.fa-swimmer:after {
  content: "\10f5c4"
}

.fad.fa-swimming-pool:after {
  content: "\10f5c5"
}

.fad.fa-sword:after {
  content: "\10f71c"
}

.fad.fa-swords:after {
  content: "\10f71d"
}

.fad.fa-synagogue:after {
  content: "\10f69b"
}

.fad.fa-sync:after {
  content: "\10f021"
}

.fad.fa-sync-alt:after {
  content: "\10f2f1"
}

.fad.fa-syringe:after {
  content: "\10f48e"
}

.fad.fa-table:after {
  content: "\10f0ce"
}

.fad.fa-table-tennis:after {
  content: "\10f45d"
}

.fad.fa-tablet:after {
  content: "\f10a";
  visibility: hidden
}

.fad.fa-tablet-alt:after {
  content: "\10f3fa"
}

.fad.fa-tablet-android:after {
  content: "\f3fb";
  visibility: hidden
}

.fad.fa-tablet-android-alt:after {
  content: "\10f3fc"
}

.fad.fa-tablet-rugged:after {
  content: "\10f48f"
}

.fad.fa-tablets:after {
  content: "\10f490"
}

.fad.fa-tachometer:after {
  content: "\10f0e4"
}

.fad.fa-tachometer-alt:after {
  content: "\10f3fd"
}

.fad.fa-tachometer-alt-average:after {
  content: "\10f624"
}

.fad.fa-tachometer-alt-fast:after {
  content: "\10f625"
}

.fad.fa-tachometer-alt-fastest:after {
  content: "\10f626"
}

.fad.fa-tachometer-alt-slow:after {
  content: "\10f627"
}

.fad.fa-tachometer-alt-slowest:after {
  content: "\10f628"
}

.fad.fa-tachometer-average:after {
  content: "\10f629"
}

.fad.fa-tachometer-fast:after {
  content: "\10f62a"
}

.fad.fa-tachometer-fastest:after {
  content: "\10f62b"
}

.fad.fa-tachometer-slow:after {
  content: "\10f62c"
}

.fad.fa-tachometer-slowest:after {
  content: "\10f62d"
}

.fad.fa-taco:after {
  content: "\10f826"
}

.fad.fa-tag:after {
  content: "\f02b";
  visibility: hidden
}

.fad.fa-tags:after {
  content: "\10f02c"
}

.fad.fa-tally:after {
  content: "\10f69c"
}

.fad.fa-tanakh:after {
  content: "\10f827"
}

.fad.fa-tape:after {
  content: "\10f4db"
}

.fad.fa-tasks:after {
  content: "\10f0ae"
}

.fad.fa-tasks-alt:after {
  content: "\10f828"
}

.fad.fa-taxi:after {
  content: "\10f1ba"
}

.fad.fa-teeth:after {
  content: "\10f62e"
}

.fad.fa-teeth-open:after {
  content: "\10f62f"
}

.fad.fa-temperature-frigid:after {
  content: "\10f768"
}

.fad.fa-temperature-high:after {
  content: "\10f769"
}

.fad.fa-temperature-hot:after {
  content: "\10f76a"
}

.fad.fa-temperature-low:after {
  content: "\10f76b"
}

.fad.fa-tenge:after {
  content: "\f7d7";
  visibility: hidden
}

.fad.fa-tennis-ball:after {
  content: "\10f45e"
}

.fad.fa-terminal:after {
  content: "\10f120"
}

.fad.fa-text:after {
  content: "\f893";
  visibility: hidden
}

.fad.fa-text-height:after {
  content: "\10f034"
}

.fad.fa-text-size:after {
  content: "\10f894"
}

.fad.fa-text-width:after {
  content: "\10f035"
}

.fad.fa-th:after {
  content: "\10f00a"
}

.fad.fa-th-large:after {
  content: "\10f009"
}

.fad.fa-th-list:after {
  content: "\10f00b"
}

.fad.fa-theater-masks:after {
  content: "\10f630"
}

.fad.fa-thermometer:after {
  content: "\10f491"
}

.fad.fa-thermometer-empty:after {
  content: "\10f2cb"
}

.fad.fa-thermometer-full:after {
  content: "\10f2c7"
}

.fad.fa-thermometer-half:after {
  content: "\10f2c9"
}

.fad.fa-thermometer-quarter:after {
  content: "\10f2ca"
}

.fad.fa-thermometer-three-quarters:after {
  content: "\10f2c8"
}

.fad.fa-theta:after {
  content: "\f69e";
  visibility: hidden
}

.fad.fa-thumbs-down:after {
  content: "\10f165"
}

.fad.fa-thumbs-up:after {
  content: "\10f164"
}

.fad.fa-thumbtack:after {
  content: "\10f08d"
}

.fad.fa-thunderstorm:after {
  content: "\10f76c"
}

.fad.fa-thunderstorm-moon:after {
  content: "\10f76d"
}

.fad.fa-thunderstorm-sun:after {
  content: "\10f76e"
}

.fad.fa-ticket:after {
  content: "\f145";
  visibility: hidden
}

.fad.fa-ticket-alt:after {
  content: "\10f3ff"
}

.fad.fa-tilde:after {
  content: "\f69f";
  visibility: hidden
}

.fad.fa-times:after {
  content: "\f00d";
  visibility: hidden
}

.fad.fa-times-circle:after {
  content: "\10f057"
}

.fad.fa-times-hexagon:after {
  content: "\10f2ee"
}

.fad.fa-times-octagon:after {
  content: "\10f2f0"
}

.fad.fa-times-square:after {
  content: "\10f2d3"
}

.fad.fa-tint:after {
  content: "\10f043"
}

.fad.fa-tint-slash:after {
  content: "\10f5c7"
}

.fad.fa-tire:after {
  content: "\10f631"
}

.fad.fa-tire-flat:after {
  content: "\10f632"
}

.fad.fa-tire-pressure-warning:after {
  content: "\10f633"
}

.fad.fa-tire-rugged:after {
  content: "\10f634"
}

.fad.fa-tired:after {
  content: "\10f5c8"
}

.fad.fa-toggle-off:after {
  content: "\10f204"
}

.fad.fa-toggle-on:after {
  content: "\10f205"
}

.fad.fa-toilet:after {
  content: "\10f7d8"
}

.fad.fa-toilet-paper:after {
  content: "\10f71e"
}

.fad.fa-toilet-paper-alt:after {
  content: "\10f71f"
}

.fad.fa-tombstone:after {
  content: "\10f720"
}

.fad.fa-tombstone-alt:after {
  content: "\10f721"
}

.fad.fa-toolbox:after {
  content: "\10f552"
}

.fad.fa-tools:after {
  content: "\10f7d9"
}

.fad.fa-tooth:after {
  content: "\f5c9";
  visibility: hidden
}

.fad.fa-toothbrush:after {
  content: "\10f635"
}

.fad.fa-torah:after {
  content: "\10f6a0"
}

.fad.fa-torii-gate:after {
  content: "\10f6a1"
}

.fad.fa-tornado:after {
  content: "\10f76f"
}

.fad.fa-tractor:after {
  content: "\10f722"
}

.fad.fa-trademark:after {
  content: "\f25c";
  visibility: hidden
}

.fad.fa-traffic-cone:after {
  content: "\10f636"
}

.fad.fa-traffic-light:after {
  content: "\10f637"
}

.fad.fa-traffic-light-go:after {
  content: "\10f638"
}

.fad.fa-traffic-light-slow:after {
  content: "\10f639"
}

.fad.fa-traffic-light-stop:after {
  content: "\10f63a"
}

.fad.fa-train:after {
  content: "\10f238"
}

.fad.fa-tram:after {
  content: "\10f7da"
}

.fad.fa-transgender:after {
  content: "\f224";
  visibility: hidden
}

.fad.fa-transgender-alt:after {
  content: "\f225";
  visibility: hidden
}

.fad.fa-trash:after {
  content: "\10f1f8"
}

.fad.fa-trash-alt:after {
  content: "\10f2ed"
}

.fad.fa-trash-restore:after {
  content: "\10f829"
}

.fad.fa-trash-restore-alt:after {
  content: "\10f82a"
}

.fad.fa-trash-undo:after {
  content: "\10f895"
}

.fad.fa-trash-undo-alt:after {
  content: "\10f896"
}

.fad.fa-treasure-chest:after {
  content: "\10f723"
}

.fad.fa-tree:after {
  content: "\10f1bb"
}

.fad.fa-tree-alt:after {
  content: "\10f400"
}

.fad.fa-tree-christmas:after {
  content: "\10f7db"
}

.fad.fa-tree-decorated:after {
  content: "\10f7dc"
}

.fad.fa-tree-large:after {
  content: "\f7dd";
  visibility: hidden
}

.fad.fa-tree-palm:after {
  content: "\10f82b"
}

.fad.fa-trees:after {
  content: "\10f724"
}

.fad.fa-triangle:after {
  content: "\f2ec";
  visibility: hidden
}

.fad.fa-trophy:after {
  content: "\f091";
  visibility: hidden
}

.fad.fa-trophy-alt:after {
  content: "\10f2eb"
}

.fad.fa-truck:after {
  content: "\10f0d1"
}

.fad.fa-truck-container:after {
  content: "\10f4dc"
}

.fad.fa-truck-couch:after {
  content: "\10f4dd"
}

.fad.fa-truck-loading:after {
  content: "\10f4de"
}

.fad.fa-truck-monster:after {
  content: "\10f63b"
}

.fad.fa-truck-moving:after {
  content: "\10f4df"
}

.fad.fa-truck-pickup:after {
  content: "\10f63c"
}

.fad.fa-truck-plow:after {
  content: "\10f7de"
}

.fad.fa-truck-ramp:after {
  content: "\10f4e0"
}

.fad.fa-tshirt:after {
  content: "\f553";
  visibility: hidden
}

.fad.fa-tty:after {
  content: "\10f1e4"
}

.fad.fa-turkey:after {
  content: "\10f725"
}

.fad.fa-turtle:after {
  content: "\10f726"
}

.fad.fa-tv:after {
  content: "\10f26c"
}

.fad.fa-tv-retro:after {
  content: "\10f401"
}

.fad.fa-umbrella:after {
  content: "\10f0e9"
}

.fad.fa-umbrella-beach:after {
  content: "\10f5ca"
}

.fad.fa-underline:after {
  content: "\10f0cd"
}

.fad.fa-undo:after {
  content: "\f0e2";
  visibility: hidden
}

.fad.fa-undo-alt:after {
  content: "\f2ea";
  visibility: hidden
}

.fad.fa-unicorn:after {
  content: "\10f727"
}

.fad.fa-union:after {
  content: "\f6a2";
  visibility: hidden
}

.fad.fa-universal-access:after {
  content: "\10f29a"
}

.fad.fa-university:after {
  content: "\10f19c"
}

.fad.fa-unlink:after {
  content: "\10f127"
}

.fad.fa-unlock:after {
  content: "\10f09c"
}

.fad.fa-unlock-alt:after {
  content: "\10f13e"
}

.fad.fa-upload:after {
  content: "\10f093"
}

.fad.fa-usd-circle:after {
  content: "\10f2e8"
}

.fad.fa-usd-square:after {
  content: "\10f2e9"
}

.fad.fa-user:after {
  content: "\f007";
  visibility: hidden
}

.fad.fa-user-alt:after {
  content: "\f406";
  visibility: hidden
}

.fad.fa-user-alt-slash:after {
  content: "\10f4fa"
}

.fad.fa-user-astronaut:after {
  content: "\10f4fb"
}

.fad.fa-user-chart:after {
  content: "\10f6a3"
}

.fad.fa-user-check:after {
  content: "\10f4fc"
}

.fad.fa-user-circle:after {
  content: "\10f2bd"
}

.fad.fa-user-clock:after {
  content: "\10f4fd"
}

.fad.fa-user-cog:after {
  content: "\10f4fe"
}

.fad.fa-user-crown:after {
  content: "\10f6a4"
}

.fad.fa-user-edit:after {
  content: "\10f4ff"
}

.fad.fa-user-friends:after {
  content: "\10f500"
}

.fad.fa-user-graduate:after {
  content: "\10f501"
}

.fad.fa-user-hard-hat:after {
  content: "\10f82c"
}

.fad.fa-user-headset:after {
  content: "\10f82d"
}

.fad.fa-user-injured:after {
  content: "\10f728"
}

.fad.fa-user-lock:after {
  content: "\10f502"
}

.fad.fa-user-md:after {
  content: "\10f0f0"
}

.fad.fa-user-md-chat:after {
  content: "\10f82e"
}

.fad.fa-user-minus:after {
  content: "\10f503"
}

.fad.fa-user-ninja:after {
  content: "\10f504"
}

.fad.fa-user-nurse:after {
  content: "\10f82f"
}

.fad.fa-user-plus:after {
  content: "\10f234"
}

.fad.fa-user-secret:after {
  content: "\10f21b"
}

.fad.fa-user-shield:after {
  content: "\10f505"
}

.fad.fa-user-slash:after {
  content: "\10f506"
}

.fad.fa-user-tag:after {
  content: "\10f507"
}

.fad.fa-user-tie:after {
  content: "\10f508"
}

.fad.fa-user-times:after {
  content: "\10f235"
}

.fad.fa-users:after {
  content: "\10f0c0"
}

.fad.fa-users-class:after {
  content: "\10f63d"
}

.fad.fa-users-cog:after {
  content: "\10f509"
}

.fad.fa-users-crown:after {
  content: "\10f6a5"
}

.fad.fa-users-medical:after {
  content: "\10f830"
}

.fad.fa-utensil-fork:after {
  content: "\f2e3";
  visibility: hidden
}

.fad.fa-utensil-knife:after {
  content: "\f2e4";
  visibility: hidden
}

.fad.fa-utensil-spoon:after {
  content: "\f2e5";
  visibility: hidden
}

.fad.fa-utensils:after {
  content: "\10f2e7"
}

.fad.fa-utensils-alt:after {
  content: "\10f2e6"
}

.fad.fa-value-absolute:after {
  content: "\10f6a6"
}

.fad.fa-vector-square:after {
  content: "\10f5cb"
}

.fad.fa-venus:after {
  content: "\f221";
  visibility: hidden
}

.fad.fa-venus-double:after {
  content: "\10f226"
}

.fad.fa-venus-mars:after {
  content: "\10f228"
}

.fad.fa-vial:after {
  content: "\10f492"
}

.fad.fa-vials:after {
  content: "\10f493"
}

.fad.fa-video:after {
  content: "\10f03d"
}

.fad.fa-video-plus:after {
  content: "\10f4e1"
}

.fad.fa-video-slash:after {
  content: "\10f4e2"
}

.fad.fa-vihara:after {
  content: "\10f6a7"
}

.fad.fa-voicemail:after {
  content: "\10f897"
}

.fad.fa-volcano:after {
  content: "\10f770"
}

.fad.fa-volleyball-ball:after {
  content: "\f45f";
  visibility: hidden
}

.fad.fa-volume:after {
  content: "\10f6a8"
}

.fad.fa-volume-down:after {
  content: "\10f027"
}

.fad.fa-volume-mute:after {
  content: "\10f6a9"
}

.fad.fa-volume-off:after {
  content: "\f026";
  visibility: hidden
}

.fad.fa-volume-slash:after {
  content: "\10f2e2"
}

.fad.fa-volume-up:after {
  content: "\10f028"
}

.fad.fa-vote-nay:after {
  content: "\10f771"
}

.fad.fa-vote-yea:after {
  content: "\10f772"
}

.fad.fa-vr-cardboard:after {
  content: "\f729";
  visibility: hidden
}

.fad.fa-walker:after {
  content: "\10f831"
}

.fad.fa-walking:after {
  content: "\10f554"
}

.fad.fa-wallet:after {
  content: "\10f555"
}

.fad.fa-wand:after {
  content: "\f72a";
  visibility: hidden
}

.fad.fa-wand-magic:after {
  content: "\10f72b"
}

.fad.fa-warehouse:after {
  content: "\10f494"
}

.fad.fa-warehouse-alt:after {
  content: "\10f495"
}

.fad.fa-washer:after {
  content: "\10f898"
}

.fad.fa-watch:after {
  content: "\10f2e1"
}

.fad.fa-watch-fitness:after {
  content: "\10f63e"
}

.fad.fa-water:after {
  content: "\10f773"
}

.fad.fa-water-lower:after {
  content: "\10f774"
}

.fad.fa-water-rise:after {
  content: "\10f775"
}

.fad.fa-wave-sine:after {
  content: "\f899";
  visibility: hidden
}

.fad.fa-wave-square:after {
  content: "\f83e";
  visibility: hidden
}

.fad.fa-wave-triangle:after {
  content: "\f89a";
  visibility: hidden
}

.fad.fa-webcam:after {
  content: "\10f832"
}

.fad.fa-webcam-slash:after {
  content: "\10f833"
}

.fad.fa-weight:after {
  content: "\10f496"
}

.fad.fa-weight-hanging:after {
  content: "\10f5cd"
}

.fad.fa-whale:after {
  content: "\f72c";
  visibility: hidden
}

.fad.fa-wheat:after {
  content: "\10f72d"
}

.fad.fa-wheelchair:after {
  content: "\10f193"
}

.fad.fa-whistle:after {
  content: "\10f460"
}

.fad.fa-wifi:after {
  content: "\10f1eb"
}

.fad.fa-wifi-1:after {
  content: "\f6aa";
  visibility: hidden
}

.fad.fa-wifi-2:after {
  content: "\10f6ab"
}

.fad.fa-wifi-slash:after {
  content: "\10f6ac"
}

.fad.fa-wind:after {
  content: "\10f72e"
}

.fad.fa-wind-turbine:after {
  content: "\10f89b"
}

.fad.fa-wind-warning:after {
  content: "\10f776"
}

.fad.fa-window:after {
  content: "\10f40e"
}

.fad.fa-window-alt:after {
  content: "\10f40f"
}

.fad.fa-window-close:after {
  content: "\10f410"
}

.fad.fa-window-maximize:after {
  content: "\10f2d0"
}

.fad.fa-window-minimize:after {
  content: "\f2d1";
  visibility: hidden
}

.fad.fa-window-restore:after {
  content: "\10f2d2"
}

.fad.fa-windsock:after {
  content: "\10f777"
}

.fad.fa-wine-bottle:after {
  content: "\10f72f"
}

.fad.fa-wine-glass:after {
  content: "\f4e3";
  visibility: hidden
}

.fad.fa-wine-glass-alt:after {
  content: "\10f5ce"
}

.fad.fa-won-sign:after {
  content: "\f159";
  visibility: hidden
}

.fad.fa-wreath:after {
  content: "\10f7e2"
}

.fad.fa-wrench:after {
  content: "\f0ad";
  visibility: hidden
}

.fad.fa-x-ray:after {
  content: "\10f497"
}

.fad.fa-yen-sign:after {
  content: "\f157";
  visibility: hidden
}

.fad.fa-yin-yang:after {
  content: "\10f6ad"
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url(fa-light-300.eot);
  src: url(fa-light-300.eot?#iefix) format("embedded-opentype"), url(fa-light-300.woff2) format("woff2"), url(fa-light-300.woff) format("woff"), url(fa-light-300.ttf) format("truetype"), url(fa-light-300.svg#fontawesome) format("svg")
}

.fal {
  font-weight: 300
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url(fa-regular-400.eot);
  src: url(fa-regular-400.eot?#iefix) format("embedded-opentype"), url(fa-regular-400.woff2) format("woff2"), url(fa-regular-400.woff) format("woff"), url(fa-regular-400.ttf) format("truetype"), url(fa-regular-400.svg#fontawesome) format("svg")
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro"
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url(fa-solid-900.eot);
  src: url(fa-solid-900.eot?#iefix) format("embedded-opentype"), url(fa-solid-900.woff2) format("woff2"), url(fa-solid-900.woff) format("woff"), url(fa-solid-900.ttf) format("truetype"), url(fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900
}

@font-face {
  font-family: drou;
  src: url(drou.eot);
  src: url(drou.eot?#iefix) format("embedded-opentype"), url(drou.woff2) format("woff2"), url(drou.woff) format("woff"), url(drou.ttf) format("truetype"), url(drou.svg#drou) format("svg");
  font-weight: 400;
  font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: drou;
    src: url(drou.svg#drou) format("svg")
  }
}

[class*=" mi-"]:after,
[class*=" mi-"]:before,
[class^=mi-]:after,
[class^=mi-]:before {
  font-family: drou;
  font-size: inherit;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.mi-bone:before {
  content: "\f100"
}

.mi-healthcare:before {
  content: "\f101"
}

.mi-intestine:before {
  content: "\f102"
}

.mi-injury:before {
  content: "\f103"
}

.mi-pulse:before {
  content: "\f104"
}

.mi-lungs:before {
  content: "\f105"
}

.mi-bed:before {
  content: "\f106"
}

.mi-breast-pump:before {
  content: "\f107"
}

.mi-medicine:before {
  content: "\f108"
}

.mi-heart:before {
  content: "\f109"
}

.mi-pharmacy:before {
  content: "\f10a"
}

.mi-eye:before {
  content: "\f10b"
}

.mi-broken-bone:before {
  content: "\f10c"
}

.mi-soap:before {
  content: "\f10d"
}

.mi-prescription:before {
  content: "\f10e"
}

.mi-pills:before {
  content: "\f10f"
}

.mi-mortar:before {
  content: "\f110"
}

.mi-kidney:before {
  content: "\f111"
}

.mi-scale:before {
  content: "\f112"
}

.mi-syrup:before {
  content: "\f113"
}

.mi-hospital:before {
  content: "\f114"
}

.mi-petri-dish:before {
  content: "\f115"
}

.mi-scale-1:before {
  content: "\f116"
}

.mi-eye-1:before {
  content: "\f117"
}

.mi-nose:before {
  content: "\f118"
}

.mi-ampoule:before {
  content: "\f119"
}

.mi-dentist:before {
  content: "\f11a"
}

.mi-folder:before {
  content: "\f11b"
}

.mi-ear:before {
  content: "\f11c"
}

.mi-electrocardiogram:before {
  content: "\f11d"
}

.mi-medical-report:before {
  content: "\f11e"
}

.mi-toothbrush:before {
  content: "\f11f"
}

.mi-pregnancy-test:before {
  content: "\f120"
}

.mi-cardiogram:before {
  content: "\f121"
}

.mi-first-aid-kit:before {
  content: "\f122"
}

.mi-hook:before {
  content: "\f123"
}

.mi-emotion:before {
  content: "\f124"
}

.mi-head:before {
  content: "\f125"
}

.mi-nurse:before {
  content: "\f126"
}

.mi-blood:before {
  content: "\f127"
}

.mi-lifesaver:before {
  content: "\f128"
}

.mi-temperature:before {
  content: "\f129"
}

.mi-cigarette:before {
  content: "\f12a"
}

.mi-smoking:before {
  content: "\f12b"
}

.mi-pills-1:before {
  content: "\f12c"
}

.mi-tooth:before {
  content: "\f12d"
}

.mi-medicine-1:before {
  content: "\f12e"
}

.mi-medical-history:before {
  content: "\f12f"
}

.mi-pills-2:before {
  content: "\f130"
}

.mi-drop:before {
  content: "\f131"
}

.mi-emergency-call:before {
  content: "\f132"
}

.mi-bone-1:before {
  content: "\f133"
}

.mi-healthcare-1:before {
  content: "\f134"
}

.mi-veterinary:before {
  content: "\f135"
}

.mi-wheelchair:before {
  content: "\f136"
}

.mi-intravenous:before {
  content: "\f137"
}

.mi-pills-3:before {
  content: "\f138"
}

.mi-pills-4:before {
  content: "\f139"
}

.mi-bandage:before {
  content: "\f13a"
}

.mi-hospital-1:before {
  content: "\f13b"
}

.mi-sample-tube:before {
  content: "\f13c"
}

.mi-cotton:before {
  content: "\f13d"
}

.mi-tools:before {
  content: "\f13e"
}

.mi-soap-1:before {
  content: "\f13f"
}

.mi-doctor:before {
  content: "\f140"
}

.mi-search:before {
  content: "\f141"
}

.mi-heart-rate:before {
  content: "\f142"
}

.mi-smartphone:before {
  content: "\f143"
}

.mi-syringe:before {
  content: "\f144"
}

.mi-smartwatch:before {
  content: "\f145"
}

.mi-emergency-call-1:before {
  content: "\f146"
}

.mi-stethoscope:before {
  content: "\f147"
}

.mi-psychology:before {
  content: "\f148"
}

.mi-brain:before {
  content: "\f149"
}

.mi-medical-report-1:before {
  content: "\f14a"
}

.mi-condom:before {
  content: "\f14b"
}

.mi-hospital-2:before {
  content: "\f14c"
}

.mi-pills-5:before {
  content: "\f14d"
}

.mi-syringe-1:before {
  content: "\f14e"
}

.mi-care:before {
  content: "\f14f"
}

.mi-cardiogram-1:before {
  content: "\f150"
}

.mi-bones:before {
  content: "\f151"
}

.mi-medicine-2:before {
  content: "\f152"
}

.mi-blood-sample:before {
  content: "\f153"
}

.mi-bacteria:before {
  content: "\f154"
}

.mi-doctor-1:before {
  content: "\f155"
}

.mi-care-1:before {
  content: "\f156"
}

.mi-microscope:before {
  content: "\f157"
}

.mi-blood-1:before {
  content: "\f158"
}

.mi-band-aid:before {
  content: "\f159"
}

.mi-telephone:before {
  content: "\f15a"
}

.mi-disability:before {
  content: "\f15b"
}

.mi-telephone-1:before {
  content: "\f15c"
}

.mi-flask:before {
  content: "\f15d"
}

.mi-tablets:before {
  content: "\f15e"
}

.mi-scissors:before {
  content: "\f15f"
}

.mi-scalpel:before {
  content: "\f160"
}

.mi-test-tube:before {
  content: "\f161"
}

.mi-thermometer:before {
  content: "\f162"
}

.mi-dna:before {
  content: "\f163"
}

.mi-transfusion:before {
  content: "\f164"
}

.mi-pipette:before {
  content: "\f165"
}

.mi-hospital-3:before {
  content: "\f166"
}

.mi-scissors-1:before {
  content: "\f167"
}

.mi-telephone-2:before {
  content: "\f168"
}

.mi-sphygmomanometer:before {
  content: "\f169"
}

.mi-glasses:before {
  content: "\f16a"
}

.mi-mask:before {
  content: "\f16b"
}

.mi-hospital-4:before {
  content: "\f16c"
}

#YourID,
.YourClass {
  color: red;
}

.section-title.text-center.cl-testmonial.border_line {
  border-bottom: 1px dashed #fff;
}

.cart-disable {
  color: #fff;
}

.cart-disable:before {
  content: "";
  font-family: FontAwesome;
  font-size: 13px;
  margin-right: 8px;
}

.cart-disable .cart-text {
  display: inline-block;
}

.social-icon {
  margin-left: 0;
}

.footer-subscribe .subscribe-form {
  background: transparent;
  border: 1px solid #FAFAFA;
  width: auto;
  padding: initial;
  height: 50px;
}

.shop-grid .single-makal-product,
.shop-list .single-makal-product {
  margin-bottom: 30px;
}

.actions-secondary span.spr-badge-caption {
  display: none;
}

.actions-secondary .spr-badge-starrating .spr-icon {
  font-size: 12px;
}

/* header css */
.main-menu nav ul {
  margin: 0;
}

.header-bottom-list ul.ht-dropdown.megamenu-three {
  width: auto;
}

.header-bottom-list ul.ht-dropdown.megamenu-three>li {
  width: 195px;
  margin-right: 30px;
  float: left;
}

.mean-container a.meanmenu-reveal {
  text-indent: 0px !important;
  font-size: 18px;
}

.mean-container a.meanmenu-reveal span {
  height: 1px;
}

@media (max-width: 991px) {
  .cart-box {
    padding-right: 58px;
  }
}

.currency-trigger {
  font-size: 13px;
}

.header-top-right ul>li>ul.ht-dropdown {
  width: 185px;
}

.tripple-pro .pro-title a {

  white-space: pre-line;

}

.tripple-pro .single-makali-product {
  display: block;
}

.tripple-pro .pro-content {
  overflow: hidden;
}

.tripple-pro .pro-img {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  width: 92.5px;
  float: left;
}

.tripple-pro .single-makali-product {
  overflow: hidden;
}

.slider-wrapper .site-support-area .single-support {
  padding: 24px 20px;
}

/* breadcrumb css */
.breadcrumb-list>li,
.breadcrumb-list>li>a {
  font-size: 14px;
}

.breadcrumb-list {
  background: transparent;
  margin: 0;
  padding: 0;
}

.breadcrumb-list li a:after {
  content: "/";
  font-family: fontawesome;
  margin-left: 10px;
}

.breadcrumb a,
.breadcrumb span {
  padding: 0 5px 0 0;
  margin-right: 5px;
}

.sidbar-style li {
  display: block;
  margin-bottom: 15px;
  position: relative;
  text-transform: capitalize;
  font-size: 14px;
}

.sidebar-tags li {
  display: inline-block;
  margin-right: 10px;
}

.sidebar-categorie ul li a {
  position: relative;
}

.sidebar-categorie ul li a::before {
  content: '\f111';
  position: absolute;
  left: 0px;
  top: -2px;
  border: 0;
  transition: .3s;
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'Font Awesome 5 Pro';
  font-size: 4px;
  background: #444;
  width: 0;
  height: 0;
}

.sidebar-categorie ul li a {
  position: relative;
  padding-left: 24px;
}

.sidebar-tags.sidebar-categorie ul li a {
  padding-left: 0;
}

.sidebar-tags.sidebar-categorie ul li a:before {
  content: none;
}

.color-option li span {
  display: inline-block;
  position: relative;
  top: 3px;
}

.change-view {
  font-size: 20px;
}

.change-view.active,
.change-view:hover,
.change-view:focus {
  color: #c7b270;
}

.shop-breadcrumb-area .theme-default-pagination {
  float: right;
}

#list-view .single-makal-product .rating {
  font-size: 13px;
}

.change-view {
  color: #323232;
}

.section-title {
  padding-bottom: 0;
  margin-bottom: 40px;
}

.list-collection .single-makal-product {
  margin-bottom: 30px;
}

.list-collection .section-title>a {
  float: right;
}

#ProductThumbs:hover .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a.product-single__thumbnail {
  border: 1px solid #ededed;
  display: block;
}

a.product-single__thumbnail:hover,
a.product-single__thumbnail.active {
  border: 1px solid #c7b270;
}

.main-thumb-desc.tabs-area>a {
  border-bottom: 2px solid transparent;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 15px;
}

.main-thumb-desc.tabs-area>a.active {
  border-bottom: 2px solid #c7b270;
  color: #c7b270;
}

h2.spr-header-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

#pro-review .spr-icon {
  font-size: 10px;
  color: #c7b270;
}

.spr-badge-starrating .spr-icon {
  font-size: 10px;
  margin: 0 2px;
}

#pro-review .spr-icon.spr-icon-star-empty {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#pro-review .spr-icon {
  width: 14px;
  height: 20px;
}

th,
td {
  text-align: center;
}

.cart_totals td {
  text-align: right;
}

.culculate-shipping .nice-select {
  width: 300px !important;
  display: block;
}

p.shipping-info {
  margin-top: 20px;
}

p.field {

  margin-top: 20px;
}

p.field select,
p.field input {
  border-radius: 5px;
  width: 300px !important;
}

.nice-select {
  border: solid 1px #e5e5e5;
}

.buttons-cart {
  margin-bottom: 50px;
}

.cart-coupon textarea {
  margin-top: 20px;
}

td.product-name span {
  margin-left: 10px;
  font-weight: bold;
}

#address_province_label {
  display: block;
}

.tile-content--text h4.post-title {
  text-transform: none;
  line-height: 24px;
  font-size: 15px;
}

.pro-price span.price--sale {
  font-weight: 600;
}

.rating-summary {
  margin-bottom: 15px;
}

.rating-summary span.spr-starrating.spr-badge-starrating {
  color: #c7b270;
  font-size: 10px;
}

.rating-summary span.spr-badge-caption {
  font-size: 13px;
}

.rating-summary .spr-badge-starrating {
  position: relative;
  top: -2px;
}

.product-sku {
  font-size: 14px;
}

.product-inventory {
  margin: 0px 0 20px;
}

.swatch-element.color>label {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}

.pro-desc-details {
  margin-bottom: 25px;
}

.section-title {
  padding-bottom: 40px;
}

.swatch-element.red.soldout label:after {
  color: #000;

}

.single-product-countdown>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product-countdown .count span {
  font-size: 16px;
  line-height: 24px;
}

.single-product-countdown .count p {
  font-size: 40px;
  line-height: 40px;
  color: #c7b270;
}

.single-product-countdown .count {
  max-width: 120px;
  background: #F5F7F9;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
  padding: 15px 0;
}

.single-product-countdown {
  margin-bottom: 30px;
}

.box-quantity,
.product-cart-action {
  margin-right: 25px;
}

.product-cart-action {
  width: 70%;
}

a.go-to-wishlist {
  margin-left: 20px;
}

.direct-checkout {
  margin-top: 30px;
}

.direct-checkout button {
  max-width: 300px;
}

#shopify-product-reviews input[type="submit"] {
  background-color: #343434;
  border-color: #343434;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#shopify-product-reviews input[type="submit"]:hover {
  background-color: #c7b270;
  border-color: #c7b270;
}

.thumb-content p {
  line-height: 26px;
}

#quickViewModal .close {
  color: #ffffff;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #323232;
  line-height: 0;
  font-size: 24px;
  z-index: 2;
}

.qwick-view-content .product-price>span {
  font-size: 20px;
  margin-top: 10px;
  display: inline-block;
  margin-bottom: 10px;
}

.qwick-view-content .product-price>span.price-box__new {}

.qwick-view-content h4.product_title {
  font-size: 18px;
}

.quick-view-rating.rating i {
  color: #c7b270;
  font-size: 12px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
}

.cart-empty-title h3 {
  font-size: 16px;
  text-transform: none;
}

ul li.single-product-cart.mini-cart-action.mini-cart-footer {
  padding: 0 20px;
}

.price-content {
  margin-bottom: 0;
}

ul li .single-cart-box:last-child {
  margin-bottom: 0;
}

.ht-dropdown {
  width: 200px;
}

.categorie-search-box.ht-dropdown {
  width: 320px;
}

.categorie-search-box .input-group-field {
  height: 52px;
}

.categorie-search-box button span {
  font-size: 25px;
  padding-top: 12px;
  padding-right: 12px;
}

.cart-box .ht-dropdown.cart-box-width {
  width: 320px;
}

.cart-empty-title h3 {
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
  color: #333;
}

.currency-trigger {
  cursor: pointer;
}

.small-btn a {
  background: #c7b270;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  padding: 2px 30px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  margin-top: 25px;
}

.small-btn a:hover {
  background: #323232;
}

.small-btn a:before,
.add-to-cart:before {
  font-size: 10px;
  margin-right: 6px;
}

.section-title.section-title--one.text-left {
  padding-bottom: 40px;
  text-align: left !important;
  background-position: 0% 100% !important;
}

.section-title.section-title--one.text-left p {
  text-align: left !important;
  margin: 0;
}

.section-title.section-title--one.text-right {
  text-align: right !important;
  background-position: 100% 100% !important;
}

.section-title.section-title--one.text-right p {
  text-align: right !important;
  margin-right: 0;
}

.add-to-cart:hover button,
.actions-primary:hover button.cart-disable {
  color: #c7b270;
}

.small-btn a:before,
.add-to-cart:before,
.cart-disable:before {
  font-size: 10px;
  margin-right: 6px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: relative;
  top: -1px;
}

.cart-disable {
  cursor: not-allowed;
  font-size: 15px;
  line-height: 30px;
  color: #343434;
}



.popup-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.popup-content,
.right-popup-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38%;
  flex: 0 0 38%;
}

.ajax-popup .modal-content-text p.success-message {
  color: green;
  margin-bottom: 20px;
}

.ajax-popup .modal-content-text h6 {
  margin-bottom: 11px;
  padding-right: 77px;
  font-size: 14px;
}

.success-message .lnr.lnr-checkmark-circle {
  margin-right: 5px;
}

.popup-content .modal-button .btn.btn-cart {
  background: #242424;
  color: #fff;
  text-decoration: none;
  margin-right: 14px;
}

.popup-content .modal-button .btn.btn-cart:hover {
  background: #CC2121;
  color: #fff;
}

.popup-content:before {
  width: 1px;
  height: 100%;
  position: absolute;
  right: 40px;
  top: 0;
  content: "";
  background: #f8f1f1;
}

.popup-content {
  position: relative;
}

.right-popup-content .total_item {
  color: #242424;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 4px !important;
}

.right-popup-content .cart_total {
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 4px !important;
}

.ajax-popup .modal-body {
  padding: 30px;
}

.modal-dialog {
  max-width: 860px;
}

.popup-content .modal-button .btn.btn-cart {
  background: #c7b270;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.ajax-popup .modal-content-text p.success-message span {
  margin-right: 5px;
  font-size: 18px;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.ajax-popup .modal-content-text p.success-message {
  color: green;
  margin-bottom: 17px;
}

.continue_btn {
  margin-top: 13px;
  text-decoration: underline;
}

.popup-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
}

.popup-content,
.right-popup-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.right-popup-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup-content .modal-button .btn.btn-cart:hover {
  background: #323232;
}

.ajax-popup .continue_btn a i {
  float: inherit !important;
  font-size: 11px !important;
  margin-left: 4px;
  color: #323232;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.ajax-popup .continue_btn a:hover i,
.ajax-popup .continue_btn a:hover {
  color: #c7b270;
}

.ajax-popup .right-popup-content .total_item {
  margin-bottom: 13px !important;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.continue_btn {
  margin-top: 13px;
  text-decoration: underline;
  letter-spacing: 1px;
}




/*nrb compare css  */
.loading-modal {
  background: #fff url("loading.gif") center 14px no-repeat;
  border: 1px solid rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 50% !important;
  bottom: auto;
  left: 50% !important;
  right: auto;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  margin-top: -28px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  text-indent: -999em;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.close-modal {
  float: right;
  bottom: 0;
  position: absolute;
  right: 0;
}

.compare_modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;

}

#compare-modal #table-compare th {
  font-weight: normal;
}

#compare-modal .close-modal {
  bottom: auto;
  top: -15px;
  right: -7px;
  font-size: 30px;
}

#compare-modal .product_price {
  margin-bottom: 10px;
}

#compare-modal .product_price strong {
  margin-right: 7px;
}

#compare-modal table .btn {
  padding: 10px 24px;
  font-size: 13px;
}

#compare-modal table button,
#compare-modal table p {
  margin: 0;
}

#table-compare th,
#table-compare td {
  text-align: center;
}

#table-compare td img {
  margin-bottom: 5px;
}

.compare_modal .th-compare th {
  text-align: center;
}

.compare_modal h4 {
  text-align: center;
  margin: 0;
  padding: 20px;
}

.compare-modal-close {
  cursor: pointer;
  position: absolute;
  right: -35px;
  top: -24px;
}

#moda-compare .modal-dialog {
  position: relative;
  width: auto;
  margin: 30px auto;
  max-width: 65%;
}

.compare_modal h4 {
  font-size: 57.6px;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 17px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 8px;
}

#compare-modal .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

#compare-modal th button,
#compare-modal tr td {
  text-align: center;
  float: inherit;
}

#compare-modal .product-price strong {
  margin-right: 7px;
}

#compare-modal td a:hover,
#compare-modal .product-price,
#compare-modal .modal-close:hover .fa.fa-times-circle {
  color: #c7b270;
}

#compare-modal td a {
  text-transform: uppercase;
  font-size: 12px;
  color: #727272;
  font-weight: normal;
}

#compare-modal .product-price {
  margin-bottom: 5px;
  margin-top: 5px;
}

#compare-modal .modal-close .fa.fa-times-circle {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.wishlist-compare {
  position: absolute;
  top: 17px;
  right: 17px;
}

.wishlist-compare ul li a {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #323232;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  right: 15px;
  bottom: 15px;
  text-align: center;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  z-index: 99;
}

.single-makal-product:hover .wishlist-compare ul li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.wishlist-compare ul li a:hover {
  background: #c7b270;
  color: #fff;
}

.wishlist-compare ul li:first-child {
  margin-bottom: 10px;
}

.quick-view:before {
  color: #323232;
  content: "\f002";
  font-size: 18px;
  font-weight: normal;
  font-family: FontAwesome;
}

.compare_modal h4 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 17px;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Roboto, Segoe UI, Helvetica Neue, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 8px;
  color: #323232;
}

#compare-modal tr.th-compare>td {
  text-align: center;
  float: inherit;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#compare-modal .close.remove-compare.center-block {
  font-size: 20px;
}

.compare-modal-close {
  cursor: pointer;
  position: absolute;
}

.compare-modal-close {
  background: inherit;
  color: #232323;
  font-size: 24px;
  border: 1px solid #ddd;
  line-height: 0;
  border-radius: 0px;
  padding: 0;
  top: 5px;
  right: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#compare-modal .close.remove-compare.center-block:hover {
  color: #c7b270;
}

.sticker-new,
.sticker-sale {
  background: #323232 none repeat scroll 0 0;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 25px;
  left: 20px;
  line-height: 25px;
  min-width: 60px;
  padding: 0 12px;
}

.ajax-popup .modal-close button {
  color: #232323;
}

.ajax-popup .modal-close {
  top: 7px;
  right: 7px;
}

.ajax-popup .modal-content {
  border-radius: 5px;
}

.ajax-popup .modal-close button {
  font-size: 24px;
  border: 1px solid #ddd;
  line-height: 0;
  border-radius: 5px;
}

.ajax-popup .modal-close button:hover,
.compare-modal-close:hover {
  background: #c7b270;
  color: #fff;
  border-color: #c7b270;
}

#moda-compare .modal-content {
  border-radius: 0px;
}

#compare-modal td a {
  text-transform: lowercase;
  font-size: 13px;
  color: #323232;
  font-weight: normal;
  letter-spacing: 1px;
}

.product-details .sticker-sale {
  left: 35px;
}

.product-sku {
  font-size: 14px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.product-details h3 {
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #323232;
}

.product-details .product-ratting {
  font-size: 14px;
  margin-bottom: 10px;
}

.product-details .product-ratting i {
  margin-right: 0;
  color: #fb0;
}

.product-details .product-description {
  font-weight: 500;
  width: 100%;
  font-size: 14px;
}

.product-details .product-description {
  font-weight: 500;
  width: 100%;
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 14px;
}

.product-details #ProductPrice.price {
  margin-right: 0;
  font-size: 22px;
  color: #013f69;
  font-weight: 700;
  line-height: 1.2;
}

.product-details .pro-thumb-price .prev-price {
  color: #71717a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  text-decoration: line-through;
}

.product-details .spr-badge-caption {
  margin-left: 4px;
  font-size: 13px;
}

.swatch-element.color>label {
  border: medium none;
  display: block;
  float: left;
  margin-right: 13px;
  margin-top: -4px;
  padding: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border: 1px solid #ddd;
  box-shadow: none !important;
}

.swatch-element.soldout label:before,
{
position: absolute;
left: 43%;
top: -40%;
content: "";
color: red;
font-size: 40px;
text-align: center;
width: 100%;
height: 100%;
background: none;
opacity: .5;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.swatch-element.soldout label:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f05e";
  color: red;
  font-size: 20px;
  text-align: center;
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px !important;
  margin-left: 4px;
  margin-top: 3px;
  left: 0 !important;
  right: 0;
  line-height: 25px;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.swatch-element.soldout label:before,
.swatch-element.soldout label:after {
  background: none;
}

.swatch-element>label {
  margin-top: -3px !important;
}

.swatch-element.color>label {
  margin-top: -8px !important;
}

.swatch-element>label {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin-right: 11px;
  min-width: 40px;
  min-height: 0;
  border-radius: 5px;
  height: 23px;
  background: #f7f8fa;
  text-align: center;
  padding: 0 12px;
  text-transform: lowercase;
  margin-bottom: 12px;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.swatch .header {
  margin-bottom: 40px;
  margin-top: 8px;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  width: 100px;
}

.Material .swatch-element {
  padding-right: 0;
}

.swatch-element>label:hover,
.swatch-element input:checked+label {
  color: #fff;
  background: #c7b270;
}

.swatch-element.soldout label:after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "\f05e";
  color: red;
  font-size: 20px;
  text-align: center;
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 26px !important;
  margin-left: 4px;
  margin-top: 3px;
  left: 4px !important;
  right: 0;
  line-height: 27px;
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.swatch-element.color>label:hover,
.swatch-element.color input:checked+label {
  color: #fff;
  background: transparent;
  background-size: contain;
}

.product-details .product-description {
  margin-bottom: 3px;
  margin-top: 0;
}

.disabled .shopify-payment-button__button {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  cursor: not-allowed;
}

.shop-product__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop-product__block__title {
  -ms-flex-preferred-size: 25%;
  flex-basis: 90px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  font-weight: 500;
}

.pro-qty {
  border-bottom: 2px solid #ccc;
  padding: 0px 0;
  margin: 0 10px 0 30px;
}

.pro-qty .qty-btn {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}

.pro-qty input {
  border: none;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px;
  vertical-align: middle;
}

.pro-qty input {
  width: 152px;
}

.shop-product__block.shop-product__block--quantity,
.product-actions.quantity-cart-box {
  margin-bottom: 50px;
  margin-top: 43px;
}

.swatch .header {
  margin-top: 10px;
}

.disabled .shopify-payment-button__button {
  pointer-events: none;
}

.product-details .pro-cart {
  padding: 20px 120px;
}

.product-details .wishlist-action a {
  border: 1px solid #d9d9d9;
  width: 50px;
  height: 50px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  background: #fff;
  color: #777;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-details .wishlist-action a:hover {
  border: 1px solid #ff3e6c;
  background: #fff;
  color: #ff3e6c;
}

.product-details .wishlist-action a.go-to-wishlist {
  -webkit-transform: rotateX(360deg) rotateY(180deg);
  transform: rotateX(360deg) rotateY(180deg);
  position: relative;
  left: -37px;
  top: -7px;
  background: #343434;
  border: 2px solid #c7b270;
  color: #fff;
  font-size: 15px;
  width: 25px;
  height: 25px;
  line-height: 23px;
}

.product-details .cart-disable.pro-cart {
  background: #343434 none repeat scroll 0 0;
  border: medium none;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  padding: 20px 120px;
  text-transform: uppercase;
  pointer-events: none;
}

.product-details .cart-disable:before {
  display: none;
}

.product-details .cart-disable.pro-cart:hover {
  background: #c7b270;
}

.dynmiac_checkout--button label {
  margin-bottom: 10px;
  font-size: 14px;
}

.product-details .shopify-payment-button__button--unbranded {
  background-color: #c7b270;
  padding: 20px 120px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 47px;
  width: 70% !important;
  padding-bottom: 18px;
}

.product-details .shopify-payment-button__button--unbranded:hover:not([disabled]) {
  background: #343434 none repeat scroll 0 0;
  color: #fff;
}

.dynmiac_checkout--button label {
  margin-bottom: 15px;
  font-size: 14px;
}

.product-details .product_countdown>div {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-details .product_countdown .count {
  font-size: 14px;
  height: 50px;
  width: 50px;
  margin-right: 15px;
  border-radius: 5px;
  text-align: center;
  background: #343434;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  padding: 0 !important;
}

.product-details .product_countdown .count:last-child,
.pro-img .product_countdown .count:last-child {
  margin-right: 0;
}

.product-details .product_countdown .count>div {
  line-height: 1.5;
}

.product-details .product_countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 23px;
}

.count p {
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 2px;
  line-height: 17px;
}

.count span {
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
  text-transform: capitalize;
}

.single-makal-product:hover .pro-img .product_countdown {
  bottom: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.pro-img .product_countdown {
  position: absolute;
  width: 100%;
  bottom: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.pro-img .product_countdown>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro-img .product_countdown .count {
  background: #343434 none repeat scroll 0 0;
  border-radius: 100%;
  color: #000;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 55px;
  padding: 10px 0px;
  text-align: center;
  margin-right: 5px;
  height: 55px;
}

.product-details .wishlist-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product_additional_information button {
  font-size: 14px;
  margin-right: 30px;
  color: #343434;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.product_additional_information button i {
  font-size: 17px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.product_additional_information button i.ti-ruler-pencil {
  top: -1px;
}

.product_additional_information button:hover {
  color: #c7b270;
}

.swatch.variant_div.clearfix.Color .header {
  margin-top: 7px;
}

.custom-payment-options {
  margin-bottom: 38px;
}

#shipping_policy h4 {
  font-size: 14px;
}

#shipping_policy ul li {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}

#size_guide th {
  font-size: 14px;
}

#size_guide td {
  font-size: 14px;
  color: #666;
}

#ask_about_product .modal-header h5 {
  font-size: 20px
}

.ask_about_product {
  padding: 20px 20px 25px
}

.ask_about_product input,
.ask_about_product textarea {
  width: 100%
}

.ask_about_product .note.form-success {
  margin-bottom: 20px
}

#shipping_policy .modal-body {
  padding-top: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px
}

#ask_about_product .modal-header h5 {
  font-size: 14px;
  padding-left: 44px;
}

.social-sharing label,
.custom-payment-options p {
  font-size: 15px !important;
  font-weight: 500;
  text-transform: uppercase;
  color: #1b2e54;
}

#product-details-with-gallery .itm_bt {
  margin-bottom: 30px;
}

.pro-thumb-price.mt-10 {
  margin-bottom: 0px;
}

.product-variant-option {
  clear: both;
  display: block !important;
  padding-top: 35px;
}

#quickViewModal .close {
  color: #232323;
  right: 4px;
  top: 4px;
  width: auto;
  height: auto;
  background-color: transparent;
  line-height: 0;
  font-size: 24px;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 0px;
}

#quickViewModal .modal-content {
  border-radius: 0;
  border: 0;
}

#quickViewModal .close:hover {
  background: #c7b270;
  color: #fff;
  border-color: #c7b270;
}

.qwick-view-content .product-price>span.price-box__new {
  font-size: 21px;
  font-weight: 500;
}

.qwick-view-content span.main.amount.price-box__old {
  color: #999999;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 15px;
  margin-left: 4px;
  font-weight: 500;
}

.qwick-view-content .product-price.product-info__price.price-part {
  margin-top: 6px;
}

.qwick-view-content .spr-badge-caption {
  font-size: 12px;
  position: relative;
  top: 1px;
}

.qwick-view-content .cart-plus-minus {
  border: 0;
  overflow: hidden;
  padding: 7px 17px 7px 17px;
  width: 125px;
  border-bottom: 2px solid #ccc;
  position: relative;
  text-align: center;
}

.qwick-view-content .dec.qtybutton {
  position: absolute;
  left: 0;
  font-size: 20px;
}

.qwick-view-content input.cart-plus-minus-box {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  float: left;
  font-size: 16px;
  height: 25px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: auto;
}

.qwick-view-content .qtybutton.inc {
  margin-top: 2px;
  right: 0;
  position: absolute;
  font-size: 20px;
}

.qwick-view-content .addtocartqv.theme-default-button {
  background: #343434 none repeat scroll 0 0;
  border-radius: 100px !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  min-width: 225px;
}

.qwick-view-content .addtocartqv.theme-default-button:hover {
  background: #c7b270 none repeat scroll 0 0;
}

.qwick-view-content .short-description.product-des {
  margin-bottom: 20px;
  border-top: 1px solid #eee;
  padding-bottom: 27px;
  padding-top: 28px;
  margin-top: 35px;
  margin-bottom: 2px;
}

.qwick-view-content .select-option-part select {
  -moz-appearance: none;
  background: rgba(0, 0, 0, 0) url('qcv-arrow-down.png') no-repeat scroll right 15px center;
  box-shadow: none;
  color: #666666;
  font-size: 14px;
  height: 43px;
  padding-left: 10px;
  position: relative;
  width: 100%;
  border-radius: 0;
  border: 2px solid #eee;
  border-radius: 5px;
  text-transform: capitalize;
}

.pro-img {
  position: relative;
  overflow: hidden;
}

.featured-image.tab-content span:nth-child(2) {
  top: 23px;
}

.featured-image.tab-content span:nth-child(3) {
  top: 52px;
}

.featured-image.tab-content span:nth-child(4) {
  top: 81px;
}

.featured-image .sticker-new,
.featured-image .sticker-sale {
  left: 125px;
}

.sidebar-categorie ul>li.active>a:before,
.sidebar-categorie ul>li:hover>a:before {
  border: 1px solid #c7b270;
  background: #c7b270;
}

.sidebar-categorie ul>li.active>a {
  color: #c7b270
}

.sidebar.shop-sidebar {
  background: transparent;
  padding: 0;
}

.shop-sidebar aside {
  padding: 15px;
  margin: 0;
}

.sidebar-title {
  border-bottom: 1px solid #e0e0e0;
  color: #2c2c2c;
}

.sidebar-title:after {
  display: none;
}

.sidbar-style li.active {
  color: #c7b270;
}

aside.color ul li,
aside.size ul li {
  display: inline-block;
  margin-right: 12px;
}

.color-option li span {}

.color-option li span {
  display: inline-block;
  position: relative;
  top: 2px;
  border-radius: 3px;
  height: 14px;
  margin-right: 5px;
  width: 23px;
}

aside.size ul li {
  min-width: 45px;
  min-height: 25px;
  text-align: center;
  line-height: 25px;
  text-transform: uppercase;
}

aside.size ul li a {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

aside.size ul li:hover a,
aside.size ul li.active a,
.sidebar-tags.sidebar-categorie ul li:hover a,
.sidebar-tags.sidebar-categorie ul li.active a {
  background: #c7b270;
  color: #fff !important;
  border-color: #c7b270;
}

.shop-sidebar aside.sidebar-tags {
  background: #fff;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.sidebar-tags.sidebar-categorie ul li a {
  padding-left: 0;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 60px;
  text-align: center;
  border-radius: 3px;
  min-height: 30px;
  line-height: 30px;
  padding: 0 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sidebar-tags li {
  display: inline-block;
  margin-right: 2px;
}

.toolbar-sorter {
  width: 292px;
  text-align: right;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: flex-end;
}

.toolbar-sorter label {
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 15px;
  width: 100px;
  color: #323232;
  text-transform: capitalize;
}

.top-banner-area {
  margin-bottom: 33px;
}

a:hover,
a:focus {
  color: #04517b;
}

.category-sub-menu ul li ul {
  display: none;
  margin: 4px 0 5px 20px;
}

.sidebar-categorie ul>li:hover>a {
  color: #c7b270 !important;
}

.sidebar-single.sidebar-categorie.mb-30.category-sub-menu ul li {
  margin: 15px 0;
}

.sidebar-single.sidebar-categorie.mb-30.category-sub-menu {
  margin-top: 44px;
  margin-bottom: 30px;
}

.hoproduct.hoproduct-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hoproduct-title {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 1.60;
}

.hoproduct-content {
  margin-left: 15px;
  width: 210px;
}

.hoproduct-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100px;
}

.hoproduct-rattingbox {
  font-size: 10px;
  color: #c7b270;
  margin-bottom: 5px;
}

.hoproduct-pricebox {
  font-size: 12px;
  font-weight: normal;
}

.hoproduct-pricebox .oldprice {
  margin-right: 2px;
}

.hoproduct-pricebox .price {
  font-weight: normal;
}

.hoproduct-pricebox .oldprice {
  margin-right: 2px;
}

.product-slider-col {
  margin-bottom: 25px;
}

.single-widget.widget-recommended-products.mt-30 {
  margin-top: 45px;
}

.sidbar-style li a span {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hoproduct-rattingbox .spr-badge-caption {
  display: none;
}

.sidebar-banner.mt-30 {
  overflow: hidden;
  position: relative;
  margin-top: 53px;
}

#ask_about_product .modal-header {
  padding-top: 40px;
  padding-right: 60px;
}

.product-details .pro-cart.affaliat_btn {
  margin-bottom: 60px;
  clear: both;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 18px;
}

.product-details .pro-cart.affaliat_btn:hover {
  color: #fff;
}

#list-view .quick-view-pro {
  left: 50%;
  position: absolute;
  top: 50%;
  margin-top: 37px;
  margin-left: 29px;
}

#list-view .wishlist-compare {
  position: relative;
  top: auto;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#list-view .wishlist-compare ul li a {
  border: 1px solid #e0e0e0;
}

#list-view .wishlist-compare {
  margin-top: 25px;
}

#list-view .wishlist-compare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#list-view .wishlist-compare ul li {
  margin-right: 15px;
}

#list-view .wishlist-compare ul li a {
  line-height: 41px;
}

#list-view .wishlist-compare ul li a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

#list-view .small-btn a:before,
#list-view .add-to-cart:before,
#list-view .cart-disable:before {
  display: none;
}

#list-view .actions-primary,
#list-view .actions-secondary {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

#list-view .single-makal-product {
  margin-bottom: 60px;
}

#list-view .cart-disable {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #323232;
  display: block;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: 1px solid #e0e0e0;
  right: 15px;
  bottom: 15px;
  text-align: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 99;
}

#list-view .pro-img .product_countdown {
  left: 50%;
  margin-left: -142px;
}

.change-view {
  cursor: pointer;
}

.banner-area .container-fluid.p-0 .pt-20:nth-child(1n) {
  padding-right: 10px;
}

.banner-area .container-fluid.p-0 .pt-20:nth-child(2n) {
  padding-left: 10px;
  padding-right: 0;
}

.banner-area .container-fluid.p-0 .pt-20:nth-child(3n) {
  padding-left: 10px;
  padding-right: 0;
}

.brand-logo-active.bnd_style_2 {
  border-bottom: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  padding: 40px 0;
}

.brand-logo-active.bnd_style_2 a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

p,
body {
  color: #666;
}

.blog-content h4 a {
  color: #323232;
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.meta-box li {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  margin-right: 20px;
  text-transform: capitalize;
  color: #a3a3a3;
}

.meta-box li i {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.meta-box li i.fa.fa-commenting-o {
  font-size: 14px;
}

.single-blog .small-btn a {
  color: #323232;
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  padding: 2px 37px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  margin-top: 25px;
  background: transparent;
  border: 2px solid #e0e0e0;
}

.single-blog .small-btn a:hover {
  background: #c1b17e;
  border-color: #c1b17e;
  color: #fff;
}

.small-btn a:before,
.add-to-cart:before,
.cart-disable:before {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.testmonial-content>p {
  color: #fff;
  margin: auto auto 30px;
  width: 67%;
}

.testmonial-content span.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  font-size: 14px;
  margin-bottom: 45px;
}

.t-author {
  color: #fff;
  display: inline-block;
  margin: 25px 0;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 20px;
  font-weight: 500;
  font-size: 14px;
}

.single-support:hover .feature-list-icon,
.image-slider-inner:hover .image img {
  -webkit-animation: rotate 2s infinite;
  animation: rotate 2s infinite;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  50% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}

@-webkit-keyframes countdowntiming {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes countdowntiming {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    filter: alpha(opacity=0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    filter: alpha(opacity=100);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8);
  }

  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

.support-desc {
  padding-left: 20px;
}

.single-support .feature-list-icon {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  width: 58px;
  text-align: center;
}

.support-desc {
  padding-left: 11px;
}

.single-support .feature-list-icon i {
  font-size: 30px;
}

.daily-deal-active .count p {
  color: #000;
}

.daily-deal-active .count span {
  color: #555;
}

.main_slider.slider-style-two.slider-area .slider-content p {
  padding-right: 30px;
}

.wrapper.off-white-bg.wrapper-box {
  padding-bottom: 70px;
}

footer.home-style-box-layout {
  padding-bottom: 40px;
}

.banner__content_area {
  background: #f4f4f4;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 7;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bnr__style__3 .single-banner:hover .banner__content_area {
  filter: alpha(opacity=100);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.banner__content_area .banner__content {
  margin: auto;
  max-width: 270px;
}

.single-banner {
  overflow: hidden;
  position: relative;
}

.banner__content_area .banner__content h4 {
  color: #a3a3a3;
  font-size: 11px;
  margin-bottom: 9px;
  letter-spacing: 1px;
}

.banner__content_area .banner__content h3 {
  color: #323232;
  font-size: 23px;
  margin-bottom: 18px;
  font-weight: 600;
  line-height: 31px;
  text-transform: capitalize;
}

.banner__content_area .banner__content :last-child {
  margin-bottom: 0;
}

footer.home-style-box-layout {
  padding-bottom: 40px;
  padding-top: 0;
}

.subscribe-box button {
  background: #c1b17e;
  border: 2px solid #c1b17e;
  color: #fff;
}

.subscribe-box button:hover {
  background: #323232;
  border: 2px solid #323232;
  color: #fff;
}

.fullscreen:before {
  background: transparent !important;
}

.testmonial-active:hover .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slider-content,
.slider-style-three.slider-style-four .slider-content {
  width: 520px;
}

.banner-area.full_width_bnr .container-fluid.p-0 .pt-20:nth-child(n) {
  padding-right: 0;
}

.instagram-item .instagram-hvr-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.instagram-item .instagram-hvr-content span {
  color: #fff;
  margin-right: 20px;
}

.instagram-item:hover .instagram-hvr-content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.instagram-item:before {
  background-color: rgba(0, 0, 0, .4);
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  pointer-events: none;
  height: 100%;
  width: 100%;
}

.instagram-item:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.instagram-item {
  position: relative;
}

.instagram-feed h1 {
  text-transform: none;
  font-size: 30px;
}

.instagram-item .instagram-hvr-content span:last-child {
  margin: 0;
}

.single-deal-active .count p {
  color: #343434;
}

.single-deal-active .count span {
  color: #999;
}

.horizontal-content h4 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 32px;
}

.sub-bottom-pro.mt-25 {
  margin-top: 18px;
}

.single-footer .form-message.form-success {
  padding: 15px 13px;
}

.slider-style-six .slider-content h2 {
  font-size: 35px;
}

.slider-wrapper .sidebar .single-support:hover .feature-list-icon {
  -webkit-animation: none;
  animation: none;
}

.multi-sec-sidebar .testmonial-style-three .testmonial-content>p {
  width: 100%;
  margin-bottom: 23px;
}

.multi-sec-sidebar .testmonial-style-three .testmonial-content img {
  border: 11px solid #e5e5e5;
  border-radius: 100%;
  width: 93px;
  height: 93px;
}

.multi-sec-sidebar .testmonial-style-three .testmonial-content .t-author {
  display: block;
  color: #c1b17e;
  font-weight: 600;
  margin-bottom: 5px;
}

.multi-sec-sidebar .testmonial-style-three .testmonial-content .t-designation {
  color: #323232;
  font-size: 14px;
  text-transform: capitalize;

}

.multi-sec-sidebar.styl__2 .banner-area.nirob__banner {
  margin-bottom: 30px;
}

.multi-sec-sidebar.styl__2 .out-products {
  padding-bottom: 97px;
}

.multi-sec-sidebar.styl__2 .multi-banner {
  padding-bottom: 87px;
}

.horizontal-content .categorie-tabs-list li a {
  margin-left: 23px;
}

.logo a {
  font-size: 23px;
  font-weight: bold;
}

.banner-area .single-banner {
  position: relative;
}

.banner-area .single-banner h2.banner-category,
.banner-area .single-banner .banner-category_wrap {
  position: absolute;
  padding: 14px 20px;
  cursor: pointer;
  left: 25px;
  bottom: 25px;
  margin-bottom: 0;
  font-size: 25px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.banner-area .single-banner:hover h2.banner-category {
  background-color: #ffffff;
  color: #f66362;
}

#shopify-section-footer .home-style-box-layout {
  padding-top: 0;
}

.featured-inner-pro .rating {
  margin-top: 13px;
  font-size: 12px;
}

.featured-inner-pro .rating span i {
  margin-right: 0px;
}

.featured-inner-pro .rating .spr-badge-caption {
  display: none !important;
}

.bnr__style__5 .banner-with_text {
  position: relative;
}

.bnr__style__5 .banner-with_text .hover-wrap {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}

.bnr__style__5 .banner-with_text:hover .hover-wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}


/* ---Banner With Text Area--- */
.bnr__style__5 .banner-with_text {
  position: relative;
}

.bnr__style__5 .banner-with_text:hover .hover-wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.bnr__style__5 .banner-with_text .hover-wrap {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  pointer-events: none;
}

.bnr__style__5 .banner-with_text .hover-wrap:before {
  border: 3px solid #ffffff;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  position: absolute;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text {
  margin: auto;
  max-width: 270px;
  text-align: center;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text h2,
.bnr__style__5 .banner-with_text .hover-wrap .hover-text h3,
.bnr__style__5 .banner-with_text .hover-wrap .hover-text h4,
.bnr__style__5 .banner-with_text .hover-wrap .hover-text p {
  text-transform: capitalize;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text h2 {
  color: #323232;
  font-size: 35px;
  margin: 0;
  font-weight: 600;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text h3 {
  color: #323232;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 600;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text h4 {
  color: #666;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}

.bnr__style__5 .banner-with_text .hover-wrap .hover-text p {
  margin: 20px 0 0;
}

/* ---Begin Transparent Header--- */
.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 991px) {
  .transparent-header {
    position: relative;
  }
}

/* ---Transparent Header End Here--- */

.cart-box ul li.setting-area .ht-dropdown {
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 13px;
  left: 0;
  padding: 20px 25px;
  position: absolute;
  text-align: left;
  top: 100%;
  right: auto;
  width: 140px;
}

.cart-box ul li.setting-area .ht-dropdown ul li {
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-box ul li.setting-area .ht-dropdown ul li a {
  display: block;
  line-height: 1.5;
}

@media (max-width: 479px) {
  .cart-box-2 {
    padding-right: 40px !important;
  }
}

.slider_nrb_style_2 .slider-content h1 {
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: none;
}

.slider_nrb_style_2 .slider-content h2 {
  font-size: 56px;
  font-weight: 300;
  margin-bottom: 0;
}

.slider_nrb_style_2 .slider-content p {
  font-weight: 700;
  margin-bottom: 30px;
}

.slider_nrb_style_2 .slider-content {
  width: 100%;
}

.banner-area .single-banner {
  position: relative;
}

.banner-area .single-banner .banner-category_wrap {
  cursor: text;
}

.banner-area .single-banner .banner-category_wrap h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
}

.banner-area .single-banner .banner-category_wrap p {
  color: #666666;
  margin-bottom: 0;
}

.trending-products .rating span {
  font-size: 11px;
  margin-top: 10px;
}

.trending-products .rating span .spr-badge-caption {
  display: none;
}

.main_notification_text p img {
  margin-right: 5px;
}

.main_notification_text p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.slider_top_notification {
  background: #323232;
  color: #fff;
  text-align: center;
  padding: 9px 0;
}

.main_notification_text p i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.noti_btn {
  color: #fff;
  border-bottom: 1px solid #999;
  margin-left: 2px;
}


.banner-area.bnr__style__3 .banner__content_area:before {
  border: 3px solid #ffffff;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  position: absolute;
}

.header-style-six_2 .header-bottom-list.d-flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-bottom-list>li>a {
  padding: 30px 35px 30px 0;
}

/* --Header Form Area-- */
.header-form_area form.hm-searchbox {
  position: relative;
}

.header-form_area form.hm-searchbox input {
  background-color: #ffffff;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 60px 0 20px;
  border: 1px solid #e5e5e5;
}

.header-form_area form.hm-searchbox button.search-btn {
  background: transparent;
  border: 0;
  height: 40px;
  line-height: 50px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.header-form_area form.hm-searchbox button.search-btn i {
  font-size: 22px;
}

.header-form_area form.hm-searchbox.hm-searchbox-2 input {
  height: 45px;
  line-height: 40px;
  border-radius: 5px;
  padding-right: 75px;
}

.header-form_area form.hm-searchbox.hm-searchbox-2 button.search-btn:hover {
  background-color: #343434;
}

.header-form_area form.hm-searchbox.hm-searchbox-2 button.search-btn {
  background-color: #389c3c;
  color: #ffffff;
  border: 0;
  width: 60px;
  height: 44px;
  line-height: 52px;
  border-radius: 0 5px 5px 0;
}

/* ---Category Menu--- */
.category-menu {
  position: relative;
}

@media (max-width: 991px) {
  .category-menu {
    width: 100%;
  }
}

.category-menu .category-heading {
  background: #389c3c;
  position: relative;
  cursor: pointer;
  padding: 22px 0;
}

.category-menu .category-heading>h2 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
}

.category-menu .category-heading>h2:after {
  content: "\e636";
  font-family: 'Pe-icon-7-stroke';
  font-weight: 600;
  position: absolute;
  top: 22px;
  left: 20px;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu .category-heading>h2:after {
    left: 10px;
  }
}

.category-menu .category-heading>h2>span {
  padding-left: 50px;
  font-weight: 600;
}

@media (max-width: 1199px) {
  .category-menu .category-heading>h2>span {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu .category-heading>h2>span {
    padding-left: 30px;
  }
}

.category-menu .category-menu-list {
  background: #ffffff;
  border: 2px solid #389c3c;
  padding: 0 20px;
  position: absolute;
  left: 0;
  top: calc(100% - 1px);
  display: block;
  width: 100%;
  z-index: 99;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .category-menu .category-menu-list {
    padding: 0 15px;
  }
}

.category-menu .category-menu-list>ul>li {
  position: relative;
  border-bottom: 1px solid #ebebeb;
}

.category-menu .category-menu-list>ul>li>a {
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0;
}

.category-menu .category-menu-list>ul>li:hover .cat-mega-menu,
.category-menu .category-menu-list>ul>li:hover .cat-dropdown_menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.category-menu .category-menu-list>ul>li:hover>a {
  color: #389c3c;
}

.category-menu .category-menu-list>ul>li.right-menu>a:after {
  content: '\e684';
  font-family: 'Pe-icon-7-stroke';
  font-weight: 600;
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 0;
}

.category-menu .category-menu-list>ul>li.rx-child {
  display: none;
}

.category-menu .category-menu-list>ul>li.rx-parent {
  cursor: pointer;
}

.category-menu .category-menu-list>ul>li.rx-parent a.rx-show {
  display: none;
}

.category-menu .category-menu-list>ul>li.rx-parent.rx-change a.rx-default {
  display: none;
}

.category-menu .category-menu-list>ul>li.rx-parent.rx-change a.rx-show {
  display: block;
}

.cat-mega-menu {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 110%;
  z-index: 999;
  width: 220px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 640px;
  padding: 30px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .cat-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background-color: transparent;
    padding: 0;
    box-shadow: none;
    border: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cat-mega-menu {
    left: 108%;
  }
}

.cat-mega-menu>li.right-menu {
  width: 33.333%;
  float: left;
}

.cat-mega-menu>li.cat-mega-title>a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
  line-height: 20px;
  position: relative;
}

.cat-mega-menu>li>ul>li>a {
  font-size: 14px;
  display: block;
  line-height: 30px;
  font-weight: 400;
  color: #666666;
  text-transform: capitalize;
}

.cat-mega-menu>li>ul>li>a:hover {
  color: #389c3c;
}

.cat-mega-menu.cat-mega-menu-2 {
  width: 840px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cat-mega-menu.cat-mega-menu-2 {
    width: 740px;
  }
}

@media (max-width: 991px) {
  .cat-mega-menu.cat-mega-menu-2 {
    width: auto;
  }
}

.cat-mega-menu.cat-mega-menu-2>li.right-menu {
  width: 25%;
}

@media (max-width: 991px) {
  .cat-mega-menu.cat-mega-menu-2>li.right-menu {
    width: 100%;
  }
}

.cat-mega-menu.cat-mega-menu-3 {
  width: 440px;
}

@media (max-width: 991px) {
  .cat-mega-menu.cat-mega-menu-3 {
    width: auto;
  }
}

.cat-mega-menu.cat-mega-menu-3>li.right-menu {
  width: 50%;
}

@media (max-width: 991px) {
  .cat-mega-menu.cat-mega-menu-3>li.right-menu {
    width: 100%;
  }
}

/* ---Category Dropdown Menu--- */
.cat-dropdown_menu {
  border: 1px solid #ebebeb;
  position: absolute;
  top: 0;
  left: 110%;
  background: #ffffff;
  z-index: 999;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  width: 205px;
  padding: 0 30px;
  overflow: hidden;
}

.cat-dropdown_menu>li>a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 0;
  display: block;
}

.cat-dropdown_menu.cat-dropdown_menu-2 {
  width: 320px;
}

/* ---Category Menu In Mobile Device--- */
@media (max-width: 991px) {
  .category-menu-list>ul>li.right-menu>a:after {
    display: none;
  }

  .category-menu-list>ul>li i {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
    width: 70px;
    line-height: 50px;
    z-index: 9;
    display: block;
  }

  .category-menu-list>ul>li i:before {
    background-color: #606060;
    width: 8px;
    height: 2px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -3px;
    margin-top: -1px;
    top: 50%;
  }

  .category-menu-list>ul>li i:after {
    background-color: #606060;
    width: 2px;
    height: 8px;
    content: "";
    position: absolute;
    left: 50%;
    margin-top: -4px;
    margin-left: 0;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }

  .category-menu-list>ul>li i.menu-expand.active:after {
    background-color: transparent;
  }

  .category-menu-list>ul>li i.expand:after {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  li.right-menu .cat-mega-menu>li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    position: relative;
  }

  .cat-mega-menu>li.cat-mega-title>a:after {
    display: none;
  }

  .cat-mega-menu>li.cat-mega-title>a,
  .cat-mega-menu>li>ul>li>a,
  .cat-dropdown>li>a {
    padding: 10px 25px 10px 35px;
    font-size: 13px;
    color: #333333;
    font-weight: normal;
    position: relative;
    margin: 0;
    display: block;
    text-transform: inherit;
  }

  .cat-mega-menu>li.cat-mega-title:last-child>a,
  .cat-mega-menu>li>ul>li:last-child>a,
  .cat-dropdown>li:last-child>a {
    border-bottom: 0;
  }
}

.menu_with_cat_area .header-bottom-list>li>a {
  padding: 21px 35px 21px 0;
}

.menu_with_cat_area .menu_with_cat_area {
  position: relative;
}

.menu_with_cat_area .category-menu {
  position: absolute;
  left: 0;
  top: 0;
  width: 271px;
  height: ;
}

.header-style-six_2 .menu_with_cat_area.catmenu__active .header-bottom-list.d-flex {
  padding-left: 309px;
}

.header-bottom.hddrNrb6.organic-header_style {
  border-top: 1px solid #e5e5e5;
}

.header-style-six_2 .menu_with_cat_area .header-bottom-list.d-flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}









.menu_with_cat_area {
  position: relative;
}

.category-toggle-wrap {
  cursor: pointer;
  color: #fff;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
  padding: 20px 15px;
  background-color: #d26b31;
}

.category-toggle-wrap .category-toggle i {
  font-size: 16px;
  line-height: 1;
  float: right;
}

.category-toggle-wrap .category-toggle.mobile-dev {
  padding: 15px;
  margin-top: 15px;
  font-weight: 700;
  background-color: #87b106;
}

.category-toggle-wrap nav.category-menu {
  border-top: none;
  top: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  z-index: 11;
  display: none;
  background-color: #fff;
}

.category-toggle-wrap nav.category-menu-style_2 {
  display: block;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .category-toggle-wrap nav.category-menu-style_2 {
    display: none;
  }
}

.category-toggle-wrap nav.category-menu>ul.categories-list {
  padding: 17px 20px;
  border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul {
    max-height: 300px;
    overflow-y: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li {
    position: relative;
  }
}

.category-toggle-wrap nav.category-menu>ul>li.menu-item-has-children {
  position: relative;
}

.category-toggle-wrap nav.category-menu>ul>li.menu-item-has-children>a:after {
  content: "\f105";
  position: absolute;
  right: 0;
  top: 50%;
  line-height: 1;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li.menu-item-has-children>a:after {
    display: none;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .menu-expand {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 50px;
  width: 40px;
  line-height: 50px;
  z-index: 9;
  text-align: center;
}

.category-toggle-wrap nav.category-menu>ul>li>a {
  display: block;
  padding: 10px 0;
  line-height: 24px;
  font-size: 13px;
  color: #323232;
  position: relative;
  text-transform: capitalize;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 300;
}

.category-toggle-wrap nav.category-menu>ul>li .cat_icon {
  margin-right: 5px;
}

.category-toggle-wrap nav.category-menu>ul>li>a:hover {
  color: #389c3c;
}

/* .category-toggle-wrap nav.category-menu > ul > li:first-child a {
padding-top: 0;
} */

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li:first-child a {
    padding-top: 10px;
  }
}

.category-toggle-wrap nav.category-menu>ul>li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li:last-child a {
    padding-bottom: 10px;
  }
}

.category-toggle-wrap nav.category-menu>ul>li:hover .category-mega-menu {
  top: 0;
  z-index: 9;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu {
  position: absolute;
  left: calc(100% + 2px);
  top: 110%;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -9;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu {
    width: 600px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu {
    position: static;
    z-index: 9;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    background-color: transparent;
    padding: 0;
    width: 100%;
    -webkit-transition: none;
    transition: none;
    border: none;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.two-column {
  width: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.two-column {
    width: 100%;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.two-column>li {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.two-column>li {
    width: 100%;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.three-column {
  width: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.three-column {
    width: 100%;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.three-column>li {
  width: 33.33%;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu.three-column>li {
    width: 100%;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li {
  float: left;
  width: 25%;
  padding: 0 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li {
    width: 50%;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0;
    position: relative;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #222222;
  text-transform: uppercase;
  margin-bottom: 22px;
  position: relative;
  border: 0;
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a:before,
.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a:after {
  left: 0;
  bottom: -3px;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #e5e5e5;
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a:after {
  width: 25%;
  background-color: #389c3c;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a {
    padding: 5px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    position: relative;
    margin: 0;
    text-transform: inherit;
  }

  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a:before,
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>a:after {
    display: none;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li:last-child {
  border: none;
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li:last-child {
  margin-bottom: 0;
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li a {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  padding-bottom: 4px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (max-width: 767.98px) {
  .category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li a {
    padding: 5px 20px;
    line-height: 30px;
    font-size: 14px;
    color: #606060;
    font-weight: 400;
    position: relative;
  }
}

.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li:last-child a {
  border-bottom: 0;
}


.category-mega-menu.dropdown.megamenu.mega-menu-column-3.mega-menu-column-4 {
  width: 700px;
}

.category-mega-menu.dropdown.megamenu.mega-menu-column-3.mega-menu-column-4>li {
  width: 33%;
}

.category-mega-menu.dropdown.megamenu.mega-menu-column-2.mega-menu-column-4 {
  width: 500px;
}

.category-mega-menu.dropdown.megamenu.mega-menu-column-2.mega-menu-column-4>li {
  width: 50%;
}

.category-toggle-wrap .menu-item-has-children.position-static {
  position: relative !important;
}

.category-toggle-wrap nav.category-menu>ul>li .menu-expand {
  top: -4px;
}

.menu_with_cat_area li.side-hide {
  display: none;
}

.menu_with_cat_area li.show-hide a .fa-plus-circle {
  display: none;
}

.menu_with_cat_area li.side-show a .fa-minus-circle {
  display: none;
}

.menu_with_cat_area li.side-show.show-hide a .fa-minus-circle {
  display: inline-block;
}

.menu_with_cat_area li.side-show a {
  cursor: pointer;
}

.menu_with_cat_area li.side-show a i {
  margin-right: 5px;
}

.menu_with_cat_area .category-toggle-wrap {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  padding: 20px 15px;
  background-color: #389c3c;
  position: absolute;
  left: 0;
  top: 0;
  width: 270px;
  height: 100%;
  text-transform: capitalize;
}

.menu_with_cat_area .category-toggle {
  position: relative;
  padding-left: 25px;
}

.menu_with_cat_area .category-toggle {
  position: relative;
  padding-left: 35px;
}

.menu_with_cat_area .category-toggle:after {
  content: "\e636";
  font-family: 'Pe-icon-7-stroke';
  font-weight: 600;
  position: absolute;
  top: -1px;
  left: 5px;
  color: #ffffff;
}

.category-toggle-wrap nav.category-menu>ul.categories-list {
  border: 2px solid #389c3c;
  padding: 0px;
  padding-bottom: 10px;
}

.category-toggle-wrap nav.category-menu>ul>li {
  padding: 0 17px;
}

.category-toggle-wrap nav.category-menu>ul>li:hover>a,
.category-mega-menu.dropdown.megamenu>li:hover>a,
.category-toggle-wrap nav.category-menu>ul>li .category-mega-menu>li>ul li:hover a {
  color: #389c3c;

}

.header-style-seven .header-form_area form.hm-searchbox input {
  background-color: #F5F5F5;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
}

.header-style-seven .header-form_area form.hm-searchbox button.search-btn {
  height: 50px;
  line-height: 58px;
  width: 55px;
}

.header-style-seven .main-menu nav ul {
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro-actions.grid_style_2 {
  bottom: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro-actions.grid_style_2 .actions-primary {
  background: #fff;
  height: 44px;
  line-height: 44px;
  padding: 0 45px;
}

.quick-view-pro.grid_style_2_quickview {
  display: none;
}

.wishlist-compare.grid_style_2_quickview_area ul li {
  margin-bottom: 10px;
}

.grid_style_2_quickview .quick-view:before {
  right: 0;
  bottom: 0;
}

.wishlist-compare.grid_style_2_quickview_area ul li:last-child {
  margin-bottom: 0;
}

.grid_style_2_none {
  display: none;
}

.header-style-seven .cart-box>ul>li>a span+span.total-pro {
  right: -5px;
  top: -13px;
  left: auto;
}

.header-style-seven .cart-box>ul>li>a {
  position: relative;
}

.single-banner a {
  display: block;
  overflow: hidden;
}

.single_banner_text h2 {
  font-size: 20px;
  text-transform: none;
  margin-top: 30px;
}

.single_banner_text p {
  margin-top: 12px;
}

.single-banner .single_banner_text a {
  font-size: 15px;
  text-transform: uppercase;
  color: #67af7c;
  font-weight: 600;
  margin-top: 15px;
  text-decoration: underline;
}

.notification-entry a {
  margin-left: 5px;
}

.notification-close-btn {
  margin-top: 0px;
}

.round-categorie-area .image-slider-inner h3 {
  color: #323232;
  font-size: 18px;
  text-transform: none;
  font-weight: 600;
  margin-top: 30px;
}

.round-categorie-area .image-slider-inner {
  text-align: center;
}

.round-categorie-area .image-slider-inner img {
  width: auto;
}

.round-categorie-area .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-category-container--collectionhome-wrapper .single-banner {
  position: relative;
}

.product-category-container--collectionhome-wrapper .single_category__content {
  position: absolute;
  top: 20px;
  left: 40px;
}

.single_category__content .title,
.single_category__content .title p {
  font-size: 23px;
  color: #fff;
  font-weight: 600;
}

.single_category__content .product-count {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.special-product-countdown h5 {
  color: #df2121;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 14px;
}

.special-product-countdown h4,
.special-product-countdown h6 {
  color: #323232;
  font-weight: 700;
  font-size: 50px;
  line-height: 39px;
  text-transform: none;
}

.special-product-countdown h4 {
  margin-bottom: 14px;
}

.special-product__countdown .single-countdown span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.special-product__countdown .single-countdown {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: transparent;
  height: 78px;
  width: 66px;
  padding-top: 17px;
  margin: 0 8px;
}

.special-product__countdown .single-countdown .single-countdown__text {
  color: #777;
  font-size: 13px;
}

.special-product__countdown {
  margin-top: 34px;
  margin-bottom: 60px;
}

.makali-button,
.theme-default-button {
  background: #df2121;
  color: #fff;
  padding: 15px 30px;
  overflow: hidden;
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  height: auto;
}

.makali-button:hover,
.theme-default-button:hover {
  background: #343434;
  color: #fff;
}

.special-product__countdown .single-countdown span.single-countdown__time {
  font-size: 16px;
  font-weight: 600;
}

.special-product__countdown {
  margin-top: 42px;
  margin-bottom: 60px;
}

.special-product-countdown {
  text-align: center;
  padding-top: 100px;
}

.actions-secondary .spr-badge-starrating .spr-icon {
  position: relative;
  top: 0;
}

.multi-banner.nrbmltibnr .cat-content {
  width: 200px;
  left: 50%;
  margin-left: -100px;
}


.menu-popular-categories-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-popular-categories {
  width: 70%;
}

.single-categories.popular-categories-bnr.zoom {
  width: 100%;
}

.menu-popular-categories ul.pcat_sub_menu li a {
  font-weight: normal;
  font-size: 13px;
  margin-top: 3px;
  display: block;
}

.single-categories.popular-categories-bnr.zoom img {
  width: auto;
}

.menu-popular-categories .main_title {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.pcat_sub_menu {
  margin-top: 7px;
}

.support-desc h6 {
  line-height: 20px;
}

.banner-area.bnr__style__2.bnr__txt__2 .single_banner_text h2 {
  font-size: 30px;
  max-width: 320px;
  position: relative;
}

.banner-area.bnr__style__2.bnr__txt__2 .single_banner_text h2:after {
  position: absolute;
  top: -22px;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ee8e12;
  content: "";
}

.banner-area.bnr__style__2.bnr__txt__2 .single_banner_text ul {
  list-style: disc !important;
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: -8px;
}

.banner-area.bnr__style__2.bnr__txt__2 .single_banner_text ul li {
  margin-bottom: 7px;
  font-size: 15px;
}

.banner-area.bnr__style__2.bnr__txt__2 .single_banner_text a {
  margin-top: 35px;
}

.header-bottom.hddrNrb6.organic-header_style.header-sticky.sticky {
  border-top: 0;
}

.nav.tabs-area.pro-tabs-area.tabstyle_2 li a {
  border: 0;
  padding: 0 12px;
  text-transform: uppercase;
}

.our-product.popular-products .single-countdown span,
.our-product .single-countdown span {
  display: block;
  font-size: 11px;
  line-height: 0px;
  padding-top: 13px;
}

.blog-activation.latest_blog_style_2 .blog-content {
  padding-left: 6px;
  padding-right: 6px;
}

.blog-activation.latest_blog_style_2 .single-blog {
  padding: 10px;
  background: #fff;
  padding-bottom: 18px;
}

.slider_nrb_style_2 .slider-content {
  width: auto;
}

.slider_nrb_style_2 .slider-content p {
  padding-right: 0;
}


.single-makal-product.grid_style_3_area {
  text-align: center;
}

.single-makal-product.grid_style_3_area .pro-actions {
  bottom: -12px;

}

.single-makal-product.grid_style_3_area .price {
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  margin-top: ;
}

.single-makal-product.grid_style_3_area .wishlist-compare ul li a {
  background: #f5f5f5;
}




.single-makal-product.grid_style_3_area .wishlist-compare {
  position: absolute;
  top: auto;
  left: 50%;
  bottom: 0;
  margin-left: -78px;
}

.single-makal-product.grid_style_3_area .wishlist-compare ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-makal-product.grid_style_3_area .wishlist-compare ul li:first-child {
  margin-bottom: 0;
}

.single-makal-product.grid_style_3_area .grid_style_2_none {
  display: block;
}

.single-makal-product.grid_style_3_area .quick-view:before {
  background: #f5f5f5 none repeat scroll 0 0;
  right: auto;
  bottom: auto;
}

.single-makal-product.grid_style_3_area .wishlist-compare ul li {
  margin: 0 5px;
  margin-bottom: 22px;
}

.single-makal-product.grid_style_3_area .quick-view-pro {
  display: none;
}

.single-makal-product.grid_style_3_area .wishlist-compare ul li a:hover,
.single-makal-product.grid_style_3_area .quick-view:hover:before {
  background: #db8678;
  color: #fff;
}

.categorie-slider-active .price {
  font-weight: 300;
}

.latest_blog_style_3 .single-blog .blog-content {
  padding-top: 20px;
  border: 1px solid #e5e5e5;
  padding: 21px 11px 25px;
}

.special-product-countdown h4 {
  line-height: 60px;
}

.transparent-header.fixed_width_true {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  width: 1200px;
  top: 30px;
  margin: 0 auto;
  background: #000;
}

.transparent-header.fixed_width_true.sticky {
  top: 0;
  width: 100%;
  position: fixed;
}

.product-category-container .single-categorie .cat-content {
  position: absolute;
  text-align: center;
  top: auto;
  left: 0;
  right: 0;
  bottom: -23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-category-container .single-categorie .cat-content-inner {
  padding: 20px 25px;
  background: #fff;
  max-width: 100%;
  text-align: center;
}

.product-category-container .single-categorie .cat-content-inner .title p {
  color: #323232;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.product-category-container .single-categorie.zoom:hover .cat-content-inner {
  background: #000;
  color: #fff;
}

.product-category-container .single-categorie.zoom:hover .cat-content-inner .title p {
  color: #fff;
}

.product-category-container .single-categorie.zoom:hover .cat-content-inner .product-count {
  color: #fff;
}

.row.class_row_rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#section-transparent-header .ht-dropdown li a.cart-checkout {
  color: #fff;
}

.menu-popular-categories-area2 .menu-popular-categories-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.menu-popular-categories-area2 .menu-popular-categories {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.menu-popular-categories-area2 .single-categories.popular-categories-bnr.zoom {
  text-align: center;
}

#moda-compare .overlay {
  position: absolute;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.grid_style_2_none.grid_style_2_quickview {
  display: block;
}

.categories_product_inner {
  overflow: hidden;
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.single_categories_product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20%;
  float: left;
  padding: 7px 10px;
  /* align-items: center; */
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_categories_product {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_categories_product {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .single_categories_product {
    width: 100%;
  }
}

.single_categories_product:hover {
  z-index: 2;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.categories_sidebar_slider {
  width: auto;
  margin: 0 -10px;
}

.categories_sidebar_slider .owl-stage-outer {
  padding: 10px;
  margin: -20px -10px;
}

.categories_sidebar_slider .owl-stage-outer .owl-item {
  padding: 10px;
}

.categories_sidebar_slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.categories_sidebar_slide .single_categories_product {
  width: 100% !important;
  border: 1px solid #ebebeb;
  margin: -0.5px 0;
}

.categories_product_content {
  width: 60%;
  padding: 10px;
}

.categories_product_content h4 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 9px;
}

.categories_product_content h4 a:hover {
  color: #c40316;
}

.categories_product_content p {
  font-size: 13px;
  line-height: 23px;
}

.categories_product_thumb {
  width: 40%;
}


/* need to add all store  */

.faq-page .card .card-header button {
  position: relative;
  width: 100%;
  text-align: left;
  white-space: normal;
  font-weight: 600;
  text-decoration: none;
}

.faq-page .card-body {
  padding-bottom: 25px;
}

.blog-sidebar .shop-categories li:not(:last-child) {
  margin-bottom: 13px;
}

.blog-area {
  padding-top: 70px;
}

.blog-sidebar .top-rated-img {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.blog-sidebar .top-rated-text {
  font-size: 12px;
}

.blog-sidebar .single-top-rated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-sidebar .top-rated-text h4 a {
  font-size: 14px;
  text-transform: capitalize;
}

.blog-sidebar .sidebar-single.sidebar-widget {
  margin-bottom: 30px;
}

.blog-sidebar .sidebar-widget dl dt {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: normal;
  text-transform: uppercase;
  color: #343434;
}

.blog-sidebar .sidebar-widget ul li {
  margin-bottom: 5px;
}

.template-blog .theme-default-pagination {
  background: #f6f6f6;
  clear: both;
  display: block;
  margin: 70px 0 35px 0;
  padding: 20px 15px;
  text-align: center;
  width: 100%;
}

.blog-area {
  padding-top: 100px;
  padding-bottom: 65px;
}

.blog-sidebar .sidebar-widget .blog-tags ul li a {
  background: #fff;
  border: 1px solid #e5e5e5;
  color: #343434;
  display: inline-block;
  font-size: 0.929em !important;
  margin: 0 5px 12px 0;
  padding: 3px 12px;
  text-transform: capitalize;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 4px;
}

.blog-sidebar .sidebar-widget .blog-tags ul li a:hover {
  background: #04517b;
  border-color: #04517b;
  color: #fff;
}

.blog-sidebar .sidebar-widget .blog-tags ul li {
  display: inline-block;
}

.search-widget input {
  background: transparent;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  background-clip: padding-box;
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  border: none;
  border-bottom: 2px solid #ccc;
}

.search-widget input:hover {
  border-color: #333;
}

.search-widget button {


  position: absolute;
  top: 5px;
  right: 18px;
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 21px;
}

.article-area.article_page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.article-area.article_page .article-conntent {
  margin-top: 30px;
}

.article-area.article_page .article-conntent h3 {
  font-size: 25px;
  margin-bottom: 14px;
  text-transform: capitalize;
}

blockquote {
  font-size: 14px;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 5px solid #c1b17e;
  margin-left: 60px !important;
  background: #f6f6f6;
  margin-top: 40px !important;
  margin-bottom: 35px !important;
}

.article-tags {
  margin-top: 25px;
  margin-bottom: 34px;
}

.article-tags li {
  list-style: none;
}

.post-tags .tag-list li a {
  background: transparent;
  color: #434343;
  padding: 0;
  border: 0;
  text-transform: capitalize;
  font-style: normal;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: normal;
  margin: 0 4px;
  font-size: 13px;
}

.post-tags .tag-list li a:hover {
  color: #c1b17e;
}

.aticle-inner .post-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.aticle-inner .post-share.notag_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.article-next-previous {
  margin-top: 21px;
}

.aticle-inner .post-share ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 3px;
}

.aticle-inner .post-share ul li {
  margin: 0 5px;
  color: #343434;
  font-size: 13px;
}

.makali-form form input[type="text"],
.makali-form form input[type="email"],
.makali-form form input[type="password"],
.makali-form form textarea {
  font-size: 14px;
  display: block;
  color: #333;
  width: 100%;
  border: 1px solid transparent;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background: transparent;
  border-bottom: 2px solid #ccc;
  padding: 9.5px 0;
}

.comment_moderate_text {
  margin-top: 10px;
  font-size: 13px;
}

.makali-form.comment-gorm .makali-button {
  margin-top: 15px;
}

#comments .comment-title.mb-30,
.article_page #comments h3 {
  text-transform: capitalize;
  font-size: 25px;
  margin-top: 80px;
  color: #323232;
}

.return-customer-btn.makali-button {
  background: #df2121;
  color: #fff;
  padding: 15px 30px;
  overflow: hidden;
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  height: auto;
  width: 100%;
  margin-top: 20px;
}

.return-customer-btn.makali-button:hover {
  background: #343434;
  color: #fff;
}

.article_page #comments h3 {
  margin-top: 25px;
  margin-bottom: 30px;
}

.article_page .comment-thumb {
  width: 80px;
  margin-right: 10px;
}

.article_page .comnt-author {
  margin-bottom: 3px;
}

.aticle-inner .article-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#comments .note {
  margin-top: 35px;
}

#comments li:not(:last-child) {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.comment-content {
  width: 100%;
}

#comments .errors li:not(:last-child) {
  margin-bottom: 5px;
}

.article_page .comnt-author {
  margin-bottom: 3px;
  color: #323232;
  font-weight: 500;
}

.empty-cart-page .empty_cart_title {
  background: none;
  color: #343434;
  font-size: 35px;
  padding: 15px 0;
  display: block;
  margin-bottom: 35px;
  padding-top: 0;
}

.empty__cart_img {
  max-width: 110px;
  margin: 0 auto 32px;
}

.empty-cart-page h5 {
  font-size: 16px;
  display: block;
  text-transform: capitalize;
}

.cart-main-area .table-content .pro-qty {
  border-bottom: 2px solid #ccc;
  padding: 2px 0;
  margin: 0 10px 0 30px;
  display: inline-block !important;
}

.cart-main-area .table-content .pro-qty .qty-btn {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  top: 4px;
  position: relative;
}

.cart-main-area .table-content .pro-qty input {
  border: none;
  width: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px;
  vertical-align: middle;
}

.cart-main-area .table-content .pro-qty input {
  border: none;
  width: 80px;
  background: transparent;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 0;
  padding: 0 15px;
  vertical-align: middle;
}

.cart-main-area .table-content td.product-name span {
  display: block;
  line-height: 22px;
  font-weight: 500;
  margin-top: 6px;
  float: left;
  clear: both;
  color: #ababab;
  font-size: 16px;
}

.table-content table td.product-name {
  text-align: left;
}

.shipping-info button,
.wc-proceed-to-checkout a,
.cart-calculation-button button.theme-default-button {
  background: #303030 none repeat scroll 0 0;
  font-weight: 500;
  text-transform: uppercase;
}

.cart-calculation-button button.theme-default-button:hover {
  background: #c7b270 none repeat scroll 0 0;
}



.cart-calculation-area {
  margin-top: 130px;
  background: #f8f8f8;
  padding: 50px 60px;
}

.cart-calculation-area h2 {
  font-size: 25px;
  text-align: center;
}

.cart-calculation-area {
  margin-top: 130px;
  background: #f8f8f8;
  padding: 50px 60px;
}

div#shipping-calculator h3 {
  font-size: 25px;
}

div#shipping-calculator {
  margin-top: 43px;
}

.cart-calculation-table th {
  text-transform: capitalize;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
  color: #343434;
  background-color: transparent;
  padding: 16px 12px;
  padding-left: 10px;
}

.cart-calculation-table td {
  padding-left: 10px !important;
  text-align: right;
}

tr.order-total strong span.amount {
  font-weight: bold;
}

.cart-main-area .buttons-cart input {
  margin-right: 0;
}

.cart-main-area .buttons-cart .theme-default-button+.theme-default-button {
  margin-left: 10px;
  margin-right: 0;
}

.table-content table td.product-name a,
.product-stock-status span {
  margin-left: 0;
  display: block;
}

.cart-main-area .table-content td.product-name span {
  margin-left: 0;
}

#shopify-section-single-product-tab .thumb-content ul li {
  list-style: disc;
  line-height: 2.1;
}

#shopify-section-single-product-tab .thumb-content ul {
  padding-left: 30px;
}

.pro-title a {
  text-overflow: inherit;
  white-space: inherit;
}

ul.ht-dropdown.cart-box-width li .single-cart-box {
  padding-bottom: 17px;
}

.btn-primary {
  border-radius: 0;
  padding: 8px 25px;
}

.thumb-desc-inner {
  margin-bottom: 100px;
}

.login-btn {
  padding: 13px 30px 12px;
}

.return-customer-btn.makali-button {
  padding: 14px 55px;
}

.shopify-challenge__button.btn {
  padding: 9px 36px;
  border: 0;
  border-radius: 0;
  background: #323232;
  color: #fff;
}

.single-product-cart.single-cart-item-loop {
  max-height: 260px;
  overflow-y: auto;
}

ul li .single-cart-box:last-child {
  border: 0;
}

.price-content {
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  border-top: 1px solid #ededed;
  padding-top: 23px;
}






/* Latest  Menu  Style------------------------

--------------------------------------------XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX----------------------------------------
START----------------------------------------*/


nav.site-nav>ul>li {
  display: inline-block;
  position: static;
  margin: 0 25px;
  text-align: left;
  line-height: 80px;
}

nav.site-nav>ul>li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 0;
}

nav.center-menu>ul>li.menu-item-has-children ul.mega-menu {
  /* right: 50%; */
  /* -webkit-transform: translateX(50%); */
  -webkit-transform: ;
  transform: ;
}

nav.site-nav>ul>li ul.mega-menu-column-4 {
  /* max-width: 1100px; */
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

nav.site-nav>ul>li ul.mega-menu {
  padding: 0 30px;
  z-index: 9999;
}

nav.site-nav>ul>li ul.sub-menu {
  position: absolute;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .3);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 45px;
  background-color: #fff;
  z-index: 9999;
}

nav.site-nav>ul>li {
  text-align: left;
  line-height: 40px;
}

nav.site-nav>ul>li ul.mega-menu>li:first-child.mega_dropdown {
  padding-left: 0;
}

nav.site-nav>ul>li ul.mega-menu>li.mega_dropdown {
  padding: 30px 18px;
}

nav.site-nav>ul>li ul.mega-menu>li {
  position: relative;
  border: none;
}

nav.site-nav>ul>li ul.mega-menu-column-4>li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  padding-left: 30px;
}

nav.site-nav>ul>li ul.mega-menu>li {
  display: block;
  width: 50%;
  border-right: 1px solid #e7e7e7;
}

nav.site-nav>ul>li ul.mega-menu-column-4>li a.mega-column-title,
.product_menu_title {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  display: inline-block;
}

nav.site-nav>ul>li a {
  position: relative;
}

nav.site-nav>ul>li ul.mega-menu-column-5>li>.mega-sub-menu li,
nav.site-nav>ul>li ul.mega-menu>li>.mega-sub-menu li {
  margin-bottom: 15px;
}

nav.site-nav>ul>li ul.mega-menu-column-5>li>.mega-sub-menu li,
nav.site-nav>ul>li ul.mega-menu>li>.mega-sub-menu li {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

nav.site-nav>ul>li ul.mega-menu>li ul li {
  display: block;
}

nav.site-nav>ul>li ul.sub-menu li {
  line-height: 1;
}

nav.site-nav>ul>li ul.mega-menu-column-4>li .mega-sub-menu li a {
  position: relative;
  font-size: 15px;
  line-height: 19px;
  color: #7e7e7e;
  font-weight: normal;
}

nav.site-nav>ul>li ul li a span {
  left: auto;
  -webkit-transform: inherit;
  transform: inherit;
  top: -19px;
  left: 0;
  width: 40px;
  height: 17px;
  line-height: 17px;
  font-size: 8px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 1px;
}

nav.site-nav>ul>li a span {
  background: #d3122a;
}

nav.site-nav>ul>li a span:before {
  background: #d3122a;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #D3122A;
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 6px;
}

nav.site-nav>ul>li.menu-item-has-children>a {
  position: relative;
}

nav.site-nav>ul>li a span,
.site-mobile-nav .dl-menu li span,
.vertical-menu-container-dark nav>ul>li>a span,
.overlay-navigation-active .overlay-navigation-menu-container nav>ul>li>a span {
  position: absolute;
  background: #D3122A;
  display: inline-block;
  width: 45px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -24px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0px;
}

nav.site-nav>ul>li a span:before,
.site-mobile-nav .dl-menu li span:before,
.vertical-menu-container-dark nav>ul>li>a span:before,
.overlay-navigation-active .overlay-navigation-menu-container nav>ul>li>a span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #D3122A;
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
}

.product_area {
  max-width: 200px;
  overflow: hidden;
}

nav.site-nav>ul>li ul.mega-menu>li {
  position: relative;
  border: none;
}

nav.site-nav>ul>li ul.mega-menu-column-4 {
  /* max-width: 1100px; */
  max-width: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 50%;
}

.header-middle .row>[class*="col-"] {
  position: static;
}

nav.site-nav>ul>li ul.single-column-menu {
  padding: 30px;
  min-width: 280px;
  max-width: 350px;
}

nav.site-nav>ul>li ul.single-column-menu li a {
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #7e7e7e;
  display: inline-block;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children .multilevel-submenu {
  position: absolute;
  top: 0;
  left: 110%;
  min-width: 280px;
  background-color: #fff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, .3);
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-top: 15px;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children:after {
  position: absolute;
  right: 30px;
  content: "\f105";
  font-family: fontAwesome;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children .multilevel-submenu li {
  display: block;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children:hover .multilevel-submenu {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  margin-top: 0;
}

nav.site-nav>ul>li.menu-item-has-children>a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -14px;
  content: "\f107";
  font-family: fontAwesome;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children .multilevel-submenu li a {
  margin-bottom: 15px;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children {
  position: relative;
}

nav.site-nav>ul>li ul.single-column-menu li:last-child a {
  margin-bottom: 0;
}

nav.site-nav>ul>li ul.single-column-menu li:last-child a,
nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children .multilevel-submenu li:last-child a {
  margin-bottom: 0;
}

nav.site-nav>ul>li a span.sale {
  background: #333;
}

nav.site-nav>ul>li a span.sale:before {
  background: #333;
}

nav.site-nav>ul>li:hover>a:before {
  color: #04517b;
}





.menu_sin_product .product-title {
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  color: #323232;
  margin-top: 7px;
  margin-bottom: 10px;
}

.menu_sin_product .product__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu_sin_product .main-price.discounted {
  font-size: 12px;
}

.menu_sin_product .product__price .money {
  font-size: 12px;
  margin-right: 0;
  color: #434343;
  font-weight: 500;
}

.menu_sin_product .main-price.discounted .money {
  margin-left: 5px;
  color: #aaa;
  text-decoration: line-through;
}

nav.site-nav>ul>li ul.mega-menu>li>.mega-sub-menu li:last-child {
  margin-bottom: 0;
}

nav.site-nav>ul>li ul.mega-menu-column-4>li .mega-sub-menu li a:hover,
nav.site-nav>ul>li:hover>a,
nav.site-nav>ul>li ul.single-column-menu li:hover>a {
  color: #04517b;
}

.menu_product_contain:hover .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.mega_banner_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 20px;
}

.mega_banner_content .title1 {
  text-transform: uppercase;
  font-size: 16px;
  color: #343434;
  font-weight: 600;
}

.mega_banner_content .title2 {
  font-size: 30px;
  margin: 10px 0;
  color: #343434;
  font-weight: 600;
  line-height: 32px;
}

.mega_banner_content .content {
  line-height: 22px;
}

.mega_banner_content .content {
  color: #333333;
}

.mega_banner_content .banner__btn {
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  bottom: 20px;
}

.mega_banner_content .banner__btn {
  color: #333333;
}

nav.site-nav>ul>li ul.mega-menu-column-3.mega-menu-column-4 {
  max-width: 800px;
  padding: 0 35px;
}

nav.site-nav>ul>li ul.mega-menu-column-3.mega-menu-column-4 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
}

nav.site-nav>ul>li ul.mega-menu-column-2.mega-menu-column-4 {
  max-width: 600px;
  /* max-width: 100%; */
  padding: 0 35px;
}

nav.site-nav>ul>li ul.mega-menu-column-2.mega-menu-column-4>li {
  min-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

nav.center-menu>ul>li.menu-item-has-children ul.mega-menu.mega-full {
  right: 0;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav.center-menu .mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.center-menu .mega-menu a.mega-column-title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #333;
  display: inline-block;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children:after {
  top: 2px;
  right: 0;
}

/* mobile menu2   */
.mean-container .mean-nav ul li a span {
  position: absolute;
  background: #D3122A;
  display: inline-block;
  width: 45px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  left: 11%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -8px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0px;
}

.mean-container .mean-nav ul li a span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #D3122A;
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
}

.mean-container .mean-nav>ul {
  padding: 25px 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  padding-bottom: 0;
  max-height: 300px;
  overflow-y: auto;
}

.mean-container .mean-nav ul li li li a span {
  left: 21%;
}

.mean-container .mean-nav ul li li a span {
  left: 15%;
}

.mean-container .mean-nav ul li.mean-last {
  padding-bottom: 22px;
}

/* off canvas style */

.menu_offcanvas_overlay,
.offcanvas_overlay,
.topbar_offcanvas_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  cursor: crosshair;
  background: #333;
  top: 0;
}

.menu_offcanvas_overlay.active,
.offcanvas_overlay.active,
.topbar_offcanvas_overlay.active {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  visibility: visible;
}

.offcanvas-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 450px;
  max-width: 100%;
  height: 100vh;
  z-index: 9999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  padding-right: 60px;
  -webkit-transition: .6s;
  transition: .6s;
}

.offcanvas-mobile-menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas-menu-close {
  position: absolute;
  right: 20px;
  top: 0;
  background: #343538;
  z-index: 9;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 41px;
  text-align: center;
  font-size: 20px;
}

.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: right;
}

.site-mobile-navigation #mobile-menu-trigger {
  position: absolute;
  right: 14px;
  top: -35px;
}

.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  cursor: pointer;
  background-color: #323232;
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #323232;
  content: "";
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #323232;
  content: "";
  -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #222;
}

.mobile-navigation-icon:hover i:after {
  background-color: #222;
  width: 60%;
}

.site-mobile-navigation {
  width: 100%;
  position: relative;
  z-index: 9;
}

.offcanvas-wrapper {
  overflow: auto;
  height: 100%;
  box-shadow: 0 0 87px 0 rgba(0, 0, 0, .09);
  background-color: #04517b;
}

.offcanvas-inner-content {
  padding: 20px 25px 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.breadcrumb-list {
  z-index: 6;
}

.offcanvas-mobile-search-area input {
  width: 100%;
  font-size: 16px;
  display: block;
  padding: 9px 25px;
  color: #333;
  background: #fff;
  border: none;
  border-radius: 50px;
}

.offcanvas-mobile-search-area button {
  background: 0 0;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #444;
  padding: 13px;
  padding-bottom: 0;
  padding-top: 0;
}

.offcanvas-mobile-search-area button i {
  font-size: 24px;
  line-height: 40px;
}

.offcanvas-navigation {
  padding: 25px 0;
  padding-right: 20px;
}

.offcanvas-navigation>ul li a {
  position: relative;
}

.offcanvas-navigation ul li a {
  display: block;
}

.offcanvas-navigation>ul>li>a {
  font-size: 15px;
  color: #000;
  /* color: #fff; */
  font-weight: 500;
  line-height: 1.5;
  display: block;
  padding: 12px 0;
}

.offcanvas-navigation>ul li a span {
  position: absolute;
  background: #D3122A;
  display: inline-block;
  width: 45px;
  height: 18px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  left: 6.4%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -10px;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: 0px;
}

.offcanvas-navigation>ul li a span::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #D3122A;
  bottom: -2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 8px;
}

.offcanvas-navigation ul.sub-menu>li>a span {
  left: 35%;
}

.offcanvas-navigation>ul li a span.sale:before,
.offcanvas-navigation>ul li a span.sale {
  background: #333;
}

.offcanvas-mobile-search-area input:focus {
  background: #fff;
}

.offcanvas-navigation ul li.cat-item-has-children .menu-expand,
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  position: absolute;
  right: auto;
  left: 95%;
  top: -5px;
  width: 30px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
}

.offcanvas-navigation ul li.cat-item-has-children,
.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.offcanvas-navigation ul li.cat-item-has-children .menu-expand i,
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i {
  display: block;
  margin-top: 25px;
  border-bottom: 1px solid;
  position: relative;
  width: 14px;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  top: ;
}

.offcanvas-navigation ul li.cat-item-has-children.active>.menu-expand i:before,
.offcanvas-navigation ul li.menu-item-has-children.active>.menu-expand i:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.offcanvas-navigation ul li.cat-item-has-children .menu-expand i:before,
.offcanvas-navigation ul li.menu-item-has-children .menu-expand i:before {
  width: 100%;
  content: "";
  border-bottom: 1px solid;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.offcanvas-navigation ul li.cat-item-has-children .menu-expand,
.offcanvas-navigation ul li.menu-item-has-children .menu-expand {
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  width: 40px;
  margin-left: 9px;
  padding-left: 18px;
  color: #000;
}

.offcanvas-navigation ul.sub-cat-menu,
.offcanvas-navigation ul.sub-menu {
  margin-left: 15px;
}

.offcanvas-navigation ul li.cat-item-has-children,
.offcanvas-navigation ul li.menu-item-has-children {
  position: relative;
  display: block;
}

.offcanvas-navigation ul.sub-cat-menu>li>a,
.offcanvas-navigation ul.sub-menu>li>a {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  line-height: 1.5;
  padding: 10px 0;
}

.offcanvas-navigation ul.sub-menu>li>a span {
  left: 64%;
}

.offcanvas-navigation .menu-item-has-children ul.sub-menu>li>a span {
  left: 13%;
}

.offcanvas-widget-area {
  padding-bottom: 35px;
  text-align: center;
  margin-top: 20px;
}

.off-canvas-widget-social a:first-child {
  margin-left: 0;
}

.social-icons--footer ul li a {
  color:
    #333;
}

.off-canvas-widget-social a {
  margin: 0 10px;
  margin-left: 10px;
  font-size: 14px;
}

.offcanvas-navigation>ul li:hover>a {
  color: #000;
  opacity: .8;
}




/*menu style end ===============================================xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx=========================
=================================================================xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx===========================*/
#quickViewModal .close {
  color: #232323;
  right: 5px;
  top: 5px;
  width: auto;
  height: auto;
  background-color: transparent;
  line-height: 0;
  font-size: 24px;
  z-index: 2;
  border: 1px solid #ddd;
  border-radius: 0px;
}

.header-top-right>ul>li>a {
  text-transform: uppercase;
}

.header-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 60%;
  flex-basis: 80%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  /* flex-grow: 1; */
}

.header-top-right {
  flex-grow: 1;
}

.header-top-right>ul {
  display: flex;
  justify-content: flex-end;
}

.header-top-right {
  flex-grow: 1;
}

.header-style-two .header-top-right {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  flex-grow: 0;
}

.header-style-two .site-nav>ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav.site-nav>ul>li:last-child {
  margin-right: 0;
}

.header-style-two .site-mobile-navigation #mobile-menu-trigger {
  position: absolute;
  right: 0;
  top: -52px;
}

.header-style-four .site-nav.center-menu {
  text-align: center;
}

.header-bottom.organic-header_style.header-sticky.stick.bg-fruit_saladmain_menu_center .site-nav.center-menu {
  text-align: center;
}

#section-header-5 .cart-box>ul>li>a span+span.total-pro,
.nrb_hdr_6 .cart-box>ul>li>a span+span.total-pro {
  left: 32px;
}

.hddrNrb6 .catmenu__active .site-main-nav {
  padding-left: 309px;
}

.hddrNrb6 nav.site-nav>ul>li {
  line-height: 65px;
}

.related_product {
  padding-bottom: 100px;
}

.menu_product_contain .active {
  visibility: unset;
  opacity: unset;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)";
}

.single-blog {
  margin-bottom: 30px;
}

.template-blog .theme-default-pagination {
  margin: 62px 0 35px 0;
}

.login-wishlist {
  text-align: center;
}

.login-wishlist>h2 {
  margin-bottom: 25px;
  font-size: 25px;
}

.wishlist-grid--empty-list.is_visible {
  width: 100%;
  text-align: center;
}

.empty-list--info .empty-list--text.black {
  font-size: 25px;
  margin-bottom: 10px;
}

.wishlist-grid--empty-list.is_visible .empty-list--info p {
  font-size: 16px;
}

.wishlist-grid--empty-list.is_visible .empty-list--info p a {
  text-decoration: underline;
  font-weight: bold;
}

.wishlist_area .action-wishlist.wishlist-btn.wishlist {
  position: absolute;
  top: 9px;
  background: #ddd;
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 50%;
  right: 25px;
}

.customer-page.theme-default-margin.wishlist_area {
  padding-bottom: 60px !important;
}

.multi-banner .single-banner a {
  display: inline-block;
}

.multi-sec-sidebar .sidebar .owl-nav div:hover {
  background-color: transparent !important;

}

.single-blog .small-btn a:before {
  -webkit-transition: initial;
  transition: initial;
}

#preview-bar-iframe {
  display: none !important;
}

html {
  padding-bottom: 0 !important;
}

.header-style-two.transparent-header .header-middle.stick.header-sticky.sticky {
  background: #fff !important;
}

.breadcrumbs {
  z-index: 1;
}

.header-top-right>ul>li>ul.ht-dropdown li a {
  border-color: #f8f8f8 !important;
}

.single-countdown {
  border: 2px solid #232323;
  border-radius: 5px;
  height: 50px;
  width: 50px;
}

.hddrNrb6 nav.site-nav>ul>li:first-child {
  margin-left: 15px;
}

.hddrNrb6 .catmenu__active .site-main-nav nav.site-nav>ul>li:first-child {
  margin-left: 25px;
}

.page-search-bar input {
  height: 54px;
}

.newsletter_popup_inner .popup_off {
  background: transparent;
  right: 7px;
  top: 7px;
  color: #232323;
  left: auto;
  font-size: 14px;
  border: 1px solid #ddd;
  line-height: 24px;
  width: 25px;
  height: 25px;
}

.newsletter_popup_inner .popup_off:hover {
  color: #fff;
}

.subscribe-form:focus {
  box-shadow: none;
  border: 1px solid #eaeaea;
  outline: 0;
  padding: 0 19px;
}

.subscribe-form-group input {
  background: #eaeaea none repeat scroll 0 0;
  border: 0 none;
  color: #666;
  border-color: #eaeaea;
  height: 41px;
  line-height: 20px;
  padding: 0 20px;
  width: 380px;
}

.gt_lan {
  margin-top: 20px;
}

.gt_lan a {
  margin-left: 10px;
}

.gt_lan {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}






/*---------------------------------------------------------------------------------
Drou CSS 
-------------------------------------------------------------------------------- */


/*-- Common Style --*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.container .row div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-container {
  max-width: 1600px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .custom-container {
    max-width: 1300px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-container {
    max-width: 960px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-container {
    max-width: 720px;
  }
}

@media only screen and (max-width: 767px) {
  .custom-container {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container .row {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-container .row div[class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  line-height: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #333;
  overflow-x: hidden;
  font-family: "CerebriSans";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-weight: 400;
  margin-top: 0;
  font-family: "CerebriSans";
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.74;
  color: #444;
  margin-bottom: 15px;
  font-family: "CerebriSans";
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p:last-child {
  margin-bottom: 0;
}

a,
button {
  color: inherit;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

a,
button,
img,
input,
span {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button,
input[type="submit"] {
  cursor: pointer;
  border-radius: 26px;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

/*-- 
- Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

/*************************
Basic margin padding
*************************/
.m-0 {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.p-0 {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

/*************************
Margin top
*************************/
.mt-0 {
  margin-top: 0;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-175 {
  margin-top: 175px;
}

/*************************
Margin right
*************************/
.mr-0 {
  margin-right: 0px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-12 {
  margin-right: 12px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-150 {
  margin-right: 150px;
}

/*************************
Margin bottom
*************************/
.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-8 {
  margin-bottom: 8px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-37 {
  margin-bottom: 37px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-180 {
  margin-bottom: 180px;
}

/*************************
Margin left
*************************/
.ml-0 {
  margin-left: 0;
}

.ml-10 {
  margin-left: 10px;
}

.ml-12 {
  margin-left: 12px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-300 {
  margin-left: 300px;
}

.ml-ntv5 {
  margin-left: -5px;
}

/*************************
Padding top
*************************/
.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

@media only screen and (max-width: 767px) {
  .pt-75 {
    padding-top: 60px;
  }
}

.pt-85 {
  padding-top: 85px;
}

.pt-80 {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .pt-80 {
    padding-top: 60px;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media only screen and (max-width: 767px) {
  .pt-95 {
    padding-top: 55px;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .pt-90 {
    padding-top: 55px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 60px;
  }
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-128 {
  padding-top: 128px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-250 {
  padding-top: 250px;
}

.pt-255 {
  padding-top: 255px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-230 {
  padding-top: 230px;
}

.pt-270 {
  padding-top: 270px;
}

.pt-290 {
  padding-top: 290px;
}

.pt-295 {
  padding-top: 295px;
}

.pt-280 {
  padding-top: 280px;
}

.pt-240 {
  padding-top: 240px;
}

.pt-330 {
  padding-top: 330px;
}

.pt-340 {
  padding-top: 340px;
}

.pt-350 {
  padding-top: 350px;
}

.pt-365 {
  padding-top: 365px;
}

.pt-360 {
  padding-top: 360px;
}

.pt-370 {
  padding-top: 370px;
}

.pt-380 {
  padding-top: 380px;
}

.pt-400 {
  padding-top: 400px;
}

/*************************
Padding right
*************************/
.pr-0 {
  padding-right: 0;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-270 {
  padding-right: 270px;
}

/*************************
Padding bottom
*************************/
.pb-0 {
  padding-bottom: 0;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .pb-70 {
    padding-bottom: 55px;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .pb-75 {
    padding-bottom: 60px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  .pb-95 {
    padding-bottom: 55px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-315 {
  padding-bottom: 315px;
}

.pb-330 {
  padding-bottom: 330px;
}

.pb-335 {
  padding-bottom: 335px;
}

.pb-340 {
  padding-bottom: 340px;
}

.pb-325 {
  padding-bottom: 325px;
}

.pb-320 {
  padding-bottom: 300px;
}

/*************************
Padding left
*************************/
.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-190 {
  padding-left: 190px;
}

/***************************
Page section padding 
****************************/
.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

/***************************
Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

/*-- 
- Input Placeholder
-----------------------------------------*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

input {
  background: transparent;
  border: 1px solid #e5e5e5;
  height: 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 10px;
  font-size: 14px;
  color: #737373;
  width: 100%;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #eceff8;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  color: #737373;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 14px;
}



textarea {
  resize: vertical;
  background: #eceff8;
  border: 2px solid #eceff8;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #737373;
}


.custom-d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.custom-align-item-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-align-item-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.justify-content-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-col-5 {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.custom-common-column {
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  width: 100%;
  min-height: 1px;
}

.custom-common-column.custom-padding-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.custom-common-column.custom-column-width-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.666%;
  -ms-flex: 0 0 66.666%;
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-common-column.custom-column-width-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.custom-common-column.custom-column-width-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.334%;
  -ms-flex: 0 0 33.334%;
  flex: 0 0 33.334%;
  max-width: 33.334%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .custom-common-column.custom-column-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*-- 
Scroll Up 
-----------------------------------------*/
#scrollUp {
  width: 60px;
  height: 60px;
  background-color: #04517b;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  z-index: 999 !important;
}

#scrollUp:hover {
  color: #ffffff;
  background-color: #e4573d;
}

@media only screen and (max-width: 767px) {
  #scrollUp {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}

#scrollUp i {
  display: block;
  line-height: 60px;
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  #scrollUp i {
    line-height: 40px;
    font-size: 16px;
  }
}

.height-100vh {
  height: 100vh !important;
}

.transparent-bar {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}

/*--
Background Color
------------------------------------------*/
.bg-gray {
  background-color: #f2f4f9;
}

.bg-gray-2 {
  background-color: #f8f8f8;
}

.border-bottom-1 {
  border-bottom: 1px solid #eee;
}

.border-top-1 {
  border-top: 1px solid #ededed;
}

.border-top-2 {
  border-top: 1px solid #eee;
}

.default-overlay {
  position: relative;
}

.default-overlay:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}

.default-overlay.overly-point-4:before {
  background-color: #181818;
  opacity: .4;
}

.default-overlay-white {
  position: relative;
}

.default-overlay-white:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 250ms ease-out;
  -o-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
  z-index: 9;
}

@media only screen and (max-width: 767px) {
  .res-white-overly-xs {
    position: relative;
  }

  .res-white-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .4;
    z-index: 9;
  }
}

@media only screen and (max-width: 767px) {
  .res-black-overly-xs {
    position: relative;
  }

  .res-black-overly-xs:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #000;
    opacity: .5;
    z-index: 9;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .res-white-overly-md {
    position: relative;
  }

  .res-white-overly-md:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    opacity: .5;
    z-index: 1;
  }
}

.padding-10-row-col .row {
  margin-right: -5px;
  margin-left: -5px;
}

.padding-10-row-col .row div[class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-20-row-col .row {
  margin-right: -10px;
  margin-left: -10px;
}

.padding-20-row-col .row div[class^="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-15-row-col .container,
.padding-15-row-col .custom-container {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media only screen and (max-width: 767px) {

  .padding-15-row-col .container,
  .padding-15-row-col .custom-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.padding-15-row-col .container .row,
.padding-15-row-col .custom-container .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

@media only screen and (max-width: 767px) {

  .padding-15-row-col .container .row,
  .padding-15-row-col .custom-container .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.padding-15-row-col .container .row div[class^="col-"],
.padding-15-row-col .custom-container .row div[class^="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media only screen and (max-width: 767px) {

  .padding-15-row-col .container .row div[class^="col-"],
  .padding-15-row-col .custom-container .row div[class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-width-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-25 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-22 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-31 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 31%;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  max-width: 31%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-31 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 44%;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  max-width: 44%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-44 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-56 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 56%;
  -ms-flex: 0 0 56%;
  flex: 0 0 56%;
  max-width: 56%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-56 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333333%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-16 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.667%;
  -ms-flex: 0 0 16.667%;
  flex: 0 0 16.667%;
  max-width: 16.667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-16 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-16-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .col-width-16-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-width-58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.333333%;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-58 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.col-width-41 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.667%;
  -ms-flex: 0 0 41.667%;
  flex: 0 0 41.667%;
  max-width: 41.667%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .col-width-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .col-width-41 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Loop Animations */
@-webkit-keyframes tm-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes tm-animation-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@-webkit-keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

@keyframes tm-loop-move-vertical {
  0% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  100% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

.loop-move-vertical {
  -webkit-animation: 3s tm-loop-move-vertical linear infinite alternate;
  animation: 3s tm-loop-move-vertical linear infinite alternate;
}

@-webkit-keyframes tm-loop-move-horizontal {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes tm-loop-move-horizontal {
  0% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

.loop-move-horizontal {
  -webkit-animation: 3s tm-loop-move-horizontal linear infinite alternate;
  animation: 3s tm-loop-move-horizontal linear infinite alternate;
}

@-webkit-keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes tm-loop-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.loop-rotate {
  -webkit-animation: 3s tm-loop-rotate linear infinite;
  animation: 3s tm-loop-rotate linear infinite;
}

/* Hover Animations */
.drou-animation-zoom-in .drou-image {
  overflow: hidden;
}

.drou-animation-zoom-in .drou-image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.drou-animation-zoom-in .drou-box:hover .drou-image img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.drou-animation-zoom-out .drou-image {
  overflow: hidden;
}

.drou-animation-zoom-out .drou-image img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.drou-animation-zoom-out .drou-box:hover .drou-image img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.drou-animation-move-up .drou-box .drou-image {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.drou-animation-move-up .drou-box:hover .drou-image {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.drou-animation-move-up-drop-shadow .drou-box .drou-image {
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.drou-animation-move-up-drop-shadow .drou-box .drou-image:after {
  content: '';
  position: absolute;
  bottom: 0;
  top: 50%;
  left: 10%;
  right: 10%;
  -webkit-box-shadow: 0 10px 50px rgba(51, 51, 51, 0.22);
  box-shadow: 0 10px 50px rgba(51, 51, 51, 0.22);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.drou-animation-move-up-drop-shadow .drou-box:hover .drou-image {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.drou-animation-move-up-drop-shadow .drou-box:hover .drou-image:after {
  opacity: 1;
}

/* Entrance Animations */
@-webkit-keyframes zaroAnimationFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes zaroAnimationFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.tmFadeInUp {
  -webkit-animation-name: zaroAnimationFadeInUp;
  animation-name: zaroAnimationFadeInUp;
}

.tmFadeInUp.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

/* Entrance Grid Animation */
.drou-grid .grid-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

.drou-grid .grid-item.animate {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out;
}

@-webkit-keyframes moveHorizontal {
  0% {}

  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}

@keyframes moveHorizontal {
  0% {}

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

body:not(.elementor-editor-active) .modern-grid .grid-item {
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

body:not(.elementor-editor-active) .modern-grid .grid-item.animate {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  transition: opacity 1s linear, -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear;
  transition: transform 1s ease-in-out, opacity 1s linear, -webkit-transform 1s ease-in-out;
}

/*-------- 3. Header style ---------*/
.header-top-ptb-1 {
  padding: 7px 0;
}

.header-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-info>ul>li {
  margin-right: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info>ul>li:before {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #dedfe2;
}

.header-info>ul>li:last-child {
  margin-right: 0;
}

.header-info>ul>li:last-child:before {
  display: none;
}

.header-info>ul>li a {
  color: #444;
  font-weight: 500;
}

.header-info>ul>li a i {
  font-size: 14px;
  margin-right: 5px;
}

.header-info>ul>li a.language-dropdown-active i {
  font-size: 8px;
  margin-left: 5px;
}

.header-info>ul>li>ul.language-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -2;
  min-width: 200px;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  padding: 20px 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header-info>ul>li>ul li {
  display: block;
}

.header-info>ul>li>ul li a {
  display: block;
  color: #696969;
  padding: 11px 20px 12px;
}

.header-info>ul>li>ul li a:hover {
  color: #04517b;
  background-color: rgba(78, 151, 253, 0.1);
}

.header-info>ul>li:hover>a {
  color: #333;
}

.header-info>ul>li:hover>ul.language-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.covid-update p {
  color: #444;
}

.covid-update p a {
  background-color: #04517b;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 5px;
  padding: 1px 12px;
}

.covid-update p a:hover {
  background-color: #e4573d;
}

.covid-update.covid-update-mobile {
  padding: 0px 0 23px;
}

.covid-update.covid-update-mobile p {
  color: #fff;
}

.header-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5px;
}

.header-wrap.header-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* column-gap: 100px; */
}

.logo a {
  display: block;
}

.logo.logo-width-1 a img {
  width: 166px;
}

@media only screen and (max-width: 767px) {
  .logo.logo-width-1 a img {
    width: 120px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .logo.logo-hm3 a img {
    width: 120px;
  }
}

.main-menu.main-menu-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-menu.main-menu-mrg-1 {
  margin: 0 0 0 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-mrg-1 {
    margin: 0 0 0 15px;
  }
}

.main-menu>nav>ul>li {
  display: inline-block;
  position: relative;
}

.main-menu>nav>ul>li.position-static {
  position: static;
}

.main-menu>nav>ul>li>a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #444;
}

.main-menu>nav>ul>li>a i {
  font-size: 8px;
  position: relative;
  top: -3px;
  margin-left: 4px;
}

.main-menu>nav>ul>li>a.active {
  color: #04517b;
}

.main-menu>nav>ul>li ul.sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 275px;
  padding: 33px 0 35px;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 5px;
  z-index: 999;
}

.main-menu>nav>ul>li ul.sub-menu li {
  line-height: 1;
  display: block;
  margin-bottom: 21px;
  position: relative;
}

.main-menu>nav>ul>li ul.sub-menu li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu {
  position: absolute;
  left: 100%;
  top: -110px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 240px;
  padding: 33px 0 35px;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  margin-top: 20px;
}

.main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
  top: -25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.sub-menu li ul.level-menu.level-menu-modify {
    width: 165px;
  }
}

.main-menu>nav>ul>li ul.sub-menu li a {
  font-size: 16px;
  color: #555;
  display: block;
  padding: 0 30px;
}

.main-menu>nav>ul>li ul.sub-menu li a i {
  font-size: 9px;
  float: right;
  position: relative;
  top: 4px;
}

.main-menu>nav>ul>li ul.sub-menu li:hover>a {
  color: #000;
}

.main-menu>nav>ul>li ul.sub-menu li:hover ul.level-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}

.main-menu>nav>ul>li ul.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  width: 100%;
  padding: 35px 25px 35px 35px;
  -webkit-transition: all .25s ease 0s;
  -o-transition: all .25s ease 0s;
  transition: all .25s ease 0s;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  border-radius: 5px;
  z-index: 999;
}

.main-menu>nav>ul>li ul.mega-menu li {
  line-height: 1;
  display: block;
  position: relative;
  float: left;
  padding-right: 10px;
}

.main-menu>nav>ul>li ul.mega-menu li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-22 {
  width: 22%;
}

.main-menu>nav>ul>li ul.mega-menu li.sub-mega-menu-width-34 {
  width: 34%;
}

.main-menu>nav>ul>li ul.mega-menu li a.menu-title {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.main-menu>nav>ul>li ul.mega-menu li ul {
  margin-top: 28px;
}

.main-menu>nav>ul>li ul.mega-menu li ul li {
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}

.main-menu>nav>ul>li ul.mega-menu li ul li:last-child {
  margin-bottom: 0;
}

.main-menu>nav>ul>li ul.mega-menu li ul li a {
  font-size: 16px;
  color: #555;
  display: block;
  line-height: 1.4;
}

.main-menu>nav>ul>li ul.mega-menu li ul li a:hover {
  color: #000;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap {
  overflow: hidden;
  position: relative;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a {
  display: block;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
  position: absolute;
  top: 32px;
  left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content {
    left: 20px;
    top: 22px;
  }
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h4 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 11px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content h3 {
    font-size: 20px;
    line-height: 1.3;
    margin: 5px 0 7px;
  }
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
  margin: 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price {
    margin: 0 0 10px;
  }
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.new-price {
  font-size: 24px;
  font-weight: 700;
  color: #e4573d;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-price span.old-price {
  font-size: 16px;
  font-weight: 400;
  color: #696969;
  text-decoration: line-through;
  margin-left: 5px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 12px 22px 15px;
  background-color: #04517b;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-content .menu-banner-btn a {
    padding: 10px 16px 13px;
  }
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
  position: absolute;
  top: 13%;
  right: 7%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap .menu-banner-discount h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.main-menu>nav>ul>li ul.mega-menu li .menu-banner-wrap:hover .menu-banner-btn a {
  background-color: #e4573d;
}

.main-menu>nav>ul>li:hover>a {
  color: #04517b;
}

.main-menu>nav>ul>li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu>nav>ul>li:hover ul.mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.main-menu.hover-boder>nav>ul>li>a {
  position: relative;
}

.main-menu.hover-boder>nav>ul>li>a::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 34px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #04517b;
}

.main-menu.hover-boder>nav>ul>li:hover>a::after {
  width: 100%;
  left: 0;
  right: auto;
}

.main-menu.hover-boder.hover-boder-white>nav>ul>li>a::after {
  bottom: 18px;
  background: #ffffff;
}

.main-menu.hover-boder.hover-boder-modify>nav>ul>li>a::after {
  bottom: 28px;
}

.main-menu.main-menu-light-white>nav>ul>li>a {
  color: #111111;
}

.main-menu.main-menu-padding-1>nav>ul>li {
  padding: 0 17px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 14px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-padding-1>nav>ul>li {
    padding: 0 8px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu.main-menu-padding-1.hm3-menu-padding>nav>ul>li {
    padding: 0 6px;
  }
}

.main-menu.main-menu-lh-1>nav>ul>li {
  line-height: 92px;
}

.main-menu.main-menu-lh-2>nav>ul>li {
  line-height: 60px;
}

.main-menu.main-menu-lh-3>nav>ul>li {
  line-height: 80px;
}

.header-action-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-style-1 {
  margin-right: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-1 {
    margin-right: 15px;
  }
}

.search-style-1 form {
  width: 370px;
  position: relative;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .search-style-1 form {
    width: 280px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .search-style-1 form {
    width: 220px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-1 form {
    width: 170px;
  }
}

.search-style-1 form input {
  font-size: 15px;
  height: 48px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-style-1 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-1 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-1 form input:focus {
  border: 1px solid #04517b;
  background-color: #ffffff;
}

.search-style-1 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 16px;
  height: 100%;
  padding: 0 15px;
  background-color: transparent;
  color: #04517b;
}

.search-style-1 form button:hover {
  color: #e4573d;
}

.header-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action .header-action-icon {
  margin-right: 28px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-action .header-action-icon.header-action-mrg-none {
  margin-right: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none {
    margin-right: 20px;
  }
}

.header-action .header-action-icon.header-action-mrg-none2 {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon.header-action-mrg-none2 {
    margin-right: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action .header-action-icon {
    margin-right: 33px;
  }
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon {
    margin-right: 20px;
  }
}

.header-action .header-action-icon:last-child {
  margin-right: 0;
}

.header-action .header-action-icon>a {
  font-size: 24px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .header-action .header-action-icon>a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action .header-action-icon>a {
    font-size: 22px;
  }
}

.header-action .header-action-icon>a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action .header-action-icon>a span.pro-count.blue {
  background-color: #04517b;
}

.header-action .header-action-icon:hover>a {
  color: #04517b;
}

.header-action .header-action-icon:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-action.header-action-hm3 .header-action-icon {
    margin-right: 15px;
  }

  .header-action.header-action-hm3 .header-action-icon.header-action-mrg-none2 {
    margin-right: 0px;
  }

  .header-action.header-action-hm3 .header-action-icon:last-child {
    margin-right: 0;
  }
}

.header-action-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-action-2 .header-action-icon-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 14px;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 {
    padding: 0 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2 {
    padding: 0 10px;
  }
}

.header-action-2 .header-action-icon-2:last-child {
  padding: 0 0px 0 14px;
  align-items: center;
  gap: 3px;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2:last-child {
    padding: 0 0px 0 10px;
  }
}

.header-action-2 .header-action-icon-2>a {
  font-size: 30px;
  color: #333;
  line-height: 1;
  display: inline-block;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-action-2 .header-action-icon-2>a {
    color: #ffffff;
    fill: #ffffff;
  }
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2>a {
    color: #ffffff;
    fill: #ffffff;
  }
}

.header-action-2 .header-action-icon-2>a svg {
  /* width: 1em;
  height: 1em; */
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 767px) {
  .header-action-2 .header-action-icon-2>a {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-action-2 .header-action-icon-2>a {
    font-size: 22px;
  }
}

.header-action-2 .header-action-icon-2>a span.pro-count {
  position: absolute;
  right: -11px;
  bottom: -8px;
  color: #ffffff;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.header-action-2 .header-action-icon-2>a span.pro-count.blue {
  background-color: #04517b;
}

.header-action-2 .header-action-icon-2:hover>a {
  color: #04517b;
  fill: #04517b;
}

.header-action-2 .header-action-icon-2:hover .cart-dropdown-wrap {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-middle-ptb-1 {
  padding: 21px 0 0px;
}

.cart-dropdown-wrap {
  position: absolute;
  right: 0;
  top: calc(100% + 20px);
  z-index: 99;
  width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  padding: 30px 20px 27px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap {
    width: 290px;
    right: -39px;
  }

  .cart-dropdown-wrap.cart-dropdown-hm2 {
    right: -63px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-dropdown-wrap {
    width: 310px;
  }
}

.cart-dropdown-wrap ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}

.cart-dropdown-wrap ul li:last-child {
  margin: 0 0 0px;
}

.cart-dropdown-wrap ul li .shopping-cart-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap ul li .shopping-cart-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 10px;
  }
}

.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
}

.cart-dropdown-wrap ul li .shopping-cart-img a img {
  max-width: 100%;
}

.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 9px;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a {
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-title h4 a:hover {
  color: #04517b;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 0px;
  color: #04517b;
}

.cart-dropdown-wrap ul li .shopping-cart-title h3 span {
  color: #696969;
  font-weight: 400;
  font-size: 15px;
}

.cart-dropdown-wrap ul li .shopping-cart-delete {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 100;
  -webkit-flex-grow: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 6px 0 0;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a {
  font-size: 18px;
  color: #696969;
}

.cart-dropdown-wrap ul li .shopping-cart-delete a:hover {
  color: #333;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  border-top: 2px solid #f3f3f3;
  margin: 27px 0 20px;
  padding: 17px 0 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  color: #9b9b9b;
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  font-size: 18px;
  float: right;
  color: #04517b;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 50px;
  line-height: 1;
  padding: 16px 42px 17px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {
  .cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a {
    padding: 12px 22px 13px;
  }
}

.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:hover {
  background-color: #e4573d;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color: #415da1;
}

.header-height-1 {
  min-height: 133px;
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-1 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-1 {
    min-height: 65px;
  }
}

.header-height-2 {
  min-height: auto;
  /* min-height: 200px; */
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-2 {
    min-height: 224px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-2 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-2 {
    min-height: 65px;
  }
}

.header-height-3 {
  min-height: 132px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-3 {
    min-height: 133px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-3 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-3 {
    min-height: 65px;
  }
}

.header-height-4 {
  min-height: 120px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-height-4 {
    min-height: 144px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-height-4 {
    min-height: 83px;
  }
}

@media only screen and (max-width: 767px) {
  .header-height-4 {
    min-height: 65px;
  }
}

.search-style-2 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-style-2 form select {
  color: #1a305c;
  font-size: 15px;
  min-height: 52px;
  border: 2px solid #1a305c;
  border-right: none;
  width: 170px;
  padding: 3px 35px 3px 20px;
  border-radius: 26px 0 0 26px;
  background: transparent url("../../assets/images/icon-img/select.png") no-repeat center right 20px;
  background-color: #f8f8f8;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.search-style-2 form select:focus {
  color: #333;
}

.search-style-2 form input {
  color: #1a305c;
  font-size: 15px;
  min-height: 52px;
  border: 2px solid #1a305c;
  /* width: 540px; */
  width: 860px;
  padding: 3px 62px 3px 20px;
  border-radius: 0px 26px 26px 0px;
  background-color: #fff;
}

.far {
  color: #1a305c;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-style-2 form input {
    width: 340px;
  }
}

.search-style-2 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-2 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-2 form input:focus {
  border: 2px solid #415da1;
}

.search-style-2 form button {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 20px;
  color: #787675;
  height: 100%;
  padding: 5px 17px;
}

/* .header-bottom-bg-color {
  background-color: #415da1;
} */

.main-categori-wrap {
  position: relative;
  display: none;
}

.main-categori-wrap>a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
}

.main-categori-wrap>a span {
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .main-categori-wrap>a {
    font-weight: 500;
  }
}

.main-categori-wrap>a>i {
  font-size: 14px;
  margin-left: 15px;
  font-weight: 300;
}

.main-categori-wrap>a>i.up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap>a.open>i {
  opacity: 0;
  visibility: hidden;
}

.main-categori-wrap>a.open>i.up {
  opacity: 1;
  visibility: visible;
}

.hotline p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hotline p {
    font-size: 15px;
  }
}

.hotline p i {
  font-size: 24px;
  margin-right: 10px;
  color: #04517b;
}

.hotline p span {
  font-size: 14px;
  margin-right: 10px;
  font-weight: 400;
}

.categori-dropdown-active-large {
  list-style-type: none;
  position: absolute;
  top: 177%;
  left: 0;
  z-index: 9;
  margin: 0;
  padding: 15px 0 23px;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 400;
  min-width: 270px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  visibility: hidden;
}

.categori-dropdown-active-large.open {
  opacity: 1;
  visibility: visible;
}

.categori-dropdown-active-small {
  z-index: 9;
  margin: 0;
  padding: 15px 0 23px;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  font-size: 15px;
  font-weight: 400;
  display: none;
  width: 100%;
}

.categori-dropdown-wrap ul li {
  display: block;
}

.categori-dropdown-wrap ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 34px;
  line-height: 1.5;
  color: #444;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .categori-dropdown-wrap ul li a {
    padding: 5px 12px;
  }
}

.categori-dropdown-wrap ul li a i {
  margin-right: 16px;
  font-size: 20px;
}

.categori-dropdown-wrap ul li a:hover {
  color: #04517b;
  background-color: rgba(78, 151, 253, 0.1);
}

.header-bottom-shadow {
  -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

.search-style-3 form {
  position: relative;
}

.search-style-3 form input {
  font-size: 15px;
  height: 40px;
  color: #444;
  border-radius: 26px;
  padding: 3px 50px 3px 20px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.search-style-3 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-3 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.search-style-3 form input:focus {
  border: 1px solid #04517b;
}

.search-style-3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 14px;
  height: 100%;
  padding: 0 14px;
  background-color: transparent;
  color: #333;
}

.search-style-3 form button:hover {
  color: #04517b;
}

.search-popup-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: white;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-popup-wrap .search-popup-content form input {
  width: 1170px;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #04517b;
  font-size: 50px;
  padding: 21px 50px 16px 0px;
  color: #919191;
  font-weight: 300;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out, opacity .5s linear;
  -o-transition: all .5s ease-in-out, opacity .5s linear;
  transition: all .5s ease-in-out, opacity .5s linear;
}

.search-popup-wrap .search-popup-content form input::-moz-input-placeholder {
  color: #919191;
  opacity: 1;
}

.search-popup-wrap .search-popup-content form input::-webkit-input-placeholder {
  color: #919191;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .search-popup-wrap .search-popup-content form input {
    width: 1000px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .search-popup-wrap .search-popup-content form input {
    width: 820px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-popup-wrap .search-popup-content form input {
    width: 650px;
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .search-popup-wrap .search-popup-content form input {
    width: 270px;
    font-size: 25px;
    padding: 21px 20px 12px 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .search-popup-wrap .search-popup-content form input {
    width: 480px;
    font-size: 25px;
    padding: 21px 20px 12px 0px;
  }
}

.search-popup-wrap.search-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.search-popup-wrap.search-visible .search-popup-content form input {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

.close-style-wrap {
  position: absolute;
  right: 55px;
  top: 40px;
}

.close-style-wrap.close-style-position-inherit {
  position: inherit;
}

.close-style-wrap .close-style {
  position: relative;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 40px;
  height: 40px;
}

.close-style-wrap .close-style>i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 2px;
  margin: 0 !important;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  display: block;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.close-style-wrap .close-style>i::before,
.close-style-wrap .close-style>i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #111;
}

.close-style-wrap .close-style>i.icon-top {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-style-wrap .close-style>i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.close-style-wrap .close-style>i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.close-style-wrap .close-style>i.icon-bottom {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.close-style-wrap .close-style>i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.close-style-wrap .close-style>i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.close-style-wrap .close-style:hover i.icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.close-style-wrap .close-style:hover i.icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.burger-icon {
  position: relative;
  width: 24px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.burger-icon>span::before,
.burger-icon>span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon>span.burger-icon-top {
  top: 5px;
}

.burger-icon>span.burger-icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.burger-icon>span.burger-icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 5px;
}

.burger-icon>span.burger-icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.burger-icon>span.burger-icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
  background-color: #ffffff;
}

.burger-icon:hover span::before,
.burger-icon:hover span::after {
  background-color: #04517b;
}

.burger-icon:hover span.burger-icon-top::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.burger-icon:hover span.burger-icon-top::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.burger-icon:hover span.burger-icon-bottom::before {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
}

.burger-icon:hover span.burger-icon-bottom::after {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.body-overlay-1 {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 9999;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-wrapper {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-active {
  overflow: hidden;
}

.mobile-menu-active .main-wrapper {
  -webkit-transform: translateX(-320px);
  -ms-transform: translateX(-320px);
  transform: translateX(-320px);
}

@media only screen and (max-width: 767px) {
  .mobile-menu-active .main-wrapper {
    -webkit-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    transform: translateX(-200px);
  }
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 360px;
  min-height: 100vh;
  bottom: 0;
  z-index: 111;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translate(200px, 0);
  -ms-transform: translate(200px, 0);
  transform: translate(200px, 0);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style {
    width: 300px;
  }
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #04517b;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 20px 20px;
  }
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 166px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

@media only screen and (max-width: 767px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px 20px 30px;
  }
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav {
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 18px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children .menu-expand {
  top: 10px;
  right: 0%;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: transparent;
  color: #ffffff;
  line-height: 40px;
  font-size: 18px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.menu-item-has-children.active>.menu-expand i::before {
  content: "\f106";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 18px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 20px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0 12px;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.menu-item-has-children .menu-expand {
  top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 32px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 25px 0 30px;
  margin-bottom: 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 16px;
  display: block;
  color: #ffffff;
  font-weight: 500;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a span {
  float: right;
  font-size: 18px;
  position: relative;
  top: 8px;
  line-height: 1;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0.4px rgba(0, 0, 0, 0.1);
  padding: 22px 30px 26px;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 15px;
  color: #696969;
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #04517b;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: rgba(255, 255, 255, 0.7);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a {
  display: inline-block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  margin-right: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.facebook {
  background-color: #3b5999;
  border: 1px solid #3b5999;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.facebook:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.twitter {
  background-color: #55acee;
  border: 1px solid #55acee;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.twitter:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.tumblr {
  background-color: #35465c;
  border: 1px solid #35465c;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.tumblr:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.instagram {
  background-color: #e4405f;
  border: 1px solid #e4405f;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-social-icon a.instagram:hover {
  color: #333;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-search {
  padding: 30px 0 30px;
}

.categori-button-active-2 {
  padding: 21px 0;
  display: block !important;
}

.categori-button-active-2 i {
  float: right;
  position: relative;
  top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-bottom {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header-bottom {
    padding: 5px 0;
  }
}

/*-------- 4. Slider style ---------*/
.slider-height-1 {
  height: 574px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slider-height-1 {
    height: 514px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-1 {
    height: 474px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-1 {
    height: 510px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-1 {
    height: 474px;
    background-position: 60%;
  }
}

.slider-height-2 {
  height: 620px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-2 {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-2 {
    height: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-2 {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-2 {
    height: 700px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-2 {
    height: 450px;
  }
}

.slider-height-3 {
  height: 620px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-height-3 {
    height: 580px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-height-3 {
    height: 520px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-height-3 {
    height: 470px;
  }
}

@media only screen and (max-width: 767px) {
  .slider-height-3 {
    height: 650px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider-height-3 {
    height: 450px;
  }
}

.single-hero-slider {
  position: relative;
}

.slider-product-price {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
  .slider-product-price {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

.slider-product-price h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 {
    font-size: 22px;
  }
}

.slider-product-price h3 span {
  display: block;
  line-height: 1;
  font-weight: 400;
  font-size: 20px;
  margin: 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 span {
    font-size: 16px;
  }
}

.slider-product-price h3 span.mrg-top {
  margin: 6px 0 0px;
}

@media only screen and (max-width: 767px) {
  .slider-product-price h3 span.mrg-top {
    margin: 2px 0 0px;
  }
}

.slider-product-price.slider-product-position1 {
  position: absolute;
  top: 21%;
  left: 44%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slider-product-price.slider-product-position1 {
    top: 10%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-product-price.slider-product-position1 {
    top: 12%;
  }
}

@media only screen and (max-width: 767px) {
  .slider-product-price.slider-product-position1 {
    top: 10%;
  }
}

.slider-product-price.slider-product-position2 {
  position: absolute;
  top: 21%;
  right: 7%;
}

@media only screen and (max-width: 767px) {
  .slider-product-price.slider-product-position2 {
    top: 6%;
  }
}

.slider-product-price.slider-product-position3 {
  position: absolute;
  top: 24%;
  right: 50%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-product-price.slider-product-position3 {
    right: 23%;
  }
}

.slider-product-price.slider-product-position4 {
  position: absolute;
  top: 23%;
  right: 66%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-product-price.slider-product-position4 {
    right: 32%;
  }
}

.slider-product-price.slider-product-position5 {
  position: absolute;
  top: 19%;
  right: 0%;
}

.slider-product-price.slider-product-position6 {
  position: absolute;
  top: 19%;
  right: 51%;
}

.slider-product-price.slider-product-position7 {
  position: absolute;
  top: 24%;
  right: 50%;
}

.hero-slider-content-1 {
  padding: 0 60px 50px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 {
    padding: 0 15px 50px;
  }
}

.hero-slider-content-1 h1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 500;
  margin: 0;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 h1 {
    font-size: 25px;
    line-height: 34px;
  }
}

.hero-slider-content-1>p {
  font-size: 15px;
  line-height: 26px;
  margin: 19px 0 27px;
  color: #ffffff;
  width: 60%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1>p {
    width: 100%;
    margin: 15px 0 20px;
  }
}

.hero-slider-content-1 h4 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #e4573d;
  text-transform: uppercase;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-1 h4 {
    margin: 0 0 15px;
  }
}

.hero-slider-content-1 .slider-product-offer-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 2px;
  margin-right: 10px;
  padding: 6px 10px;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span:last-child {
  margin-right: 0;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span.yellow {
  background-color: #f6b500;
}

.hero-slider-content-1 .slider-product-offer-wrap .slider-product-offer span.red {
  background-color: #e4573d;
}

.hero-slider-content-1 .slider-product-offer-wrap p {
  font-size: 18px;
  color: #ffffff;
  margin: 0 0 0 10px;
}

.hero-slider-content-1.slider-content-1-black h1 {
  color: #333;
}

.hero-slider-content-1.slider-content-1-black p {
  color: #333;
}

.btn-style-1 a {
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-radius: 50px;
  padding: 14px 42px 16px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a {
    padding: 10px 32px 12px;
  }
}

.btn-style-1 a.font-size-14 {
  font-size: 14px;
}

.btn-style-1 a.btn-1-padding-2 {
  padding: 8px 22px 9px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-2 {
    padding: 4px 15px 7px;
  }
}

.btn-style-1 a.btn-1-padding-3 {
  padding: 14px 34px 16px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-3 {
    padding: 10px 32px 12px;
  }
}

.btn-style-1 a.btn-1-padding-4 {
  padding: 7px 36px 8px;
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-4 {
    padding: 4px 15px 7px;
  }
}

.btn-style-1 a.btn-1-padding-5 {
  padding: 14px 54px 16px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .btn-style-1 a.btn-1-padding-5 {
    padding: 12px 44px 12px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-style-1 a.btn-1-padding-5 {
    padding: 7px 30px 10px;
  }
}

.btn-style-1 a:hover {
  background-color: #e4573d;
}

.nav-style-1.nav-style-1-position-1>span {
  position: absolute;
  bottom: 7%;
  right: 6%;
}

@media only screen and (max-width: 767px) {
  .nav-style-1.nav-style-1-position-1>span {
    bottom: 3%;
  }
}

.nav-style-1>span {
  cursor: pointer;
  color: #ffffff;
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9;
  font-size: 18px;
}

.nav-style-1>span i {
  line-height: 52px;
}

@media only screen and (max-width: 767px) {
  .nav-style-1>span i {
    line-height: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-1>span {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }
}

.nav-style-1>span:hover {
  background: rgba(0, 0, 0, 0.5);
}

.nav-style-1>span.slider-icon-1-prev {
  margin-right: 62px;
}

@media only screen and (max-width: 767px) {
  .nav-style-1>span.slider-icon-1-prev {
    margin-right: 52px;
  }
}

.slick-active .single-animation-wrap .slider-animated-1 span {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 h4 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 h3 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 h1 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 p {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 .btn-style-1 a {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1.slider-product-price {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.slick-active .single-animation-wrap .slider-animated-1 .slider-product-offer-wrap,
.slick-active .single-animation-wrap .slider-animated-1 .slider-product-offer-wrap-2 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.slick-active .single-animation-wrap .slider-animated-1 .single-slider-img img {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 {
    text-align: left;
  }
}

.hero-slider-content-2 h4 {
  font-size: 24px;
  color: #e4573d;
  margin: 0 0 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 h4 {
    margin: 0 0 12px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 h4 {
    font-size: 22px;
  }
}

.hero-slider-content-2 h1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
  color: #333;
  margin: 0 0 0px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content-2 h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-2 h1 {
    font-size: 44px;
    line-height: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h1 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-2 h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

.hero-slider-content-2 h1.mrg-bottom {
  margin: 0 0 23px;
}

.hero-slider-content-2 p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
  margin: 7px 0 22px;
  width: 74%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .hero-slider-content-2 p {
    width: 83%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .hero-slider-content-2 p {
    width: 88%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-2 p {
    width: 88%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-2 p {
    width: 100%;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 p {
    width: 100%;
    font-size: 17px;
    line-height: 30px;
    margin: 5px 0 15px;
  }
}

.hero-slider-content-2 span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1;
}

.hero-slider-content-2 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #e4573d;
  margin: 10px 0 15px;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-2 h3 {
    font-size: 28px;
    margin: 10px 0 10px;
  }
}

.single-slider-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .single-slider-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-slider-img {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0px;
  }
}

.single-slider-img.single-slider-img-1 img {
  width: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-1 img {
    width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-1 img {
    width: 250px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-1 img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-1 img {
    width: 200px;
  }
}

.single-slider-img.single-slider-img-2 img {
  width: 543px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-2 img {
    width: 343px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-2 img {
    width: 343px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-2 img {
    width: 243px;
  }
}

.single-slider-img.single-slider-img-3 img {
  width: 580px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-3 img {
    width: 300px;
  }
}

.single-slider-img.single-slider-img-4 img {
  width: 554px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-4 img {
    width: 354px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-4 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-4 img {
    width: 220px;
  }
}

.single-slider-img.single-slider-img-5 img {
  width: 495px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-5 img {
    width: 350px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-5 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-5 img {
    width: 260px;
  }
}

.single-slider-img.single-slider-img-6 img {
  width: 584px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-slider-img.single-slider-img-6 img {
    width: 384px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-slider-img.single-slider-img-6 img {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .single-slider-img.single-slider-img-6 img {
    width: 270px;
  }
}

div#section-template--14386495750224__1664105368878f8ec1 .bg-img {
  background-size: inherit;
}

.btn-style-1 a i {
  margin-left: 1px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.dot-style-1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dot-style-1 ul li {
  margin: 0 5px;
}

.dot-style-1 ul li button {
  width: 29px;
  height: 8px;
  border-radius: 25px;
  border: none;
  padding: 0;
  font-size: 0px;
  background-color: transparent;
  background: rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: translate(6px, 6px);
  -ms-transform: translate(6px, 6px);
  transform: translate(6px, 6px);
}

.dot-style-1 ul li button:hover {}

.dot-style-1 ul li.slick-active button {
  width: 12px;
  height: 12px;
  background: #333;
  -webkit-transform: translate(4px, 4px);
  -ms-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
}

.dot-style-1.dot-style-1-position-1 ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 35px;
}

.dot-style-1.dot-style-1-center ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-style-1.dot-style-1-mt1 ul {
  margin-top: 30px;
}

.hm3-bg-color-1 {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(306deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(306deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) linear-gradient(144deg, #e2eef9 0%, #e7dfef 100%) repeat scroll 0% 0%;
}

.hm3-bg-color-3 {
  background: #e3d4c2 none repeat scroll 0% 0%;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-3 {
    text-align: left;
  }
}

.hero-slider-content-3 h4 {
  font-size: 24px;
  color: #e4573d;
  margin: 0 0 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h4 {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h4 {
    font-size: 20px;
    margin: 0 0 10px;
  }
}

.hero-slider-content-3 h4 span {
  font-weight: 700;
}

.hero-slider-content-3 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h1 {
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h1 {
    font-size: 25px;
    line-height: 34px;
  }
}

.hero-slider-content-3 h1.font-inc {
  font-size: 56px;
  line-height: 64px;
  margin: 0 0 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 36px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 33px;
    line-height: 40px;
    margin: 0 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h1.font-inc {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 7px;
  }
}

.hero-slider-content-3 p {
  font-size: 18px;
  color: #444;
  line-height: 30px;
  margin: 10px 0 30px;
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-3 p {
    width: 100%;
    margin: 10px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 p {
    width: 100%;
    margin: 7px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 p {
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    margin: 7px 0 15px;
  }
}

.hero-slider-content-3>span {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1;
}

.hero-slider-content-3 h3 {
  font-size: 34px;
  font-weight: 700;
  color: #e4573d;
  margin: 10px 0 15px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-3 h3 {
    font-size: 30px;
    margin: 10px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-3 h3 {
    font-size: 28px;
    margin: 10px 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 {
    text-align: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-4 {
    text-align: left;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 {
    margin: 0 0 10px;
    display: block;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span {
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  border-radius: 2px;
  margin-right: 10px;
  padding: 6px 10px;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span:last-child {
  margin-right: 0;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span.yellow {
  background-color: #f6b500;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 .slider-product-offer-2 span.red {
  background-color: #e4573d;
}

.hero-slider-content-4 .slider-product-offer-wrap-2 p {
  font-size: 24px;
  color: #333;
  margin: 0 0 0 10px;
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 .slider-product-offer-wrap-2 p {
    font-size: 18px;
    margin: 5px 0 0 0px;
  }
}

.hero-slider-content-4 h1 {
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-4 h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-4 h1 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 h1 {
    font-size: 22px;
    line-height: 30px;
  }
}

.hero-slider-content-4 p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 30px;
  width: 75%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider-content-4 p {
    width: 89%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider-content-4 p {
    width: 96%;
    margin: 10px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-slider-content-4 p {
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin: 10px 0 20px;
  }
}

/*-------- 5. Banner style ---------*/
.banner-wrap {
  position: relative;
}

.banner-wrap .banner-img {
  position: relative;
  overflow: hidden;
}

.banner-wrap .banner-img a {
  display: block;
}

.banner-wrap .banner-img a img {
  width: 100%;
}

.banner-wrap .banner-img-zoom a {
  display: block;
}

.banner-wrap .banner-img-zoom a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.banner-wrap .banner-content-1 {
  position: absolute;
  top: 50%;
  width: fit-content;
  transform: translate(16%, -50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

.banner-wrap .banner-content-1 span {
  display: block;
  font-size: 15px;
  text-transform: uppercase;
}

.banner-wrap .banner-content-1 h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 10px 0 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 21px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 4px 0 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 4px 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-1 h2 {
    font-size: 20px;
    margin: 5px 0 7px;
  }
}

.banner-wrap .banner-content-1 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #e4573d;
  margin: 0px 0 26px;
}

.banner-wrap .banner-content-1 h3 span {
  color: #696969;
  margin-left: 2px;
  display: inline-block;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 400;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 22px;
    margin: 0px 0 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 20px;
    margin: 0px 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-1 h3 {
    font-size: 20px;
    margin: 0px 0 12px;
  }
}

.banner-wrap .banner-content-2 {
  position: absolute;
  left: 30px;
  top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 {
    top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 {
    left: 20px;
    top: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-2 {
    top: 25px;
  }
}

.banner-wrap .banner-content-2 h2 {
  font-size: 48px;
  margin: 0;
}

.banner-wrap .banner-content-2 h2.font-size-dec {
  font-size: 40px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 33px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 17px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2.font-size-dec {
    font-size: 22px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h2 {
    font-size: 20px;
  }
}

.banner-wrap .banner-content-2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 10px;
  line-height: 1;
  margin: 13px 0 13px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 20px;
    margin: 8px 0 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h3 {
    font-size: 17px;
    margin: 7px 0 8px;
  }
}

.banner-wrap .banner-content-2 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #e4573d;
  margin: 0 0 26px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-2 h4 {
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-2 h4 {
    margin: 5px 0 5px;
    font-size: 20px;
  }
}

.banner-wrap .banner-content-3 {
  position: absolute;
  left: 30px;
  top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 {
    left: 20px;
    top: 15px;
  }
}

.banner-wrap .banner-content-3 span {
  font-size: 15px;
  text-transform: uppercase;
}

.banner-wrap .banner-content-3 h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  margin: 3px 0 6px;
  width: 70%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 h2 {
    font-size: 22px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h2 {
    font-size: 22px;
    width: 100%;
  }
}

.banner-wrap .banner-content-3 h4 {
  font-size: 24px;
  font-weight: bold;
  color: #04517b;
  margin: 0 0 30px;
}

.banner-wrap .banner-content-3 h4.red {
  color: #e4573d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-content-3 h4 {
    margin: 0 0 12px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-content-3 h4 {
    margin: 0 0 20px;
    font-size: 22px;
  }
}

.banner-wrap .banner-badge {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
}

.banner-wrap .banner-badge h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.banner-wrap .banner-badge h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 3px;
}

.banner-wrap .banner-badge.banner-badge-position1 {
  position: absolute;
  bottom: 12%;
  left: 45%;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge.banner-badge-position1 {
    left: 65%;
  }
}

.banner-wrap .banner-badge.banner-badge-position2 {
  position: absolute;
  top: 14%;
  right: 8%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 40%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 40%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge.banner-badge-position2 {
    top: 47%;
  }
}

.banner-wrap .banner-badge-2 {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.banner-wrap .banner-badge-2 h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 h3 {
    font-size: 16px;
  }
}

.banner-wrap .banner-badge-2 h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 30px;
  margin: 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2 h3 span {
    font-size: 18px;
  }
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 {
  width: 74px;
  height: 74px;
  line-height: 74px;
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 h3 {
  font-size: 16px;
}

.banner-wrap .banner-badge-2.banner-badge-2-modify-1 h3 span {
  font-size: 20px;
}

.banner-wrap .banner-badge-2.banner-badge-2-position1 {
  position: absolute;
  bottom: 10%;
  left: 45%;
}

@media only screen and (max-width: 767px) {
  .banner-wrap .banner-badge-2.banner-badge-2-position1 {
    bottom: 8%;
    left: 70%;
  }
}

.banner-wrap:hover .banner-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.banner-wrap:hover .btn-style-1 a {
  background-color: #e4573d;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .banner-area-mt {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area-mt {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .banner-area-mt {
    margin-top: 10px;
  }

  .banner-area.pb-45 {
    padding-bottom: 30px;
  }

  .banner-area.pb-40 {
    padding-bottom: 25px;
  }
}

/*-------- 6. Section title style ---------*/
.section-title-timer-wrap {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-18px);
  -ms-transform: translateY(-18px);
  transform: translateY(-18px);
  padding: 0px 30px 0 30px;
  background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-timer-wrap {
    padding: 0px 25px 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-timer-wrap {
    display: block;
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    padding: 0px 10px 0 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-timer-wrap {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.section-title-btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .section-title-btn-wrap.mb-35 {
    margin-bottom: 25px;
  }

  .section-title-btn-wrap.st-btn-wrap-xs-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.section-title-1 h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-1 h2.section-title-hm2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1 h2 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-1 h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1.mb-30 {
    margin-bottom: 20px;
  }

  .section-title-1.mb-40 {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-1.section-title-hm2 h2 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-1.section-title-hm2 {
    text-align: center;
  }

  .section-title-1.section-title-hm2 h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

.section-title-2 h2 {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.42em;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 20px;
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-2 h2 {
    font-size: 22px;
  }
}

.section-title-2 p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-2 p {
    width: 58%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-2 p {
    width: 77%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2 p {
    width: 100%;
    margin: 10px auto 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title-2 p {
    width: 84%;
  }
}

@media only screen and (max-width: 767px) {
  .section-title-2.mb-35 {
    margin-bottom: 25px;
  }

  .section-title-2.mb-45 {
    margin-bottom: 35px;
  }
}

/*-------- 25. account style ---------*/
.timer-style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  padding: 6px 24px 5px;
  margin-left: 20px;
  background-color: #e4573d;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 {
    margin-left: 10px;
    padding: 6px 20px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 {
    margin-left: 0px;
    margin-top: 10px;
    padding: 6px 15px 6px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .timer-style-1 {
    margin-left: 10px;
    margin-top: 0px;
  }
}

.timer-style-1 span {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 span {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 span {
    margin-right: 10px;
    font-size: 15px;
  }
}

.timer-style-1 .syotimer__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.timer-style-1 .syotimer__body .syotimer-cell {
  margin-right: 23px;
  position: relative;
}

.timer-style-1 .syotimer__body .syotimer-cell::before {
  position: absolute;
  content: "";
  right: -12px;
  top: 28%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1 .syotimer__body .syotimer-cell::after {
  position: absolute;
  content: "";
  right: -12px;
  bottom: 22%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child {
  margin-right: 0;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child::before {
  display: none;
}

.timer-style-1 .syotimer__body .syotimer-cell:last-child::after {
  display: none;
}

.timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
  color: #ffffff;
  font-weight: bold;
  font-size: 23px;
  line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__value {
    font-size: 16px;
  }
}

.timer-style-1 .syotimer__body .syotimer-cell .syotimer-cell__unit {
  display: none;
}

.product-area-border {
  border: 2px solid #04517b;
  border-radius: 5px;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .product-area-border {
    padding: 0 20px;
  }
}

.single-product-wrap {
  position: relative;
}

.single-product-wrap .product-img-action-wrap {
  position: relative;
}

.single-product-wrap .product-img-action-wrap .product-img {
  position: relative;
  overflow: hidden;
}

.single-product-wrap .product-img-action-wrap .product-img a img {
  width: 100%;
  border-radius: 15px;
}

.single-product-wrap .product-img-action-wrap .product-img a img.hover-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s opacity, 0.25s visibility, transform 1.5s cubic-bezier(0, 0, 0.2, 1), -webkit-transform 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-product-wrap .product-img-action-wrap .product-action-1 {
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button,
.product-action-1 .add-to-cart.ajax-spin-cart,
.single-product-wrap .product-img-action-wrap .nrb_wlist a,
.nrb_wlist a span {
  border: none;
  width: 40px;
  height: 40px;
  line-height: 41px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  margin-right: 7px;
  position: relative;
  color: #fff;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:after,
.product-action-1 .add-to-cart.ajax-spin-cart:after,
.single-product-wrap .product-img-action-wrap .nrb_wlist a:after,
.nrb_wlist a span:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #04517b;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.single-product-wrap .product-img-action-wrap .nrb_wlist a:before,
.single-product-wrap .product-img-action-wrap .product-action-1 button:before,
.product-action-1 .add-to-cart.ajax-spin-cart:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #04517b;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:last-child,
.product-action-1 .add-to-cart.ajax-spin-cart:last-child,
.product-action-1 a.wishlist {
  margin-right: 0;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button i {
  font-size: 15px;
  color: #ffffff;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover {
  background-color: #04517b;
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover:after,
.single-product-wrap .product-img-action-wrap .nrb_wlist a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.single-product-wrap .product-img-action-wrap .product-action-1 button:hover:before,
.single-product-wrap .product-img-action-wrap .nrb_wlist a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.single-product-wrap .product-badges {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-product-wrap .product-badges.product-badges-mrg {
  margin: 0 0 10px;
}

.single-product-wrap .product-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.single-product-wrap .product-badges span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 20px;
  color: #ffffff;
  margin-right: 10px;
  padding: 5px 8px 6px;
}

.single-product-wrap .product-badges span:last-child {
  margin-right: 0px;
}

.single-product-wrap .product-badges span.yellow {
  background-color: #f6b500;
}

.single-product-wrap .product-badges span.red {
  background-color: #004771;
}

.single-product-wrap .product-badges span.red-2 {
  background-color: #004771;
}

.single-product-wrap .product-content-wrap .product-category a {
  color: #555;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.single-product-wrap .product-content-wrap .product-category a:hover {
  color: #04517b;
}

.single-product-wrap .product-content-wrap h2 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 8px 0 6px;
}

.single-product-wrap .product-content-wrap h2 a {
  color: #011638;
}

.single-product-wrap .product-content-wrap h2 a:hover {
  color: #1184B0;
}

.single-product-wrap .product-content-wrap .product-price span {
  font-size: 16px;
  font-weight: 700;
  color: #011638;
}

.single-product-wrap .product-content-wrap .product-price span.new-price {
  color: #011638;
}

.single-product-wrap .product-content-wrap .product-price span.old-price {
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
  margin: 0 0 0 6px;
  text-decoration: line-through;
}

.single-product-wrap .product-stock .status-bar {
  background-color: #ededed;
  margin: 0px 0 10px;
  border-radius: 5px;
}

.single-product-wrap .product-stock .status-bar .sold-bar {
  background-image: -webkit-linear-gradient(215deg, #04517b 0%, #77ccfd 100%);
  background-image: -o-linear-gradient(215deg, #04517b 0%, #77ccfd 100%);
  background-image: linear-gradient(235deg, #04517b 0%, #77ccfd 100%);
  border-radius: 4px;
  height: 8px;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-33 {
  width: 33.333333333333%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-10 {
  width: 10%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-40 {
  width: 40%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-6 {
  width: 6.6666666666667%;
}

.single-product-wrap .product-stock .status-bar .sold-bar.sold-bar-width-42 {
  width: 42.857142857143%;
}

.single-product-wrap .product-stock .product-stock-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-product-wrap .product-stock .product-stock-status .sold {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: 20px;
}

.single-product-wrap .product-stock .product-stock-status .available {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span {
  font-size: 15px;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span.label {
  color: #444;
}

.single-product-wrap .product-stock .product-stock-status .stock-status-same-style span.value {
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .single-product-wrap.mb-50 {
    margin-bottom: 30px;
  }
}

.single-product-wrap:hover .product-img-action-wrap .product-img a img.hover-img {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap:hover .product-img-action-wrap .product-action-1 {
  opacity: 1;
  visibility: visible;
}

.single-product-wrap:hover .product-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.product-hm1-mrg {
  margin-top: 30px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .product-hm1-mrg {
    margin-bottom: 30px;
  }
}

.product-slider-active-1,
.categories-slider-1 {
  margin-left: -10px;
  margin-right: -10px;
}

.product-slider-active-1 .product-plr-1,
.categories-slider-1 .product-plr-1 {
  padding: 0 10px;
}

.nav-style-2>span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -3.5%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .6s ease 0s;
  -o-transition: all .6s ease 0s;
  transition: all .6s ease 0s;
  z-index: 99;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  font-size: 28px;
  background: #ffffff;
  color: #696969;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.09);
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2>span {
    left: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2>span {
    width: 35px;
    height: 35px;
  }
}

.nav-style-2>span i {
  line-height: 52px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .nav-style-2>span i {
    line-height: 35px;
  }
}

.nav-style-2>span.pro-icon-1-next {
  left: auto;
  right: -3.5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2>span.pro-icon-1-next {
    right: 0%;
  }
}

.nav-style-2>span:hover {
  color: #04517b;
}

.nav-style-2.nav-style-2-modify-2>span {
  left: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-style-2.nav-style-2-modify-2>span {
    left: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.nav-style-2-modify-2>span {
    left: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.nav-style-2-modify-2>span {
    left: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.nav-style-2-modify-2>span {
    left: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-2>span {
    left: 0%;
  }
}

.nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
  left: auto;
  right: -3.5%;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
    right: 0%;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-2>span.pro-icon-1-next {
    right: 0%;
  }
}

.nav-style-2.nav-style-2-modify-1>span {
  left: 2%;
}

.nav-style-2.nav-style-2-modify-1>span.pro-icon-1-next {
  left: auto;
  right: 2%;
}

.nav-style-2.nav-style-2-modify-3>span {
  left: 0%;
  width: 48px;
  height: 48px;
  color: #333;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  background-color: transparent;
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-3>span {
    width: 38px;
    height: 38px;
  }
}

.nav-style-2.nav-style-2-modify-3>span:hover {
  color: #ffffff;
  border: 1px solid #333;
  background-color: #333;
}

.nav-style-2.nav-style-2-modify-3>span i {
  line-height: 46px;
}

@media only screen and (max-width: 767px) {
  .nav-style-2.nav-style-2-modify-3>span i {
    line-height: 36px;
  }
}

.nav-style-2.nav-style-2-modify-3>span.pro-icon-1-next {
  left: auto;
  right: 0%;
}

.nav-style-2:hover>span {
  opacity: 1;
  visibility: visible;
}

.categories-wrap {
  background: #f8f8f8;
  padding: 25px 30px 30px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .categories-wrap {
    padding: 25px 15px 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .categories-wrap {
    padding: 25px 10px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .categories-wrap {
    padding: 25px 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .categories-wrap {
    padding: 25px 20px 30px;
  }
}

.categories-wrap .categories-img a {
  display: block;
}

.categories-wrap .categories-img a img {
  width: 100%;
}

.categories-wrap .categories-img-zoom {
  overflow: hidden;
}

.categories-wrap .categories-img-zoom a img {
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.categories-wrap .categories-content {
  margin: 13px 0 0;
}

.categories-wrap .categories-content h3 {
  font-size: 18px;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .categories-wrap .categories-content h3 {
    font-size: 17px;
  }
}

.categories-wrap .categories-content h3 a {
  color: #333;
}

.categories-wrap .categories-content h3 a:hover {
  color: #04517b;
}

.categories-wrap:hover .categories-img-zoom a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.btn-style-2 a {
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.btn-style-2 a i {
  font-size: 16px;
  margin-left: 14px;
  position: relative;
  top: 2px;
  color: #04517b;
}

.btn-style-2 a:hover {
  color: #04517b;
}

.slidebar-product-wrap {
  padding: 38px 30px 53px;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 35px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidebar-product-wrap {
    padding: 38px 20px 53px;
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidebar-product-wrap {
    margin-right: 0px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .slidebar-product-wrap {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

.slidebar-product-wrap.slidebar-product-bg-1 {
  background-color: #f1f1f1;
  background-image: url(bg-1.jpg);
}

.slidebar-product-wrap.slidebar-product-bg-2 {
  background-color: #f6f2ed;
}

.slidebar-product-wrap.slidebar-product-bg-3 {
  background-image: -webkit-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
  background-image: -o-linear-gradient(220deg, #f6fafe 0%, #edeff6 82%);
  background-image: linear-gradient(230deg, #f6fafe 0%, #edeff6 82%);
}

.slidebar-product-wrap .slidebar-product-content h3 {
  font-size: 18px;
  margin: 0 0 10px;
}

.slidebar-product-wrap .slidebar-product-content h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slidebar-product-wrap .slidebar-product-content h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.slidebar-product-wrap .slidebar-product-img {
  margin: 6px 0 55px;
}

.slidebar-product-wrap .slidebar-product-img>a {
  display: block;
}

.slidebar-product-wrap .slidebar-product-img>a img {
  max-width: 100%;
}

.slidebar-product-wrap .slidebar-product-img.slidebar-product-mrg-1>a {
  margin: 38px 0 27px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slidebar-product-wrap .slidebar-product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .slidebar-product-wrap .slidebar-product-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.slidebar-product-wrap .slidebar-product-details ul li {
  margin-bottom: 12px;
}

.slidebar-product-wrap .slidebar-product-details ul li:last-child {
  margin-bottom: 0;
}

.slidebar-product-wrap .slidebar-product-details ul li a {
  font-size: 16px;
  color: #444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.slidebar-product-wrap .slidebar-product-details ul li a i {
  font-size: 14px;
  margin-right: 9px;
  position: relative;
  top: 6px;
}

.slidebar-product-wrap .slidebar-product-details ul li a:hover {
  color: #04517b;
}

.sidebar-product-wrap .single-sidebar-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sidebar-product-wrap .single-sidebar-product:last-child {
  margin-bottom: 0;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    margin-right: 10px;
  }
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a {
  display: block;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-img-3 a img {
  width: 100%;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 {
  font-size: 15px;
  margin: 0 0 7px;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 a {
  color: #333;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 h4 a:hover {
  color: #04517b;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span {
  font-size: 15px;
  font-weight: 700;
  color: #04517b;
  display: inline-block;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span.old-price {
  text-decoration: line-through;
  color: #444;
  margin: 0 0 0 7px;
  font-weight: 400;
}

.sidebar-product-wrap .single-sidebar-product .slidebar-product-content-3 .slidebar-pro-price span.new-price {
  color: #e4573d;
}

@media only screen and (max-width: 767px) {
  .product-area.pt-90 {
    padding-top: 70px;
  }

  .product-area.pb-20 {
    padding-bottom: 25px;
  }

  .shop-area.pt-75 {
    padding-top: 53px;
  }
}

/*-------- 7. Brand logo style ---------*/
.single-brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single-brand-logo a {
  display: block;
}

.single-brand-logo a img {
  max-width: 100%;
}

.single-brand-logo:hover a img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media only screen and (max-width: 767px) {
  .brand-logo-area.pb-35 {
    padding-bottom: 20px;
  }

  .brand-logo-area.pb-70 {
    padding-bottom: 20px;
  }
}

/*-------- 8. Testimonial style ---------*/
.testimonial-area {
  position: relative;
}

.testimonial-area .pagingInfo {
  position: absolute;
  bottom: 13%;
  left: 10%;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  z-index: 5;
}

.testimonial-active-1,
.testimonial-active-3 {
  margin-left: -15px;
  margin-right: -15px;
}

.testimonial-active-1 .testimonial-plr-1,
.testimonial-active-3 .testimonial-plr-1 {
  padding: 0 15px;
}

.single-testimonial {
  position: relative;
  padding: 56px 40px 55px;
  background-image: -webkit-linear-gradient(222deg, #f6fafe 0%, #edeff6 82%);
  background-image: -o-linear-gradient(222deg, #f6fafe 0%, #edeff6 82%);
  background-image: linear-gradient(228deg, #f6fafe 0%, #edeff6 82%);
  border-radius: 5px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .single-testimonial {
    padding: 56px 32px 55px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial {
    padding: 56px 30px 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial {
    padding: 56px 20px 55px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial {
    padding: 46px 30px 45px;
  }
}

.single-testimonial::before {
  content: '';
  position: absolute;
  top: 44px;
  right: 38px;
  width: 34px;
  height: 28px;
  background: url(testimonial-icon.png) no-repeat center;
  background-size: 100% auto;
}

.single-testimonial h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.single-testimonial p {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  margin: 22px 0 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial p {
    margin: 22px 0 23px;
  }
}

.single-testimonial .client-info h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.single-testimonial .client-info span {
  font-size: 15px;
  color: #444;
}

.single-testimonial-2 {
  position: relative;
  padding: 77px 80px 111px;
  background-image: -webkit-linear-gradient(215deg, #e6eef5 0%, #edeff6 100%);
  background-image: -o-linear-gradient(215deg, #e6eef5 0%, #edeff6 100%);
  background-image: linear-gradient(235deg, #e6eef5 0%, #edeff6 100%);
  border-radius: 5px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-testimonial-2 {
    padding: 66px 65px 111px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2 {
    padding: 66px 50px 111px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 {
    padding: 66px 50px 111px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2 {
    padding: 50px 20px 80px;
  }
}

.single-testimonial-2::before {
  content: '';
  position: absolute;
  top: 58px;
  right: 49px;
  width: 60px;
  height: 48px;
  background: url(testimonial-icon.png) no-repeat center;
  background-size: 100% auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2::before {
    top: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2::before {
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2::before {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
  }
}

.single-testimonial-2 h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.single-testimonial-2 p {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin: 15px 0 41px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-testimonial-2 p {
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single-testimonial-2 p {
    font-size: 20px;
    margin: 15px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .single-testimonial-2 p {
    font-size: 18px;
    margin: 15px 0 20px;
  }
}

.single-testimonial-2 .client-info-2 h5 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

.single-testimonial-2 .client-info-2 span {
  font-size: 15px;
  color: #444;
}

.nav-style-3>span {
  position: absolute;
  bottom: 10%;
  right: 8.5%;
  cursor: pointer;
  color: #111;
  width: 52px;
  height: 52px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9;
  font-size: 28px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.01);
}

.nav-style-3>span i {
  line-height: 52px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .nav-style-3>span i {
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .nav-style-3>span {
    width: 35px;
    height: 35px;
    font-size: 16px;
    bottom: 12%;
  }
}

.nav-style-3>span:hover {
  color: #04517b;
  background: white;
}

.nav-style-3>span.testimonial-icon-2-prev {
  margin-right: 62px;
}

@media only screen and (max-width: 767px) {
  .nav-style-3>span.testimonial-icon-2-prev {
    margin-right: 45px;
  }
}

/*-------- 9. Contact us style ---------*/
.single-contact-wrap {
  padding: 35px 30px 40px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-wrap {
    padding: 35px 20px 40px;
  }
}

.single-contact-wrap h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
}

.single-contact-wrap p {
  font-size: 20px;
  color: #444;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .single-contact-wrap p {
    font-size: 18px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-wrap p {
    font-size: 18px;
  }
}

.single-contact-wrap:hover {
  background-color: #ffffff;
}

.contact-map #map {
  height: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-map #map {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-map #map {
    height: 350px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-map #map {
    height: 300px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-map #map {
    height: 350px;
  }
}

.contact-us-bg {
  background-color: #f7f9fb;
  background-image: url(../../assets/images/bg/bg-3.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-from-area.contact-from-area-bg {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.15);
  padding: 63px 65px 66px;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-from-area.contact-from-area-bg {
    padding: 63px 35px 66px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-from-area.contact-from-area-bg {
    padding: 53px 20px 56px;
  }
}

.contact-from-area h3 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact-from-area h3 {
    font-size: 25px;
    margin: 0 0 30px;
  }
}

.contact-from-area .contact-form-style .textarea-style textarea {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  padding: 12px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  height: 150px;
}

.contact-from-area .contact-form-style .textarea-style textarea::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-from-area .contact-form-style .textarea-style textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.contact-from-area .contact-form-style .textarea-style textarea:focus {
  background-color: #ffffff;
  border: 1px solid #04517b;
}

.contact-from-area .contact-form-style button {
  font-size: 15px;
  font-weight: 700;
  padding: 12px 41px;
  color: #ffffff;
  border: none;
  background-color: #04517b;
  width: 100%;
  border-radius: 26px;
}

.contact-from-area .contact-form-style button.submit-auto-width {
  width: auto;
  display: inline-block;
}

.contact-from-area .contact-form-style button:hover {
  background-color: #e4573d;
}

.contact-from-area p {
  font-size: 15px;
  text-align: center;
  margin: 20px 0 0;
}

.contact-info-wrap {
  margin: 0 0 0 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap {
    margin: 50px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap {
    margin: 50px 0 0 0px;
  }
}

.contact-info-wrap .single-contact-info2-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 55px;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap {
    margin: 0 0 35px;
  }
}

.contact-info-wrap .single-contact-info2-wrap:last-child {
  margin: 0 0 0px;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon {
  margin: 0 25px 0 0;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon i {
  font-size: 40px;
  color: #04517b;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-icon i {
    font-size: 35px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content p {
  font-size: 16px;
  line-height: 1.625em;
  color: #444;
  margin: 0 0 0px;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 10px 0 0px;
  line-height: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
    font-size: 25px;
    line-height: 25px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 a:hover {
  color: #04517b;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
  font-size: 34px;
  margin: 18px 0 0px;
  line-height: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 {
    font-size: 25px;
    margin: 10px 0 0px;
    line-height: 25px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h3 a:hover {
  color: #04517b;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 {
  font-size: 20px;
  margin: 8px 0 0px;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 {
    font-size: 18px;
    line-height: 28px;
  }
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 a {
  color: #333;
}

.contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h4 a:hover {
  color: #04517b;
}

.single-contact-info3-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.single-contact-info3-wrap .single-contact-info3-icon {
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-icon {
    margin-right: 12px;
  }
}

.single-contact-info3-wrap .single-contact-info3-icon i {
  font-size: 32px;
  color: #04517b;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-icon i {
    font-size: 28px;
  }
}

.single-contact-info3-wrap .single-contact-info3-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 23px;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-content h3 {
    margin: 0 0 10px;
  }
}

.single-contact-info3-wrap .single-contact-info3-content p {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
}

.single-contact-info3-wrap .single-contact-info3-content p.width-1 {
  width: 90%;
}

@media only screen and (max-width: 767px) {
  .single-contact-info3-wrap .single-contact-info3-content p.width-1 {
    width: 100%;
  }
}

.single-contact-info3-wrap .single-contact-info3-content p span {
  font-weight: 700;
  color: #333;
}

@media only screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 30px;
  }

  .contact-us-area.pt-65 {
    padding-top: 55px;
  }

  .contact-info-wrap-2.mb-40 {
    margin-bottom: 25px;
  }
}

/*-------- 10. Footer style ---------*/
.footer-logo a {
  display: block;
}

.footer-logo.logo-width-1 a img {
  border-radius: 18px;
  width: 140px;
}

@media only screen and (max-width: 767px) {
  .footer-logo.logo-width-1 a img {
    width: 150px;
  }
}

.footer-logo {
  margin: 0 0 36px;
}

@media only screen and (max-width: 767px) {
  .footer-logo {
    margin: 0 0 17px;
  }
}

.copyright p {
  line-height: 1.6em;
  color: #444;
  font-size: 15px;
}

.copyright p a {
  color: #444;
}

.copyright p a:hover {
  color: #04517b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .copyright.copyright-center {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .copyright.copyright-center {
    text-align: center;
  }
}

.footer-widget h3.footer-title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget h3.footer-title {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget h3.footer-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget h3.footer-title {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget h3.footer-title {
    font-size: 18px;
  }
}

.footer-widget .footer-info-list ul li {
  display: block;
  margin: 0 0 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .footer-info-list ul li {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .footer-info-list ul li {
    margin: 0 0 8px;
  }
}

.footer-widget .footer-info-list ul li:last-child {
  margin-bottom: 0;
}

.footer-widget .footer-info-list ul li a {
  font-size: 15px;
  color: #444;
  display: block;
}

.footer-widget .footer-info-list ul li a:hover {
  color: #04517b;
}

.footer-widget .app-visa-wrap p {
  color: #444;
  font-size: 15px;
  margin: 0;
}

.footer-widget .app-visa-wrap .app-google-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 25px 0 33px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 20px 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 20px 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img {
    margin: 15px 0 15px;
  }
}

.footer-widget .app-visa-wrap .app-google-img a {
  display: block;
  margin-right: 12px;
}

.footer-widget .app-visa-wrap .app-google-img a:last-child {
  margin-right: 0px;
}

.footer-widget .app-visa-wrap .app-google-img a img {
  width: 170px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 150px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 115px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 120px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget .app-visa-wrap .app-google-img a img {
    width: 105px;
  }
}

.footer-widget .app-visa-wrap .payment-img {
  margin: 16px 0 0;
}

.footer-widget .app-visa-wrap .payment-img a {
  display: block;
}

.footer-widget .app-visa-wrap .payment-img a img {
  max-width: 100%;
}

.footer-about-2 .footer-contact-info p {
  color: #444;
  font-size: 15px;
  margin: 0 0 8px;
}

.footer-about-2 .footer-contact-info p span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 4px 0 18px;
  color: #e4573d;
}

.footer-about-2 .footer-social-icon {
  margin: 24px 0 0;
}

.footer-about-2 .footer-social-icon a {
  font-size: 20px;
  margin-right: 22px;
}

.footer-about-2 .footer-social-icon a:last-child {
  margin-right: 0;
}

.footer-about-2 .footer-social-icon a.twitter {
  color: #26d0fe;
}

.footer-about-2 .footer-social-icon a.facebook {
  color: #567fa9;
}

.footer-about-2 .footer-social-icon a.skype {
  color: #13baf7;
}

.footer-about-2 .footer-social-icon a.youtube {
  color: #da0e2b;
}

.footer-about-2 .footer-social-icon a.instagram {
  color: #987545;
}

.subscribe-wrap p {
  font-size: 15px;
  color: #444;
  line-height: 1.6em;
  margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .subscribe-wrap p {
    margin: 0 0 17px;
  }
}

.subscribe-form form .mc-form {
  position: relative;
}

.subscribe-form form .mc-form input {
  color: #444;
  font-size: 15px;
  height: 48px;
  border: 1px solid #f8f8f8;
  border-radius: 26px;
  padding: 2px 160px 2px 20px;
  background-color: #fff;
  line-height: 48px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form form .mc-form input {
    padding: 2px 140px 2px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-form form .mc-form input {
    padding: 2px 140px 2px 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form form .mc-form input {
    padding: 2px 116px 2px 20px;
  }
}

.subscribe-form form .mc-form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.subscribe-form form .mc-form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.subscribe-form form .mc-form .mc-news {
  display: none;
}

.subscribe-form form .mc-form .clear {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.subscribe-form form .mc-form .clear input {
  width: auto;
  font-weight: 700;
  color: #ffffff;
  background-color: #04517b;
  padding: 0 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 26px;
  }
}

@media only screen and (max-width: 767px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribe-form form .mc-form .clear input {
    padding: 0 16px;
  }
}

.subscribe-form form .mc-form .clear input:hover {
  background-color: #e4573d;
}

.payment-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .payment-img-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    display: block;
  }
}

.payment-img-wrap span {
  color: #444;
  font-size: 15px;
  margin: 0 30px 0 0;
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap span {
    text-align: center;
    display: block;
    margin: 0 0px 5px 0;
  }
}

.payment-img-wrap .payment-img-2 {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .payment-img-wrap .payment-img-2 {
    text-align: center;
    display: block;
  }
}

.payment-img-wrap .payment-img-2 img {
  max-width: 100%;
}

.footer-bottom {
  padding: 30px 0;
}

@media only screen and (max-width: 767px) {
  .mrg-top-xs {
    margin-top: 7px;
  }

  .footer-area.pb-35 {
    padding-bottom: 20px;
  }

  .footer-top.pb-30 {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .mrg-top-xs {
    margin-top: 0px;
  }
}

/*-------- 11. Blog style ---------*/
.blog-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-wrap .blog-img {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45%;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-img {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: 0px;
  }
}

.blog-wrap .blog-img a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.blog-wrap .blog-img a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-wrap .blog-img .blog-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 1;
}

.blog-wrap .blog-img .blog-tag a {
  background-color: #04517b;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 11px 6px;
}

.blog-wrap .blog-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 55%;
  -ms-flex: 0 0 55%;
  flex: 0 0 55%;
  margin: 15px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content {
    margin: 0px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.blog-wrap .blog-content .blog-meta span {
  font-size: 14px;
  color: #444;
}

.blog-wrap .blog-content .blog-meta span i {
  margin-right: 6px;
}

.blog-wrap .blog-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin: 9px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap .blog-content h3 {
    font-size: 19px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap .blog-content h3 {
    line-height: 1.3;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap .blog-content h3 {
    line-height: 1.3;
    margin: 5px 0 0;
  }
}

.blog-wrap .blog-content h3 a {
  color: #333;
}

.blog-wrap .blog-content h3 a:hover {
  color: #04517b;
}

.blog-wrap:hover .blog-img a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.blog-wrap-2 {
  border-radius: 5px;
  -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
  background: #fff;
}

.blog-wrap-2 .blog-img-2 {
  display: block;
  overflow: hidden;
  position: relative;
}

.blog-wrap-2 .blog-img-2 a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.blog-wrap-2 .blog-img-2 a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 {
  position: absolute;
  left: 10px;
  top: 10px;
}

.blog-wrap-2 .blog-img-2 .blog-tag-2 a {
  background-color: #04517b;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 1;
  text-transform: uppercase;
  line-height: 1;
  border-radius: 5px;
  padding: 6px 11px 6px;
}

.blog-wrap-2 .blog-content-2 {
  padding: 26px 30px 30px;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 25px 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 25px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 20px 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 {
    padding: 26px 15px 30px;
  }
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li i {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 .blog-meta-2 ul li {
    margin-right: 8px;
  }
}

.blog-wrap-2 .blog-content-2 .blog-meta-2 ul li:last-child {
  margin-right: 0;
}

.blog-wrap-2 .blog-content-2 h3 {
  font-size: 20px;
  margin: 13px 0 23px;
  line-height: 1.6;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 767px) {
  .blog-wrap-2 .blog-content-2 h3 {
    font-size: 18px;
    margin: 10px 0 15px;
    line-height: 1.5;
  }
}

.blog-wrap-2 .blog-content-2 h3 a {
  color: #333;
}

.blog-wrap-2 .blog-content-2 h3 a:hover {
  color: #04517b;
}

.blog-wrap-2 .blog-content-2 .blog-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #333;
}

.blog-wrap-2 .blog-content-2 .blog-btn a i {
  margin-left: 14px;
  color: #04517b;
  font-size: 15px;
  position: relative;
  top: 2px;
}

.blog-wrap-2 .blog-content-2 .blog-btn a:hover {
  color: #04517b;
}

.blog-wrap-2:hover .blog-img-2 a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

/*-------- 12. Others style ---------*/
.tm-demo-options-wrapper {
  position: fixed;
  top: 0;
  left: 100%;
  background: #fff;
  height: 100%;
  width: 350px;
  max-width: calc(100% - 45px);
  z-index: 999;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

@media only screen and (max-width: 767px) {
  .tm-demo-options-wrapper {
    width: 300px;
  }
}

.tm-demo-options-wrapper .tm-demo-options-toolbar {
  position: absolute;
  top: 200px;
  right: 100%;
  display: block;
  width: 40px;
  line-height: 60px;
  border: 1px solid #eee;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
}

.tm-demo-options-wrapper .tm-demo-options-toolbar a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #111;
  position: relative;
  z-index: 99;
}

.tm-demo-options-wrapper .tm-demo-options-toolbar a i {
  font-size: 16px;
}

.tm-demo-options-wrapper.demo-open {
  -webkit-transform: translateX(-100%) translateX(15px);
  -ms-transform: translateX(-100%) translateX(15px);
  transform: translateX(-100%) translateX(15px);
  -webkit-box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
  box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
}

.tm-demo-options-wrapper .tm-demo-panel {
  padding: 35px 30px;
  height: 100%;
  overflow-y: auto;
}

@media only screen and (max-width: 767px) {
  .tm-demo-options-wrapper .tm-demo-panel {
    padding: 35px 35px 35px 20px;
  }
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header {
  margin-bottom: 40px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.38px;
  line-height: 1.4;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header p {
  color: #444;
  line-height: 1.74;
  margin: 14px 0 20px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  background-color: #04517b;
  border-radius: 26px;
  padding: 10px 28px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a i {
  font-size: 16px;
  margin-right: 14px;
}

.tm-demo-options-wrapper .tm-demo-panel .tm-demo-panel-header .tm-demo-btn a:hover {
  background-color: #e4573d;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a {
  display: inline-block;
  margin-bottom: 20px;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a img {
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.tm-demo-options-wrapper .tm-demo-panel .quick-option-list a img:hover {
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.tooltip-style-2>a {
  position: relative;
}

.tooltip-style-2>a:after {
  bottom: 50%;
  right: 100%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px;
  color: #ffffff;
  margin-bottom: -15px;
  background-color: #000;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tooltip-style-2>a:before {
  content: '';
  position: absolute;
  right: 100%;
  bottom: 50%;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-left-color: #000;
  z-index: 9;
  margin-right: -13px;
  margin-bottom: -7px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-2>a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.tooltip-style-2>a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-8px);
  -ms-transform: translateX(-8px);
  transform: translateX(-8px);
}

.drou-common-style-wrap .drou-common-img-style img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-img-style.mb-35 {
    margin-bottom: 15px;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style {
  margin: 0 0 40px;
}

.drou-common-style-wrap .drou-common-paragraph-style.paragraph-mrg-dec {
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style {
    margin: 0 0 25px;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 19px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drou-common-style-wrap .drou-common-paragraph-style h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-common-style-wrap .drou-common-paragraph-style h2 {
    font-size: 25px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style h2 {
    font-size: 21px;
    margin: 0 0 10px;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style h4 {
  font-weight: 700;
  color: #444;
  font-size: 15px;
  margin: 20px 0 0;
}

.drou-common-style-wrap .drou-common-paragraph-style h3 {
  font-weight: 700;
  color: #333;
  font-size: 26px;
  margin: 0px 0 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .drou-common-style-wrap .drou-common-paragraph-style h3 {
    font-size: 23px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-common-style-wrap .drou-common-paragraph-style h3 {
    font-size: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style h3 {
    font-size: 20px;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
}

.drou-common-style-wrap .drou-common-paragraph-style p a {
  color: #444;
  font-weight: 700;
}

.drou-common-style-wrap .drou-common-paragraph-style p.paragraph-mrg-top {
  margin-top: 18px;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list ul {
  padding: 0 0 0 15px;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list ul li {
  margin: 0 0 11px;
  font-size: 15px;
  color: #444;
  list-style: disc;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list ul li:last-child {
  margin: 0 0 0px;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list.drou-common-list-mrg-1 {
  margin: 20px 0 0;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2 ul {
  padding: 0 0 0 30px;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2 ul li {
  margin: 0 0 14px;
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  list-style: decimal;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2 ul li:last-child {
  margin: 0 0 0px;
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2.drou-common-list-mrg-2 {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2.drou-common-list-mrg-2 {
    margin: 15px 0 0;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2.drou-common-list-mrg-3 {
  margin: 28px 0 0;
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style .drou-common-list-2.drou-common-list-mrg-3 {
    margin: 15px 0 0;
  }
}

.drou-common-style-wrap .drou-common-paragraph-style span {
  font-size: 15px;
  color: #444;
  font-style: italic;
  margin: 18px 0 0;
  display: block;
}

@media only screen and (max-width: 767px) {
  .drou-common-style-wrap .drou-common-paragraph-style span {
    margin: 7px 0 0;
  }
}

@media only screen and (max-width: 767px) {

  .purchase-guide-area.pb-35,
  .privacy-policy-area.pb-35,
  .terms-of-service-area.pb-35 {
    padding-bottom: 20px;
  }
}

/*------ 13. Breadcrumb style  --------*/
.breadcrumb-area-padding-1 {
  padding: 15px 0 55px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-area-padding-1 {
    padding: 25px 0 26px;
  }
}

.breadcrumb-area-padding-2 {
  padding: 20px 0 20px;
}

.breadcrumb-content.breadcrumb-content-mb1 {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .breadcrumb-content.breadcrumb-content-mb1 {
    margin: 0 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-content {
    text-align: center;
  }
}

.breadcrumb-content ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #04517b;
  margin-right: 18px;
  text-transform: capitalize;
  position: relative;
}

.breadcrumb-content ul li::before {
  position: absolute;
  width: 17px;
  height: 1px;
  background-color: #ababab;
  content: "";
  right: -20px;
  top: 14px;
  z-index: 9;
  -webkit-transform: rotate(115deg);
  -ms-transform: rotate(115deg);
  transform: rotate(115deg);
}

.breadcrumb-content ul li:last-child::before {
  display: none;
}

.breadcrumb-content ul li:last-child {
  margin-right: 0;
}

.breadcrumb-content ul li a {
  color: #333;
  position: relative;
}

.breadcrumb-content ul li a::after {
  content: '';
  position: absolute;
  left: auto;
  right: 0;
  bottom: 0px;
  height: 1px;
  width: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: #04517b;
}

.breadcrumb-content ul li a:hover {
  color: #04517b;
}

.breadcrumb-content ul li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.breadcrumb-title h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb-title h1 {
    font-size: 25px;
  }
}

/*-------- 14. Sidebar style ---------*/
.sidebar-widget.sidebar-widget-wrap {
  background: #f8f8f8;
  border-radius: 5px;
}

.sidebar-widget.sidebar-widget-padding-1 {
  padding: 38px 20px 37px;
}

.sidebar-widget.sidebar-widget-padding-2 {
  padding: 38px 20px 40px;
}

.sidebar-widget.sidebar-widget-padding-3 {
  padding: 38px 20px 34px;
}

.sidebar-widget.sidebar-widget-padding-4 {
  padding: 38px 20px 25px;
}

.sidebar-widget.sidebar-widget-padding-5 {
  padding: 35px 20px 40px;
}

.sidebar-widget.sidebar-widget-padding-6 {
  padding: 38px 20px 27px;
}

.sidebar-widget h4.sidebar-widget-title,
.single-widget h3,
aside.sidebar-categorie h3 {
  font-size: 20px !important;
  font-weight: 500 !important;
  margin-bottom: 22px !important;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget h4.sidebar-widget-title {
    margin-bottom: 15px;
  }
}

.sidebar-widget h4.sidebar-widget-title.widget-title-font-dec {
  font-size: 18px;
}

.sidebar-widget .sidebar-categories-list ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}

.sidebar-widget .sidebar-categories-list ul li:last-child {
  margin-bottom: 0px;
}

.sidebar-widget .sidebar-categories-list ul li::before {
  content: '\f111';
  font-size: 4px;
  position: absolute;
  top: 2px;
  left: 0;
  font-weight: 900;
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  position: absolute;
  color: #696969;
}

.sidebar-widget .sidebar-categories-list ul li a {
  color: #444;
  font-size: 15px;
}

.sidebar-widget .sidebar-categories-list ul li a span {
  color: #777;
}

.sidebar-widget .sidebar-categories-list ul li ul {
  margin-top: 8px;
}

.sidebar-widget .sidebar-categories-list ul li:hover>a {
  color: #04517b;
}

.sidebar-widget .sidebar-brand-list ul li,
.sidebar-widget .sidebar-sort-list ul li,
.sidebar-widget .sidebar-price-filter-list ul li {
  margin-bottom: 11px;
}

.sidebar-widget .sidebar-brand-list ul li:last-child,
.sidebar-widget .sidebar-sort-list ul li:last-child,
.sidebar-widget .sidebar-price-filter-list ul li:last-child {
  margin-bottom: 0;
}

.sidebar-widget .sidebar-brand-list ul li a,
.sidebar-widget .sidebar-sort-list ul li a,
.sidebar-widget .sidebar-price-filter-list ul li a {
  color: #444;
  font-size: 15px;
}

.sidebar-widget .sidebar-brand-list ul li a span,
.sidebar-widget .sidebar-sort-list ul li a span,
.sidebar-widget .sidebar-price-filter-list ul li a span {
  color: #777;
}

.sidebar-widget .sidebar-brand-list ul li:hover>a,
.sidebar-widget .sidebar-sort-list ul li:hover>a,
.sidebar-widget .sidebar-price-filter-list ul li:hover>a {
  color: #04517b;
}

.sidebar-widget .price-filter {
  margin-top: 15px;
}

.sidebar-widget .price-filter .price-slider-amount input {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 15px;
  font-weight: 500;
}

.sidebar-widget .price-filter #slider-range {
  background: #dbdbdb none repeat scroll 0 0;
  border: medium none;
  border-radius: 0px;
  height: 5px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-top: 5px;
}

.sidebar-widget .price-filter #slider-range span {
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-range {
  position: absolute;
  display: block;
  border: 0;
  background: #04517b none repeat scroll 0 0;
  border: none;
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.sidebar-widget .price-filter #slider-range .ui-slider-handle {
  background: #04517b none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  height: 19px;
  margin-left: 0;
  width: 19px;
  margin-top: -2px;
}

.sidebar-widget .price-filter .price-slider-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 0;
}

.sidebar-widget .price-filter .price-slider-amount .label-input input {
  color: #333;
  height: auto;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.sidebar-widget .price-filter .price-slider-amount button {
  background-color: #ffffff;
  border: medium none;
  color: #04517b;
  line-height: 1;
  padding: 10px 35px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  border-radius: 16px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .sidebar-widget .price-filter .price-slider-amount button {
    padding: 10px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .price-filter .price-slider-amount button {
    padding: 10px 15px;
  }
}

.sidebar-widget .price-filter .price-slider-amount button:hover {
  background-color: #04517b;
  color: #ffffff;
}

.sidebar-widget .sidebar-rating-list ul li {
  margin: 0 0 11px;
}

.sidebar-widget .sidebar-rating-list ul li:last-child {
  margin: 0 0 0px;
}

.sidebar-widget .sidebar-rating-list ul li a i {
  color: #fb0;
  font-weight: 900;
  font-size: 15px;
  margin-right: 1px;
}

.sidebar-widget .sidebar-rating-list ul li a i.gray {
  color: #ababab;
  font-weight: 400;
}

.sidebar-widget .sidebar-rating-list ul li a span {
  color: #696969;
  margin-left: 2px;
  font-size: 15px;
}

.sidebar-widget.slidebar-product-wrap-2 {
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  background-image: url(../../assets/images/bg/bg-1.jpg);
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h3 {
  font-size: 18px;
  margin: 0 0 5px;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
  font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-content-2 h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 {
  margin: 0px 0 10px;
  position: relative;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2>a {
  display: block;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2>a img {
  max-width: 100%;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge {
  width: 74px;
  height: 74px;
  line-height: 74px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffd55a;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 {
  color: #333;
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 4px;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge h3 span {
    font-size: 18px;
  }
}

.sidebar-widget.slidebar-product-wrap-2 .slidebar-product-img-2 .slidebar-pro-badge.slidebar-pro-badge-position1 {
  position: absolute;
  top: 10%;
  right: 8%;
}

.sidebar-widget .product-highlight ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 14px;
}

.sidebar-widget .product-highlight ul li:last-child {
  margin: 0 0 0px;
}

.sidebar-widget .product-highlight ul li input {
  width: auto;
  height: auto;
}

.sidebar-widget .product-highlight ul li span {
  color: #444;
  font-size: 15px;
  margin-left: 16px;
  display: inline-block;
}

.sidebar-widget .sidebar-tag ul li {
  display: inline-block;
  margin: 0 7px 10px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-tag ul li {
    margin: 0 5px 8px 0;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-tag ul li {
    margin: 0 5px 8px 0;
  }
}

.sidebar-widget .sidebar-tag ul li a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 26px;
  color: #666;
  padding: 4px 15px 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget .sidebar-tag ul li a {
    padding: 4px 13px 5px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-widget .sidebar-tag ul li a {
    padding: 4px 13px 5px;
  }
}

.sidebar-widget .sidebar-tag ul li a:hover {
  background-color: #04517b;
  color: #ffffff;
}

.sidebar-color-list ul,
.pro-details-color-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sidebar-color-list ul li,
.pro-details-color-list ul li {
  margin-right: 18px;
  margin-bottom: 13px;
  display: inline-block;
}

.sidebar-color-list ul li:last-child,
.pro-details-color-list ul li:last-child {
  margin-right: 0;
}

.sidebar-color-list ul li a,
.pro-details-color-list ul li a {
  width: 30px;
  height: 30px;
  font-size: 0;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #ccc;
  position: relative;
}

.sidebar-color-list ul li a.black,
.pro-details-color-list ul li a.black {
  background-color: #000000;
}

.sidebar-color-list ul li a.blue,
.pro-details-color-list ul li a.blue {
  background-color: #1e73be;
}

.sidebar-color-list ul li a.green,
.pro-details-color-list ul li a.green {
  background-color: #1ca54f;
}

.sidebar-color-list ul li a.pink,
.pro-details-color-list ul li a.pink {
  background-color: #ed9a9d;
}

.sidebar-color-list ul li a.powder-blue,
.pro-details-color-list ul li a.powder-blue {
  background-color: #94dde3;
}

.sidebar-color-list ul li a.purple,
.pro-details-color-list ul li a.purple {
  background-color: #9382dd;
}

.sidebar-color-list ul li a.red,
.pro-details-color-list ul li a.red {
  background-color: #dd3333;
}

.sidebar-color-list ul li a.transparent,
.pro-details-color-list ul li a.transparent {
  background-color: transparent;
}

.sidebar-color-list ul li a.white,
.pro-details-color-list ul li a.white {
  background-color: #fff;
}

.sidebar-color-list ul li a.yellow,
.pro-details-color-list ul li a.yellow {
  background-color: #eeee22;
}

.sidebar-color-list.pro-details-color-mrg ul li,
.pro-details-color-list.pro-details-color-mrg ul li {
  margin: 0 10px 0 0;
}

.tooltip-style-3 ul li a {
  position: relative;
}

.tooltip-style-3 ul li a:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #000;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.tooltip-style-3 ul li a::before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #000;
  z-index: 9;
  margin-bottom: -12px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-3 ul li a:hover {
  background-color: #04517b;
}

.tooltip-style-3 ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-3 ul li a:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.tooltip-style-4 a,
.tooltip-style-4 button {
  position: relative;
}

.tooltip-style-4 a:after,
.tooltip-style-4 button:after {
  bottom: 100%;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 10px;
  color: #ffffff;
  background-color: #04517b;
  content: attr(aria-label);
  line-height: 1.3;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(0px);
  -ms-transform: translateX(-50%) translateY(0px);
  transform: translateX(-50%) translateY(0px);
}

.tooltip-style-4 a:before,
.tooltip-style-4 button:before {
  content: '';
  position: absolute;
  left: calc(50% - 7px);
  bottom: 100%;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  border: 7px solid transparent;
  border-top-color: #04517b;
  z-index: 9;
  margin-bottom: -13px;
  transition-delay: .1s;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  opacity: 0;
  visibility: hidden;
}

.tooltip-style-4 a:hover:after,
.tooltip-style-4 button:hover:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.tooltip-style-4 a:hover:before,
.tooltip-style-4 button:hover:before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.tooltip-style-4.tooltip-style-4-black a:after,
.tooltip-style-4.tooltip-style-4-black button:after {
  background-color: #000;
  white-space: normal;
  min-width: 120px;
  padding: 7px 10px 12px;
}

.tooltip-style-4.tooltip-style-4-black a:before,
.tooltip-style-4.tooltip-style-4-black button:before {
  border-top-color: #000;
}

.shop-topbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .shop-topbar-wrapper .totall-product {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-topbar-wrapper .totall-product {
    margin-bottom: 0px;
  }
}

.shop-topbar-wrapper .totall-product p {
  font-size: 15px;
  color: #444;
}

.shop-topbar-wrapper .totall-product p span {
  color: #333;
  font-weight: 500;
}

.shop-topbar-wrapper .sort-by-product-area {
  position: relative;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #777;
  padding: 11px 16px 11px 16px;
  border-radius: 26px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 16px;
  font-size: 16px;
  color: #ababab;
  position: relative;
  top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 15px;
  font-weight: 500;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 15px;
  font-weight: 500;
  color: #333;
}

.shop-topbar-wrapper .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 18px;
  color: #333;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.shop-topbar-wrapper .sort-by-product-area:hover .sort-by-product-wrap {
  background-color: #ffffff;
  border: 1px solid #04517b;
}

.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #f8f8f8;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  color: #333;
  font-weight: 500;
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
}

.sort-by-dropdown ul li {
  display: block;
}

.sort-by-dropdown ul li a {
  font-weight: 500;
  color: #333;
  font-size: 15px;
  padding: 5px 30px;
  display: block;
  position: relative;
}

.sort-by-dropdown ul li a.active::before {
  content: '\f00c';
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 12px;
  color: #04517b;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
}

.sort-by-dropdown ul li a:hover {
  background-color: #04517b;
  color: #ffffff;
}

.pro-pagination-style ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pro-pagination-style ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 100%;
  margin: 0 2px;
  color: #333;
}

.pro-pagination-style ul li a:hover {
  color: #04517b;
}

.pro-pagination-style ul li a.active {
  background-color: #04517b;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .pro-pagination-style.mt-55 {
    margin-top: 0px;
  }
}

.sidebar-wrapper-mr1 {
  margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-mr1 {
    margin-right: 0px;
  }
}

.sidebar-wrapper-ml1 {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

.sidebar-wrapper-ml1 {
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper-ml1 {
    margin-left: 0px;
  }
}

.product-filter-wrapper {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 28px 30px 25px;
  margin: 0 0 58px;
  display: none;
}

.shop-filter a {
  font-size: 15px;
  color: #ffffff;
  display: inline-block;
  background-color: #04517b;
  position: relative;
  border-radius: 26px;
  padding: 11px 24px 10px;
}

.shop-filter a span {
  font-size: 16px;
  margin-right: 5px;
}

.shop-filter a i {
  margin-left: 14px;
}

.shop-filter a i.angle-up {
  position: absolute;
  right: 24px;
  top: 15px;
  opacity: 0;
  visibility: hidden;
}

.shop-filter a.active i.angle-down {
  opacity: 0;
  visibility: hidden;
}

.shop-filter a.active i.angle-up {
  opacity: 1;
  visibility: visible;
}

.shop-filter a:hover {
  background-color: #e4573d;
}

.widget-menu-style {
  border: 1px solid #eee;
}

.widget-menu-style nav ul li {
  border-bottom: 1px solid #eee;
  border-radius: 5px;
}

.widget-menu-style nav ul li:last-child {
  border-bottom: none;
}

.widget-menu-style nav ul li a {
  color: #444;
  font-size: 15px;
  position: relative;
  display: block;
  padding: 15px 30px;
}

.widget-menu-style nav ul li a::before {
  content: '\f111';
  font-size: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 16px;
  font-family: 'Font Awesome 5 Pro';
  color: #ababab;
  font-weight: 900;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.widget-menu-style nav ul li a:hover,
.widget-menu-style nav ul li a.active {
  color: #ffffff;
  background-color: #04517b;
}

.widget-menu-style nav ul li a:hover::before,
.widget-menu-style nav ul li a.active::before {
  color: #ffffff;
}

.single-sidebar-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.single-sidebar-post:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}

.single-sidebar-post .sidebar-post-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 17px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-sidebar-post .sidebar-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .single-sidebar-post .sidebar-post-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 12px;
  }
}

.single-sidebar-post .sidebar-post-img a {
  display: block;
}

.single-sidebar-post .sidebar-post-img a img {
  width: 100%;
}

.single-sidebar-post .sidebar-post-content h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.44;
}

.single-sidebar-post .sidebar-post-content h4 a {
  color: #333;
}

.single-sidebar-post .sidebar-post-content h4 a:hover {
  color: #04517b;
}

.single-sidebar-post .sidebar-post-content span {
  color: #444;
  margin-top: 6px;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar-wrapper {
    margin-top: 50px;
  }

  .sidebar-wrapper.sidebar-wrapper-mt-dec {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-wrapper {
    margin-top: 30px;
  }

  .sidebar-wrapper.sidebar-wrapper-mt-dec {
    margin-top: 20px;
  }
}

/*-------- 15. Product details style ---------*/
.product-dec-small-style1 {
  margin: 13px auto 0;
}

.product-dec-small-style1 .product-dec-small {
  margin: 0 5px 0px 5px;
  cursor: pointer;
}

.product-dec-small-style1 .product-dec-small img {
  width: 100%;
}

.product-dec-small-style1 .product-dec-small.slick-active img {
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.product-dec-small-style1 .product-dec-small.slick-active img:hover {
  border: 1px solid #04517b;
}

.product-dec-small-style1 .product-dec-small.slick-active.slick-current img {
  border: 1px solid #04517b;
}

.product-dec-small-style1 .product-dec-small:last-child {
  margin: 0 0 0px;
}

.product-dec-small-style1 .slick-slide,
.product-dec-small-style2 .slick-slide {
  border: 1px solid transparent;
}

.single-big-img-style {
  position: relative;
}

.single-big-img-style .pro-details-big-img a {
  display: block;
}

.single-big-img-style .pro-details-big-img a img {
  width: 100%;
}

.single-big-img-style .pro-details-badges.product-badges-position {
  position: absolute;
  left: 0;
  top: 0;
}

.single-big-img-style .pro-details-badges span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  border-radius: 2px;
  color: #ffffff;
  margin-right: 10px;
  padding: 5px 8px 6px;
}

.single-big-img-style .pro-details-badges span.red {
  background-color: #e4573d;
}

.product-details-content .pro-details-category ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-details-content .pro-details-category ul li {
  color: #444;
  margin-right: 5px;
}

.product-details-content .pro-details-category ul li:last-child {
  margin-right: 0;
}

.product-details-content .pro-details-category ul li a {
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.product-details-content .pro-details-category ul li a:hover {
  color: #04517b;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-category ul li a {
    letter-spacing: 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-category ul li a {
    letter-spacing: 1px;
  }
}

.product-details-content h1 {
  font-size: 34px;
  margin: 12px 0 23px;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .product-details-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content h1 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content h1 {
    font-size: 24px;
    margin: 8px 0 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content h1 {
    font-size: 25px;
  }
}

.product-details-content .pro-details-brand-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-brand-review {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-brand-review {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand {
  margin-right: 36px;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-brand-review .pro-details-brand {
    margin-bottom: 0px;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand::before {
  content: '';
  position: absolute;
  right: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 21px;
  background: #eee;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .pro-details-brand-review .pro-details-brand::before {
    right: -8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .pro-details-brand-review .pro-details-brand::before {
    right: -8px;
  }
}

.product-details-content .pro-details-brand-review .pro-details-brand span {
  color: #333;
}

.product-details-content .pro-details-brand-review .pro-details-brand span a {
  color: #04517b;
  display: inline-block;
  margin: 0 0 0 3px;
}

.product-details-content .pro-details-brand-review .pro-details-brand span a:hover {
  color: #e4573d;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap span {
  color: #333;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap .pro-details-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px 0;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap .pro-details-rating i {
  color: #fb0;
  font-size: 15px;
}

.product-details-content .pro-details-brand-review .pro-details-rating-wrap a {
  display: inline-block;
  font-size: 15px;
  color: #444;
}

.product-details-content .pro-details-price-short-description {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 29px 0 24px;
  margin: 18px 0 20px;
}

.product-details-content .pro-details-price-short-description .pro-details-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details-content .pro-details-price-short-description .pro-details-price span {
  font-size: 24px;
  font-weight: 700;
}

.product-details-content .pro-details-price-short-description .pro-details-price span.new-price {
  color: #e4573d;
}

.product-details-content .pro-details-price-short-description .pro-details-price span.old-price {
  color: #666;
  font-weight: 400;
  font-size: 14px;
  text-decoration: line-through;
  margin-left: 5px;
}

.product-details-content .pro-details-price-short-description .pro-details-short-description p {
  font-size: 15px;
  color: #444;
  margin: 15px 0 0;
}

.product-details-content .pro-details-color-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .pro-details-color-wrap span {
  font-size: 15px;
  color: #333;
  min-width: 85px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap span {
    min-width: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-color-wrap span {
    min-width: 85px;
  }
}

.product-details-content .pro-details-quality-stock-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 23px;
}

.product-details-content .pro-details-quality-stock-area span {
  font-size: 15px;
  color: #333;
  min-width: 85px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area span {
    min-width: 70px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area span {
    min-width: 85px;
  }
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock {
  margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock {
    margin: 0 0 0 12px;
  }
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock span {
  color: #444;
  font-size: 15px;
}

.product-details-content .pro-details-quality-stock-area .pro-details-quality-stock-wrap .pro-details-stock span i {
  color: #8cc63e;
  font-size: 14px;
  margin-right: 5px;
}

.product-details-content .pro-details-action-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
  color: #ffffff;
  padding: 0;
  border: 0;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  padding: 10px 41px 12px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {
  .product-details-content .pro-details-action-wrap .pro-details-add-to-cart button {
    padding: 10px 25px 12px;
  }
}

.product-details-content .pro-details-action-wrap .pro-details-add-to-cart button:hover {
  background-color: #e4573d;
}

.product-details-content .pro-details-action-wrap .pro-details-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
}

.product-details-content .pro-details-action-wrap .pro-details-action button {
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
  color: #333;
  border-radius: 50%;
  font-size: 14px;
  padding: 0;
  border: none;
  margin-right: 12px;
}

.product-details-content .pro-details-action-wrap .pro-details-action button:last-child {
  margin-right: 0;
}

.product-details-content .pro-details-action-wrap .pro-details-action button:hover {
  background-color: #04517b;
  color: #ffffff;
}

.product-details-content .product-details-meta {
  border-top: 1px solid #eee;
  margin: 25px 0 22px;
  padding: 18px 0 0;
}

.product-details-content .product-details-meta ul li {
  color: #444;
  font-size: 15px;
  margin: 0 0 4px;
}

.product-details-content .product-details-meta ul li:last-child {
  margin: 0 0 0px;
}

.product-details-content .product-details-meta ul li a {
  color: #444;
  font-size: 15px;
}

.product-details-content .product-details-meta ul li a:hover {
  color: #04517b;
}

.product-details-content .product-details-meta ul li span {
  font-size: 15px;
  min-width: 100px;
  color: #444;
  margin-right: 15px;
  display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content .product-details-meta ul li span {
    min-width: 40px;
  }
}

.product-details-content .product-details-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-details-social a {
  font-size: 20px;
  display: inline-block;
  margin-right: 22px;
}

.product-details-social a:last-child {
  margin-right: 0;
}

.product-details-social a.facebook {
  color: #567fa9;
}

.product-details-social a.twitter {
  color: #26d0fe;
}

.product-details-social a.pinterest {
  color: #DF0022;
}

.product-details-social a.tumblr {
  color: #35465c;
}

.product-details-social a.envelope {
  color: #dd4b39;
}

.product-details-content.pro-details-content-pl {
  padding-left: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content.pro-details-content-pl {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .product-details-content {
    margin-top: 30px;
  }
}

.product-details-wrap-bottom {
  margin: 70px 0 0;
}

@media only screen and (max-width: 767px) {
  .product-details-wrap-bottom {
    margin: 50px 0 0;
  }
}

.product-details-wrap-bottom .entry-product-section-heading {
  margin-bottom: 29px;
}

.product-details-wrap-bottom .entry-product-section-heading h2 {
  font-size: 28px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 0 0 15px;
}

@media only screen and (max-width: 767px) {
  .product-details-wrap-bottom .entry-product-section-heading h2 {
    font-size: 25px;
  }
}

.product-details-description p {
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .product-details-description p {
    margin: 0 0 20px;
  }
}

.product-details-description ul {
  padding: 0 0 24px 14px;
}

.product-details-description ul li {
  font-size: 15px;
  color: #444;
  margin: 0 0 12px;
  list-style: disc;
}

.product-details-description ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul {
  padding: 0 0 0px 14px;
}

.additional-information ul li {
  color: #444;
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  position: relative;
}

.additional-information ul li:before {
  position: absolute;
  left: -14px;
  top: 9px;
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 100%;
  background-color: #9b9b9b;
}

.additional-information ul li:last-child {
  margin: 0 0 0;
}

.additional-information ul li span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 165px;
  -ms-flex: 0 0 165px;
  flex: 0 0 165px;
  color: #444;
  font-size: 15px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .additional-information ul li span {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 135px;
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
  }
}

.pro-details-review p {
  color: #444;
  font-size: 15px;
  margin: 0 0 29px;
}

.pro-details-review p span {
  font-size: 18px;
  font-weight: 700;
  color: #04517b;
}

.pro-details-review .single-pro-details-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  padding: 0 0 26px;
  border-bottom: 1px solid #eee;
}

.pro-details-review .single-pro-details-review .review-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 22px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-img {
    margin-right: 15px;
  }
}

.pro-details-review .single-pro-details-review .review-img img {
  width: 100%;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-rating i {
  color: #fb0;
  font-size: 15px;
  margin-right: 1px;
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
  margin: 0 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
    margin: 5px 0 0 0px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name {
    margin: 0 0 0 18px;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-name-rating .review-name h6 {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

.pro-details-review .single-pro-details-review .review-content p {
  color: #444;
  font-size: 15px;
  margin: 14px 0 17px;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content p {
    margin: 10px 0 10px;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-date-btn {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pro-details-review .single-pro-details-review .review-content .review-date-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-date {
  margin-right: 10px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-date span {
  color: #444;
  font-size: 15px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-btn a {
  display: inline-block;
  font-weight: 500;
  color: #333;
  font-size: 15px;
}

.pro-details-review .single-pro-details-review .review-content .review-date-btn .review-btn a:hover {
  color: #04517b;
}

.pro-details-review .ratting-form-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper p {
  font-size: 15px;
  color: #444;
  margin: 35px 0 20px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 28px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap span {
  font-size: 15px;
  color: #444;
  display: inline-block;
  margin-right: 25px;
}

.pro-details-review .ratting-form-wrapper .comment-form-rating-wrap .comment-form-rating i {
  font-weight: 400;
  font-size: 18px;
  color: #ababab;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 3px 20px;
  height: 48px;
  padding: 3px 20px;
  border-radius: 26px;
  color: #444;
  margin-bottom: 25px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input:focus,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea:focus {
  border: 1px solid #04517b;
  background-color: #ffffff;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-webkit-input-placeholder,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form input::-moz-input-placeholder,
.pro-details-review .ratting-form-wrapper .rating-form-style form textarea::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form textarea {
  height: 140px;
  padding: 19px 20px 3px;
  border-radius: 5px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 27px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent input {
  width: auto;
  height: auto;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .cookies-consent p {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 15px;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input {
  width: auto;
  font-weight: 700;
  border-radius: 26px;
  height: auto;
  color: #ffffff;
  background-color: #04517b;
  border: none;
  padding: 12px 54px 13px;
  margin: 0;
}

.pro-details-review .ratting-form-wrapper .rating-form-style form .form-submit input:hover {
  background-color: #e4573d;
}

.pro-details-mrg-tb {
  margin: 50px 0 50px;
}

.tab-style-1 {
  border-bottom: 1px solid #ebebeb;
}

.tab-style-1 a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-right: 45px;
  color: #696969;
  padding: 0 0 13px;
  border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 767px) {
  .tab-style-1 a {
    margin: 0 15px 10px 0;
    padding: 0 0 6px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tab-style-1 a {
    margin: 0 30px 0px 0;
    padding: 0 0 6px;
    font-size: 18px;
  }
}

.tab-style-1 a:last-child {
  margin-right: 0px;
}

.tab-style-1 a.active {
  color: #333;
  border-bottom: 3px solid #04517b;
}

@media only screen and (max-width: 767px) {
  .tab-style-1.mb-35 {
    margin-bottom: 25px;
  }
}

.product-quality {
  position: relative;
  width: 110px;
}

.product-quality input {
  width: 110px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  padding: 2px 30px 2px 10px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
  text-align: center;
  border-radius: 26px;
  height: 48px;
}

.product-quality .qtybutton {
  font-size: 0;
}

.product-quality .qtybutton.dec {
  position: absolute;
  width: 30px;
  height: 15px;
  text-align: center;
  right: 0;
  bottom: 7px;
}

.product-quality .qtybutton.dec::before {
  content: '';
  position: absolute;
  right: 14px;
  bottom: 8px;
  border-top: 5px solid #696969;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.product-quality .qtybutton.dec:hover::before {
  border-top: 5px solid #04517b;
}

.product-quality .qtybutton.inc {
  position: absolute;
  width: 30px;
  height: 15px;
  right: 0;
  top: 9px;
}

.product-quality .qtybutton.inc::after {
  content: '';
  position: absolute;
  right: 14px;
  top: 8px;
  border-bottom: 5px solid #696969;
  border-left: 5px solid transparent !important;
  border-right: 5px solid transparent !important;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
}

.product-quality .qtybutton.inc:hover::after {
  border-bottom: 5px solid #04517b;
}

@media only screen and (max-width: 767px) {
  .pb-55 {
    padding-bottom: 40px;
  }
}

/*-------- 16. Cart style ---------*/
.cart-table-content .table-content {
  border: 1px solid #eee;
}

.cart-table-content .table-content table {
  width: 100%;
}

.cart-table-content .table-content table thead {
  background-color: #f8f8f8;
}

.cart-table-content .table-content table thead>tr th {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 14px 15px 14px 0;
}

.cart-table-content .table-content table thead>tr th:first-child {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th:first-child {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th:first-child {
    padding-left: 20px;
  }
}

.cart-table-content .table-content table thead>tr th.width-thumbnail {
  min-width: 130px;
}

.cart-table-content .table-content table thead>tr th.width-name {
  min-width: 356px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-table-content .table-content table thead>tr th.width-name {
    min-width: 250px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th.width-name {
    min-width: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th.width-name {
    min-width: 140px;
  }
}

.cart-table-content .table-content table thead>tr th.width-price {
  min-width: 118px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th.width-price {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th.width-price {
    min-width: 100px;
  }
}

.cart-table-content .table-content table thead>tr th.width-quantity {
  min-width: 187px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th.width-quantity {
    min-width: 140px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th.width-quantity {
    min-width: 140px;
  }
}

.cart-table-content .table-content table thead>tr th.width-subtotal {
  min-width: 107px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th.width-subtotal {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th.width-subtotal {
    min-width: 100px;
  }
}

.cart-table-content .table-content table thead>tr th.width-remove {
  min-width: 101px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table thead>tr th.width-remove {
    min-width: 67px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table thead>tr th.width-remove {
    min-width: 67px;
  }
}

.cart-table-content .table-content table tbody>tr {
  border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody>tr:last-child {
  border-bottom: none;
}

.cart-table-content .table-content table tbody>tr td {
  padding: 30px 0 30px 0;
}

.cart-table-content .table-content table tbody>tr td:first-child {
  padding-left: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cart-table-content .table-content table tbody>tr td:first-child {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table-content .table-content table tbody>tr td:first-child {
    padding-left: 20px;
  }
}

.cart-table-content .table-content table tbody>tr td.product-thumbnail a {
  display: block;
}

.cart-table-content .table-content table tbody>tr td.product-thumbnail a img {
  width: 80px;
  border: 1px solid #eee;
}

.cart-table-content .table-content table tbody>tr td.product-name h5 {
  display: block;
  font-size: 15px;
  color: #333;
}

.cart-table-content .table-content table tbody>tr td.product-name h5 a {
  color: #333;
}

.cart-table-content .table-content table tbody>tr td.product-name h5 a:hover {
  color: #04517b;
}

.cart-table-content .table-content table tbody>tr td.product-price span,
.cart-table-content .table-content table tbody>tr td.product-total span {
  font-size: 15px;
  font-weight: 500;
  color: #04517b;
}

.cart-table-content .table-content table tbody>tr td.product-remove a {
  font-size: 15px;
  font-weight: 500;
  color: #696969;
  padding: 0 0 3px;
  display: inline-block;
  border-bottom: 1px solid #eee;
}

.cart-table-content .table-content table tbody>tr td.product-remove a:hover {
  color: #04517b;
}

.cart-shiping-update-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 75px;
  margin-bottom: 70px;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: block;
    padding-bottom: 40px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
  margin-left: 22px;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin: 15px 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn {
    margin: 0px 0 0 12px;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a {
  font-size: 15px;
  font-weight: 700;
  color: #444;
  display: inline-block;
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
  margin-right: 8px;
  color: #04517b;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .cart-shiping-update-wrapper .continure-clear-btn .clear-btn a i {
    margin-right: 4px;
  }
}

.cart-shiping-update-wrapper .continure-clear-btn .clear-btn a:hover {
  color: #04517b;
}

.cart-shiping-update-wrapper .update-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {
  .cart-shiping-update-wrapper .update-btn a {
    padding: 10px 20px;
  }
}

.cart-shiping-update-wrapper .update-btn a:hover {
  background-color: #e4573d;
}

.coupon-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.coupon-wrap .coupon-content p {
  color: #444;
  font-size: 15px;
  margin: 0;
}

.input-style.coupon-content-mrg {
  margin: 23px 0 25px;
}

@media only screen and (max-width: 767px) {
  .input-style.coupon-content-mrg {
    margin: 15px 0 20px;
  }
}

.input-style.input-style-mb {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .input-style.input-style-mb {
    margin: 0 0 15px;
  }
}

.input-style {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  padding: 3px 20px;
  border-radius: 26px;
  font-size: 15px;
}

.input-style::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.input-style::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.input-style:focus {
  background-color: #ffffff;
  border: 1px solid #04517b;
}

.cart-collaterals-wrap h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}

.cart-collaterals-wrap .collaterals-content p {
  color: #444;
  font-size: 15px;
  margin: 0 0 11px;
}

.cart-collaterals-wrap .collaterals-content p span {
  font-size: 18px;
  font-weight: 700;
  color: #04517b;
}

.select-style.select-style-mrg-1 {
  margin-bottom: 30px;
}

.select-style .select2-container--default {
  width: 100%;
  display: block;
}

.select-style .select2-container--default .select2-selection--single {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 48px;
  color: #666;
  border-radius: 26px;
  font-size: 15px;
  padding: 0;
  -webkit-transition: all .0s ease 0s;
  -o-transition: all .0s ease 0s;
  transition: all .0s ease 0s;
}

.select-style .select2-container--default .select2-selection--single[aria-expanded="true"] {
  background-color: #ffffff;
  border: 1px solid #04517b;
}

.select-style .select2-container--default .select2-selection--single span {
  height: 48px;
  line-height: 40px;
  color: #666;
  padding: 3px 20px;
  border-radius: 26px;
}

.select-style .select2-container--default.select2-container--above .select2-selection--single {
  border-top: none;
}

.select-style .select2-container--default.select2-container--below .select2-selection--single {
  border-bottom: none;
}

.select2-container .select2-dropdown {
  border: 1px solid #04517b;
}

.select2-container .select2-dropdown.select2-dropdown--below {
  border-radius: 0px 0px 26px 26px;
  border-top: none;
}

.select2-container .select2-dropdown.select2-dropdown--above {
  border-radius: 26px 26px 0px 0px;
  border-bottom: none;
}

.select2-container .select2-dropdown.select2-dropdown--above .select2-search--dropdown {
  margin: 7px 0 7px;
}

.select2-container .select2-dropdown .select2-search--dropdown {
  padding: 0px 20px 0px;
  margin: 0 0 7px;
  position: relative;
}

.select2-container .select2-dropdown .select2-search--dropdown::after {
  content: '\f002';
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 40px;
  font-weight: 900;
  font-family: 'Font Awesome 5 Pro';
  display: inline-block;
  cursor: pointer;
}

.select2-container .select2-dropdown .select2-search--dropdown:hover::after {
  color: #04517b;
}

.select2-container .select2-dropdown .select2-search--dropdown>input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 40px;
  color: #666;
  padding: 3px 50px 3px 20px;
  border-radius: 26px;
  font-size: 15px;
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.select2-container .select2-dropdown .select2-search--dropdown>input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.select2-container .select2-dropdown .select2-search--dropdown>input:focus {
  background-color: #ffffff;
  border: 1px solid #04517b;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding: 7px 20px;
  color: #333;
  font-size: 15px;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
  color: #ffffff;
  background-color: #04517b;
}

.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-selected="true"] {
  color: #ffffff;
  background-color: #04517b;
}

.continure-btn a,
.common-btn-style a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {

  .continure-btn a,
  .common-btn-style a {
    padding: 10px 20px;
  }
}

.continure-btn a.common-btn-padding-2,
.common-btn-style a.common-btn-padding-2 {
  padding: 12px 41px;
}

.continure-btn a:hover,
.common-btn-style a:hover {
  background-color: #e4573d;
}

.grand-total-wrap {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 25px 30px 40px;
}

.grand-total-wrap ul {
  overflow: hidden;
  display: block;
}

.grand-total-wrap ul li {
  font-size: 15px;
  color: #444;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grand-total-wrap ul li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #04517b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.grand-total-wrap ul li h4 span {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #444;
  font-weight: 400;
}

.grand-total-wrap .grand-total {
  padding: 25px 0 40px;
}

.grand-total-wrap .grand-total h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.grand-total-wrap .grand-total h4 span {
  float: right;
  font-size: 20px;
  color: #e4573d;
  font-weight: 700;
}

.grand-total-wrap .grand-total-btn a {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 13px 36px;
  background-color: #04517b;
  text-align: center;
}

.grand-total-wrap .grand-total-btn a:hover {
  background-color: #e4573d;
}

@media only screen and (max-width: 767px) {
  .cart-area.pb-35 {
    padding-bottom: 20px;
  }
}

/*-------- 17. Checkout style ---------*/
.customer-zone>p {
  font-size: 16px;
  color: #444;
  margin: 0 0 0px;
}

.customer-zone>p a {
  color: #04517b;
  display: inline-block;
  position: relative;
}

.customer-zone>p a::before,
.customer-zone>p a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone>p a::after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone>p a:hover::before {
  background-color: #04517b;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.customer-zone>p a:hover::after {
  background-color: #04517b;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.customer-zone .checkout-login-info {
  display: none;
  margin: 20px 0 0;
}

.customer-zone .checkout-login-info p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 20px;
}

.customer-zone .checkout-login-info .sin-checkout-login label {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .customer-zone .checkout-login-info .sin-checkout-login.mrg-small-device {
    margin: 0 0 25px;
  }
}

.customer-zone .checkout-login-info .button-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0 24px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn input {
  width: auto;
  height: auto;
}

.customer-zone .checkout-login-info .button-remember-wrap .checkout-login-toggle-btn label {
  color: #444;
  font-size: 15px;
  margin: 0 0 0 12px;
}

.customer-zone .checkout-login-info .button-remember-wrap button {
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 41px;
  color: #ffffff;
  border-radius: 26px;
  background-color: #04517b;
}

.customer-zone .checkout-login-info .button-remember-wrap button:hover {
  background-color: #e4573d;
}

.customer-zone .checkout-login-info .lost-password a {
  color: #444;
  font-size: 15px;
}

.customer-zone .checkout-login-info .lost-password a:hover {
  color: #04517b;
}

.customer-zone .checkout-login-info3 {
  width: 370px;
  margin: 27px 0 0;
  display: none;
}

@media only screen and (max-width: 767px) {
  .customer-zone .checkout-login-info3 {
    width: 100%;
  }
}

.customer-zone .checkout-login-info3 form {
  position: relative;
}

.customer-zone .checkout-login-info3 form input {
  padding: 3px 70px 3px 20px;
}

.customer-zone .checkout-login-info3 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 2px 20px;
  font-size: 22px;
  border: none;
  background-color: transparent;
  color: #04517b;
  height: 100%;
  border-radius: 26px;
}

.customer-zone .checkout-login-info3 form button:hover {
  color: #ffffff;
  background-color: #e4573d;
}

.billing-info-wrap h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .billing-info-wrap h3 {
    margin: 0 0 15px;
  }
}

.billing-info-wrap .billing-info label,
.billing-info-wrap .checkout-account-toggle label,
.billing-info-wrap .billing-select label {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block;
}

@media only screen and (max-width: 767px) {

  .billing-info-wrap .billing-info label,
  .billing-info-wrap .checkout-account-toggle label,
  .billing-info-wrap .billing-select label {
    margin: 0 0 5px;
  }
}

.billing-info-wrap .billing-info input.billing-address,
.billing-info-wrap .checkout-account-toggle input.billing-address,
.billing-info-wrap .billing-select input.billing-address {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {

  .billing-info-wrap .billing-info input.billing-address,
  .billing-info-wrap .checkout-account-toggle input.billing-address,
  .billing-info-wrap .billing-select input.billing-address {
    margin: 0 0 25px;
  }
}

@media only screen and (max-width: 767px) {

  .billing-info-wrap .billing-info.mb-35,
  .billing-info-wrap .checkout-account-toggle.mb-35,
  .billing-info-wrap .billing-select.mb-35 {
    margin-bottom: 25px;
  }
}

.billing-info-wrap .billing-select {
  display: block;
}

.billing-info-wrap .billing-select .select2-container--default {
  width: 100%;
}

.billing-info-wrap .billing-select .select2-container--default .selection {
  width: 100%;
}

.billing-info-wrap .checkout-account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-info-wrap .checkout-account>input {
  width: auto;
  height: auto;
}

.billing-info-wrap .checkout-account>span {
  color: #444;
  font-size: 15px;
  margin-left: 10px;
}

.billing-info-wrap .different-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.billing-info-wrap .different-address>input {
  width: auto;
  height: auto;
}

.billing-info-wrap .different-address>span {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  margin-left: 10px;
}

.billing-info-wrap .additional-info-wrap {
  margin: 40px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
  color: #444;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 8px;
  display: block;
}

.billing-info-wrap .additional-info-wrap textarea {
  height: 100px;
  resize: vertical;
  background: #f5f5f5;
  border: 2px solid #f5f5f5;
  padding: 10px;
  font-size: 15px;
  color: #666;
}

.billing-info-wrap .additional-info-wrap textarea:focus {
  background-color: transparent;
  border: 2px solid #4FC1F0;
}

.billing-info-wrap .checkout-account-toggle {
  margin-top: 30px;
}

.billing-info-wrap .checkout-account-toggle {
  display: none;
}

.billing-info-wrap .different-address.open-toggle {
  display: none;
}

.payment-details-area {
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 45px;
}

@media only screen and (max-width: 767px) {
  .payment-details-area {
    margin-top: 40px;
    padding-top: 35px;
  }
}

.payment-details-area h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 37px;
}

@media only screen and (max-width: 767px) {
  .payment-details-area h4 {
    margin: 0 0 30px;
  }
}

.payment-details-area .payment-method {
  margin: 17px 0 0;
}

.payment-details-area .payment-method .sin-payment input {
  display: none;
}

.payment-details-area .payment-method .sin-payment label {
  padding: 13px 20px;
  border: 1px solid #e0e0e0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.payment-details-area .payment-method .sin-payment label span {
  width: 62px;
  margin-right: 11px;
  position: relative;
}

.payment-details-area .payment-method .sin-payment label span .nomal-img {
  opacity: 1;
  visibility: visible;
}

.payment-details-area .payment-method .sin-payment label span .active-img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.payment-details-area .payment-method .sin-payment .payment-box {
  margin: 24px 0 22px;
  display: none;
}

.payment-details-area .payment-method .sin-payment .payment-box p {
  font-size: 15px;
  color: #444;
  margin: 0;
}

.payment-details-area .payment-method .sin-payment.payment-selected label {
  background: #edf4fe;
  border: 1px solid #edf4fe;
  color: #387aff;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .nomal-img {
  opacity: 0;
  visibility: hidden;
}

.payment-details-area .payment-method .sin-payment.payment-selected label span .active-img {
  opacity: 1;
  visibility: visible;
}

.order-summary {
  background: #f8f8f8;
  padding: 36px 30px 34px;
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .order-summary {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .order-summary {
    margin-left: 0px;
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .order-summary {
    margin-left: 0px;
    margin-top: 30px;
    padding: 36px 15px 34px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary {
    padding: 36px 30px 34px;
  }
}

.order-summary .order-summary-title h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 0 0 20px;
  border-bottom: 1px solid #eee;
  margin: 0;
}

.order-summary .order-summary-top .order-summary-img-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80px;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    margin-right: 20px;
  }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a {
  display: block;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-img a img {
  width: 100%;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
  font-size: 15px;
  margin: 0;
  width: 60%;
  line-height: 1.74;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 95%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 {
    width: 60%;
  }
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-img-title .order-summary-title h4 span {
  color: #9b9b9b;
  font-weight: 700;
}

.order-summary .order-summary-top .order-summary-img-price .order-summary-price span {
  font-weight: 700;
  font-size: 15px;
  color: #04517b;
}

.order-summary .order-summary-middle ul {
  overflow: hidden;
  display: block;
}

.order-summary .order-summary-middle ul li {
  font-size: 15px;
  color: #444;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.order-summary .order-summary-middle ul li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #04517b;
  display: block;
  text-align: right;
  margin: 0;
}

.order-summary .order-summary-middle ul li h4 span {
  margin: 0 5px 0 0;
  font-size: 15px;
  color: #444;
  display: block;
  font-weight: 400;
}

.order-summary .order-summary-middle ul li h4 span.price {
  color: #444;
  font-weight: 700;
  font-size: 15px;
}

.order-summary .order-summary-bottom h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 0;
}

.order-summary .order-summary-bottom h4 span {
  float: right;
  font-size: 20px;
  color: #e4573d;
  font-weight: 700;
}

/*-------- 18. Wishlist style ---------*/
.wishlist-table-content .table-content {
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.wishlist-table-content .table-content table {
  width: 100%;
}

.wishlist-table-content .table-content table tbody>tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.wishlist-table-content .table-content table tbody>tr:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.wishlist-table-content .table-content table tbody>tr:last-child {
  border-bottom: none;
}

.wishlist-table-content .table-content table tbody>tr td {
  text-align: center;
  padding: 17px 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td {
    padding: 15px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td {
    padding: 15px 10px;
  }
}

.wishlist-table-content .table-content table tbody>tr td:last-child {
  border-right: none;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail {
  width: 128px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail a i {
  font-size: 16px;
  color: #9b9b9b;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-thumbnail a i:hover {
  color: #e4573d;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img {
  width: 90px;
  padding: 10px 5px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img a {
  display: block;
  width: 79px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-img a img {
  width: 100%;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
  width: 692px;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
    min-width: 200px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info {
    min-width: 180px;
  }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 {
  font-weight: 700;
  font-size: 15px;
  margin: 0;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 a {
  color: #333;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info h5 a:hover {
  color: #04517b;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price {
  margin: 5px 0 5px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price span {
  font-weight: 700;
  color: #04517b;
  font-size: 18px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info .wishlist-product-price span.old-price {
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin-left: 5px;
  text-decoration: line-through;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-info>span {
  color: #444;
  font-size: 15px;
  display: block;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td.wishlist-product-info>span {
    line-height: 1.5;
  }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap {
  width: 507px;
}

@media only screen and (max-width: 767px) {
  .wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap {
    min-width: 200px;
  }
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap span {
  color: #444;
  font-size: 15px;
  display: block;
  margin: 0 0 6px;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap .wishlist-product-add a {
  display: inline-block;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  line-height: 1;
  color: #ffffff;
  background-color: #04517b;
}

.wishlist-table-content .table-content table tbody>tr td.wishlist-product-add-wrap .wishlist-product-add a:hover {
  background-color: #e4573d;
}

.wishlist-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-bottom {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom {
    display: block;
    margin-top: 25px;
  }
}

.wishlist-bottom .wishlist-social-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wishlist-bottom .wishlist-social-wrap {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap {
    margin-bottom: 10px;
  }
}

.wishlist-bottom .wishlist-social-wrap span {
  color: #666;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap span {
    margin-right: 5px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap span {
    margin-right: 10px;
  }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a {
  color: #333;
  font-size: 15px;
  margin-right: 8px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wishlist-bottom .wishlist-social-wrap .wishlist-social a {
    margin-right: 8px;
  }
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:hover {
  color: #04517b;
}

.wishlist-bottom .wishlist-social-wrap .wishlist-social a:last-child {
  margin-right: 0px;
}

.wishlist-bottom .wishlist-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link {
    display: block;
  }
}

.wishlist-bottom .wishlist-link span {
  color: #666;
  font-size: 15px;
  display: inline-block;
  margin-right: 10px;
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input {
    margin: 10px 0 10px;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #666;
  height: 48px;
  font-size: 15px;
  border-radius: 26px;
  padding: 3px 20px;
  width: 232px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-input input {
    width: 100%;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn {
    margin-left: 0px;
  }
}

.wishlist-bottom .wishlist-link .wishlist-input-wrap .wishlist-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 26px;
  padding: 0 41px;
  padding: 9px 41px 13px;
  background-color: #04517b;
}

/*-------- 19. About us style ---------*/
.about-us-img img {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 23px 26px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 23px 26px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 9;
}

.about-us-content {
  margin: 0 0 0 90px;
  position: relative;
  z-index: 9;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-content {
    margin: 0 0 0 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content {
    margin: 0 0 0 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content {
    margin: 50px 0 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content {
    margin: 30px 0 0 0px;
  }
}

.about-us-content .total-years {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about-us-content .total-years h2 {
  font-size: 200px;
  font-weight: 900;
  line-height: .8em;
  color: #04517b;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-content .total-years h2 {
    font-size: 130px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content .total-years h2 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content .total-years h2 {
    font-size: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content .total-years h2 {
    font-size: 80px;
  }
}

.about-us-content .total-years h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
  color: #444;
  margin: 0 0 0 12px;
}

.about-us-content h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 25px 0 28px;
}

@media only screen and (max-width: 767px) {
  .about-us-content h3 {
    font-size: 18px;
    line-height: 1.5;
    margin: 18px 0 18px;
  }
}

.about-us-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.67em;
  margin: 0 0 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-us-content p {
    font-size: 16px;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-content p {
    color: #555;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-content p {
    font-size: 16px;
    margin: 0 0 20px;
    color: #555;
  }
}

.about-us-content .about-btn a {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  border-radius: 26px;
  padding: 0 36px;
  padding: 13px 36px;
  background-color: #edf4fe;
  color: #04517b;
}

.about-us-content .about-btn a i {
  font-size: 16px;
  margin-left: 10px;
}

.about-us-content .about-btn a:hover {
  color: #ffffff;
  background-color: #04517b;
}

.about-us-img {
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
}

.drou-box {
  padding: 32px 37px 36px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-box {
    padding: 32px 20px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-box {
    padding: 32px 15px 20px;
  }
}

.drou-box .icon-box-wrapper .drou-icon-wrap svg {
  width: 56px;
  height: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-box .icon-box-wrapper .drou-icon-wrap svg {
    width: 50px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-box .icon-box-wrapper .drou-icon-wrap svg {
    width: 50px;
    height: 50px;
  }
}

.drou-box .icon-box-wrapper .icon-box-content .title {
  margin: 25px 0 23px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-box .icon-box-wrapper .icon-box-content .title {
    margin: 20px 0 17px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-box .icon-box-wrapper .icon-box-content .title {
    margin: 20px 0 17px;
  }
}

.drou-box .icon-box-wrapper .icon-box-content .title h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .drou-box .icon-box-wrapper .icon-box-content .title h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .drou-box .icon-box-wrapper .icon-box-content .title h3 {
    font-size: 20px;
  }
}

.drou-box .icon-box-wrapper .icon-box-content ul {
  padding-left: 15px;
}

.drou-box .icon-box-wrapper .icon-box-content ul li {
  color: #444;
  font-size: 15px;
  list-style: disc;
  margin: 0 0 13px;
}

.drou-box:hover {
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.funfact-area {
  background-color: #497bc2;
}

.funfact-area .single-funfact h2 {
  font-size: 64px;
  color: #ffffff;
  margin: 0 0 22px;
  line-height: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .funfact-area .single-funfact h2 {
    font-size: 55px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .single-funfact h2 {
    font-size: 50px;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .funfact-area .single-funfact h2 {
    font-size: 45px;
    margin: 0 0 5px;
  }
}

.funfact-area .single-funfact span {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .funfact-area .single-funfact span {
    letter-spacing: 1px;
  }
}

.team-wrap .team-img {
  position: relative;
  overflow: hidden;
}

.team-wrap .team-img img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.team-wrap .team-img .team-social {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.team-wrap .team-img .team-social a {
  display: inline-block;
  color: #696969;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background-color: #ffffff;
  margin: 0 2px;
}

.team-wrap .team-img .team-social a:hover {
  background-color: #04517b;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-img.mb-25 {
    margin-bottom: 10px;
  }
}

.team-wrap .team-info h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .team-wrap .team-info h3 {
    margin: 0 0 5px;
  }
}

.team-wrap .team-info span {
  font-size: 15px;
  color: #555;
  display: block;
}

.team-wrap:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-wrap:hover .team-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@media only screen and (max-width: 767px) {
  .team-wrap.mb-45 {
    margin-bottom: 30px;
  }
}

.about-us-area {
  position: relative;
}

.about-us-area .mouse-scroll-area-2 {
  position: absolute;
  top: 0% !important;
  left: 0 !important;
  z-index: 8 !important;
  width: 100% !important;
  height: 100% !important;
}

.about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
  position: absolute;
  top: 69% !important;
  left: 15% !important;
  z-index: 8;
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 75% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 50% !important;
    left: 55% !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 38% !important;
    left: 55% !important;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 {
    top: 50% !important;
    left: 50% !important;
  }
}

.about-us-area .mouse-scroll-area-2 .about-us-shape-1 .drou-shape {
  width: 150px;
  height: 150px;
  color: #04517b;
  border-radius: 50%;
  background: currentColor;
}

@media only screen and (max-width: 767px) {
  .about-us-area .mouse-scroll-area-2 .about-us-shape-1 .drou-shape {
    width: 100px;
    height: 100px;
  }
}

.return-policy-content .return-policy-img {
  margin: 0 0 29px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content .return-policy-img {
    margin: 0 0 19px;
  }
}

.return-policy-content .return-policy-img img {
  width: 100%;
}

.return-policy-content h2 {
  font-size: 34px;
  font-weight: 700;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
}

.return-policy-content p {
  line-height: 1.74;
  font-size: 15px;
  margin: 0 0 25px;
}

@media only screen and (max-width: 767px) {
  .return-policy-content p {
    margin: 0 0 15px;
  }
}

.return-policy-content p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .mision-area.pb-70 {
    padding-bottom: 30px;
  }

  .funfact-area.pb-60 {
    padding-bottom: 25px;
  }

  .team-area.pb-40 {
    padding-bottom: 20px;
  }

  .about-us-area.pt-65 {
    padding-top: 50px;
  }

  .mision-area.pt-65 {
    padding-top: 50px;
  }

  .mision-area.pb-45 {
    padding-bottom: 30px;
  }

  .testimonial-area.pt-65 {
    padding-top: 55px;
  }

  .testimonial-area.pb-65 {
    padding-bottom: 40px;
  }

  .team-area.pt-65 {
    padding-top: 55px;
  }

  .team-area.pb-65 {
    padding-bottom: 40px;
  }
}

/*-------- 20. 404 style ---------*/
.error-content .error-logo {
  margin: 0 0 40px;
}

.error-content .error-logo a {
  display: block;
}

.error-content .error-logo a img {
  width: 166px;
}

@media only screen and (max-width: 767px) {
  .error-content .error-logo {
    margin: 0 0 20px;
  }
}

.error-content .error-img img {
  max-width: 100%;
}

.error-content h2 {
  font-size: 40px;
  font-weight: 500;
  margin: 22px 0 26px;
}

@media only screen and (max-width: 767px) {
  .error-content h2 {
    font-size: 22px;
    line-height: 32px;
    margin: 12px 0 10px;
  }
}

.error-content p {
  font-size: 18px;
  color: #444;
  line-height: 1.67;
  margin: 0px 0 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .error-content p {
    margin: 0px 0 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .error-content p {
    margin: 0px 80px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .error-content p {
    font-size: 17px;
    line-height: 1.57;
    margin: 0px 0 20px;
  }
}

.error-content .search-style-4 {
  margin: 0 50px;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 {
    margin: 0 0px;
  }
}

.error-content .search-style-4 form {
  position: relative;
}

.error-content .search-style-4 form input {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  color: #444;
  height: 48px;
  font-size: 15px;
  border-radius: 26px;
  padding: 3px 150px 3px 20px;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 form input {
    padding: 3px 140px 3px 20px;
  }
}

.error-content .search-style-4 form input::-moz-input-placeholder {
  color: #444;
  opacity: 1;
}

.error-content .search-style-4 form input::-webkit-input-placeholder {
  color: #444;
  opacity: 1;
}

.error-content .search-style-4 form input:focus {
  border: 1px solid #04517b;
}

.error-content .search-style-4 form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 15px;
  font-weight: 700;
  border: none;
  height: 100%;
  color: #ffffff;
  padding: 5px 41px;
  border-radius: 26px;
  background-color: #04517b;
}

@media only screen and (max-width: 767px) {
  .error-content .search-style-4 form button {
    padding: 5px 35px;
  }
}

.error-content .search-style-4 form button:hover {
  background-color: #e4573d;
}

/*-------- 21. My account style ---------*/
.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #eee;
  border-bottom: none;
  font-weight: 500;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 15px 30px;
  text-transform: capitalize;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #eee;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
  background-color: #04517b;
  border-color: #04517b;
  color: #ffffff;
}

.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

@media only screen and (max-width: 767px) {
  #myaccountContent {
    margin-top: 30px;
  }
}

.myaccount-content .welcome p {
  font-size: 15px;
  margin: 0 0 23px;
}

.myaccount-content .welcome p a {
  color: #444;
}

.myaccount-content .welcome p a:hover {
  color: #04517b;
}

.myaccount-content .welcome p strong {
  font-weight: 700;
}

.myaccount-content p {
  font-size: 15px;
  line-height: 1.74;
}

.myaccount-content p a {
  color: #444;
}

.myaccount-content p a:hover {
  color: #04517b;
}

.myaccount-content .account-details-form .account-info label {
  font-size: 15px;
  color: #444;
  margin: 0 0 3px;
}

@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form .account-info.mb-30 {
    margin-bottom: 15px;
  }
}

.myaccount-content .account-details-form span {
  font-style: italic;
  font-size: 15px;
  color: #444;
  margin: 5px 0 0;
  display: block;
}

.myaccount-content .account-details-form fieldset {
  padding: 1.55em 1.625em 3em;
  border: 1px solid #eee;
  margin: 30px 0 36px;
}

@media only screen and (max-width: 767px) {
  .myaccount-content .account-details-form fieldset {
    padding: 1.55em 1em 3em;
  }
}

.myaccount-content .account-details-form fieldset legend {
  font-size: 18px;
  width: auto;
  float: inherit;
}

.myaccount-content .account-details-form .account-info-btn button {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  background-color: #04517b;
  border-radius: 26px;
  padding: 11px 41px 13px;
  border: none;
}

.myaccount-content .account-details-form .account-info-btn button:hover {
  background-color: #e4573d;
}

.myaccount-content.myaccount-address .myaccount-address-wrap {
  margin: 20px 0 0px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap h3 {
  font-size: 25px;
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 22px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap h3 {
    font-size: 20px;
  }
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content {
  margin: 20px 0 0;
}

@media only screen and (max-width: 767px) {
  .myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content {
    margin: 14px 0 0;
  }
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content h4 {
  font-size: 18px;
  font-size: 500;
  margin: 0 0 5px;
}

.myaccount-content.myaccount-address .myaccount-address-wrap .myaccount-address-content p {
  font-size: 15px;
  color: #444;
  line-height: 1.74;
  margin: 0;
}

.myaccount-table {
  white-space: nowrap;
  font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
  padding: 10px;
  font-weight: 600;
  background-color: #f8f8f8;
  border-color: #eee;
  border-bottom: 0;
  font-size: 15px;
  color: #333;
}

.myaccount-table table td,
.myaccount-table .table td {
  padding: 10px;
  vertical-align: middle;
  border-color: #eee;
  color: #333;
}

/*-------- Start My Account Page Wrapper --------*/
/*-------- 22. Login register style ---------*/
.login-register-wrap.login-register-gray-bg {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 29px 50px 48px;
  margin: 0 100px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 30px 0 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 0px 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .login-register-wrap.login-register-gray-bg {
    margin: 0 0px 40px 0;
    padding: 29px 20px 48px;
  }
}

.login-register-wrap .login-register-title h1 {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 21px;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-title h1 {
    font-size: 30px;
  }
}

.login-register-wrap .login-register-form form .login-register-input-style {
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form form .login-register-input-style {
    margin: 0 0 20px;
  }
}

.login-register-wrap .login-register-form form .login-register-input-style label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
  margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form form .login-register-input-style label {
    margin-bottom: 4px;
  }
}

.login-register-wrap .login-register-form form .login-register-input-style.input-style-white input {
  background-color: #ffffff;
}

.login-register-wrap .login-register-form form .lost-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form form .lost-remember-wrap {
    display: block;
  }
}

.login-register-wrap .login-register-form form .lost-remember-wrap .remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form form .lost-remember-wrap .remember-wrap {
    margin: 0 0 6px;
  }
}

.login-register-wrap .login-register-form form .lost-remember-wrap .remember-wrap input {
  width: auto;
  height: auto;
}

.login-register-wrap .login-register-form form .lost-remember-wrap .remember-wrap span {
  display: block;
  font-size: 15px;
  color: #444;
  margin-left: 15px;
}

.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a {
  font-size: 15px;
  color: #04517b;
  position: relative;
  display: inline-block;
}

.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a::before,
.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a::after {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a:hover::before {
  background-color: #04517b;
  -webkit-transform: scaleX(0) translateZ(0);
  transform: scaleX(0) translateZ(0);
  transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.login-register-wrap .login-register-form form .lost-remember-wrap .lost-wrap a:hover::after {
  background-color: #04517b;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

.login-register-wrap .login-register-form form .login-register-btn {
  margin: 35px 0 0;
}

@media only screen and (max-width: 767px) {
  .login-register-wrap .login-register-form form .login-register-btn {
    margin: 25px 0 0;
  }
}

.login-register-wrap .login-register-form form .login-register-btn button {
  font-size: 15px;
  font-weight: 700;
  border: none;
  background-color: #04517b;
  color: #ffffff;
  display: block;
  text-align: center;
  border-radius: 26px;
  width: 100%;
  padding: 11px 10px 13px;
}

.login-register-wrap .login-register-form form .login-register-btn button:hover {
  background-color: #e4573d;
}

.login-register-wrap .login-register-form form .privacy-policy-wrap p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
}

.login-register-wrap .login-register-form form .privacy-policy-wrap p a {
  color: #333;
}

.login-register-wrap .login-register-form form .privacy-policy-wrap p a:hover {
  color: #04517b;
}

/*-------- 23. Compare style ---------*/
.compare-table .table thead tr {
  border: none;
  background-color: #f8f8f8;
}

.compare-table .table thead tr th {
  border: none;
  padding: 13px 20px;
}

.compare-table .table thead tr th a.title {
  color: #333;
  font-size: 15px;
  font-weight: 400;
}

.compare-table .table thead tr th a.title:hover {
  color: #04517b;
}

.compare-table .table tbody tr {
  border: none;
  margin-bottom: 20px;
}

.compare-table .table tbody tr td {
  vertical-align: middle;
  border: none;
  padding: 13px 20px;
  color: #444;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td {
    min-width: 240px;
  }
}

.compare-table .table tbody tr td.first-column {
  min-width: 200px;
  font-size: 15px;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 30px;
  text-align: center;
  background-color: #f8f8f8;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.first-column {
    min-width: 100px;
    overflow: hidden;
  }
}

.compare-table .table tbody tr td.compare-rating i {
  color: #fb0;
  font-weight: 900;
  font-size: 14px;
}

.compare-table .table tbody tr td.compare-rating i.gray {
  color: #ababab;
  font-weight: 400;
}

.compare-table .table tbody tr td.compare-stock p i {
  color: #8cc63e;
  font-size: 15px;
  margin-right: 5px;
}

.compare-table .table tbody tr td.compare-rating span {
  font-weight: 700;
  font-size: 20px;
  color: #04517b;
}

.compare-table .table tbody tr td.compare-btn a {
  background: #edf4fe;
  border-radius: 26px;
  display: inline-block;
  font-size: 15px;
  padding: 12px 41px;
  font-weight: 700;
  color: #04517b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .compare-table .table tbody tr td.compare-btn a {
    padding: 12px 22px;
  }
}

@media only screen and (max-width: 767px) {
  .compare-table .table tbody tr td.compare-btn a {
    padding: 12px 28px;
  }
}

.compare-table .table tbody tr td.compare-btn a:hover {
  background-color: #04517b;
  color: #ffffff;
}

.compare-table .table tbody tr td p {
  font-size: 15px;
}

.compare-table .table tbody tr td span {
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  .compare-page-wrapper.pt-90 {
    padding-top: 20px;
  }
}

/*------ end Compare Page Wrapper -----*/
/*-------- 24. Blog details style ---------*/
.blog-details-wrapper .blog-details-top-content {
  margin: 0 0 30px;
}

.blog-details-wrapper .blog-details-top-content .post-categories a {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  border-radius: 2px;
  padding: 1px 10px;
  background-color: #04517b;
}

.blog-details-wrapper .blog-details-top-content h1 {
  font-size: 34px;
  margin: 17px 0 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content h1 {
    font-size: 26px;
  }
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
  font-size: 14px;
  color: #444;
  display: inline-block;
  margin-right: 20px;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li i {
  margin-right: 6px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li i {
    margin-right: 3px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li {
    margin-right: 8px;
  }
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li:last-child {
  margin-right: 0;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a {
  font-size: 14px;
  color: #444;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 100%;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li a:hover {
  color: #04517b;
}

.blog-details-wrapper img {
  width: 100%;
  border-radius: 5px;
}

.blog-details-wrapper blockquote {
  padding-left: 1em;
  border-left: 4px solid #04517b;
  margin: 49px 0 45px 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper blockquote {
    margin: 29px 0 25px 20px;
  }
}

.blog-details-wrapper blockquote p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.78;
  color: #333;
  width: 90%;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper blockquote p {
    width: 96%;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper blockquote p {
    width: 100%;
    font-size: 17px;
    line-height: 1.58;
  }
}

.blog-details-wrapper p {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
}

.blog-details-wrapper p.blog-details-paragraph-mb {
  margin-bottom: 40px;
}

.blog-details-wrapper .blog-details-middle-img {
  margin: 45px 0 42px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-middle-img {
    margin: 25px 0 22px;
  }
}

.blog-details-wrapper .blog-details-column {
  margin: 0 0 40px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-column {
    margin: 0 0 20px;
  }
}

.blog-details-wrapper .blog-details-column h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 18px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-details-column h3 {
    font-size: 25px;
    margin: 0 0 12px;
  }
}

.blog-details-wrapper .blog-tag-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap {
    display: block;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap {
    margin: 0 0 15px;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap span {
  color: #333;
  font-size: 18px;
  margin-right: 10px;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap .blog-tag a {
  font-size: 15px;
  color: #444;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-tag-wrap .blog-tag a:hover {
  color: #04517b;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-content span {
  font-weight: 500;
  margin-right: 15px;
  font-size: 15px;
  color: #333;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon {
  position: relative;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon span {
  font-size: 18px;
  color: #ffffff;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 100%;
  background-color: #04517b;
  cursor: pointer;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  -ms-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  width: auto;
  white-space: nowrap;
  padding: 0 4px;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
  -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9;
  visibility: hidden;
  opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.bs-list-responsive {
    left: auto;
    right: 10px;
    -webkit-transform: translate(0%, -10px);
    -ms-transform: translate(0%, -10px);
    transform: translate(0%, -10px);
  }

  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.bs-list-responsive:before {
    left: auto;
    right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list::before {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  border-top: 8px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0 {
  left: auto;
  right: 10px;
  -webkit-transform: translate(0%, -10px);
  -ms-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0 {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0::before {
  left: auto;
  right: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list.blog-share-right-0::before {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list a {
  display: inline-block;
  font-size: 15px;
  padding: 10px 12px;
  color: #666;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon .blog-share-list a:hover {
  color: #04517b;
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list {
  -webkit-transform: translate(-50%, -20px);
  -ms-transform: translate(-50%, -20px);
  transform: translate(-50%, -20px);
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.bs-list-responsive {
    -webkit-transform: translate(0%, -20px);
    -ms-transform: translate(0%, -20px);
    transform: translate(0%, -20px);
  }
}

.blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.blog-share-right-0 {
  -webkit-transform: translate(0%, -20px);
  -ms-transform: translate(0%, -20px);
  transform: translate(0%, -20px);
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-tag-share-wrap .blog-share-wrap .blog-share-icon:hover .blog-share-list.blog-share-right-0 {
    -webkit-transform: translate(-50%, -20px);
    -ms-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
  }
}

.blog-details-wrapper .blog-author-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #eee;
  margin-top: 50px;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-img {
    text-align: left;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-img img {
  width: 100px;
  border-radius: 100%;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social {
  margin: 14px 0 0;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social a {
  color: #ababab;
  font-size: 15px;
  margin: 0 8px;
  display: inline-block;
}

.blog-details-wrapper .blog-author-wrap .blog-author-img .blog-author-social a:hover {
  color: #04517b;
}

.blog-details-wrapper .blog-author-wrap .blog-author-content {
  margin-left: 30px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-content {
    margin-left: 0px;
    margin-top: 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-details-wrapper .blog-author-wrap .blog-author-content {
    margin-left: 20px;
    margin-top: 0px;
  }
}

.blog-details-wrapper .blog-author-wrap .blog-author-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px;
}

.blog-details-wrapper .blog-prev-next-wrap {
  position: relative;
  margin: 43px 0 45px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap {
    margin: 23px 0 25px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style {
  position: relative;
  overflow: hidden;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a {
  display: block;
  border-radius: 5px;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-color: #000;
  opacity: .5;
  z-index: 5;
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a img {
  width: 100%;
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  margin: 0;
  z-index: 9;
  position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 17px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 17px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style a h4 {
    font-size: 16px;
    line-height: 1.4;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 50px 10px 30px;
  text-align: right;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 50px 10px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 50px 10px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4 {
    padding: 10px 40px 10px 20px;
  }

  .main-shop-page .single-product-wrap {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  #custom-order .single-product-wrap .product-img-action-wrap {
    width: 50%;
  }

  #custom-order .product-content-wrap {
    width: 50%;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-next-position h4:before {
  position: absolute;
  content: '\f105';
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position {
    margin: 0 0 15px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 10px 30px 10px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4 {
    padding: 10px 20px 10px 40px;
  }
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style.blog-prev-position h4:before {
  position: absolute;
  content: '\f104';
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'Font Awesome 5 Pro';
}

.blog-details-wrapper .blog-prev-next-wrap .blog-prev-next-style:hover a img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.blog-details-wrapper .blog-reply-wrapper h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}

.blog-details-wrapper .blog-reply-wrapper p {
  margin: 0 0 30px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-input-style {
  margin-bottom: 25px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  height: 140px;
  color: #666;
  padding: 19px 20px 3px;
  border-radius: 5px;
  font-size: 15px;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea::-moz-input-placeholder {
  color: #666;
  opacity: 1;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-textarea-style textarea:focus {
  border: 1px solid #04517b;
  background-color: #ffffff;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 26px;
}

@media only screen and (max-width: 767px) {
  .blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap {
    margin: 12px 0 12px;
  }
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap input {
  width: auto;
  height: auto;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-remember-wrap label {
  color: #444;
  font-size: 15px;
  line-height: 1.74;
  margin: 0 0 0 10px;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-comment-submit input {
  width: auto;
  height: 48px;
  background-color: #04517b;
  color: #ffffff;
  border-radius: 26px;
  padding: 0 41px;
  font-size: 15px;
  font-weight: 700;
}

.blog-details-wrapper .blog-reply-wrapper form .blog-comment-submit input:hover {
  background-color: #e4573d;
}

@media only screen and (max-width: 767px) {
  .blog-details-area.pt-55 {
    padding-top: 40px;
  }
}


.cart-box>ul>li>a span+span.total-pro {
  background: #04517b none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  height: 22px;
  right: -12px;
  line-height: 22px;
  position: absolute;
  text-align: center;
  bottom: 23px;
  width: 22px;
  font-weight: bold;
  top: auto;
  left: auto;
}

.cart-actions.text-center {
  display: flex;
  justify-content: space-between;
}

nav.site-nav>ul>li ul.mega-menu-column-5>li>.mega-sub-menu li,
nav.site-nav>ul>li ul.mega-menu>li>.mega-sub-menu li {
  margin-bottom: 20px;
}

.header-info>ul>li>ul li a:hover {
  color: #04517b !important;
  background-color: inherit;
}

.header-info>ul>li:hover>ul.language-dropdown {
  z-index: 99;
}

.header-area.header-height-2 .header-middle .header-wrap a {
  font-size: 30px;
  font-weight: bold;
}

ul.nrb__mini_cart h6 a {
  font-size: 15px !important;
  font-weight: normal !important;
  color: #696969;
  padding-right: 10px;
}

.header-area.header-height-2 .header-middle .header-wrap .cart-actions a {
  font-size: 15px;
}

.header-area.header-height-2 .header-middle .header-wrap .del-icone {
  font-size: 18px;
}

.pro-quantity {
  line-height: 20px;
  height: 25px;
}

.search-style-2 form input {
  color: #1a305c;
  font-size: 15px;
  min-height: 52px;
  border: 2px solid #1a305c;
  /* width: 560px; */
  width: 860px;
  padding: 3px 62px 3px 20px;
  border-radius: 26px;
  background-color: #fff;
}

.header-area.header-height-2 .header-top {
  border-bottom: 0;
  padding-bottom: 0;
}

.main-categori-wrap a.categori-button-active {
  color: #fff;
}

.categori-dropdown-active-large {
  top: 216%;
}

.site-mobile-navigation {
  position: absolute;
  top: 55px;
  right: -13px;
}

nav.site-nav>ul>li {
  margin: 0 15px 5px;
}

.main-shop-page .single-product-wrap {
  margin-bottom: 0px;
}

.single-product-wrap .product-content-wrap .product-price .prev-price span {
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

.small-btn a::before,
.add-to-cart::before,
.cart-disable::before {
  display: none;
}

.noajx_btn {
  margin-right: 9px !important;
}

/* Ajax Wishlist Button */

.wishlist-action a {
  display: inline-block;
}

.action-wishlist .loading-wishlist,
.action-wishlist .remove-wishlist,
a.go-to-wishlist {
  display: none;
}

.action-wishlist.loading-wishlist .loading-wishlist {
  display: inline-block;
}

.action-wishlist.loading-wishlist .add-wishlist,
.action-wishlist.adding-wishlist .remove-wishlist,
.action-wishlist.adding-wishlist+a.go-to-wishlist {
  display: none;
}

.action-wishlist.active .add-wishlist {
  display: none;
}

.action-wishlist.active .remove-wishlist,
.action-wishlist.active+a.go-to-wishlist {
  display: inline-block;
}

.action-wishlist.loading-wishlist .loading-wishlist {
  display: inline-block;
}

.action-wishlist.active.adding-wishlist .remove-wishlist,
.action-wishlist.active.adding-wishlist+a.go-to-wishlist {
  display: inline-block;
}

.action-wishlist.loading-wishlist.adding-wishlist .remove-wishlist,
.action-wishlist.loading-wishlist.adding-wishlist+a.go-to-wishlist {
  display: none;
}

.action-wishlist .remove-wishlist i,
.action-wishlist .remove-wishlist i.fas {
  color: #ff3e6c !important;
}

.action-wishlist .add-wishlist i,
.action-wishlist .add-wishlist i.far {
  color: #777 !important;
}

.action-wishlist:hover .add-wishlist i {
  color: #ff3e6c !important;
}

/* End Wishlist Button */

/* Wishlist icon overlay on the product image (Amazon/Flipkart style) */
.product-image-wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 6;
}

.product-image-wishlist a.action-wishlist {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e2e2;
  color: #777;
  font-size: 18px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.product-image-wishlist a.action-wishlist:hover,
.product-image-wishlist a.action-wishlist.active {
  border-color: #ff3e6c;
  color: #ff3e6c;
}

@media (max-width: 767px) {
  .product-image-wishlist {
    top: 10px;
    right: 10px;
  }

  .product-image-wishlist a.action-wishlist {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
}

.product-action-1 a.wishlist {
  border: none;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  margin-right: 7px;
  position: relative;
  color: #777;
}

.product-action-1 a.wishlist:hover,
.product-action-1 a.wishlist.active {
  background-color: #fff;
  color: #ff3e6c;
}

.nrb_wlist a span {
  margin: 0;
}

.nrb_wlist a span {
  background: transparent !important;
}

.slick-current .single-product-wrap .product-img-action-wrap .product-action-1 button:first-child:after {
  left: 0;
  transform: translateX(0%) translateY(0px)
}

.slick-current .single-product-wrap .product-img-action-wrap .product-action-1 button:hover:first-child:after {
  transform: translateX(0%) translateY(-8px)
}

.owl-carousel .single-product-wrap .product-img-action-wrap .product-action-1 button:first-child:after {
  left: 0;
  transform: translateX(0%) translateY(0px)
}

.owl-carousel .single-product-wrap .product-img-action-wrap .product-action-1 button:hover:first-child:after {
  transform: translateX(0%) translateY(-8px)
}

.cart-disables {
  cursor: not-allowed;
}

.toolbar-sorter select {
  border: 1px solid #eceff8;
  padding-right: 6px;
}

.toolbar-sorter {
  width: 270px;
}

.sidebar.shop-sidebar {
  padding: 0;
  border-radius: 5px;
  margin-right: 30px;
}

.sidebar-title {
  border-bottom: 0;
  color: #333;
  font-size: 20px;
  font-weight: 500;
}

.sidbar-style li {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 400;
}

.sidebar-categorie ul li a {
  position: relative;
  padding-left: 15px;
}

.sidebar-categorie ul li a::before {
  left: 3px;
}

.sidebar-categorie ul>li.active>a::before,
.sidebar-categorie ul>li:hover>a::before {
  border: 0;
}

.sidebar-title {
  margin-bottom: 15px;
}

.color-option ul li.active a {
  border: 3px solid red;
}

.color-option ul li.red.active a {
  border: 3px solid black;
}

.sidebar.shop-sidebar aside {
  background: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.sidebar-banner.mt-30 {
  margin-top: 23px;
}

.sidebar-banner::before,
.sidebar-banner::after {
  display: none;
}

.single-widget.widget-recommended-products.mt-30 {
  margin-top: 17px;
}

#list-view .pro-content .money {
  font-size: 18px;
  color: #04517b;
  font-weight: bold;
}

#list-view .pro-content .prev-price .money {
  color: #444;
  font-size: 14px;
  font-weight: normal;
}

#list-view .pro-title a {
  font-size: 20px;
  line-height: 30px;
}

#list-view .wishlist-compare ul li a {
  line-height: 44px;
}

.quick-view-pro {
  display: none;
}

.single-product-wrap .product_countdown div,
.p_list_view .product_countdown div {
  display: inline-block;
  text-align: left;
  margin-top: 0;
  padding: 8px 0px 0px 0px;
  width: 180px;
}

.single-product-wrap .product_countdown div .count p,
.p_list_view .product_countdown div .count p {
  border-radius: 5px;
  color: #444;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 0;
  line-height: 1px;
}

.single-product-wrap .product_countdown div .count span,
.p_list_view .product_countdown div .count span {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: normal;
  line-height: 14px;
  text-transform: capitalize;
}

.p_list_view .product_countdown {
  margin-bottom: 17px;
}

.product-details .count p {
  margin-bottom: 0;
}

.pro-cart:hover {
  background: #04517b;
}

.product-details .wishlist-action a {
  line-height: 37px;
}

.pro-qty input {
  background: transparent;
}

.dynmiac_checkout--button #buy-now-check {
  height: 0;
}

.timer-style-1.nrbcd div {
  display: flex;
  background: transparent;
  padding-right: 23px;
  padding-top: 1px;
  padding-bottom: 0;
}

.timer-style-1.nrbcd div div.count span {
  display: none;
}

.timer-style-1.nrbcd div.count {
  position: relative;
  width: inherit;
  max-width: inherit;
}

.timer-style-1.nrbcd div.count::before {
  position: absolute;
  content: "";
  right: 9px;
  top: 53%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1.nrbcd div.count::after {
  position: absolute;
  content: "";
  right: 9px;
  bottom: 61%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #ffffff;
}

.timer-style-1.nrbcd div.count p {
  margin: 0;
  font-size: 23px;
  line-height: 1;
  font-weight: bold;
}

.timer-style-1.nrbcd div div.count:last-child::before,
.timer-style-1.nrbcd div:last-child div.count:last-child::after {
  display: none;
}

.timer-style-1.nrbcd div.nrb_sc_set .count:last-child {
  padding-right: 0;
}

.nrb_sc_set {
  padding-right: 0 !important;
}

.timer-style-1 {
  padding: 4px 20px 3px;
}

.placeholder_Svg {
  position: relative;
  background: #f5f5f5;
  color: #000;
  font-weight: 500;
  line-height: 0;
  text-align: center;
}

.placeholder_Svg svg {
  width: 100%;
  height: 100%;
}

.placeholder_Svg span {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-size: 22px;
  font-weight: 600;
}

.feature-list-icon {
  margin-bottom: 14px;
}

.pro-qty span {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  cursor: pointer;
}

.cart-table th:first-of-type {
  padding-left: 25px;
}

.cart-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222;
  background-color: transparent;
  padding: 16px 12px;
  padding-left: 12px;
}

.cart-table th,
.cart-table td {
  border: 1px solid #e5e5e5 !important;
}

.cart-table .pro-quantity {
  background: transparent;
  border-radius: 100%;
  color: #444;
  font-size: inherit;
  line-height: 23px;
  min-width: auto;
  padding: 2px 0 0;
  position: relative;
  text-align: center;
  top: inherit;
  left: inherit;
}


.cart-table tr {
  border-bottom: 1px solid #ededed;
}

.cart-table td {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none
  }
}

@media only screen and (max-width:767px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none
  }
}

.cart-table td.product-thumbnail {
  width: 115px
}

.cart-table td.product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-name a {
    margin-top: 20px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-name a {
    margin-top: 20px
  }
}

.cart-table td.product-name a:hover {
  color: #333
}

.cart-table td.product-name .product-variation {
  display: block;
  line-height: 22px;
  float: left;
  clear: both;
  color: #ababab
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px
  }
}

.cart-table td.product-price {
  clear: left
}

.cart-table td.product-price .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #333
}

.cart-table td.total-price {
  clear: left
}

.cart-table td.total-price .price {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  color: #333
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px
  }
}

.cart-table td.product-remove {
  text-align: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto !important
  }
}

.cart-table td.product-remove a {
  text-align: center;
  font-size: 0;
  display: inline-block;
  height: 45px;
  width: 45px;
  color: #ababab;
  border: 2px solid #e6e6e6
}

.cart-table td.product-remove a i {
  font-size: 20px;
  line-height: 41px
}

.cart-table td.product-remove a:hover {
  color: #c61932;
  border-color: #c61932
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto
  }
}

.cart-coupon-area {
  border-bottom: 1px solid #eee
}

.cart-calculation-area {
  background-color: #f7f7f7;
  padding: 40px
}

.cart-calculation-area h2 {
  font-size: 34px;
  font-weight: 400;
  text-align: center;
  margin-top: 0
}

.cart-calculation-table {
  width: 100%
}

.cart-calculation-table th {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #222;
  background-color: transparent;
  padding: 16px 12px;
  padding-left: 10px
}

.cart-calculation-table td {
  padding-left: 10px !important;
  text-align: right
}

.cart-calculation-table td.subtotal {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  font-weight: 600
}

.cart-calculation-table td.total {
  font-size: 24px;
  line-height: 48px;
  color: #333;
  font-weight: 600
}

.checkout-title {
  font-size: 20px;
  line-height: 23px;
  text-decoration: underline;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 30px
}

.checkout-form label {
  font-size: 15px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
  text-transform: uppercase
}

.checkout-form .nice-select {
  width: 100%;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #ccc;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  height: 45px;
  color: #777;
  margin-bottom: 15px
}

.checkout-form .nice-select::after {
  width: 6px;
  height: 6px;
  border-width: 1px;
  right: 20px;
  border-color: #777
}

.checkout-form .nice-select .current {
  color: #777;
  display: block;
  line-height: 23px
}

.checkout-form .nice-select .list {
  width: 100%
}

.checkout-form .nice-select:hover {
  border-color: #333
}

.checkout-form input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  color: #777;
  margin-bottom: 15px
}

.checkout-form input[type=checkbox] {
  width: auto
}

.checkout-form .check-box {
  float: left;
  margin-right: 70px
}

.checkout-form .check-box:last-child {
  margin-right: 0
}

.checkout-form .check-box input[type=checkbox] {
  display: none
}

.cart-table td.product-remove a {
  border-radius: 50px;
}

.cart-table td.product-name .product-variation {
  display: block;
  line-height: 22px;
  float: left;
  clear: both;
  color: #888;
  text-align: center;
  display: inline-block;
  position: relative;
  float: none;
  text-transform: capitalize;
  margin: 0;
  font-weight: normal;
}

.cart-table td.product-name a {
  margin-bottom: 10px;
}

@media (min-width: 992px) .text-lg-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

@media (min-width: 992px) .col-lg-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.cart-coupon-area input.lezada-button.lezada-button--medium {
  width: auto;
}

.cart-coupon-area .text-left {
  text-align: right !important;
}

.cart-coupon-area input.lezada-button.lezada-button--medium,
.cart-coupon-area a.lezada-button.lezada-button--medium {
  width: auto;
  background: #04517b;
  border: 0;
  color: #fff;
  padding: 0px 35px;
  border-radius: 26px;
  font-size: 16px;
}

.cart-coupon-area a.lezada-button.lezada-button--medium {
  padding: 12px 35px;
  margin-left: 15px;
}

.cart-coupon-area input.lezada-button.lezada-button--medium:hover,
.cart-coupon-area a.lezada-button.lezada-button--medium:hover {
  background: #e4573d;
  color: #fff;
}

.template-cart .ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  background: #fff;
  margin: 0 0 .4em;
  border: 1px solid #ddd;
  border-top: 0;
}

.template-cart .ui-widget.ui-widget-content {
  background: transparent;
  border: medium none;
}

p.Delivery_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Pro";
  left: 15px;
  font-size: 17px;
  color: #aaa;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

p.Delivery_date {
  position: relative;
}

.Delivery_date input {
  padding-left: 37px;
}

select#address_country {
  border: 1px solid #ddd;
}

.cart-table td.product-remove a:hover {
  color: #04517b;
  border-color: #04517b;
}

#section-cart-template .lezada-button.lezada-button--medium.checkout_btn {
  background: #04517b;
  border-color: #04517b;
  color: #fff !important;
  display: block;
  text-transform: uppercase;
  margin-top: 9px;
  font-size: 14px;
  padding: 11px 30px;
  font-weight: 500;
}

.disabled .lezada-button.lezada-button--medium.checkout_btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .6;
}

.lezada-button--medium {
  font-size: 14px;
  padding: 10px 45px;
}

.cart-calculation-button input {
  height: auto;
  position: relative;
  top: 2px;
  right: -5px;
}

.makali-button,
.theme-default-button {
  padding: 11px 30px;
}

.cart-payment input {
  background: #f7f7f7;
  border: 2px solid #f7f7f7;
}

.cart-payment {
  margin-top: 0;
}

.cart-calculation-area {
  margin-top: 5px;
}

div#shipping-calculator {
  margin-top: 0;
}

a.ui-datepicker-next.ui-corner-all {
  border: 0px !important;
  background: #ccc;
  top: 2px;
  right: 2px;
}

a.ui-datepicker-prev.ui-corner-all {
  background: #ccc !important;
  border: 0;
  top: 2px;
  left: 2px;
}

#section-cart-template .lezada-button.lezada-button--medium.checkout_btn,
.shipping-info button.theme-default-button.get-rates {
  border-radius: 26px;
}

.shipping-info button.theme-default-button.get-rates:hover,
#section-cart-template .lezada-button.lezada-button--medium.checkout_btn:hover {
  background: #e4573d !important;
}

.single-slider-img.single-slider-img-2 img {
  width: inherit;
}

.slider-product-price.slider-product-position4 {
  right: 63%;
}

.tab-product-navigation .nav-tabs {
  border-bottom: none;
}

.tab-product-navigation .nav-tabs a {
  border: none;
  font-size: 30px;
  line-height: 1.2;
  color: #323232;
  padding: .5rem 1rem;
}

.tab-product-navigation .nav-tabs .nav-link.active {
  color: #04517b;
  background-color: inherit;
  border-color: inherit;
}

.blog-wrap .blog-content {
  margin: 0;
}

.blog-wrap .blog-img .blog-tag {
  position: relative;
  left: 10px;
  bottom: 37px;
  line-height: 1;
}

.top-banner-area .imgbanner.imgbanner-2 img {
  width: 100%;
}

span {
  transition: none;
}

blockquote p {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 1.78;
  font-style: normal;
}

blockquote {
  padding: 15px 15px;
}

.blog-details-wrapper .blog-details-top-content .blog-meta-3 ul li img {
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 100%;
}

.makali-form.comment-gorm .makali-button {
  margin-top: 15px;
  border-radius: 50px;
}

.article.blog-details-wrapper {
  margin-bottom: 80px;
}

.comnt-author span.auth_name {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  margin-right: 2px;
}

.comnt-author span {
  color: #777;
  font-size: 13px;
  font-weight: normal;
}

.sidebar-widget .sidebar-categories-list ul li {
  font-size: 15px;
}

textarea.textarea-style:focus,
.contact-form input.input-style:focus {
  border: 1px solid #04517b;
}

.contact-form input.input-style {
  font-size: 14px;
  height: 48px;
  margin-bottom: 20px;
  max-width: 100%;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}

.contact-form textarea {
  height: 200px;
  font-size: 14px;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  border-radius: 5px;
}

textarea.textarea-style:focus,
.contact-form input.input-style:focus {
  background: transparent;
}

.drou-form.contact-form button.submit.submit-auto-width {
  margin-top: 30px;
}

#section-get_in_touch {
  padding-bottom: 75px !important;
}

.contact-form-style p.note {
  margin-bottom: 20px;
  text-align: left;
  border-radius: 50px;
}

.icon-box-wrapper .feature-list-icon {
  font-size: 60px;
  color: #04517b;
}

.funfact-area .single-funfact h2 {
  font-size: 64px;
  color: #ffffff;
  margin: 0 0 22px;
  background: transparent;
  line-height: 50px;
  text-align: inherit;
  max-width: inherit;
  flex-basis: inherit;
  padding: inherit;
}

.about-us-content .total-years h2 {
  font-size: 200px;
  font-weight: 900;
  line-height: .8em;
  color: #04517b;
  background: transparent;
  margin: 0;
  border: inherit;
  flex-basis: inherit;
  max-width: inherit;
  text-align: inherit;
  border-radius: 0;
  padding: inherit;
}

#section-welcome-about {
  background-repeat: no-repeat !important;
  background-size: auto !important;
  background-position: bottom left !important;
}

.about-us-content {
  font-size: 18px;
  line-height: 1.67em;
  color: #444;
}

.contact-us-area input:focus,
.contact-us-area textarea:focus,
.contact-us-area select:focus {
  border: 0;
}

.contact-us-area input {
  height: auto;
}

.input-style {
  padding: 0;
}

.contact-us-area .contact-form input {
  border: 1px solid transparent;
  background: transparent;
  padding: 0 14px;
}

.contact-from-area .contact-form-style button.submit-auto-width {
  width: 230px;
}

.contact-us-bg.custom___BG {
  background-position: top right !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.product-content-wrap .product_countdown div .count p {
  font-size: 18px !important;
  color: #04517b;
  margin: 0 0 9px 0px;
}

.product-content-wrap .product_countdown div .count span {
  font-size: 14px;
  font-weight: normal;
}

.single-product-wrap .product-content-wrap .product-price .prev-price span {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  color: #444;
}

ul.product__pagination {
  display: flex;
}

.shop-breadcrumb-area.border-default {
  display: flex;
  justify-content: space-between;
}

.pro-pagination-style ul li a.active:hover {
  color: #fff;
}

.hoproduct-pricebox {
  font-size: 16px;
  font-weight: normal;
}

.single-widget .product-slider-col {
  margin-bottom: 15px;
}

.single-widget.widget-recommended-products {
  margin-top: 17px;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.product-slider-col:last-child {
  margin-bottom: 0;
}

.sidebar-tags.sidebar-categorie {
  background: #f8f8f8;
  padding: 15px;
  border-radius: 5px;
}

.sidebar-banner {
  border-radius: 5px;
}

.shop-list .pro-pagination-style.text-center.mt-55 {
  margin-top: 10px;
}

.grid-list-top .tabs-area>li span,
.toolbar-sorter label,
.show-items {
  font-size: 15px;
}

.hoproduct-thumb img {
  border-radius: 5px;
}

.product-details .pro-thumb-price .prev-price {
  color: #71717a;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  text-decoration: line-through;
}

.product-sku-and-review {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
  margin-bottom: 6px;
}

.product-details h3 {
  text-transform: capitalize;
  font-size: 34px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #013f69;
}

.main-product-thumbnail .product-details h3 {
  text-transform: capitalize;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.product-details .pro-thumb-price {
  border: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.product-details .product-variant-option {
  padding-top: 24px;
}

.swatch-element.color>label {
  min-width: 26px;
  min-height: 26px;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 5px;
  text-transform: capitalize;
}

.swatch-element.color>label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 50%;
}

.swatch-element.color>label {
  position: relative;
}

.swatch-element.color input:checked+label:before {
  width: 34px;
  height: 34px;
  transform: translate(-5px, -5px);
  border-color: #ccc;
  display: none;
}

.swatch-element.color input:checked+label {
  outline: 0;
}

.swatch.Size .header {
  margin-top: 0px;
}

.swatch .header {
  margin-bottom: 40px;
  margin-top: 1px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.swatch.variant_div.clearfix.Color .header {
  margin-top: -1px;
  margin-bottom: 35px;
}

.swatch.variant_div.clearfix.Material .header {
  margin-bottom: 25px;
}

.shop-product__block.shop-product__block--quantity,
.product-actions.quantity-cart-box {
  margin-bottom: 45px;
  margin-top: 30px;
}

.shop-product__block__title {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
}

.product-details .pro-cart {
  padding: 21px 120px;
}

.pro-cart {
  font-size: 15px;
  font-weight: 700;
  line-height: 12px;
  padding: 14px 30px;
  text-transform: capitalize;
}

.shop-product__block.shop-product__block--quantity,
.product-actions.quantity-cart-box {
  margin-bottom: 26px;
}

.product-details .shopify-payment-button__button--unbranded {
  padding: 20px 120px;
  font-size: 15px;
  text-transform: capitalize;
  width: 78% !important;
  padding-bottom: 18px;
}

.swatch-element.soldout label:after {
  font-size: 18px !important;
  margin-top: 3px;
  left: 1px !important;
  right: 0;
}

.custom-payment-options {
  margin: 28px 0px;
}

.product-details-social span {
  margin-right: 7px;
  font-size: 15px;
  color: #1b2e54;
  font-weight: 500;
  text-transform: uppercase;
}

.main-product-thumbnail .tab-content {
  border: 0;
  margin-bottom: 10px;
}

a.product-single__thumbnail {
  border: 1px solid #eee;
  display: block;
  border-radius: 5px;
}

a.product-single__thumbnail img {
  border-radius: 5px;
}

.swatch.variant_div.clearfix.Size .swatch-element.soldout label:after {
  font-size: 18px !important;
  margin-top: 3px;
  left: 9px !important;
  right: 0;
}

textarea {
  resize: vertical;
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 10px;
  width: 100%;
  font-size: 14px;
  color: #737373;
}

#shopify-product-reviews input[type="submit"] {
  border-radius: 26px;
}

.spr-review-header-title {
  font-size: 15px;
  line-height: 25px;
}

.spr-review-content-body {
  font-size: 15px !important;
}

.spr-review-header-title {
  font-size: 15px !important;
  font-weight: 500 !important;
}

.related_product {
  padding-bottom: 100px;
  border-top: 1px solid #eee;
  padding-top: 0px;
}

.main-thumb-desc.tabs-area>a {
  font-size: 15px;
  font-weight: 500;
}

#pro-review .spr-icon {
  font-size: 14px !important;
  margin-right: 7px;
}

.thumnail-desc .tabs-area {
  background: #f8f8f8;
}

.thumb-desc-inner {
  border: 1px solid #f8f8f8;
}

.spr-container {
  border-color: #f8f8f8 !important;
}

.product-details .pro-thumb-price {
  border: none;
  padding: 0;
}

.contact-form input.input-style,
.contact-form textarea {
  padding-left: 14px;
  padding-right: 14px;
}

.is-affixed .product-details {
  padding-bottom: 140px;
}

.privacy-policy-area h3.sidebar-title {
  padding: 16px 20px 0;
  font-size: 20px;
}

.error-area .error-content a {
  font-size: 38px;
  font-weight: bold;
  color: #444;
  margin-bottom: 40px;
  display: inline-block;
}

.page-search-bar input {
  height: 47px;
  border-color: #f8f8f8;
  background: #f8f8f8;
  padding-left: 20px;
  border-radius: 26px;
}

form.page-search-form {
  position: relative;
  margin: 0 auto;
}

form.page-search-form .page-search-button {
  position: absolute;
  top: 0;
  padding: 0 41px;
  right: 0;
  height: 48px;
  border-radius: 26px;
  text-transform: capitalize;
}

.my-account-checkbox label {
  margin: 0;
  margin-top: 15px;
}

.popup-content .modal-button .btn.btn-cart {
  border-radius: 26px;
  padding: 9px 16px;
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table thead {
    display: none;
  }
}

@media only screen and (max-width:767px) {
  .cart-table thead {
    display: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0
  }
}

@media only screen and (max-width:767px) {
  .cart-table tr {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    padding: 30px 0
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none
  }
}

@media only screen and (max-width:767px) {
  .cart-table td {
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-name a {
    margin-top: 20px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-name a {
    margin-top: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-name .product-variation {
    float: none;
    margin-bottom: 10px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-quantity {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-remove {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto !important
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto
  }
}

@media only screen and (max-width:767px) {
  .cart-table td.product-remove a {
    border: none;
    width: auto;
    height: auto
  }
}

@media only screen and (max-width:575px) {
  .checkout-cart-total {
    padding: 30px
  }
}

@media only screen and (max-width:575px) {
  .checkout-payment-method {
    padding: 30px
  }
}

.hero-slider-content-1 {
  position: absolute;
  bottom: 0;
  top: auto;
}

.single-widget.widget-recommended-products {
  margin-bottom: 0;
}

.blog-area {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.privacy-policy-area {
  padding-top: 90px;
  padding-bottom: 46px;
}

.shopping-cart-area {
  margin-top: 90px;
  margin-bottom: 90px;
}

.single-hero-slider {
  background-color: #aaa;
}

.categories-wrap {
  background: #fff;
  padding: 25px 30px 30px;
  border: 1px solid #f8f8f8;
}

.single-product-wrap {
  margin-bottom: 50px;
  /* box-shadow: 0 0 10px #0000001a; */
  text-align: center;
  padding: 0px;
  padding-bottom: 19px;
  border-radius: 15px;
}

.single-product-wrap .product-img-action-wrap .product-action-1 {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 62%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 9;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.single-product-wrap .product_countdown div {
  text-align: center !important
}

.main-product-thumbnail .tab-content {
  margin-bottom: 10px;
  border: 1px solid #eee;
  border-radius: 15px;
}

.product-content-wrap span.spr-badge-caption {
  display: none;
}

.product-content-wrap .spr-badge-starrating .spr-icon {
  color: #04517b;
}

.single-product-wrap .product-content-wrap .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 5px;
  line-height: 1.3;
}

.single-product-wrap .product-content-wrap .product-price span {
  font-size: 16px;
  font-weight: 700;
  color: #011638;
  letter-spacing: 0px;
  white-space: nowrap !important;
}

.single-product-wrap .product-content-wrap .product-price span.prev-price {
  font-size: 13px;
  font-weight: 400;
  color: #94a3b8;
  text-decoration: line-through;
  white-space: nowrap !important;
}

.single-product-wrap .product-content-wrap .product-price span.price-custom {
  color: #1184b0;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap !important;
}

.product-plr-1 {
  margin-top: 10px;
}

.special-product-countdown {
  display: flex;
  justify-content: flex-end;
  /* align-items: center; */
  flex-direction: column;
  flex-wrap: nowrap;
}

.special-product-countdown h5 {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 14px;
  background: #04517b;
  display: inline-block;
  padding: 14px 27px;
}

.count_btn a {
  background: transparent;
  color: #333;
  border-bottom: 0px solid #333;
  padding: 0;
  margin-top: 0px;
  font-size: 21px;
  text-transform: capitalize;
}

.count_btn a:hover {
  background: transparent;
  color: #04517b;
}

.special-product__countdown {
  margin-top: 42px;
  margin-bottom: 42px;
}

.special-product__countdown .single-countdown {
  border-radius: 16px;
  border: 0px solid #04517b;
  background: transparent;
  height: 80px;
  width: 80px;
  padding-top: 17px;
  margin: 0 8px;
  box-shadow: 0 0 10px #0000001a;
}

.special-product__countdown .single-countdown span.single-countdown__time {
  font-size: 21px;
}

.special-product__countdown .single-countdown .single-countdown__text {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}

figure.countdown_img.zoom {
  display: flex;
  justify-content: flex-end;
}

.special-product-countdown {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 53px;
  text-align: center;
}

.special-product-countdown h4,
.special-product-countdown h6 {
  color: #333;
}

.single-product-wrap {
  margin-bottom: 0;
}

.slick-slider .single-product-wrap {
  margin-bottom: 50px;
}

.single-testimonial-2 {
  position: relative;
  padding: 77px 80px 111px;
  background-image: -webkit-linear-gradient(215deg, #fbfbfb 0%, #fbfbfb 100%);
  background-image: -o-linear-gradient(215deg, #fbfbfb 0%, #fbfbfb 100%);
  background-image: linear-gradient(235deg, #fbfbfb 0%, #fbfbfb 100%);
  border-radius: 5px;
}

.blog-area-section .blog-wrap {
  flex-direction: column;
}

.blog-area-section .blog-wrap .blog-img {
  padding-right: 157px;
}

.blog-area-section {
  position: relative;
}

a.blog_all_n {
  position: absolute;
  bottom: 49%;
  right: 0;
  font-size: 20px;
  transform: rotate(90deg);
  text-transform: uppercase;
  color: #aaa;
  border-bottom: 1px solid #aaa;
}

a.blog_all_n:hover {
  color: #04517b;
  border-color: #04517b;
}

.blog-area-section .blog-wrap {
  flex-direction: column;
  margin: 0;
}

.product-area.sidbar_prdct .single-product-wrap {
  margin-bottom: 30px;
}

.slidebar-product-content.text-center {
  margin-bottom: 30px;
}

.slidebar-product-wrap .slidebar-product-img .btn-style-1 {
  margin-top: 25px;
}

.slidebar-product-wrap {
  padding: 38px 48px 53px;
  background-position: center center;
  background-repeat: repeat;
  background-size: auto;
  margin-right: 0;
}

ul.footer-block__details-content.information li {
  font-size: 16px;
  color: #444;
  line-height: 32px;
  margin-top: -4px;
}

.footer-copyright-area .payment-img {
  text-align: right;
}

footer.footer-copyright-area {
  /* background: #f8f8f8; */
  background: #fff;
  padding: 15px 0;
}

footer.footer-copyright-area p {
  margin-top: 3px;
}

#section-footer .footer-widget .footer-info-list ul li a:hover {
  color: #fff !important;
}

.single-contact-wrap p {
  font-size: 18px;
}

.single-contact-wrap h4 {
  font-size: 20px;
}

.footer-other-page#section-footer {
  border-bottom: 1px solid #e7e7e770;
}

.section-title-2 p,
.testimonial-area .section-title-2 p {
  margin: 0 !important;
  width: 100% !important;
}

.drou-box.mision_active {
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
  box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
}

.section-title p {
  max-width: 100%;
}

nav.site-nav>ul>li ul.single-column-menu li.single-column-has-children .multilevel-submenu {
  left: 112.5%;
}

.releted-pro-active .single-product-wrap {
  margin-bottom: 6px;
}

.product-details .pro-cart {
  padding: 21px 80px;
}

.dot-style-1 ul li.slick-active button {
  background: #04517b;
}

.offcanvas-inner-content,
.offcanvas-wrapper {
  /* background: #444; */
  background: #fff;
}

.covid-update p a {
  display: none;
}

nav.site-nav>ul>li>a {
  font-size: 15px;
  text-transform: uppercase;
}

.cart-calculation-button .lezada-button--medium {
  font-size: 14px;
  padding: 10px 63px;
  margin-top: 15px;
  display: flex;
}

.pro-border-style .single-banner:after,
.pro-border-style .single-banner a:after {
  bottom: 15px;
}

div#shopify-section-header-3 nav.site-nav>ul>li>a {
  font-size: 15px;
  text-transform: capitalize;
}

.categori-dropdown-wrap ul li a i {
  width: 20px;
}

.categori-dropdown-wrap ul li {
  display: block;
  margin-bottom: 15px;
}

.categori-dropdown-wrap ul li:last-child {
  margin-bottom: 0px;
}

.categori-dropdown-wrap ul li a:hover {
  background-color: transparent;
}

header#section-header-2.hdr__2 div#section-header-2 {
  margin: 0 !important;
  padding: 20px 0 !important;
  background: #f3f3f3;
  border-top: 3px solid #04517b;
}

header#section-header-2.hdr__2 .header-middle-ptb-1 {
  padding: 0px 0;
}

header#section-header-2.hdr__2 .search-style-2 form input {
  border-radius: 16px;
}

header#section-header-2.hdr__2 .header-bottom-bg-color {
  background-color: transparent;
  border-top: 0px solid #f3f3f3;
  border-bottom: 0px solid #f3f3f3;
}

header#section-header-2.hdr__2 .main-categori-wrap {
  position: relative;
  background: #04517b;
  padding: 20px 45px;
  border-radius: 5px;
  padding-right: 15px;
}

header#section-header-2.hdr__2 .main-categori-wrap>a {
  text-transform: uppercase;
}

header#section-header-2.hdr__2 .main-categori-wrap>a>i.up {
  position: relative;
  top: 7px;
  right: 27px;
}

header#section-header-2.hdr__2 .categori-dropdown-active-large {
  top: 95%;
}

header#section-header-2.hdr__2 .categori-dropdown-active-large {
  border: 2px solid #04517b;
  border-radius: 0;
}

header#section-header-2.hdr__2 .hotline p {
  color: #333;
}

header#section-header-2.hdr__2 nav.site-nav>ul>li>a {
  font-size: 16px;
  text-transform: capitalize;
  /* pointer-events: none; */
}

.slider-banner-area .single-hero-slider {
  background-color: #aaa;
  background-repeat: no-repeat;
  background-size: cover;
}

.daly_deal .slick-slider .single-product-wrap {
  margin-bottom: 15px;
}

.daly_deal .section-title-timer-wrap {
  display: flex;
  justify-content: space-between;
}

.timer-style-1 {
  border-radius: 0px;
}

.new-testimonial-area .single-testimonial-2 {
  background: transparent;
}

.single-testimonial-2::before {
  display: none;
}

.template-index .contact-from-area h3 {
  font-size: 30px;
}

.template-index .contact-info-wrap .single-contact-info2-wrap .single-contact-info2-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0 0px;
  line-height: 40px;
}

.contact-from-area.contact-from-area-bg {
  -webkit-box-shadow: 0 0 10px #0000001a;
  box-shadow: 0 0 10px #0000001a;
}

/* Predictive search */
predictive-search {
  position: relative;
}

#predictive-search {
  position: absolute;
  background: #fff;
  width: 100%;
  display: none;
  z-index: 99999;
  top: 48px;
  left: 0;
}

predictive-search[search-open] #predictive-search {
  display: block;
}

#predictive-search-results {
  border: 1px solid #e5e5e5;
}

li.predictive-search__list-item a {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-column-gap: 10px;
}

li.predictive-search__list-item {
  padding: 10px 15px;
  border-top: 1px dashed #efefef;
  margin: 0 !important;
  width: 100%;
}

div#predictive-search-results h3 {
  font-size: 16px;
  padding: 10px 15px;
}

span.predictive-search__item-heading {
  color: #222;
  font-size: 14px;
  line-height: 1.3;
  display: block;
}

.predictive-search__item-vendor {
  color: #999;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 5px;
  display: block;
}

ul#predictive-search-results-list {
  margin: 0;
}

button.predictive-search__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  line-height: 1.5;
}

#predictive-search-results button.predictive-search__item {
  position: relative;
  left: 0;
}

/* End Predictive search */

.header-search-wrap {
  margin-top: 60px;
  width: 320px;
}

.header-search-wrap.active {
  margin-top: 49px;
}

.predictive-search__item-content span.price-old {
  margin-right: 5px;
  font-size: 11px;
}

.search-popup-wrap #predictive-search {
  top: 111px;
}

.predictive-search__item-content span.money {
  font-size: 14px;
}

.predictive-search__item-content span.price-old {
  margin-right: 5px;
  font-size: 13px;
  color: #6c6767;
}

#predictive-search {
  position: absolute;
  background: #fff;
  width: 100%;
  display: none;
  z-index: 99999;
  top: 57px;
  left: 0;
}

#section-header-2 #predictive-search-results {
  border: 2px solid #e5e5e5;
  border-radius: 5px 5px 0 0;
}

#predictive-search-results {
  border: 2px solid #e5e5e5;
}

li.predictive-search__list-item.empty_sxs button.predictive-search__item {
  top: 24px;
  font-size: 17px;
  padding: 11px 10px;
}

li.predictive-search__list-item.empty_sxs {
  padding: 0;
  line-height: 0;
  border-bottom: 0;
  border-top: 0;
}

li.predictive-search__list-item {
  border-top: 0;
  border-bottom: 1px dashed #efefef;
}

div#predictive-search-results h3 {
  border-bottom: 1px dashed #efefef;
}

.search-popup-content li.predictive-search__list-item.empty_sxs button.predictive-search__item {
  top: 2px;
}

.header-info ul.ht-dropdown.switcher-dropdown.language-dropdown li a {
  padding: 4px 20px 4px;
}




























/* large desktop :1366px. */
@media (min-width: 1200px) and (max-width: 1600px) {}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
  header#section-header-2.hdr__2 .main-categori-wrap {
    padding: 20px 12px;
    padding-right: 12px;
    display: none;
  }

  header#section-header-2.hdr__2 nav.site-nav>ul>li {
    margin: 0 15px 5px;
  }


}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .daly_deal .section-title-timer-wrap {
    display: flex;
    justify-content: center;
  }

  div#shopify-section-template--14424024678480__Slider-Half-With-Banner {
    margin-top: 15px;
  }

  header#section-header-2.hdr__2 .main-categori-wrap {
    padding: 20px 20px;
    display: none;
  }

  header#section-header-2.hdr__2 .main-categori-wrap>a>i.up {
    right: -122px;
  }

  .offcanvas-wrapper .main-categori-wrap>a>i {
    right: 15px;
  }

  .nav-style-1>span {
    z-index: 1;
  }

}

/* small mobile :320px. */
@media (max-width: 767px) {
  .daly_deal .section-title-timer-wrap {
    display: flex;
    justify-content: center;
  }

  div#shopify-section-template--14424024678480__Slider-Half-With-Banner {
    margin-top: 15px;
  }

  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-content-1 a.font-size-14.btn-1-padding-2 {
    margin-top: 7px;
  }

  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-img {
    position: relative;
    overflow: hidden;
    min-height: 246px;
  }

  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-content-1 {
    position: absolute;
    top: 117px;
    width: fit-content;
    transform: translate(0, 0);
    padding: 0;
    width: 100%;
  }

  header#section-header-2.hdr__2 .main-categori-wrap {
    padding: 20px 20px;
    display: none;
  }

  header#section-header-2.hdr__2 .main-categori-wrap>a>i.up {
    right: -67px;
  }

  .offcanvas-wrapper .main-categori-wrap>a>i {
    right: 15px;
  }

  .nav-style-1>span {
    z-index: 1;
  }

  .tab-product-navigation .nav-tabs a {
    font-size: 15px;
  }

  .tab-product-list-area .tab-product-navigation .nav-tabs a {
    padding-right: 0 !important;
    padding-left: 20px !important;
  }

  .slider-banner-area .banner-wrap .banner-content-1 span,
  .slider-banner-area .banner-wrap .banner-content-1 h2 {
    color: #333 !important;
  }

  .slider-banner-area .banner-wrap .banner-content-1 {
    padding-left: 0 !important;
  }

  .banner-wrap {
    margin-bottom: 45px !important;
  }






}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-content-1 a.font-size-14.btn-1-padding-2 {
    margin-top: 7px;
  }

  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-img {
    position: relative;
    overflow: hidden;
    min-height: 300px;
  }

  div#section-template--14424024678480__877c82f7-e86a-4203-abc9-11baae723945 .banner-wrap .banner-content-1 {
    position: absolute;
    top: 166px;
    width: fit-content;
    transform: translate(0, 0);
    padding: 0;
    width: 100%;
    left: -9px;
  }











}






.banner-wrap .banner-content-1 {
  position: absolute;
  top: 0;
  transform: translate(0%, 50%);
  text-align: center;
  width: 100%;
}

.special-product-countdown {
  margin-top: 0;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 4px;
}

.tab-product-navigation .nav-tabs a {
  border: none;
  font-size: 15px;
  line-height: 1.2;
  color: #323232;
  padding: .5rem 1rem;
  font-weight: 700;
}

.product-content-wrap .spr-badge-starrating .spr-icon {
  color: #ffc400;
}

.blog---section-start .blog-wrap .blog-img {
  padding-right: 0;
  width: 100%;
}

.blog---section-start .nav-style-2.nav-style-2-modify-2>span.testimonial-icon-2-next.slick-arrow {
  left: auto;
  right: -3.5%;
}

.blog---section-start .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

.blog---section-start .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}

.blog-wrap .blog-img a {
  border-radius: 0;
}

.banner-area .col-12.col-xl-12.col-lg-12.col-md-12 .banner-wrap {
  margin-bottom: 0 !important;
}

.tab-product-list-area .tab-product-navigation .nav-tabs a {
  padding-right: 0;
  padding-left: 30px;
}

.owl-nav div {
  background: #fff;
  color: #696969;
  box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 9%);
  border-radius: 50%;
}

.menu-item-has-children.mega_item .owl-nav div {
  left: 3px;
}

.menu-item-has-children.mega_item .owl-nav div.owl-next {
  right: 3px;
  left: auto;
}

.menu_sin_product {
  text-align: center;
}

.menu_sin_product .owl-carousel .owl-item img {
  display: block;
  width: 93%;
  margin: 0 auto;
}

.menu_sin_product .product__price {
  justify-content: center;
}

.single-brand-logo a {
  display: block;
  border: 1px solid #f8f8f8;
  box-shadow: 0px 6px 6px 0px #f8f8f8;
  border-radius: 50px;
}

.slider-banner-area .banner-wrap .banner-content-1 {
  padding-left: 28px;
  text-align: left;
}

.slider-banner-area .banner-wrap .banner-content-1 span,
.slider-banner-area .banner-wrap .banner-content-1 h2 {
  color: #fff;
}

.about-us-img img {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 9;
}

.shopify-policy__container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.menu_sin_product .product__price {
  font-weight: bold;
}

.menu_sin_product .product__price .main-price.discounted {
  font-size: 12px;
  margin-top: 2px;
  margin-left: 5px;
  text-decoration: line-through;
  font-weight: normal;
}

nav.site-nav>ul>li a span.sale,
nav.site-nav>ul>li a span.sale:before {
  background: #333;
}

.categories-wrap .categories-content h3 a:hover {
  color: #04517b !important;
}

figure.countdown_img.zoom img {
  padding: 7px;
}

.special-product-countdown {
  margin-top: 0;
  padding: 0;
  padding-top: 3px;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  padding-top: 0;
}

/* update wishlist css */
#product-content .product-details .wishlist-action a {
  background: #fff none repeat scroll 0 0 !important;
  border-color: #d9d9d9 !important;
}

#product-content a.action-wishlist.wishlist-btn.wishlist.active,
#product-content .product-details .wishlist-action a:hover {
  background: #fff !important;
  border-color: #ff3e6c !important;
}

a.action-wishlist.wishlist-btn.wishlist.active {
  background: #fff;
  border-color: #ff3e6c;
}

a.action-wishlist.wishlist-btn.wishlist.active i {
  color: #ff3e6c;
}

.wishlist_exists .wishlist-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
}

.wishlist_exists .row.wishlist-grid--empty-list {
  display: none;
}

/* update sidebar filter css */
.storefront-filter .widget-collapse .widget-collapse-hide {
  padding-top: 10px;
}

.filter-value-counter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.sidebar-price-filter {
  display: flex;
  justify-content: space-between;
}

.sidebar-price-filter input {
  width: 80px;
  padding: 10px;
}

.shopify-app-block {
  margin-bottom: 10px;
}

span.filter-value-selected {
  border: 1px dashed #efefef;
  padding: 2px 10px;
  border-radius: 5px;
}

.selected-filter-value ul li:only-child {
  display: none;
}

.shop-sidebar selected-filter-value {
  padding-bottom: 0;
}

a.filter-reset-selected-value {
  text-decoration: underline;
}

.selected-filter-value .blog-tags {
  margin: 0;
}

.selected-filter-value .blog-tags li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.selected-filter-value .blog-tags li.active a {
  border: none;
  background: transparent;
  color: #ffb700;
  text-decoration: underline;
}

.selected-filter-value .blog-tags li a {
  border: 1px dashed #efefef;
  padding: 2px 10px;
  border-radius: 30px;
}

.selected-filter-value .blog-tags li a:hover {
  background: transparent;
  color: #222;
}

.sidebar-price-filter input {
  width: 80px !important;
  padding: 7px 7px !important;
  border: 1px solid #ededed !important;
  margin: 0 2px;
}

.filter-range-from,
.filter-price-range-to {
  display: flex;
  height: 40px;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
}

input.mt-20.theme-default-button {
  margin-top: 15px;
  padding: 10px 25px;
  display: inline-block;
  width: 80px;
  border: 1px solid #333;
  line-height: 1;
  background: #333;
  color: #fff;
  border-radius: 5px;
}

input.mt-20.theme-default-button:hover {
  border: 1px solid #ffb700;
  background: #ffb700;
  color: #fff;
}

.categories-list li {
  color: #555;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.custom-control label {
  line-height: 24px;
  font-weight: 300;
}

.filter-range-from input,
.filter-price-range-to input {
  line-height: 40px;
  height: 40px;
}

.shop-sidebar-wrap ul {
  list-style: none;
}

.active-facets__button-inner .icon {
  margin-bottom: 0;
}

.selected-filter-value .blog-tags li {
  margin-bottom: 25px !important;
}

.sidebar-single.selected-filter-value .blog-tags li.active {
  background: #f1f1f1;
  text-align: center;
  padding: 10px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
}

.sidebar-single.selected-filter-value .blog-tags li.active a span.svg_clr svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 4px;
}

span.svg_clr {
  margin-right: 4px;
}

.sidebar-single.selected-filter-value .blog-tags li.active a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 10px 0px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}

.sidebar-single.selected-filter-value .blog-tags li.active {
  background: #004771;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  border-radius: 15px;
  transition: .3s;
}

.sidebar-single.selected-filter-value .blog-tags li.active:hover {
  background: #04517b;
}

.sidebar-single.selected-filter-value .blog-tags li.active:hover a {
  color: #fff;
}

.product-filter-widget-title {
  font-family: "CerebriSans";
  margin-bottom: 10px;
  font-size: 20px;
  color: #323232;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}

.product-filter-widget-title {
  font-family: "CerebriSans" !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
  font-weight: 500 !important;
}

.custom-control-input:disabled~.custom-control-label {
  color: #232323;
}

ul.checkbox-container.categories-list li label {
  color: #232323;
}

.single-widget.widget.widget-collapse {
  background: #f8f8f8;
  padding: 15px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.custom-control label {
  line-height: 24px;
  font-weight: 300;
  font-size: 15px;
  text-transform: capitalize;
}

.storefront-filter .widget-collapse .widget-collapse-hide ul li:hover label.custom-control-label {
  font-weight: 500;
}

.selected-filter-value .blog-tags li a {
  font-size: 13px;
}

.sidebar-price-filter span.mony-format {
  display: none;
}

.sidebar-price-filter label {
  display: none;
}

.sidebar-price-filter input {
  width: 100% !important;
  padding: 7px 7px !important;
  border: 1px solid #ededed !important;
  margin: 0 2px;
  text-align: center;
  border-radius: 5px;
}

.filter-range-from,
.filter-price-range-to {
  display: flex;
  height: 40px;
  vertical-align: middle;
  flex-direction: row;
  align-items: center;
  border-radius: 5px;
  width: 120px;
}

.sidebar-price-filter span.field__text {
  position: relative;
  top: 7px;
}

input.mt-20.theme-default-button {
  padding: 12px 25px;
  width: 100px;
  border: 0 !important;
}

ul.checkbox-container.categories-list {
  max-height: 150px;
  overflow: hidden;
  padding: 0 0 5px;
}

ul.checkbox-container.categories-list::-webkit-scrollbar-thumb {
  background-color: #b4b4b4;
  border-radius: 10px;
  border: 3px solid transparent;
  background-clip: content-box;
}

ul.checkbox-container.categories-list::-webkit-scrollbar-track {
  background-color: #efefef;
  border-radius: 10px;
  border: 1px solid #dfdfdf;
}

ul.checkbox-container.categories-list::-webkit-scrollbar {
  width: 10px;
}

.widget-title.product-filter-widget-title:before {
  content: "\f106";
  font-family: fontAwesome;
  margin-right: 8px;
  font-size: 25px;
  position: relative;
  top: 1px;
}

.widget-title.product-filter-widget-title.widget-collapse-show:before {
  content: "\f107";
  font-family: fontAwesome;

}

/* end sidebar css */
.product-details .pro-thumb-price p {
  margin-bottom: 0;
}

.social-sharing label,
.custom-payment-options p {
  margin-bottom: 9px !important;
}

.product-details-social span {
  position: relative;
  top: -2px;
}

.releted-pro-active .single-product-wrap {
  margin-bottom: 6px;
  box-shadow: none;
}

.related_product {
  border-top: 0;
}

.product-content-wrap {
  padding: 0 10px;
}

.product-details .pro-cart {
  padding: 18px 80px;
  margin-top: 2px;
  border-radius: 15px;
  width: 100%;
  background: #011638;
}

.product-details .pro-cart:hover {
  background: #011638 !important;
}

.product-details .wishlist-action a {
  height: 48px;
  width: 48px;
  margin-top: 2px;
  border-radius: 50%;
}

.product-actions.quantity-cart-box {
  margin-bottom: 0;
  margin-top: 0;
}

.product-details .shopify-payment-button__button--unbranded {
  padding: 13px 111px;
  font-size: 15px;
  text-transform: capitalize;
  width: 475px !important;
  padding-bottom: 18px;
  border-radius: 15px;
  line-height: 17px;
  padding-bottom: 21px;
  padding-top: 12px;
  width: 100% !important;
  background: #16c60c !important;
}

.product_additional_information {
  margin-bottom: 15px !important;
}

.tab-product-list-area {
  overflow: hidden;
}

body#reset-account .login-form {
  box-shadow: none;
}

body#reset-account .login-form-container {
  background: transparent;
  box-shadow: 2px 2px 11px #0000001a;
}

body#reset-account .login-form-container input {
  background: #ebebeb none repeat scroll 0 0;
  border: 1px solid #ebebeb;
}

button.theme-default-button {
  border-radius: 50px;
  font-weight: 600;
  font-size: 13px;
}

body#reset-account .login-form-container input:focus {
  background: transparent;
}

.funfact-area .single-funfact h2 {
  font-size: 45px;
  line-height: 20px;
}


.product-details-social {
  margin-top: 20px;
}


h2#tinymce_scroll_sign {
  font-weight: 500;
}


@media only screen and (max-width: 767px) {
  .single-product-wrap .product-content-wrap h2 {
    font-size: 13px;
  }

  .single-product-wrap .product-content-wrap .product-price span {
    font-size: 14px;
  }
}


/* new */
/* ===========================
   Predictive Search
=========================== */

.predictive-search-wrapper {
  display: flex;
  gap: 40px;
  width: 100%;
  background: #fff;
  padding: 25px;
  max-height: 650px;
  overflow-y: auto;
}

/* Left Panel */

.predictive-search-left {
  width: 240px;
  flex-shrink: 0;
  border-right: 1px solid #e5e5e5;
  padding-right: 25px;
}

.predictive-search-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 600;
}

.predictive-suggestions-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.predictive-suggestions-list li {
  margin-bottom: 12px;
}

.predictive-suggestions-list a {
  color: #000;
  text-decoration: none;
  transition: .25s;
}

.predictive-suggestions-list a:hover {
  color: #777;
}

/* Right Panel */

.predictive-search-right {
  flex: 1;
}

/* Tabs */

.predictive-tabs {
  display: flex;
  gap: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.predictive-tab {
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 0 15px;
  font-size: 15px;
  font-weight: 500;
  color: #666;
  transition: .25s;
  position: relative;
}

.predictive-tab.active {
  color: #000;
}

.predictive-tab.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #000;
}

/* Tab Content */

.predictive-tab-content {
  display: none;
}

.predictive-tab-content.active {
  display: block;
}

/* Product Grid */

.predictive-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.predictive-product-card {
  display: block;
  text-decoration: none;
  color: #000;
}

.predictive-product-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  border-radius: 4px;
}

.predictive-product-content {
  margin-top: 12px;
}

.predictive-product-title {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.predictive-product-vendor {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
}

.predictive-price {
  display: flex;
  align-items: center;
  gap: 10px;
}

.compare-price {
  color: #999;
  font-size: 14px;
}

.sale-price {
  font-weight: 600;
  font-size: 15px;
}

/* Collections / Blogs / Pages */

.predictive-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.predictive-list-item {
  display: flex;
  gap: 16px;
  align-items: center;
  text-decoration: none;
  color: #000;
  transition: .25s;
}

.predictive-list-item:hover {
  opacity: .75;
}

.predictive-list-item img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.predictive-list-title {
  font-size: 15px;
  font-weight: 600;
}

.predictive-list-text {
  margin-top: 6px;
  color: #666;
  font-size: 13px;
  line-height: 1.5;
}

/* Pages */

.page-item {
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

/* View All */

.predictive-view-all {
  margin-top: 35px;
  text-align: center;
}

.predictive-view-all .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 14px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: .25s;
}

.predictive-view-all .button:hover {
  background: #333;
}

/* Scrollbar */

.predictive-search-wrapper::-webkit-scrollbar {
  width: 6px;
}

.predictive-search-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}

/* Responsive */

@media (max-width: 991px) {

  .predictive-search-wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }

  .predictive-search-left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #eee;
    padding-right: 0;
    padding-bottom: 20px;
  }

  .predictive-tabs {
    overflow-x: auto;
    white-space: nowrap;
    gap: 24px;
  }

  .predictive-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

@media (max-width: 575px) {

  .predictive-product-grid {
    grid-template-columns: 1fr;
  }

  .predictive-list-item {
    align-items: flex-start;
  }

  .predictive-list-item img {
    width: 70px;
    height: 70px;
  }

  .predictive-view-all .button {
    width: 100%;
  }
}



/* sub menu mobile version  */

/* sticky add to cart bar hide from the custom products */

#customizable-magnetic-ac-curtain .eascStickyAddToCartBar,
#customizable-door-mosquito-net-polyester-fiberglass-lifekrafts .eascStickyAddToCartBar,
#customizable-mosquito-net-for-window .eascStickyAddToCartBar {
  display: none !important;
}

/* whatsapp icon  */
.rq-whatsapp-chat-container {
  position: fixed;
  z-index: 9999;
  bottom: 90px;
  right: 20px;
}

.whatsapp-pulse {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #68d549;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  animation: pulse 1.5s infinite;
}

.whatsapp-pulse svg {
  width: 28px;
  height: 28px;
}


/* custom collection page  */
#custom-order .product-price {
  display: none;
}

/* Custom Pricing Label */
.price-custom,
.product-price .price-custom {
  font-weight: 600;
  color: #1184b0;
  letter-spacing: 0.2px;
}

/* =========================================
   Universal Product Card Alignment & Brand Colors
========================================= */
.single-product-wrap {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-align: center !important;
  background: transparent !important;
}

.single-product-wrap .product-img-action-wrap {
  border-radius: 16px !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  margin-bottom: 12px !important;
}

.single-product-wrap .product-img a img {
  border-radius: 16px !important;
  width: 100% !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: cover !important;
  display: block !important;
}

.single-product-wrap .product-content-wrap {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  justify-content: space-between !important;
  text-align: center !important;
  padding: 0 4px 6px !important;
}

.single-product-wrap .product-content-wrap h2 {
  font-size: 14px !important;
  line-height: 1.4 !important;
  font-weight: 600 !important;
  text-align: center !important;
  margin: 6px 0 !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.single-product-wrap .product-content-wrap h2 a {
  color: #011638 !important; /* Brand Primary Navy */
  transition: color 0.2s ease !important;
  display: inline-block !important;
  text-decoration: none !important;
}

.single-product-wrap .product-content-wrap h2 a:hover {
  color: #1184B0 !important; /* Brand Secondary Cyan/Teal Blue */
}

.product-price,
.single-product-wrap .product-content-wrap .product-price {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 6px 8px !important;
  margin-top: auto !important;
  padding-top: 4px !important;
  line-height: 1.3 !important;
  text-align: center !important;
}

.product-price span,
.product-price .price,
.product-price .prev-price,
.product-price .price-custom,
.pro-content .price,
.pro-content .prev-price,
.pro-thumb-price .price,
.pro-thumb-price .prev-price,
.pricebox .price,
.pricebox .oldprice {
  white-space: nowrap !important;
  display: inline-block !important;
}

/* Sale / Current Price */
.single-product-wrap .product-content-wrap .product-price span.price,
.single-product-wrap .product-content-wrap .product-price span.new-price,
.single-product-wrap .product-content-wrap .product-price span,
.related_product .product-price span.price,
.related_product .product-price span,
.related_product .price,
.releted-pro-active .product-price span.price,
.releted-pro-active .product-price span,
.releted-pro-active .price,
.product-price .price {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #011638 !important; /* Brand Primary Navy */
  letter-spacing: -0.2px !important;
}

/* "From" prefix label inside price */
.single-product-wrap .product-content-wrap .product-price span.price small.price-from-label,
.single-product-wrap .product-content-wrap .product-price span.price small,
.single-product-wrap .product-content-wrap .product-price .price-from-label,
.related_product .product-price small,
.related_product .product-price .price-from-label,
.releted-pro-active .product-price small,
.releted-pro-active .product-price .price-from-label,
.product-price .price-from-label {
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #64748b !important; /* Muted Slate */
  margin-right: 2px !important;
}

/* Strikethrough / Compare Price */
.single-product-wrap .product-content-wrap .product-price span.prev-price,
.single-product-wrap .product-content-wrap .product-price span.old-price,
.related_product .product-price span.prev-price,
.related_product .product-price span.old-price,
.releted-pro-active .product-price span.prev-price,
.releted-pro-active .product-price span.old-price,
.product-price .prev-price {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #94a3b8 !important; /* Soft Slate Gray */
  text-decoration: line-through !important;
}

/* Custom Pricing */
.single-product-wrap .product-content-wrap .product-price span.price-custom,
.related_product .product-price span.price-custom,
.releted-pro-active .product-price span.price-custom,
.product-price .price-custom {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #1184b0 !important; /* Brand Secondary Cyan/Teal Blue */
}

@media only screen and (max-width: 767px) {
  .single-product-wrap .product-content-wrap {
    padding: 0 2px 4px !important;
  }

  .single-product-wrap .product-content-wrap h2 {
    font-size: 13px !important;
    line-height: 1.35 !important;
    height: 36px !important;
    min-height: 36px !important;
    max-height: 36px !important;
    margin: 4px 0 !important;
  }

  .single-product-wrap .product-content-wrap .product-price {
    gap: 4px 6px !important;
    margin-top: auto !important;
  }

  .single-product-wrap .product-content-wrap .product-price span.price {
    font-size: 14px !important;
  }

  .single-product-wrap .product-content-wrap .product-price span.prev-price {
    font-size: 12px !important;
  }

  .single-product-wrap .product-content-wrap .product-price span.price-custom {
    font-size: 13px !important;
  }
}

/* ===== Buy box polish: door-frame confirm / qty / Add to Cart / Buy Now ===== */

.door-measurement-confirm {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #f4f7fb;
  border: 1px solid #e1e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 20px !important;
}

.door-confirm-label {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 500;
  color: #2c333a !important;
}

.door-confirm-label input#door-frame-confirm {
  width: 18px !important;
  height: 18px !important;
  margin: 0;
  accent-color: #011638;
  cursor: pointer;
  flex-shrink: 0;
}

.door-frame-error {
  margin: 0 !important;
  padding-left: 28px;
}

.product-actions.quantity-cart-box {
  gap: 12px !important;
}

.shop-product__block.shop-product__block--quantity {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.shop-product__block--quantity .shop-product__block__value {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.shop-product__block.shop-product__block--quantity {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.shop-product__block--quantity .shop-product__block__value {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.pro-qty,
#product-details-with-gallery .pro-qty {
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  margin: 0 !important;
  padding: 4px 6px !important;
  width: 120px !important;
  min-width: 120px !important;
  max-width: 120px !important;
  flex: 0 0 120px !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04) !important;
  gap: 4px !important;
}

.pro-qty .dec,
.pro-qty .inc,
.pro-qty span,
#product-details-with-gallery .pro-qty .dec,
#product-details-with-gallery .pro-qty .inc,
#product-details-with-gallery .pro-qty span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 28px !important;
  min-width: 28px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  color: #334155 !important;
  cursor: pointer !important;
  user-select: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  transition: background 0.15s ease, color 0.15s ease !important;
}

.pro-qty .dec:hover,
.pro-qty .inc:hover,
.pro-qty span:hover,
#product-details-with-gallery .pro-qty .dec:hover,
#product-details-with-gallery .pro-qty .inc:hover,
#product-details-with-gallery .pro-qty span:hover {
  background: #f1f5f9 !important;
  color: #0f172a !important;
}

.pro-qty input,
.pro-qty input[type="text"],
.pro-qty input[type="number"],
#product-details-with-gallery .pro-qty input,
#product-details-with-gallery .pro-qty input[type="text"],
#product-details-with-gallery .pro-qty input[type="number"] {
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  line-height: 36px !important;
  background: #f8fafc !important;
  border: 1.5px solid #e2e8f0 !important;
  border-radius: 8px !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  outline: none !important;
  box-shadow: none !important;
  vertical-align: middle !important;
  align-self: center !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  opacity: 1 !important;
}

.pro-qty input::-webkit-outer-spin-button,
.pro-qty input::-webkit-inner-spin-button,
#product-details-with-gallery .pro-qty input::-webkit-outer-spin-button,
#product-details-with-gallery .pro-qty input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

/*
/*
  Standardize Add to Cart and Buy It Now buttons sizing and typography.
*/
#product-details-with-gallery .product-cart-action #AddToCart,
#product-details-with-gallery .product-details .shopify-payment-button__button--unbranded,
#product-details-with-gallery .product-details .shopify-payment-button__button,
#product-details-with-gallery .checkout_button shopify-buy-it-now-button {
  box-sizing: border-box;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  line-height: normal !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  border-radius: 10px !important;
  padding: 0 16px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  overflow: hidden !important;
}

#product-details-with-gallery .product-cart-action,
.product-cart-action {
  display: block !important;
  width: 100% !important;
}

/*
  Hide third-party / OPC / Customizer duplicate top buttons completely.
  The theme's bottom #AddToCart button proxies the click to them.
*/
.add-to-cart-container,
.add-to-cart-container button,
.addToCartCustomButton,
#tcustomizer-add,
.tcustomizer-overlap-button,
.tcustomizer__submit-button,
.tcustomizer-overlap-wrapper,
.tcustomizer__btn-wrapper.tcustomizer-overlap-button,
product-options-section .add-to-cart-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none !important;
}

/*
  Always keep the theme's styled #AddToCart button visible and active.
*/
#product-details-with-gallery .product-cart-action #AddToCart,
.product-cart-action #AddToCart.pro-cart,
.product-cart-action #AddToCart {
  visibility: visible !important;
  opacity: 1 !important;
  background: #011638 !important;
  border: 1px solid #011638 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#product-details-with-gallery .product-cart-action #AddToCart:hover,
.product-cart-action #AddToCart.pro-cart:hover,
.product-cart-action #AddToCart:hover {
  background: #0a2a5e !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(1, 22, 56, 0.25);
  transform: translateY(-1px);
}

.product-details .shopify-payment-button__button--unbranded,
.product-details .shopify-payment-button__button {
  width: 100% !important;
  background: #16a34a !important;
  border: 1px solid #16a34a !important;
  color: #ffffff !important;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.2) !important;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-details .shopify-payment-button__button--unbranded:hover:not([disabled]),
.product-details .shopify-payment-button__button:hover:not([disabled]) {
  background: #15803d !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(22, 163, 74, 0.3) !important;
  transform: translateY(-1px);
}

.dynmiac_checkout--button {
  margin-top: 10px !important;
}

/* Door frame confirmation highlight animation */
@keyframes shakeHighlight {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-6px); }
  40%, 80% { transform: translateX(6px); }
}

.door-measurement-confirm.shake-highlight {
  animation: shakeHighlight 0.5s ease-in-out;
  border-color: #dc2626 !important;
  background-color: #fef2f2 !important;
}

/* =========================================
   NAV BAR LINK TEXT - BLACK
========================================= */
.header-bottom .site-nav>ul>li>a,
.header-bottom .site-nav>ul>li>a:hover,
.header-bottom .main-menu-light-white.main-menu>nav>ul>li>a {
  color: #111111 !important;
}

/* =========================================
   HIDE CUSTOM NOTES HEADING
========================================= */
.special-guide-note__heading {
  display: none !important;
}

/* =========================================
   DEALERSHIP PAGE - HIDE FOOTER & CONTACT
========================================= */
body#dealership footer,
body#dealership .footer-area,
body#dealership .footer-top-area,
body#dealership .footer-bottom-area,
body#dealership #section-footer,
body#dealership #section-footer-copy-right,
.lk-dealership-wrapper~footer,
.lk-dealership-wrapper~.footer-area,
.lk-bottom-contact-links {
  display: none !important;
}

/* =========================================
   PRODUCT PAGE - PRICE & SOCIAL PROOF ALIGNMENT
========================================= */
.product-details .pro-thumb-price {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin: 12px 0 8px 0 !important;
  padding: 0 !important;
  border: none !important;
}

.product-details .pro-thumb-price .price-row {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 8px !important;
  margin: 0 !important;
}

.product-details .pro-thumb-price #ProductPrice.price,
.product-details .pro-thumb-price .price {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #013f69 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.product-details .pro-thumb-price #ComparePrice.prev-price,
.product-details .pro-thumb-price .prev-price {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #71717a !important;
  text-decoration: line-through !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.product-details .pro-thumb-price .price-meta {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}

.product-details .saving-price,
.saving-price {
  background: #013f69 !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  padding: 4px 10px !important;
  line-height: 1.2 !important;
  height: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
}

.product-details .social-proof-wrapper {
  margin: 6px 0 16px 0 !important;
}

.as-product-social-proof .as-social-proof-icon svg,
.as-product-social-proof .as-social-proof-icon svg path {
  color: #013f69 !important;
  stroke: #013f69 !important;
}

.as-product-social-proof .as-social-proof-number,
.as-product-social-proof .as-buy-number {
  color: #013f69 !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

.as-product-social-proof .as-social-proof-label {
  color: #013f69 !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
}

/* =========================================
   Variant Dropdown Selectors Side-by-Side
========================================= */
.product-variant-option {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: flex-start !important;
  margin-top: 0 !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
}

.selector-wrapper,
.product-variant-option .selector-wrapper,
.product-variant-option .selector-wrapper + .selector-wrapper {
  position: relative !important;
  margin: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  flex: 1 1 calc(50% - 7px) !important;
  min-width: 140px !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-self: flex-start !important;
}

.selector-wrapper label,
.product-variant-option .selector-wrapper label,
.size-header-row label {
  display: block !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #011638 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

.size-header-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  height: 20px !important;
  line-height: 20px !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.size-header-row label {
  margin: 0 !important;
  text-align: left !important;
}

.size-header-row .how-to-measure-inline {
  font-size: 12px !important;
  color: #64748b !important;
  font-weight: 400 !important;
  text-align: right !important;
  margin-left: auto !important;
  white-space: nowrap !important;
  line-height: 20px !important;
}

.size-header-row .how-to-measure-inline a {
  color: #1184b0 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

.size-header-row .how-to-measure-inline a:hover {
  color: #011638 !important;
}

.selector-wrapper select,
.selector-wrapper .single-option-selector,
.product-variant-option select,
.product-variant-option .single-option-selector {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin: 0 !important;
  margin-top: 0 !important;
  padding: 0 38px 0 16px !important;
  border: 1.5px solid #011638 !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23011638' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 14px) center !important;
  background-size: 14px 14px !important;
  color: #011638 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 46px !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.selector-wrapper select:focus,
.selector-wrapper .single-option-selector:focus,
.product-variant-option select:focus,
.product-variant-option .single-option-selector:focus {
  border-color: #1184b0 !important;
  box-shadow: 0 0 0 3px rgba(17, 132, 176, 0.15) !important;
}

/* =========================================
   OPC Dynamic Price Banner (Blue Bar) Styling
========================================= */
.option-price-container,
product-options-section .option-price-container,
.product-details .option-price-container,
.addition-price-container {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  min-height: 48px !important;
  height: 48px !important;
  background-color: #4a7fdc !important;
  background: #4a7fdc !important;
  border-radius: 6px !important;
  margin: 14px 0 !important;
  padding: 0 16px !important;
  box-sizing: border-box !important;
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.option-price-container *,
.option-price-container span,
.option-price-container p,
.option-price-container b,
.option-price-container strong,
.option-price-container .option-price,
.option-price-container .addition-price-value,
.lk-opc-price-text {
  color: #ffffff !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  text-align: center !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 0 !important;
}