@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* { /* Safari/Chrome, other WebKit */ /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.wrap {
  text-align: left;
}

input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

.wrap > *:not(*:root) {
  margin-left: -4px;
} /*--- FIx for safari flexibleg grid--*/
*:focus {
  outline: 0;
}

html {
  scroll-behavior: smooth;
}

/*---Fix for wow---*/
.wow {
  visibility: hidden;
}

/*---General---*/
#content {
  overflow: hidden;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto;
}

[class*=_fullcontainer] {
  width: calc(100% - 90px);
  margin: 0px auto;
}

[class*=_container] {
  width: 100%;
  margin: 0px auto;
  max-width: 1180px;
}

[class*=_medcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
}

[class*=_smallcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 960px;
}

[class*=_narrowcontainer] {
  width: 100%;
  margin: 0px auto;
  max-width: 680px;
}

[class*=col-] {
  transition: 0.2s;
}

/*---Text style---*/
.uppertext {
  text-transform: uppercase;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

.lightf {
  font-weight: 400;
}

.mediumf {
  font-weight: 500;
}

.heavyf {
  font-weight: 700;
}

/*---Padding---*/
.padt5 {
  padding-top: 5%;
}

.padb5 {
  padding-bottom: 5%;
}

.padbo35 {
  padding-bottom: 35px;
}

.tbpad3 {
  padding-top: 3%;
  padding-bottom: 3%;
}

.tbpad5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.tbpad8 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.tbpad10 {
  padding-top: 10%;
  padding-bottom: 10%;
}

.tbpad15 {
  padding-top: 15%;
  padding-bottom: 15%;
}

.padtb35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.padtb45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.padtb60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padtb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.lfpad5 {
  padding-left: 5%;
  padding-right: 5%;
}

.padlf0 {
  padding-left: 0px;
  padding-right: 0px;
}

.padlf15 {
  padding-left: 15px;
  padding-right: 15px;
}

.padlf45 {
  padding-left: 45px;
  padding-right: 45px;
}

.padall5 {
  padding: 5%;
}

.padall10 {
  padding: 10%;
}

.pad35 {
  padding: 35px;
}

.pad0 {
  padding: 0px;
}

/*--- Margin---*/
.marb0 {
  margin-bottom: 0px;
}

.marb30 {
  margin-bottom: 30px;
}

.marb40 {
  margin-bottom: 40px;
}

.marb50 {
  margin-bottom: 50px;
}

.bheight20 {
  height: 20px;
}

.bheight30 {
  height: 30px;
}

.bheight40 {
  height: 40px;
}

.bheight60 {
  height: 60px;
}

.height_50 {
  height: 50vh;
}

.height_60 {
  height: 60vh;
}

.height_70 {
  height: 70vh;
}

.height_75 {
  height: 75vh;
}

.height_85 {
  height: 85vh;
}

.height_90 {
  height: 90vh;
}

.height_100 {
  height: 100vh;
}

.height_105 {
  height: 105vh;
}

.height_110 {
  height: 110vh;
}

.height_200 {
  height: 200vh;
}

.bck_cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bck_center {
  background-position: center;
}

.bck_bottom {
  background-position: center bottom;
}

.bck_atth {
  overflow: hidden;
}

.bck_parallax {
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.bck_botshadow {
  position: relative;
}

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

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

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

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-box-tissue:before {
  content: "拏";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-buy-n-large:before {
  content: "\f8a6";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-caravan:before {
  content: "\f8ff";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cotton-bureau:before {
  content: "\f89e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-dailymotion:before {
  content: "勒";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-disease:before {
  content: "\f7fa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-faucet:before {
  content: "串";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-firefox-browser:before {
  content: "龜";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hand-holding-medical:before {
  content: "樂";
}

.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-rock:before {
  content: "\f255";
}

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

.fa-hand-sparkles:before {
  content: "諾";
}

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

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

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

.fa-hands-wash:before {
  content: "丹";
}

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

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

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

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

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

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

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

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

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-user:before {
  content: "便";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-ideal:before {
  content: "邏";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-instagram-square:before {
  content: "凌";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-laptop-house:before {
  content: "復";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map-marker-alt:before {
  content: "\f3c5";
}

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

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

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

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

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

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

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

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

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

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

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

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

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

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

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

.fa-paw:before {
  content: "\f1b0";
}

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

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

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

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

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

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

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

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

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

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:hover {
  border-color: #dbdbdb;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

.nav__toggle {
  display: inline-block;
  position: absolute;
  z-index: 10;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0;
  left: 0;
  top: 15px;
  cursor: pointer;
  border-radius: 50%;
  transition: background-color 0.15s linear;
}
.nav__toggle:hover, .nav__toggle:focus {
  background-color: transparent;
}
.nav__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  position: relative;
  z-index: 5;
  visibility: hidden;
}
.nav__item {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s;
}
.nav__item:nth-child(1) {
  transform: translateY(-40px);
}
.nav__item:nth-child(2) {
  transform: translateY(-80px);
}
.nav__item:nth-child(3) {
  transform: translateY(-120px);
}
.nav__item:nth-child(4) {
  transform: translateY(-160px);
}
.nav__item:nth-child(5) {
  transform: translateY(-200px);
}
.nav__link {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
  text-decoration: none;
  padding: 1rem;
}
.nav__link:hover, .nav__link:focus {
  outline: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.menuicon {
  display: block;
  cursor: pointer;
  color: #495058;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menuicon__bar, .menuicon__circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.menuicon__bar {
  transform: rotate(0deg);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-in-out;
}
.menuicon__circle {
  transition: stroke-dashoffset 0.3s linear 0.1s;
  stroke-dashoffset: circumference(23);
  stroke-dasharray: circumference(23);
}

.splash {
  position: absolute;
  top: 40px;
  left: 0px;
  width: 1px;
  height: 1px;
  z-index: 1;
}
.splash::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #292929;
  width: 284vmax;
  height: 284vmax;
  top: -142vmax;
  left: -142vmax;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform 0.5s cubic-bezier(0.755, 0.05, 0.855, 0.06);
  will-change: transform;
}

.nav:target > .splash::after,
.nav--open > .splash::after {
  transform: scale(1);
}
.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  transform: rotate(180deg);
}
.nav:target .menuicon__circle,
.nav--open .menuicon__circle {
  stroke-dashoffset: 0;
}
.nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
.nav--open .menuicon__bar:nth-child(1),
.nav--open .menuicon__bar:nth-child(4) {
  opacity: 0;
}
.nav:target .menuicon__bar:nth-child(2),
.nav--open .menuicon__bar:nth-child(2) {
  transform: rotate(45deg);
}
.nav:target .menuicon__bar:nth-child(3),
.nav--open .menuicon__bar:nth-child(3) {
  transform: rotate(-45deg);
}
.nav:target .nav__menu,
.nav--open .nav__menu {
  visibility: visible;
}
.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  transform: translateY(0);
}

/*---kloud product------*/
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn:hover, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn:hover, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn, .blog-content a:not(.brown-outline-btn):hover, .blog-content a:not(.brown-outline-btn), #kloud-mattress .spec .build-img-container .ind-arrow, #kloud-mattress .spec .build-img-container .arrow-wrapper:hover .ind-arrow, #kloud-mattress .spec .build-img-container .arrow-wrapper.active:hover .ind-arrow, #kloud-mattress .spec .build-img-container .arrow-wrapper.active .ind-arrow, #kloud-mattress .spec .spec-content-wrapper.active, #kloud-mattress .spec .spec-content-wrapper:hover, #kloud-mattress .spec .spec-content-wrapper, #kloud-mattress .underline-link:hover, #kloud-mattress .underline-link {
  transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

#kloud-mattress .hidedesktop {
  display: none !important;
}
#kloud-mattress.bluebg {
  background-color: #c2cad8;
}
#kloud-mattress .bold {
  font-weight: 800;
}
#kloud-mattress .blue {
  color: #3F576D;
}
#kloud-mattress .underline-link {
  text-decoration: underline;
  font-weight: 600;
}
#kloud-mattress .underline-link:hover {
  color: white;
}
#kloud-mattress .marb20 {
  margin-bottom: 20px;
}
#kloud-mattress .disclaimer {
  font-size: 0.75rem;
  font-style: italic;
}
#kloud-mattress h1, #kloud-mattress h2, #kloud-mattress h3, #kloud-mattress h4, #kloud-mattress h5 {
  color: #3F576D;
}
#kloud-mattress h5 {
  font-weight: 800;
}
#kloud-mattress p {
  margin-bottom: 0;
}
#kloud-mattress .bluebg {
  background-color: #c2cad8;
}
#kloud-mattress .title-font {
  max-width: 300px;
  margin: auto;
  display: block;
}
#kloud-mattress .spec {
  position: relative;
}
#kloud-mattress .spec .spec-intro {
  margin: auto;
}
#kloud-mattress .spec .row {
  position: relative;
  z-index: 1;
}
#kloud-mattress .spec .cloud {
  max-width: 240px;
  position: absolute;
  top: -1px;
  left: 10%;
}
#kloud-mattress .spec .spec-content-wrapper {
  margin-bottom: 5%;
  opacity: 0.3;
  cursor: pointer;
  transform: scale(0.95);
}
#kloud-mattress .spec .spec-content-wrapper:hover {
  transform: scale(1);
}
#kloud-mattress .spec .spec-content-wrapper.active {
  opacity: 1;
  transform: scale(1);
}
#kloud-mattress .spec .spec-content-wrapper .spec-img {
  display: inline-block;
  width: 20%;
  position: relative;
}
#kloud-mattress .spec .spec-content-wrapper .spec-img .ind-spec {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3F576D;
  color: white;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 6px;
}
#kloud-mattress .spec .spec-content-wrapper .spec-detail {
  display: inline-block;
  width: 74%;
  padding: 0 5%;
  vertical-align: top;
}
#kloud-mattress .spec .spec-content-wrapper .spec-detail p {
  font-size: 0.9em;
  line-height: 1.2;
}
#kloud-mattress .spec .build-img-container {
  position: relative;
}
#kloud-mattress .spec .build-img-container .arrow-wrapper {
  cursor: pointer;
}
#kloud-mattress .spec .build-img-container .arrow-wrapper.active:before {
  content: "";
  border: 1px solid white;
  position: absolute;
  width: 119%;
  height: 119%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  animation: arrowblink 2s infinite;
  transform: translate(-50%, -50%);
}
#kloud-mattress .spec .build-img-container .arrow-wrapper.active .ind-arrow {
  background-color: white;
  color: #3F576D;
}
#kloud-mattress .spec .build-img-container .arrow-wrapper.active:hover .ind-arrow {
  background-color: #f1f1f1;
}
#kloud-mattress .spec .build-img-container .arrow-wrapper:hover .ind-arrow {
  background-color: #607f9b;
}
#kloud-mattress .spec .build-img-container .ind-arrow {
  font-weight: 800;
  background-color: #3F576D;
  border-radius: 100%;
  color: white;
  height: 25px;
  width: 25px;
  padding: 4px;
  font-size: 0.75em;
  margin: auto;
}
#kloud-mattress .spec .build-img-container .arrow1 {
  position: absolute;
  top: 15%;
  left: 18%;
}
#kloud-mattress .spec .build-img-container .arrow1 .build-arrow {
  width: 7px;
  margin-top: 5px;
}
#kloud-mattress .spec .build-img-container .arrow2 {
  position: absolute;
  top: 8%;
  right: 18.5%;
}
#kloud-mattress .spec .build-img-container .arrow2 .build-arrow {
  width: 7px;
  margin-top: 5px;
}
#kloud-mattress .spec .build-img-container .arrow3 {
  position: absolute;
  bottom: 11%;
  left: 28%;
}
#kloud-mattress .spec .build-img-container .arrow3 .build-arrow {
  width: 44px;
  margin-bottom: 5px;
}
#kloud-mattress .spec .build-img-container .arrow4 {
  position: absolute;
  bottom: 16%;
  right: 18.5%;
}
#kloud-mattress .spec .build-img-container .arrow4 .build-arrow {
  width: 7px;
  margin-bottom: 5px;
}
#kloud-mattress .design .col-lg-4 {
  padding: 0 0.5rem;
}
#kloud-mattress .comfort .intro {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 400px;
}
#kloud-mattress .firmness .firmness-chart {
  position: relative;
}
#kloud-mattress .firmness .firmness-chart .chart-arrow {
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  animation: arrow 15s infinite;
  background-color: #3F576D;
  width: 30px;
  height: 20px;
}
#kloud-mattress .firmness .firmness-chart .chart-desktop {
  margin-top: 30px;
}
#kloud-mattress .firmness .intro {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 600px;
}
#kloud-mattress .convenience .step-container {
  position: relative;
}
#kloud-mattress .convenience .conv-step {
  background-color: #3F576D;
  color: white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  font-size: 0.75rem;
  padding: 1px;
}
#kloud-mattress .convenience .step-icon {
  max-width: 400px;
}
#kloud-mattress .convenience .conv-step-container {
  padding: 1.5rem;
}
#kloud-mattress .convenience .conv-step-container:nth-child(2) {
  border-right: 1px solid #3F576D;
  border-bottom: 1px solid #3F576D;
}
#kloud-mattress .convenience .conv-step-container:nth-child(5) {
  border-top: 1px solid #3F576D;
  border-left: 1px solid #3F576D;
}
#kloud-mattress .benefit {
  position: relative;
}
#kloud-mattress .benefit .title-font {
  max-width: none;
  max-height: 75px;
}
#kloud-mattress .benefit .benefit-icon {
  max-width: 300px;
  width: 60%;
}
#kloud-mattress .benefit .row {
  position: relative;
  z-index: 1;
}
#kloud-mattress .benefit .cloud {
  max-width: 240px;
  position: absolute;
  bottom: -1px;
  right: 10%;
}
#kloud-mattress .quote {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 0;
}
#kloud-mattress .quote .quote-container {
  padding: 3rem;
  max-width: 1000px;
  margin: auto;
}
#kloud-mattress .quote .quote-title {
  max-width: 600px;
  width: 100%;
}
#kloud-mattress .quote .quote-logo {
  width: 15%;
  margin: auto;
  display: inline-block;
  margin-top: 7%;
}
#kloud-mattress .warranty {
  position: relative;
}
#kloud-mattress .warranty .row {
  position: relative;
  z-index: 1;
}
#kloud-mattress .warranty span {
  color: #3F576D;
}
#kloud-mattress .warranty p {
  margin-bottom: 20px;
  color: #3F576D;
}
#kloud-mattress .warranty .cloud-top {
  max-width: 240px;
  position: absolute;
  top: -1px;
  left: 10%;
}
#kloud-mattress .warranty .cloud-bottom {
  max-width: 240px;
  position: absolute;
  bottom: -1px;
  right: 10%;
}
#kloud-mattress .warranty .warranty-title {
  max-width: 500px;
  margin: auto auto 30px auto;
}
#kloud-mattress.home-kloud-container {
  position: relative;
  margin-bottom: 10%;
}
#kloud-mattress.home-kloud-container h1 {
  font-size: 4.5em;
}
#kloud-mattress.home-kloud-container .cloud-top {
  position: absolute;
  top: -1px;
  left: 10px;
  max-width: 280px;
}
#kloud-mattress.home-kloud-container .cloud-bottom {
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-150%);
  max-width: 280px;
}
#kloud-mattress.home-kloud-container .home-kloud-l, #kloud-mattress.home-kloud-container .home-kloud-r {
  padding: 0;
  position: relative;
  z-index: 1;
}
#kloud-mattress.home-kloud-container .home-kloud-l {
  padding: 3rem;
}
#kloud-mattress.home-kloud-container .home-kloud-slider .slick-prev {
  left: 10px;
  z-index: 1;
}
#kloud-mattress.home-kloud-container .home-kloud-slider .slick-next {
  right: 10px;
  z-index: 1;
}
#kloud-mattress.home-kloud-container .home-kloud-slider .slick-prev:before {
  content: "\f053";
}
#kloud-mattress.home-kloud-container .home-kloud-slider .slick-next:before {
  content: "\f054";
}
#kloud-mattress.home-kloud-container .home-kloud-slider .slick-prev:before, #kloud-mattress.home-kloud-container .home-kloud-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 800;
}

@keyframes arrowblink {
  0% {
    width: 120%;
    height: 120%;
  }
  50% {
    width: 100%;
    height: 100%;
  }
  100% {
    width: 120%;
    height: 120%;
  }
}
@keyframes arrow {
  0% {
    left: 0;
  }
  80% {
    left: 69%;
  }
  100% {
    left: 69%;
  }
}
@media only screen and (max-width: 1023px) {
  #kloud-mattress.home-kloud-container h1 {
    font-size: 3em;
  }
  #kloud-mattress.home-kloud-container .cloud-bottom, #kloud-mattress.home-kloud-container .cloud-top {
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  #kloud-mattress .hidedesktop {
    display: block !important;
  }
  #kloud-mattress .hidemobile {
    display: none;
  }
  #kloud-mattress .disclaimer {
    font-size: 0.5rem;
  }
  #kloud-mattress .spec .spec-intro {
    padding-top: 3rem;
  }
  #kloud-mattress .spec .build-content-container {
    order: 3;
  }
  #kloud-mattress .spec .build-img-container .arrow3 {
    bottom: 9%;
    left: 27%;
  }
  #kloud-mattress .spec .spec-content-wrapper .spec-img {
    width: 25%;
  }
  #kloud-mattress .spec .build-arrow {
    padding-top: 1rem;
  }
  #kloud-mattress .spec .spec-content-wrapper {
    display: none;
  }
  #kloud-mattress .spec .spec-content-wrapper.active {
    display: block;
  }
  #kloud-mattress .spec .spec-content-wrapper .spec-detail {
    padding: 0 0 0 5%;
  }
  #kloud-mattress .convenience .conv-step-container:nth-child(2), #kloud-mattress .convenience .conv-step-container:nth-child(5) {
    border: 0px;
  }
  #kloud-mattress .benefit {
    padding-bottom: 30%;
  }
  #kloud-mattress .benefit .benefit-icon {
    margin-top: 1rem;
  }
  #kloud-mattress .benefit .title-font {
    width: 90%;
    max-height: none;
  }
  #kloud-mattress .benefit .marb30 {
    margin-bottom: 0;
  }
  #kloud-mattress .firmness .chart-mobile {
    padding-left: 50px;
  }
  #kloud-mattress .firmness .firmness-chart {
    width: 80%;
    margin: auto;
  }
  #kloud-mattress .firmness .firmness-chart .chart-arrow {
    animation: arrow 5s infinite;
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
    width: 20px;
    height: 30px;
  }
  #kloud-mattress .quote h2 {
    font-size: 1.25em;
  }
  #kloud-mattress .quote .quote-container {
    padding: 1rem;
  }
  #kloud-mattress .quote .quote-logo {
    width: 25%;
  }
  #kloud-mattress .qna .qna-icon {
    width: 60%;
  }
  #kloud-mattress .warranty {
    padding: 5rem 0;
  }
  #kloud-mattress.home-kloud-container h1 {
    font-size: 2em;
  }
  #kloud-mattress.home-kloud-container .cloud-top {
    max-width: 140px;
  }
  #kloud-mattress.home-kloud-container .cloud-bottom {
    bottom: 0;
    left: unset;
    max-width: 140px;
    right: 10px;
    transform: translateX(0%);
  }
  @keyframes arrow {
    0% {
      top: 0;
    }
    80% {
      top: 65%;
    }
    100% {
      top: 65%;
    }
  }
}
h1, h2, h3, h4, h5, h6, p, a, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li {
  font-family: "Lato", sans-serif;
}

i {
  font-family: "Font Awesome 5 Free";
}

a {
  text-decoration: none;
}

.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn:hover, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn:hover, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn, .blog-content a:not(.brown-outline-btn):hover, .blog-content a:not(.brown-outline-btn), #kloud-mattress .underline-link, #kloud-mattress .underline-link:hover, #kloud-mattress .spec .spec-content-wrapper, #kloud-mattress .spec .spec-content-wrapper:hover, #kloud-mattress .spec .spec-content-wrapper.active, #kloud-mattress .spec .build-img-container .arrow-wrapper.active .ind-arrow, #kloud-mattress .spec .build-img-container .arrow-wrapper.active:hover .ind-arrow, #kloud-mattress .spec .build-img-container .arrow-wrapper:hover .ind-arrow, #kloud-mattress .spec .build-img-container .ind-arrow {
  transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

/*---Typography---*/
#content {
  background-color: white;
}

body {
  font-size: 14px;
  line-height: 1.25em;
  background-color: #bdbdbd;
}

h1, h2, h3, h4, h5, h6, p, a, span, body, input, button, html, select, textarea, table, tr, td, ul, ol, li {
  color: #34393D;
}

h1 {
  font-size: 3em;
  line-height: 1.25em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: 700;
}

h2 {
  font-size: 2.25em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

h4 {
  font-size: 14px;
  line-height: 36px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 10px;
  color: #907A68;
}

h5 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  font-weight: 600;
}

h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
  font-weight: 600;
  letter-spacing: 1px;
}

h6.med {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 20px;
}

h6.small {
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 20px;
}

p.big {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
}

p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}

p.small {
  font-size: 0.8em;
  line-height: 1.2em;
  letter-spacing: 0px;
}

a {
  letter-spacing: 1px;
}

.textwhite {
  color: #ffffff;
}

.textcenter {
  text-align: center;
}

.white-outline-btn {
  display: inline-block;
  border: 1px solid white;
  padding: 10px 30px;
  font-size: 14px;
  color: white;
  transition: all 0.5s ease-in-out;
}
.white-outline-btn:hover {
  background-color: white;
  color: #514738;
  transition: all 0.5s ease-in-out;
}

.brown-outline-btn {
  display: inline-block;
  border: 1px solid #907A68;
  padding: 10px 30px;
  font-size: 14px;
  color: #907A68;
  transition: all 0.5s ease-in-out;
}
.brown-outline-btn:hover {
  background-color: #907A68;
  color: white;
  transition: all 0.5s ease-in-out;
}

.brown-solid-btn {
  display: inline-block;
  background-color: #907A68;
  padding: 10px 30px;
  font-size: 14px;
  color: white;
  transition: all 0.5s ease-in-out;
}
.brown-solid-btn:hover {
  background-color: #514738;
  color: white;
  transition: all 0.5s ease-in-out;
}

.white-solid-btn {
  display: inline-block;
  background-color: #ffffff;
  padding: 10px 30px;
  font-size: 14px;
  color: #907A68;
  transition: all 0.5s ease-in-out;
}
.white-solid-btn:hover {
  background-color: #514738;
  color: white;
  transition: all 0.5s ease-in-out;
}

sup, .sup {
  vertical-align: super !important;
  font-size: 0.5em !important;
}

/*---Top Bar---*/
.topbar-container {
  background-color: #907A68;
}
.topbar-container .topbar-wrapper {
  width: calc(100% - 90px);
  display: block;
  margin: auto;
}
.topbar-container .topbar-wrapper div {
  display: inline-block;
  width: 49.8%;
  vertical-align: middle;
}
.topbar-container .topbar-right-wrapper {
  text-align: right;
}
.topbar-container .topbar-right-menu-container {
  display: block;
}
.topbar-container .topbar-right-menu-container li {
  padding: 10px 0px;
  display: inline-block;
}
.topbar-container .topbar-right-menu-container li:last-child a {
  border-right: 0px;
  padding-right: 0px;
}
.topbar-container .topbar-right-menu-container li a {
  color: #ffffff;
  transition-duration: 0.4s;
  font-size: 12px;
  border-right: 1px solid white;
  padding: 0px 15px;
  cursor: pointer;
}
.topbar-container .topbar-right-menu-container li a:hover {
  color: #C7B69B;
  transition-duration: 0.4s;
}
.topbar-container .topbar-right-menu-container .topbar-has-child, .topbar-container .topbar-right-menu-container .menu-item-has-children {
  position: relative;
  /*
  a.dropdown {
      &:after {content: "\f107";
      font-family: 'Font Awesome 5 Free';
      color:$color-white;
      transition-duration:0.4s;
      padding-left:5px;
      font-weight: 900;}
  }
  */
}
.topbar-container .topbar-right-menu-container .topbar-has-child:hover .topbar-dropdown-container, .topbar-container .topbar-right-menu-container .topbar-has-child:hover .sub-menu, .topbar-container .topbar-right-menu-container .menu-item-has-children:hover .topbar-dropdown-container, .topbar-container .topbar-right-menu-container .menu-item-has-children:hover .sub-menu {
  z-index: 1;
  opacity: 1;
  transition-duration: 0.4s;
}
.topbar-container .topbar-right-menu-container .topbar-has-child > a:after, .topbar-container .topbar-right-menu-container .menu-item-has-children > a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  transition-duration: 0.4s;
  padding-left: 5px;
  font-weight: 900;
}
.topbar-container .topbar-right-menu-container .topbar-has-child .topbar-dropdown-container, .topbar-container .topbar-right-menu-container .topbar-has-child .sub-menu, .topbar-container .topbar-right-menu-container .menu-item-has-children .topbar-dropdown-container, .topbar-container .topbar-right-menu-container .menu-item-has-children .sub-menu {
  position: absolute;
  background-color: #907A68;
  margin-top: 10px;
  padding: 10px;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition-duration: 0.4s;
  z-index: -1;
}
.topbar-container .topbar-right-menu-container .topbar-has-child .topbar-dropdown-container li, .topbar-container .topbar-right-menu-container .topbar-has-child .sub-menu li, .topbar-container .topbar-right-menu-container .menu-item-has-children .topbar-dropdown-container li, .topbar-container .topbar-right-menu-container .menu-item-has-children .sub-menu li {
  width: 100%;
  padding: 10px 0 0 0;
  position: relative;
  text-align: center;
}
.topbar-container .topbar-right-menu-container .topbar-has-child .topbar-dropdown-container li:first-child, .topbar-container .topbar-right-menu-container .topbar-has-child .sub-menu li:first-child, .topbar-container .topbar-right-menu-container .menu-item-has-children .topbar-dropdown-container li:first-child, .topbar-container .topbar-right-menu-container .menu-item-has-children .sub-menu li:first-child {
  padding-top: 0px;
}
.topbar-container .topbar-right-menu-container .topbar-has-child .topbar-dropdown-container li a, .topbar-container .topbar-right-menu-container .topbar-has-child .sub-menu li a, .topbar-container .topbar-right-menu-container .menu-item-has-children .topbar-dropdown-container li a, .topbar-container .topbar-right-menu-container .menu-item-has-children .sub-menu li a {
  width: 100%;
  border: 0px;
  padding: 0px;
}
.topbar-container .topbar-left-wrapper p {
  margin-bottom: 0px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

/*---tooltip box----*/
.tippy-box {
  background-color: #ffffff;
  width: 400px;
  box-shadow: 0 0 5px #bdbdbd;
}

.tippy-arrow {
  display: none;
  color: #F9F7F6;
}

/*---Main Menu---*/
div#pagecontent {
  padding-top: 165px;
  min-height: 80vh;
}

.menu-dark {
  color: #34393D !important;
}

#masterhead {
  width: 100%;
  height: 130px;
  position: fixed;
  z-index: 10000;
}

.menu-container {
  height: 100%;
  margin: auto;
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #E3E3E3;
}
.menu-container .menu-wrapper {
  width: 100%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.menu-container .secondary-menu-container {
  position: relative;
  padding-top: 15px;
  width: calc(100% - 90px);
  margin: auto;
}
.menu-container .menu-logo {
  max-width: 150px;
  display: inline-block;
  padding-bottom: 10px;
}
.menu-container .product-search {
  /*border: 1px solid $color-lightgrey;
  padding: 10px;*/
  position: absolute;
  width: 100%;
  min-width: 360px;
  max-width: 480px;
  top: 50%;
  left: 50%;
  color: #495058;
  transform: translate(-50%, -50%);
}
.menu-container .product-search .search-input-container input#yith-s {
  border: 1px solid #495058;
  background-color: transparent;
  padding: 10px;
}
.menu-container .product-search .search-input-container input#yith-s::-moz-placeholder {
  color: black;
  letter-spacing: 1px;
}
.menu-container .product-search .search-input-container input#yith-s::placeholder {
  color: black;
  letter-spacing: 1px;
}
.menu-container .product-search .search-submit-container input {
  display: none;
}
.menu-container .product-search .autocomplete-suggestion img {
  height: auto;
}
.menu-container .product-search .link-result {
  display: block;
  text-align: center;
  padding: 0px 14px;
}
.menu-container .product-search .link-result a {
  display: inline-block;
  color: #907A68;
  background-color: #E3E3E3;
  padding: 5px;
  width: 100%;
}
.menu-container .autocomplete-suggestion {
  transition-duration: 0.3s;
}
.menu-container .autocomplete-suggestion:hover {
  transition-duration: 0.3s;
}
.menu-container .menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-container .menu-icon a {
  padding: 0 5px;
  display: inline-block;
}
.menu-container .menu-icon .menu-account {
  width: 20px;
  transition-duration: 0.4s;
}
.menu-container .menu-icon .menu-account:hover {
  fill: #C7B69B;
  transition-duration: 0.4s;
}
.menu-container .menu-icon .menu-cart {
  width: 18px;
  transition-duration: 0.4s;
}
.menu-container .menu-icon .menu-cart:hover {
  fill: #C7B69B;
  transition-duration: 0.4s;
}
.menu-container .mainnav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.menu-container .mainnav ul li {
  text-align: center;
}
.menu-container .mainnav ul li.red-menu > a {
  color: #CB7D5E;
  font-weight: bold;
}
.menu-container .mainnav ul li.hide {
  display: none;
}
.menu-container .mainnav ul li.green-menu > a {
  color: #314f40;
  font-weight: bold;
}
.menu-container .mainnav ul li a {
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  transition-duration: 0.4s;
  padding: 0 15px;
}
.menu-container .mainnav ul li a:hover {
  color: #907A68;
  transition-duration: 0.4s;
}
.menu-container .menu-has-dropdown {
  padding: 20px 0;
}
.menu-container .menu-has-dropdown:hover .submenu-container {
  height: auto; /*height:500px;*/
  opacity: 1;
  z-index: 1;
  box-shadow: 0px 5px 5px #E3E3E3;
}
.menu-container .submenu-container {
  position: absolute;
  background-color: white;
  color: white;
  width: 100%;
  top: 130px;
  left: 0;
  opacity: 0;
  height: 0px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.menu-container .submenu-container .submenu-item-container {
  padding: 30px;
  width: calc(100% - 90px);
  margin: auto;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container { /*background-color:grey;*/
  height: 400px;
  width: 100%;
  position: relative;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container .submenu-img {
  height: 100%;
  width: 98%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container .submenu-img:after {
  content: " ";
  background-color: black;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.15;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container .submenu-img .submenu-img-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container .submenu-img .submenu-img-txt p {
  color: #ffffff;
  visibility: hidden;
}
.menu-container .submenu-container .submenu-item-container .submenu-img-container .submenu-img .submenu-img-txt h5 {
  color: #ffffff;
}
.menu-container .submenu-container .submenu-item-container .submenu-list-container {
  padding: 0 3rem;
}
.menu-container .submenu-container .submenu-item-container .submenu-list-container .submenu-list-wrapper {
  margin-bottom: 10px;
}
.menu-container .submenu-container .submenu-item-container .submenu-list-container .submenu-list-name a {
  text-align: left;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 5px;
  letter-spacing: 1.5px;
  font-weight: 600;
  display: block;
  padding: 0;
}
.menu-container .submenu-container .submenu-item-container .submenu-list-container .submenu-list li {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.menu-container .submenu-container .submenu-item-container .submenu-list-container .submenu-list li a {
  padding: 0;
}

.menu-white {
  color: #ffffff !important;
}
.menu-white:hover {
  color: #907A68;
}

.menu-mobile {
  display: none;
}
.menu-mobile .mburger {
  width: 70px;
  height: 70px;
  --mb-bar-height: 2px;
  z-index: 100;
}

.whitebg {
  background-color: white !important;
}

.menu-icon-revert {
  fill: #34393D !important;
}

.hide-main-nav {
  display: none;
}

.mm-panel {
  --mm-color-background: #907A68;
  --mm-color-text: #ffffff;
  --mm-color-button: #ffffff;
}

.mm-listitem__text {
  text-transform: uppercase;
}

/*---home-----*/
#home-slider .slide {
  min-height: 90vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
}
#home-slider .slide:after {
  content: " ";
  background-color: black;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home-slider .slide-content-container {
  min-width: 280px;
  max-width: 800px;
  display: block;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  text-align: center;
  z-index: 1;
  width: 90%;
}
#home-slider .slide-content-container img {
  margin: auto;
}
#home-slider .slick-dots {
  bottom: 0px;
}
#home-slider .slick-dots li button:before {
  width: 40px;
  height: 3px;
  content: " ";
  opacity: 0.8;
  background-color: white;
}
#home-slider .slick-dots li {
  width: 40px;
}
#home-slider .slick-dots li.slick-active button:before {
  background-color: #C7B69B;
}
#home-slider button.slick-arrow {
  visibility: hidden;
}
#home-slider .white-outline-btn {
  display: none;
}
#home-slider .promo-slider-sub {
  font-size: 0.6em;
}
#home-slider .desc-link .white-outline-btn {
  display: inline-block;
  margin-bottom: 5%;
}

.slide-quotes {
  display: none;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 400;
  color: white;
}

#home-category {
  /*
  .slick-dots { bottom:3%;
    li {margin: 0px;
      &.slick-active button:before {background:$color-brown;}
      button{height: 10px;width: 10px;
        &:before {font-size: 12px;height: 10px;width: 10px;}
        &:hover:before, &:focus:before {background:$color-brown;}
      } 
    }
  }*/
}
#home-category .slick-prev {
  left: -22px;
}
#home-category .slick-prev:before {
  content: "\f053";
}
#home-category .slick-next {
  right: -22px;
}
#home-category .slick-next:before {
  content: "\f054";
}
#home-category .slick-prev:before, #home-category .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 800;
  color: #bdbdbd;
}
#home-category .slick-dots {
  bottom: 3%;
}
#home-category .slick-dots li {
  margin: 0px;
}
#home-category .slick-dots li.slick-active button:before {
  color: #907A68;
}
#home-category .slick-dots li button:before {
  font-size: 12px;
}
#home-category .slick-dots li button:hover:before, #home-category .slick-dots li button:focus:before {
  color: #907A68;
}

.home-category-slide {
  padding: 0 5px;
}
.home-category-slide a {
  display: block;
}
.home-category-slide .category-lg {
  position: relative;
  overflow: hidden;
  height: 500px;
  width: 600px;
  margin-bottom: 10px;
}
.home-category-slide .category-lg:after {
  content: " ";
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-category-slide .category-lg:hover .home-category-img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.home-category-slide .category-sm {
  position: relative;
  overflow: hidden;
  height: 245px;
  width: 284px;
  margin-bottom: 10px;
}
.home-category-slide .category-sm:after {
  content: " ";
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-category-slide .category-sm:hover .home-category-img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.home-category-slide .home-category-title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: white;
  z-index: 1;
  margin-bottom: 10px;
  text-align: center;
}
.home-category-slide .home-category-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}

#home-room {
  position: relative;
}
#home-room:after {
  content: " ";
  width: 50%;
  height: 100%;
  background-image: url(../img/home-room-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-120%);
}

.room-txt-container {
  position: relative;
  z-index: 2;
  padding: 0;
}

.room-group-container {
  margin-left: -5%;
  position: relative;
  z-index: 1;
  max-width: 100%;
  flex-basis: 80%;
}

.home-room-container {
  padding: 0 5px;
}
.home-room-container .room-padl10 {
  padding-left: 10px;
  padding-right: 0px;
}
.home-room-container .room-padr10 {
  padding-right: 10px;
  padding-left: 0px;
}
.home-room-container .room-lg:hover .home-room-img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}
.home-room-container .room-sm:hover .home-room-img {
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
}
.home-room-container .room-lg {
  position: relative;
  height: 508px;
  margin-bottom: 10px;
  overflow: hidden;
}
.home-room-container .room-lg:after {
  content: " ";
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-room-container .room-sm {
  position: relative;
  height: 248px;
  margin-bottom: 10px;
  overflow: hidden;
}
.home-room-container .room-sm:after {
  content: " ";
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-room-container .home-room-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s ease-in-out;
  height: 100%;
  width: 100%;
}
.home-room-container .home-room-title {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-transform: uppercase;
  color: white;
  z-index: 1;
}

.tagged-img {
  position: relative;
}
.tagged-img .tagged-btn, .tagged-img .tagged-btn-2 {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}
.tagged-img .tagged-btn:before, .tagged-img .tagged-btn-2:before {
  content: " ";
  border: 1px solid white;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -6px;
  left: -6px;
  border-radius: 100%;
  animation: blink 2s infinite;
}

.tagged-product-container-1 .tag1 {
  top: 40%;
  right: 33%;
}
.tagged-product-container-1 .tag2 {
  top: 44%;
  left: 15%;
}
.tagged-product-container-1 .tag3 {
  bottom: 10%;
  left: 50%;
}

.tagged-product-container-2 .tag1 {
  top: 45%;
  right: 25%;
}
.tagged-product-container-2 .tag2 {
  top: 55%;
  left: 45%;
}
.tagged-product-container-2 .tag3 {
  bottom: 10%;
  left: 15%;
}

.tagged-product-img {
  width: 49.5%;
  display: inline-block;
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.tagged-product-details {
  width: 48%;
  display: inline-block;
  color: #34393D;
  vertical-align: middle;
  padding: 5px;
}
.tagged-product-details .product-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
.tagged-product-details .product-price {
  font-size: 14px;
  font-weight: 600;
  color: #907A68;
  text-align: center;
  margin-bottom: 10px;
}
.tagged-product-details .product-discount {
  display: block;
  color: #8F8F8F;
  font-weight: 400;
  text-decoration: line-through;
}
.tagged-product-details .product-btn {
  background-color: #907A68;
  padding: 5px;
  display: block;
  font-size: 12px;
  text-align: center;
  color: white;
  transition-duration: 0.2s;
}
.tagged-product-details .product-btn:hover {
  background-color: #514738;
  transition-duration: 0.2s;
}

@keyframes blink {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
#home-about {
  position: relative;
}
#home-about:after {
  content: " ";
  background-color: #F9F7F6;
  width: 55%;
  height: 75%;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-about-guide-container {
  position: relative;
  z-index: 1;
}

.home-about-container {
  padding: 0 2% 0 5%;
}
.home-about-container .about-txt-wrapper {
  padding: 5%;
}
.home-about-container .txt-wrap {
  min-width: 300px;
  max-width: 480px;
}

.home-guide-container {
  padding: 15px 0 0px 3%;
}
.home-guide-container .overlay-txt-wrapper {
  position: relative;
  z-index: 2;
  max-width: 360px;
  margin: auto;
}
.home-guide-container .overlay-img {
  margin-top: -14%;
}
.home-guide-container .guide-txt-wrapper {
  max-width: 360px;
  padding: 5% 0;
  margin: auto;
}

.review-title h4 {
  margin-bottom: 5px;
  line-height: 24px;
}

#home-review {
  /*
  .slick-dots { bottom:-30px;
    li {margin: 0px;
      &.slick-active button:before {background:$color-brown;}
      button{width:10px;height:10px;
        &:before {font-size: 12px;width:10px;height:10px;}
        &:hover:before, &:focus:before {background:$color-brown;}
      } 
    }
  }*/
}
#home-review .slick-dots {
  bottom: -30px;
}
#home-review .slick-dots li {
  margin: 0px;
}
#home-review .slick-dots li.slick-active button:before {
  color: #907A68;
}
#home-review .slick-dots li button:before {
  font-size: 12px;
}
#home-review .slick-dots li button:hover:before, #home-review .slick-dots li button:focus:before {
  color: #907A68;
}
#home-review button.slick-arrow {
  visibility: hidden;
}

.review-slide {
  margin: 0 10px;
}

.review-box-container {
  width: 300px;
  background-color: #F9F7F6;
  padding: 30px 15px;
  text-align: center;
  min-height: 200px;
}
.review-box-container .review-star {
  font-size: 21px;
  margin-bottom: 15px;
  color: #907A68;
}
.review-box-container .review-content p {
  font-size: 12px;
  line-height: 18px;
}
.review-box-container .review-content h6 {
  margin-bottom: 5px;
}
.review-box-container .review-author {
  font-style: italic;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.social-title {
  background-color: #E0E7E9; /*background-image: url(../img/social-texture.jpg); background-size:cover; background-repeat: no-repeat; background-position: center;*/
}
.social-title h4 { /*color:white; */
  margin-bottom: 5px;
  line-height: 24px;
}
.social-title h3 { /*color:white; */
  margin-bottom: 0px;
}

.client-quote {
  max-width: 800px;
  margin: auto;
}
.client-quote h3 {
  font-size: 1.25em;
  font-weight: 400;
  margin: auto;
  padding: 5% 0 8% 0;
  max-width: 600px;
  line-height: 1.8em;
}

.client-slider img {
  width: 80%;
  margin: auto;
}
.client-slider .slick-prev:before {
  content: "\f053";
}
.client-slider .slick-next:before {
  content: "\f054";
}
.client-slider .slick-prev:before, .client-slider .slick-next:before {
  color: #bdbdbd;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
}

/*------category page----*/
#hooga-category h3 {
  text-transform: uppercase;
}
#hooga-category h3 a {
  color: #907a68;
  transition-duration: 0.3s;
}
#hooga-category h3 a:after {
  content: "\f054";
  font-size: 1em;
  font-weight: 800;
  color: #cbbca4;
  margin-left: 10px;
  transition-duration: 0.3s;
  font-family: "Font Awesome 5 Free";
}
#hooga-category h3 a:hover {
  color: #cbbca4;
  transition-duration: 0.3s;
}
#hooga-category h3 a:hover:after {
  color: #907a68;
  transition-duration: 0.3s;
}
#hooga-category .category-img-container {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#hooga-category .category-list {
  position: relative;
  z-index: 2;
}
#hooga-category .category-list li {
  padding: 5px 0;
}
#hooga-category .category-list a {
  color: #C7B69B;
  transition-duration: 0.3s;
  text-decoration: underline;
}
#hooga-category .category-list a:hover {
  transition-duration: 0.3s;
  color: #907A68;
}
#hooga-category .category-sec1 .left-col {
  width: 100%;
  height: 300px;
  background-color: grey;
}
#hooga-category .category-sec1 .right-col {
  width: 100%;
  height: 480px;
  background-color: grey;
}
#hooga-category .category-sec2 {
  position: relative;
  padding-bottom: 5%;
}
#hooga-category .category-sec2 .row {
  margin-top: -3%;
}
#hooga-category .category-sec2 .category-content-container {
  padding: 5%;
}
#hooga-category .category-sec2 .left-col {
  width: 100%;
  height: 480px;
  background-color: grey;
}
#hooga-category .category-sec2:after {
  content: "";
  background-color: #F9F7F6;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  z-index: -1;
}
#hooga-category .category-sec3 .category-img-container {
  width: 100%;
  height: 300px;
  position: relative;
  transition-duration: 0.4s;
  margin-bottom: 10px;
}
#hooga-category .category-sec3 .category-img-container:after {
  content: " ";
  transition-duration: 0.4s;
  background: linear-gradient(180deg, transparent 80%, rgba(0, 0, 0, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#hooga-category .category-sec3 .category-img-container:before {
  content: " ";
  transition-duration: 0.4s;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#hooga-category .category-sec3 h4 {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  color: white;
  z-index: 1;
  padding: 0 15px;
}
#hooga-category .category-sec3 h4 a {
  color: white;
}
#hooga-category .category-sec3 a.category-item {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#hooga-category .category-sec3 .category-img-container:hover {
  transition-duration: 0.4s;
}
#hooga-category .category-sec3 .category-img-container:hover:before {
  opacity: 1;
}
#hooga-category .category-sec4 .right-col {
  width: 100%;
  height: 580px;
}
#hooga-category .category-sec5 .row {
  margin-top: -3%;
  align-items: flex-end;
}
#hooga-category .category-sec5 .left-col {
  width: 100%;
  height: 500px;
}
#hooga-category .category-sec5 .category-content-container {
  max-width: 80%;
  padding: 0 3%;
}

@media screen and (max-width: 1023px) {
  #hooga-category .category-sec2 .category-content-container {
    padding-left: 0;
    padding-right: 0;
  }
  #hooga-category .category-sec2:after {
    height: 90%;
  }
  #hooga-category .category-sec5 .category-content-container {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #hooga-category h3 {
    margin-bottom: 15px;
  }
  #hooga-category .category-sec1 .left-col, #hooga-category .category-sec1 .right-col {
    height: 200px;
  }
  #hooga-category .category-list a {
    font-size: 12.5px;
  }
  #hooga-category .category-sec2 .row {
    margin-top: 0;
  }
  #hooga-category .category-sec2 .left-col {
    height: 200px;
  }
  #hooga-category .category-sec2 .category-content-container {
    text-align: center;
  }
  #hooga-category .category-sec3 .category-img-container {
    height: 200px;
  }
  #hooga-category .category-sec4 .cat-sec4-1 {
    order: 2;
  }
  #hooga-category .category-sec4 .cat-sec4-2 {
    order: 1;
  }
  #hooga-category .category-sec4 .right-col {
    height: 200px;
  }
  #hooga-category .category-sec4 .category-content-container {
    text-align: center;
  }
  #hooga-category .category-sec5 .row {
    margin-top: 0;
  }
  #hooga-category .category-sec5 .left-col {
    height: 200px;
  }
  #hooga-category .category-sec5 .category-content-container {
    text-align: center;
    padding-top: 5%;
  }
}
.client-quote h3 {
  font-size: 1em;
  line-height: 1.4em;
}

.client-slider .slick-prev, .client-slider .slick-next {
  visibility: hidden;
}

/*---product listing-----*/
.subheader {
  position: relative;
}

#topBtn {
  position: fixed;
  right: 0;
  bottom: 10%;
  background-color: #907A68;
  color: white;
  padding: 10px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
}

.two-col-sub:after {
  content: " ";
  position: absolute;
  background-color: #F9F7F6;
  height: 80%;
  width: 100%;
  top: 0;
  left: 0;
}
.two-col-sub .subheader-img {
  background-size: cover;
  height: 400px;
  width: 100%;
  position: relative;
  z-index: 1;
  background-position: center;
  background-repeat: no-repeat;
}
.two-col-sub .subheader-title {
  position: absolute;
  top: 20%;
  left: 5%;
  max-width: 320px;
  z-index: 1;
}
.two-col-sub .subheader-title h1 {
  text-transform: uppercase;
}
.two-col-sub .subheader-title p {
  font-size: 12px;
  line-height: 18px;
}

.breadcrumb-container {
  margin-bottom: 20px;
}
.breadcrumb-container .current {
  color: #907A68;
}
.breadcrumb-container li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #34393D;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition-duration: 0.3s;
}
.breadcrumb-container li:last-child:after {
  content: " ";
}
.breadcrumb-container li:after {
  content: "//";
  padding: 0 8px;
  color: #8F8F8F;
}
.breadcrumb-container li a {
  transition-duration: 0.3s;
}
.breadcrumb-container li a:hover {
  color: #907A68;
  transition-duration: 0.3s;
}

#filter {
  position: sticky;
  top: 120px;
}

.product-filter-container {
  overflow-y: scroll;
  max-height: 80vh;
}

.product-filter-container::-webkit-scrollbar {
  display: none;
}

.filter-wrapper {
  margin-bottom: 5px;
}

.mobile-filter {
  display: none;
  padding: 10px;
  position: fixed;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #ffffff;
  background-color: #907A68;
  z-index: 999;
  left: 0;
  top: 50%;
}
.mobile-filter i {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.filter-category-container li[data-cat-slug=gwp] {
  display: none;
}

.closebtn {
  display: none;
}

.filter-name {
  border-bottom: 1px solid #C7B69B;
  display: block;
  padding: 10px;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 600;
}
.filter-name:after {
  content: "\f078";
  position: absolute;
  right: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #C7B69B;
}
.filter-name.active:after {
  content: "\f077";
}

.filter-list {
  padding: 0 10px;
  margin: 10px 0;
}
.filter-list:not(.show) {
  display: none;
}
.filter-list ul li {
  padding-top: 10px;
}
.filter-list ul li:first-child {
  padding-top: 0px;
}
.filter-list .filter-item {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
  font-size: 14px;
  line-height: 24px;
}
.filter-list .filter-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.filter-list .filter-item input:checked ~ .filter-checkmark {
  background-color: #907A68;
}
.filter-list .filter-item .filter-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  border: 1px solid #907A68;
  border-radius: 3px;
}

.filter-category-child {
  cursor: pointer;
}
.filter-category-child:after {
  content: "\f078";
  font-weight: 600;
  padding: 10px;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  color: #bdbdbd;
}
.filter-category-child.active:after {
  content: "\f077";
}

.filter-category-container a {
  line-height: 24px;
  font-size: 13.5px;
}
.filter-category-container .filter-category-item {
  font-weight: 600;
}

.filter-category-list {
  padding-left: 15px;
  border-left: 1px solid #bdbdbd; /*text-transform:uppercase;*/
}
.filter-category-list:not(.show) {
  display: none;
}

.badge {
  position: absolute;
  top: 10px;
  left: -5px;
  padding: 10px;
  height: 60px;
  width: 60px;
  z-index: 1;
  align-items: center;
  display: flex;
  border-radius: 0 0 15px;
}
.badge p {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 10px;
  margin-bottom: 0;
  line-height: 12px;
  width: 100%;
}

.new-badge {
  background-color: #907A68;
}

.out-of-stock-badge {
  background-color: #907A68;
  border: 2px solid #ffffff;
}

.sale-badge {
  background-color: #C44B25;
}

.product-listing-container .product-items-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.product-listing-container .product-items-container:hover .product-img { /*transform: scale(1.1);*/
  transition-duration: 0.3s;
}
.product-listing-container .product-img-wrapper {
  width: 100%;
  height: 300px;
  overflow: hidden;
  transition-duration: 0.3s;
}
.product-listing-container .product-img-wrapper .product-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}
.product-listing-container .product-variable-wrapper {
  text-align: center;
  margin: 10px 0;
  height: 35px;
  overflow: hidden;
}
.product-listing-container .product-variable-wrapper ul li {
  display: inline-block;
  width: 12.5%;
  height: 35px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.product-listing-container .product-detail-wrapper {
  text-align: center;
  margin: 20px 0 30px 0;
}
.product-listing-container .product-detail-wrapper .product-name {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.product-listing-container .product-detail-wrapper .product-price, .product-listing-container .product-detail-wrapper .product-price span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: #907A68;
}
.product-listing-container .product-detail-wrapper span.product-discount, .product-listing-container .product-detail-wrapper del {
  display: block;
  font-weight: 400;
  color: #8F8F8F;
  text-decoration: line-through;
}
.product-listing-container .product-detail-wrapper del span {
  color: #8F8F8F !important;
  font-weight: 400 !important;
}
.product-listing-container .product-detail-wrapper ins {
  text-decoration: none;
}

.product-listing-pagination {
  text-align: center;
  margin: 15px 0;
}
.product-listing-pagination li {
  display: inline-block;
  text-align: center;
}
.product-listing-pagination li a, .product-listing-pagination li span {
  color: #8F8F8F;
  padding: 0 10px;
}
.product-listing-pagination li .current {
  font-weight: 700;
  color: #907A68;
}
.product-listing-pagination li .next, .product-listing-pagination li .prev {
  color: #bdbdbd;
}

.woocommerce nav.woocommerce-pagination {
  width: 100%;
}

.woocommerce nav.woocommerce-pagination ul {
  border-right: 0px !important;
  border: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: 0px !important;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: transparent !important;
  color: #907A68;
  font-weight: 600;
}

.woocommerce nav.woocommerce-pagination ul li a {
  color: #bdbdbd;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  padding: 0.75em !important;
}

.woocommerce-error {
  background-color: #b81c23 !important;
}
.woocommerce-error li {
  color: white;
}

/*-----single Product----*/
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  text-decoration: none;
}

#single-product .ywmmq-rules-wrapper > ul {
  background-color: #f9f7f6;
  padding: 15px 0;
  margin-left: 0;
}
#single-product .single-product-container {
  padding: 3% 0;
  border-bottom: 1px solid #E3E3E3;
}
#single-product .single-product-price h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
#single-product .product-discount {
  color: #bdbdbd;
  font-weight: 400;
  margin-right: 10px;
  text-decoration: line-through;
}
#single-product .single-product-desc {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}
#single-product .single-product-tag {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  color: #8F8F8F;
  margin-bottom: 20px;
}
#single-product .single-product-tag span {
  color: #907A68;
  margin-right: 5px;
}
#single-product .product-tag-categories {
  display: inline-block;
}
#single-product .product-tag-categories li {
  display: inline-block;
}
#single-product .product-tag-categories li:after {
  content: ",";
}
#single-product .product-tag-categories li:last-child:after {
  content: " ";
}
#single-product .product-tag-categories li a {
  color: #8F8F8F;
  transition-duration: 0.25s;
}
#single-product .product-tag-categories li a:hover {
  color: #907A68;
  transition-duration: 0.25s;
}
#single-product .single-product-details .product-details-wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}
#single-product .single-product-details .product-details-wrapper .details-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #E3E3E3;
  padding: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
#single-product .single-product-details .product-details-wrapper .details-title:after {
  content: "\f078";
  position: absolute;
  right: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #C7B69B;
}
#single-product .single-product-details .product-details-wrapper .details-title.active:after {
  content: "\f077";
}
#single-product .single-product-details .product-details-wrapper .details-content {
  padding: 15px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
}
#single-product .single-product-details .product-details-wrapper .details-content:not(.show) {
  display: none;
}
#single-product .single-product-details .product-details-wrapper .details-content .details-spec-table {
  background-color: #F9F7F6;
  padding: 10px;
}
#single-product .single-product-details .product-details-wrapper .details-content table {
  width: 100%;
}
#single-product .single-product-details .product-details-wrapper .details-content table td {
  padding: 10px;
  letter-spacing: 1px;
  line-height: 19px;
}
#single-product .single-product-details .product-details-wrapper .details-content table .details-spec {
  width: 20%;
  font-weight: 600;
}
#single-product .related-product-container {
  background-color: #FBFBFB;
  padding: 3% 0;
}
#single-product .related-product-container .nav-product-tabs {
  display: block;
  width: 80%;
  margin: auto;
}
#single-product .related-product-container .nav-product-tabs li {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 0;
  width: 30%;
  text-align: center;
}
#single-product .related-product-container .nav-product-tabs li .nav-link {
  position: relative;
  padding: 10px;
  cursor: pointer;
  font-weight: 600;
  transition-duration: 0.3s;
}
#single-product .related-product-container .nav-product-tabs li .nav-link:hover {
  color: #C7B69B;
  transition-duration: 0.3s;
}
#single-product .related-product-container .nav-product-tabs li .nav-link:hover:after {
  content: " ";
  background-color: #C7B69B;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  animation: line 0.25s ease-in-out;
}
#single-product .related-product-container .nav-product-tabs li .nav-link.active {
  color: #907A68;
}
#single-product .related-product-container .nav-product-tabs li .nav-link.active:after {
  content: " ";
  background-color: #907A68;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#single-product .related-product-container .product-tabs-cotent > .tab-pane {
  display: none;
  margin-top: 30px;
}
#single-product .related-product-container .product-tabs-cotent > .active {
  display: block;
}
#single-product .related-product-container .fade {
  transition: opacity 0.5s linear;
}
#single-product .related-product-container .product-listing-container .product-img-wrapper {
  height: 240px;
}
#single-product .product-cta-wrapper {
  position: relative;
  z-index: 2;
  padding: 10px;
}
#single-product .product-cta-wrapper h1 {
  font-size: 3.25rem;
}
#single-product .product-cta-wrapper .txt-wrap {
  min-width: 280px;
  max-width: 480px;
}
#single-product .product-cta-img {
  margin-left: -8%;
}

@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*---blog---*/
/*---blog Listing-----*/
#blog-showcase-slider .showcase-slide .showcase-img, .blog-header .blog-feature-img, #single-blog .blog-sm .blog-img, #single-blog:after, #hooga-blog .blog-lg .blog-img, #hooga-blog .blog-md .blog-img, #hooga-blog .blog-sm .blog-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.one-col-sub .subheader-img {
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.one-col-sub .subheader-img:after {
  content: " ";
  background-color: #34393D;
  opacity: 0.2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.one-col-sub .subheader-title {
  min-width: 280px;
  max-width: 600px;
  margin: auto;
  z-index: 1;
}
.one-col-sub .subheader-title h4, .one-col-sub .subheader-title h1, .one-col-sub .subheader-title p {
  color: #ffffff;
}
.one-col-sub .subheader-title h1 {
  text-transform: uppercase;
}

.category-footer .subheader-img:after {
  background-color: #907a68;
  opacity: 0.8;
}

.blog-content a:not(.brown-outline-btn) {
  color: #C7B69B;
  font-weight: 600;
}
.blog-content a:not(.brown-outline-btn):hover {
  color: #907A68;
}

#hooga-blog .blog-category-list {
  text-align: center;
  margin: 3% 0;
}
#hooga-blog .blog-category-list li {
  display: inline-block;
  margin: 0 5px;
}
#hooga-blog .blog-category-list li a {
  cursor: pointer;
  text-transform: uppercase;
  border: 1px solid #907A68;
  padding: 10px 15px;
  display: block;
  color: #907A68;
  transition: 0.25s;
  font-size: 12px;
}
#hooga-blog .blog-category-list li a:hover, #hooga-blog .blog-category-list li a.active {
  background-color: #907A68;
  color: #ffffff;
  transition: 0.25s;
}
#hooga-blog .blog-list-container {
  margin-bottom: 30px;
  position: relative;
}
#hooga-blog .blog-list-wrapper:hover .blog-btn:after {
  animation: line 0.25s ease-in-out;
}
#hooga-blog .blog-list-wrapper:hover .blog-img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
#hooga-blog .blog-content-wrapper {
  background-color: #F9F7F6;
  max-width: 70%;
  height: 210px;
  margin: auto;
  margin-top: -30px;
  padding: 5%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#hooga-blog .blog-content-wrapper .blog-category {
  text-transform: uppercase;
  font-size: 10.5px;
  line-height: 18px;
}
#hooga-blog .blog-content-wrapper .blog-category span {
  color: #907A68;
}
#hooga-blog .blog-content-wrapper .blog-category span:after {
  content: "|";
  padding: 0 5px;
}
#hooga-blog .blog-content-wrapper .blog-category span:last-child:after {
  display: none;
}
#hooga-blog .blog-content-wrapper .blog-title {
  max-height: 2.8em;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
#hooga-blog .blog-content-wrapper .blog-btn {
  font-size: 12px;
  color: #907A68;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#hooga-blog .blog-content-wrapper .blog-btn:after {
  content: " ";
  background-color: #907A68;
  width: calc(100% + 10px);
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
#hooga-blog .blog-content-wrapper.side-content {
  position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 1;
  width: 40%;
  height: auto;
  padding: 3%;
}
#hooga-blog .blog-sm {
  overflow: hidden;
  width: 100%;
  height: 360px;
}
#hooga-blog .blog-sm .blog-img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
#hooga-blog .blog-md {
  overflow: hidden;
  width: 100%;
  height: 480px;
}
#hooga-blog .blog-md .blog-img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
#hooga-blog .blog-lg {
  overflow: hidden;
  width: 85%;
  height: 480px;
  margin: auto;
}
#hooga-blog .blog-lg .blog-img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}

/*--singleBlog----*/
#single-blog {
  position: relative;
}
#single-blog:after {
  content: " ";
  background-image: url(../img/single-blog-bg.jpg);
  position: absolute;
  width: 100%;
  height: 240px;
  top: 0;
  left: 0;
}
#single-blog div {
  z-index: 1;
}
#single-blog .blog-title {
  text-transform: uppercase;
}
#single-blog .related-post-container {
  background-color: #F9F7F6;
}
#single-blog .related-post-wrapper:hover .blog-btn:after {
  animation: line 0.25s ease-in-out;
}
#single-blog .related-post-wrapper:hover .blog-img {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
#single-blog .blog-sm {
  overflow: hidden;
  width: 100%;
  height: 400px;
}
#single-blog .blog-sm .blog-img {
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
}
#single-blog .related-post-content-wrapper {
  background-color: #ffffff;
  max-width: 90%;
  height: 210px;
  margin: auto;
  margin-top: -30px;
  padding: 5%;
  text-align: center;
  position: relative;
  z-index: 1;
}
#single-blog .related-post-content-wrapper .blog-category {
  text-transform: uppercase;
  font-size: 12px;
}
#single-blog .related-post-content-wrapper .blog-title {
  max-height: 2.8em;
  overflow: hidden;
  text-transform: uppercase;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
#single-blog .related-post-content-wrapper .blog-btn {
  font-size: 12px;
  color: #907A68;
  padding: 10px 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#single-blog .related-post-content-wrapper .blog-btn:after {
  content: " ";
  background-color: #907A68;
  width: calc(100% + 10px);
  height: 3px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.blog-header .blog-title-container {
  padding: 0 5%;
}
.blog-header .blog-feature-img {
  width: 100%;
  height: 480px;
}
.blog-header .blog-category {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
}
.blog-header .blog-category a {
  color: #907A68;
}
.blog-header .blog-category a:after {
  content: "|";
  padding: 0 5px;
}
.blog-header .blog-category a:last-child:after {
  display: none;
}

.blog-content .adjusted-content-col {
  max-width: 30%;
  padding: 0 3%;
}
.blog-content .blog-overlay-container {
  margin-top: -5%;
  align-items: flex-end;
}
.blog-content .tagged-product-container-1 .tag1 {
  top: 50%;
  right: 40%;
}
.blog-content .tagged-product-container-1 .tag2 {
  bottom: 35%;
  left: 30%;
  top: unset;
}
.blog-content .tagged-product-container-1 .tag3 {
  bottom: 20%;
  right: 15%;
}

#blog-showcase-slider {
  margin-top: 3%;
  margin-bottom: 3%;
}
#blog-showcase-slider .slick-prev:before {
  content: "\f053";
}
#blog-showcase-slider .slick-next:before {
  content: "\f054";
}
#blog-showcase-slider .slick-prev {
  left: 15px;
  z-index: 2;
}
#blog-showcase-slider .slick-next {
  right: 15px;
  z-index: 1;
}
#blog-showcase-slider .slick-prev:before, #blog-showcase-slider .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 28px;
  font-weight: 800;
  color: #907A68;
}
#blog-showcase-slider .slick-dots {
  bottom: -30px;
}
#blog-showcase-slider .slick-dots li {
  margin: 0px;
}
#blog-showcase-slider .slick-dots li.slick-active button:before {
  color: #907A68;
}
#blog-showcase-slider .slick-dots li button:before {
  font-size: 12px;
}
#blog-showcase-slider .slick-dots li button:hover:before, #blog-showcase-slider .slick-dots li button:focus:before {
  color: #907A68;
}
#blog-showcase-slider .showcase-slide .showcase-img {
  width: 360px;
  height: 500px;
  margin: 0 5px;
  position: relative;
}

.blog-tag {
  text-align: center;
}
.blog-tag h5 {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #907A68;
}
.blog-tag ul {
  display: inline-block; /*margin-bottom:10px;*/
}
.blog-tag li {
  display: inline-block;
  margin: 10px 5px;
}
.blog-tag li a {
  display: block;
  background-color: #F9F7F6;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 1.5px;
  transition-duration: 0.3s;
  color: #907A68;
}
.blog-tag li a:hover {
  background-color: #C7B69B;
  transition-duration: 0.3s;
}

.blog-social {
  text-align: center;
  padding: 15px 0;
}
.blog-social h4 {
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.blog-social a {
  font-size: 18px;
  padding: 0 5px;
  display: inline-block;
  color: #907A68;
  transition-duration: 0.3s;
}
.blog-social a:hover {
  color: #C7B69B;
  transition-duration: 0.3s;
}

.blog-social-tag {
  padding: 3% 0;
}

/*----KLOUD warranty-----*/
/*
div#ui-datepicker-div {
    top: 1230px !important;
}*/
.gform_wrapper .top_label input.medium.datepicker {
  width: 90% !important;
}

/*---information page----*/
.information-page {
  padding-top: 3%;
  padding-bottom: 3%;
}
.information-page h3 {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.information-page p, .information-page a {
  font-size: 12px;
  line-height: 21px;
}
.information-page a {
  color: #907A68;
  transition-duration: 0.3s;
  text-decoration: underline;
}
.information-page a:hover {
  color: #C7B69B;
  transition-duration: 0.3s;
}
.information-page strong {
  font-weight: 600;
}
.information-page .information-content-container {
  margin-bottom: 5%;
}
.information-page ul {
  margin-bottom: 20px;
}
.information-page ul li {
  list-style: inside disc;
  text-indent: -1.4em;
  padding-left: 2em;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
}
.information-page ol {
  margin-bottom: 20px;
}
.information-page ol li {
  list-style: inside decimal;
  text-indent: -1.3em;
  padding-left: 2em;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 24px;
}
.information-page .details-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  border-bottom: 1px solid #E3E3E3;
  padding: 5px;
  letter-spacing: 1px;
  cursor: pointer;
}
.information-page .details-title:after {
  content: "\f078";
  position: absolute;
  right: 0;
  font-weight: 600;
  font-family: "Font Awesome 5 Free";
  color: #C7B69B;
}
.information-page .details-title.active:after {
  content: "\f077";
}
.information-page .details-content {
  padding: 15px;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
}
.information-page .details-content:not(.show) {
  display: none;
}
.information-page .information-accordion {
  display: flex;
  position: relative;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
}

/*----------responsive-------*/
@media only screen and (max-width: 1027px) {
  .blog-content .blog-overlay-container {
    margin-top: 0%;
    align-items: center;
    padding-top: 5%;
  }
  .blog-content .adjusted-content-col {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  #hooga-blog .blog-content-wrapper {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1029px) and (max-width: 1359px) {
  .blog-content .adjusted-content-col {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #hooga-blog .blog-category-list li a {
    padding: 5px 15px;
    font-size: 10px;
    margin-bottom: 5px;
  }
  #hooga-blog .blog-sm, #hooga-blog .blog-md {
    height: 200px;
  }
  #hooga-blog .blog-lg {
    height: 200px;
    width: 100%;
  }
  #hooga-blog .blog-content-wrapper {
    height: auto;
  }
  #hooga-blog .blog-content-wrapper .blog-category {
    font-size: 10px;
  }
  #hooga-blog .blog-content-wrapper .blog-btn {
    font-size: 10px;
    padding: 5px 0;
    margin-bottom: 10px;
  }
  #hooga-blog .blog-content-wrapper.side-content {
    position: relative;
    width: 100%;
    height: auto;
  }
  .blog-header .blog-title-container {
    text-align: center;
  }
  .blog-header .blog-feature-img {
    height: 380px;
  }
  .blog-content-container .padtb60 {
    padding: 0 5px;
  }
  .blog-content-container .adjusted-content-col {
    max-width: 100%;
    padding: 5% 3%;
  }
  .blog-tag li {
    margin: 5px 5px;
  }
  .blog-tag li a {
    font-size: 10px;
  }
  #single-blog div {
    text-align: center;
  }
  #single-blog .blog-sm {
    height: 240px;
  }
  #single-blog .related-post-content-wrapper {
    height: 175px;
    margin-bottom: 10px;
  }
}
/*---wocommerce----*/
/*.woocommerce {
    width: 100%;
    margin: 0px auto;
    max-width: 1180px;
    padding: 30px 0;
}*/
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.woo-page {
  padding: 30px 0;
  counter-reset: bricks;
  /*display:flex;
  justify-content: center;
      align-self: center;*/
}

.hide {
  display: none;
}

.woocommerce-info {
  background-color: #F9F7F6 !important;
  width: 100% !important;
  border-top: 0 !important;
  letter-spacing: 1px;
}
.woocommerce-info a {
  color: #907A68;
}

/*-----mini cart----------*/
.woocommerce-mini-cart-item {
  position: relative;
  padding-bottom: 10px;
}
.woocommerce-mini-cart-item a.remove {
  position: absolute;
  top: 0;
  right: 0;
}
.woocommerce-mini-cart-item img {
  float: none !important;
  width: 50px !important;
  margin-left: 0 !important;
  height: auto;
}
.woocommerce-mini-cart-item .mini-cart-thumbnail {
  display: inline-block !important;
  vertical-align: middle;
}
.woocommerce-mini-cart-item .product-info {
  vertical-align: middle;
  display: inline-block;
  width: 70%;
  font-size: 12px;
}
.woocommerce-mini-cart-item .product-info .product-name {
  line-height: 14px;
  margin-bottom: 5px;
  font-weight: 700;
}
.woocommerce-mini-cart-item .product-info dl.variation {
  padding-left: 5px !important;
  border-left: 0 !important;
}
.woocommerce-mini-cart-item .product-info dl.variation dt {
  display: inline-block;
}
.woocommerce-mini-cart-item .product-info dl.variation dd {
  margin-bottom: 0 !important;
  line-height: 18px;
  display: inline-block;
}
.woocommerce-mini-cart-item .product-info dl.variation dd p {
  font-size: 10px;
  margin-bottom: 0;
  line-height: 18px;
}
.woocommerce-mini-cart-item .product-info span.quantity {
  padding-left: 5px;
  color: #907A68;
}
.woocommerce-mini-cart-item .product-info .amount, .woocommerce-mini-cart-item .product-info .woocommerce-Price-currencySymbol {
  color: #907A68;
}

p.woocommerce-mini-cart__total.total {
  text-align: center;
  font-weight: 700;
  color: #907A68;
  padding: 10px 0;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  margin: 10px 0;
}
p.woocommerce-mini-cart__total.total .amount, p.woocommerce-mini-cart__total.total .woocommerce-Price-currencySymbol {
  color: #907A68;
}

p.woocommerce-mini-cart__buttons.buttons {
  text-align: center;
}
p.woocommerce-mini-cart__buttons.buttons .button {
  border-radius: 0;
  width: 45%;
  margin: 0 5px;
  text-transform: uppercase;
  font-size: 12px;
  transition-duration: 0.3s;
}
p.woocommerce-mini-cart__buttons.buttons .wc-forward {
  background-color: transparent;
  border: 1px solid #907A68;
  color: #907A68;
}
p.woocommerce-mini-cart__buttons.buttons .wc-forward:hover {
  background-color: #907A68;
  color: #ffffff;
  transition-duration: 0.3s;
}
p.woocommerce-mini-cart__buttons.buttons .checkout {
  background-color: #907A68;
  color: #ffffff;
}
p.woocommerce-mini-cart__buttons.buttons .checkout:hover {
  background-color: #514738;
  transition-duration: 0.3s;
}

.mini-cart-dropdown .widget_shopping_cart_content::-webkit-scrollbar {
  width: 5px;
}

.mini-cart-dropdown .widget_shopping_cart_content::-webkit-scrollbar-track {
  background: transparent;
}

.mini-cart-dropdown .widget_shopping_cart_content::-webkit-scrollbar-thumb {
  background: #907A68;
}

/*-----checkout-------*/
.woocommerce-form-login-toggle {
  background-color: #F9F7F6;
  text-align: center;
  padding: 5rem;
}
.woocommerce-form-login-toggle a {
  margin: 5px;
}

/*
form.checkout.woocommerce-checkout {
    display:grid;
    max-width:100%;
    position:relative;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-template-rows: minmax(300px, auto);
    grid-auto-flow: dense;
}*/
.checkout-disclaimer {
  margin-bottom: 3%;
}
.checkout-disclaimer .checkout-disclaimer-content h6, .checkout-disclaimer .checkout-disclaimer-content p {
  margin-bottom: 0;
}
.checkout-disclaimer .checkout-disclaimer-action label {
  font-weight: 600;
  letter-spacing: 1px;
}
.checkout-disclaimer .checkout-disclaimer-error {
  color: red;
}

h3#order_review_heading {
  background-color: #F9F7F6;
  margin-bottom: 0;
  padding: 5% 5% 10px 5%;
  text-transform: uppercase;
}

div#order_review {
  background-color: #F9F7F6;
  margin-bottom: 0;
  padding: 10px 5%;
}

#order_review > table {
  border: 0px;
  border-bottom: 2px solid #E3E3E3;
}

#order_review > table > thead > tr {
  background-color: transparent;
}

#order_review > table > thead > tr > th {
  color: #34393D;
  letter-spacing: 1px;
  padding: 15px 0;
  text-transform: uppercase;
}

#order_review > table > tfoot > tr > th {
  color: #8F8F8F;
  letter-spacing: 1px;
  padding: 15px 0;
  text-transform: uppercase;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse !important;
}
table.shop_table.woocommerce-checkout-review-order-table td {
  padding: 5px !important;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot tr.order-total {
  border-bottom: 1px solid #bdbdbd;
}

button#place_order {
  background-color: #907A68;
  display: block;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px;
}

.woocommerce-billing-fields .form-row-first, .woocommerce-billing-fields .form-row-last {
  width: 50%;
  display: inline-block;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px;
  border: 1px solid #E3E3E3;
}

.woocommerce form .form-row .required {
  visibility: visible !important;
}

#billing_country_field label, #shipping_country_field label {
  display: block;
}
#billing_country_field .woocommerce-input-wrapper, #shipping_country_field .woocommerce-input-wrapper {
  font-weight: 600;
}
#billing_country_field .woocommerce-input-wrapper:after, #shipping_country_field .woocommerce-input-wrapper:after {
  content: "*We only ship to Malaysia address for the time being and HOOGA online commerce store only services within Malaysia.";
  display: block;
  color: red;
  font-style: italic;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #E3E3E3 !important;
  border-radius: 0px !important;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 5px;
  padding-bottom: 5px;
}

.woocommerce form .form-row textarea {
  height: 8em !important;
}

#ship-to-different-address {
  margin: 10px 0;
  font-size: 16px;
  text-transform: uppercase;
}

.woocommerce table.shop_table td {
  color: #8F8F8F;
  font-weight: 700; /*padding: 10px !important;border-top:0 !important;*/
}

.woocommerce-checkout #payment {
  background: transparent !important;
}

.woocommerce-checkout #payment div.payment_box {
  background-color: transparent !important;
  margin: 0px !important;
  padding: 0.5em 2.25em 1.5em 2.25em !important;
}

.woocommerce-checkout #payment div.payment_box::before {
  /*border-bottom-color: #c7b69b !important;*/
  display: none !important;
}

.payment_methods label {
  font-weight: 700;
  letter-spacing: 1px;
}

.bank-details {
  padding: 5%;
  background-color: white;
}

.woocommerce-billing-fields h3 {
  text-transform: uppercase;
}

.woocommerce-privacy-policy-link {
  color: #907A68;
}
.woocommerce-privacy-policy-link:hover {
  color: #C7B69B;
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  visibility: hidden;
}

input#payment_method_2c2p {
  display: inline-block !important;
}

input#submit_2c2p_payment_form {
  background-color: #907A68;
  color: white;
  border: 0;
  padding: 0.618em 1em;
}

/*

@media screen and (min-width:768px) {
form.checkout.woocommerce-checkout {
    gap: 2rem;
    column-width: 500px;
    -webkit-column-width:500px;
    -moz-column-width: 500px;
}

div#customer_details, h3#order_review_heading, div#order_review {
    break-inside: avoid;
    -webkit-break-inside: avoid;
    -moz-break-inside: avoid;
}

}*/
/*----cart-----*/
.ywmmq-correct, .ywmmq-excluded {
  display: none;
}

.cart_item ins {
  text-decoration: none;
}

.cart-list-container {
  margin-bottom: 30px;
}

form.woocommerce-cart-form {
  width: 100%;
  /*display: inline-block;
  vertical-align: top;*/
}
form.woocommerce-cart-form td.product-quantity {
  color: #34393D;
  text-align: center;
}

.cart-collaterals {
  width: 100%;
  /*display: inline-block;
  vertical-align: top;*/
  background-color: #F9F7F6;
  padding: 30px;
  /*margin: 0 15px;*/
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #907A68 !important;
  border-radius: 0;
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 400;
}

table.cart thead th {
  color: white;
  text-transform: uppercase;
}

table.cart thead {
  background-color: #907A68;
}

.woocommerce table.cart td {
  border-top: 0px !important;
}

.woocommerce-cart table.cart img {
  width: auto !important;
  height: auto;
  max-width: 100%;
}

.woocommerce-cart table.cart .product-thumbnail {
  min-width: 60px !important;
  max-width: 90px;
  width: 90px;
}

.woocommerce-cart table.cart th {
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

table.cart.woocommerce-cart-form__contents .product-quantity .quantity {
  border: 1px solid #907A68;
}
table.cart.woocommerce-cart-form__contents .product-quantity .minus-button, table.cart.woocommerce-cart-form__contents .product-quantity .plus-button {
  display: inline-block;
  padding: 5px;
}
table.cart.woocommerce-cart-form__contents .product-quantity span.quantity-buttons {
  display: inline-block;
}
table.cart.woocommerce-cart-form__contents .product-quantity input[type=number] {
  display: inline-block !important;
  width: 1.5em !important;
  line-height: 32px;
}

/*
.woocommerce-cart-form__cart-item.cart_item {
    .product-price, .product-quantity, .product-subtotal {
    text-align: center;}
}*/
.woocommerce a.remove {
  color: #907A68 !important;
}
.woocommerce a.remove:hover {
  color: #C7B69B !important;
  background: transparent;
}

.woocommerce table.shop_table {
  border: 0px !important;
}

tr.woocommerce-cart-form__cart-item.cart_item:nth-child(odd) {
  background-color: transparent;
  border-bottom: 0px;
}

tr.woocommerce-cart-form__cart-item.cart_item:nth-child(even) {
  background-color: #F9F7F6;
  border-bottom: 0px;
}

/*
.woocommerce .quantity .qty {
    text-align: center;
    border: 0px;
    background-color: transparent;    display: block;
    margin: auto;
}*/
.woocommerce button.update-btn:disabled, .woocommerce button.update-btn:disabled[disabled] {
  background-color: #8F8F8F;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  padding: 15px 25px !important;
  border-radius: 0;
  position: absolute;
  right: 0;
  border: 1px solid #8F8F8F;
}
.woocommerce button.update-btn:disabled:hover, .woocommerce button.update-btn:disabled[disabled]:hover {
  color: #34393D !important;
}

.woocommerce .cart .update-btn {
  background-color: #907A68;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  padding: 15px 25px !important;
  border-radius: 0;
  transition-duration: 0.4s;
  position: absolute;
  right: 0;
  border: 1px solid #8F8F8F;
}
.woocommerce .cart .update-btn:hover {
  background-color: #C7B69B;
  transition-duration: 0.4s;
}

a.cont-shop-btn {
  border: 1px solid #907A68;
  position: absolute;
  left: 0;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #907A68;
  transition-duration: 0.4s;
}
a.cont-shop-btn:hover {
  background-color: #907A68;
  color: #ffffff;
}

.cart_totals h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}

.cart_totals .shop_table {
  border-collapse: collapse !important;
  font-size: 13px;
}
.cart_totals .shop_table th {
  text-transform: uppercase;
  color: #8F8F8F;
  letter-spacing: 1px;
}
.cart_totals .shop_table .order-total {
  border-bottom: 1px solid #bdbdbd;
}
.cart_totals .shop_table .order-total th {
  color: #34393D;
}
.cart_totals .shop_table .woocommerce-shipping-totals .woocommerce-shipping-destination {
  font-size: 13px;
  line-height: 18px;
}
.cart_totals .shop_table .woocommerce-shipping-totals .shipping-calculator-button {
  color: #907A68;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  display: none;
}

.woocommerce-cart-form__contents .product-quantity .quantity .qty {
  text-align: center;
  font-weight: 700;
  border: 0px !important;
  background-color: transparent !important;
  display: block;
  margin: auto;
}

.saveforlater_button {
  margin-top: 20px;
}
.saveforlater_button a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #C7B69B;
  transition-duration: 0.4s;
}
.saveforlater_button a:hover {
  color: #907A68;
  transition-duration: 0.4s;
}

.move-wishlist-container {
  margin-top: 20px;
  display: block;
}
.move-wishlist-container .move-wishlist {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  color: #C7B69B;
  transition-duration: 0.4s;
}
.move-wishlist-container .move-wishlist:hover {
  color: #907A68;
  transition-duration: 0.4s;
}

.woocommerce-cart-form__cart-item .variation, .woocommerce-cart-form__cart-item .variation dd p {
  font-size: 12px;
  line-height: 1.5em;
}

.woocommerce td.product-name dl.variation dt {
  display: none !important;
}

.wc-proceed-to-checkout .coupon {
  background-color: white;
  padding: 20px;
  margin-bottom: 20px;
}
.wc-proceed-to-checkout .coupon label {
  display: none;
}
.wc-proceed-to-checkout .coupon input {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
  font-size: 14px;
  margin-bottom: 10px;
  border: 1px solid #bdbdbd !important;
}
.wc-proceed-to-checkout .coupon input::-moz-placeholder {
  color: #bdbdbd;
}
.wc-proceed-to-checkout .coupon input::placeholder {
  color: #bdbdbd;
}
.wc-proceed-to-checkout .coupon button {
  border: 1px solid #907A68 !important;
  display: block !important;
  padding: 10px !important;
  width: 100%;
  color: #907A68 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px !important;
  border-radius: 0 !important;
  transition-duration: 0.3s;
}
.wc-proceed-to-checkout .coupon button:hover {
  transition-duration: 0.3s;
  background-color: #907A68 !important;
  color: white !important;
}

.cart-msg {
  display: inline-block;
  margin: 5px 0;
  letter-spacing: 1px;
}
.cart-msg span {
  color: white;
}
.cart-msg strong {
  font-weight: 700;
}

.yith-cart-message-layout5 .content .button {
  border-radius: 0 !important;
  transition-duration: 0.3s;
}
.yith-cart-message-layout5 .content .button:hover {
  transition-duration: 0.3s;
}

.yith-cart-message .content {
  letter-spacing: 1px;
}

.yith-cart-message .content .amount, .yith-cart-message .content .amount span {
  color: white;
}

.cart-empty {
  border-top: 3px solid #907A68;
  background-color: #F9F7F6;
  text-align: center;
}

p.return-to-shop {
  text-align: center;
}
p.return-to-shop a {
  background-color: #907A68;
  color: white;
  text-transform: uppercase;
  padding: 10px 25px;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .cart-msg {
    text-align: center;
  }
  .yith-cart-message-layout5 .content .button {
    display: block;
    width: 100%;
    text-align: center;
  }
  .cart-collaterals {
    padding: 10px;
  }
  .woo-page {
    padding: 30px 5px;
  }
}
/*----my account----------*/
.woocommerce-MyAccount-content {
  width: 80%;
  float: right;
}
.woocommerce-MyAccount-content .col2-set .woocommerce-Address {
  width: 45%;
  display: inline-block;
  margin: 5px;
  background-color: #F9F7F6;
  padding: 30px 25px;
}
.woocommerce-MyAccount-content .col2-set .woocommerce-Address h3 {
  text-transform: uppercase;
}
.woocommerce-MyAccount-content .col2-set .woocommerce-Address .edit {
  color: #907A68;
}

nav.woocommerce-MyAccount-navigation {
  width: 20%;
  float: left;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin: 10px 0;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 1.5rem;
  transition-duration: 0.4s;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  color: #8F8F8F;
  transition-duration: 0.4s;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  display: inline-block;
  color: #bdbdbd;
  width: 30px;
  height: auto;
  text-align: center;
}
nav.woocommerce-MyAccount-navigation .is-active a {
  font-weight: 700;
}
nav.woocommerce-MyAccount-navigation .is-active a:before {
  color: #907A68 !important;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f3fd";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f15b";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f3c5";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f044";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--purchased-products a:before {
  content: "\f291";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--wishlist a:before {
  content: "\f004";
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
  background-color: #8F8F8F;
  padding: 5px 30px;
  display: inline-block;
  margin-top: 1.5rem;
  color: white;
}
nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  color: white;
  background-color: #495058;
}

.woocommerce-MyAccount-orders.shop_table_responsive thead {
  background-color: #907A68;
}
.woocommerce-MyAccount-orders.shop_table_responsive thead span {
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

tr.woocommerce-orders-table__row:nth-child(odd) {
  background-color: transparent;
  border-bottom: 0px;
}

tr.woocommerce-orders-table__row:nth-child(even) {
  background-color: #F9F7F6;
  border-bottom: 0px;
}

table.woocommerce-MyAccount-orders td {
  border-top: 0px !important;
}

.woocommerce table.my_account_orders th {
  vertical-align: top !important;
}
.woocommerce table.my_account_orders td {
  padding: 20px 15px !important;
  vertical-align: top !important;
  font-size: 12px;
  letter-spacing: 1px;
}
.woocommerce table.my_account_orders .order-total {
  padding: 5px 0;
}
.woocommerce table.my_account_orders .amount {
  font-size: 1rem;
  width: 100%;
  display: block;
}
.woocommerce table.my_account_orders .myorder-list-title, .woocommerce table.my_account_orders .order-id {
  color: #907A68;
}
.woocommerce table.my_account_orders .button {
  border-radius: 0;
  background-color: #907A68;
  color: white;
  padding: 10px;
  margin-right: 5px;
  text-transform: uppercase;
  transition-duration: 0.4s;
  font-size: 10px;
}
.woocommerce table.my_account_orders .button:hover {
  background-color: #514738;
  transition-duration: 0.4s;
  color: white;
}
.woocommerce table.my_account_orders a.track-button {
  height: auto;
  width: auto;
  margin-right: 10px !important;
}

.woocommerce-wishlist-table td {
  border-top: 0 !important;
  padding: 30px 15px !important;
}
.woocommerce-wishlist-table tr:nth-child(even) {
  background-color: #F9F7F6;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_image img {
  width: 70%;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_name, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_price {
  letter-spacing: 1px;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .button, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn, .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn {
  display: block;
  width: 100%;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 5px;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn {
  background-color: #907A68;
  color: white;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .re-order-btn:hover {
  background-color: #514738;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn {
  border: 1px solid #907A68;
  color: #907A68;
  background-color: #ffffff;
}
.woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_action .review-btn:hover {
  background-color: #907A68;
  color: #ffffff;
}
.woocommerce-wishlist-table .product-attr {
  font-size: 12px;
  font-weight: 400;
}

.woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-EditAccountForm .woocommerce-form-row--last {
  width: 49.8%;
  display: inline-block;
}
.woocommerce-EditAccountForm fieldset {
  margin-top: 3%;
}
.woocommerce-EditAccountForm legend {
  font-weight: 800;
  color: #907A68;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woocommerce-EditAccountForm button {
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 1px;
}

@media only screen and (max-width: 1023px) {
  nav.woocommerce-MyAccount-navigation {
    width: 25%;
    padding: 0 0 0 10px;
  }
  .woocommerce-MyAccount-content {
    width: 75%;
  }
}
@media screen and (max-width: 767px) {
  nav.woocommerce-MyAccount-navigation {
    width: 100%;
    float: none;
    text-align: center;
    background-color: #F9F7F6;
    padding: 1.5em 0;
  }
  nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
    font-size: 0.75rem;
  }
  nav.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    padding: 5px 30px;
    margin-top: 1rem;
  }
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    padding-top: 5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .woocommerce-MyAccount-orders.shop_table_responsive thead {
    display: none;
  }
  .woocommerce-MyAccount-orders.shop_table_responsive tr td {
    display: block;
    clear: both;
  }
  .woocommerce-MyAccount-orders.shop_table_responsive tr td:before {
    content: attr(data-title);
    display: none !important;
    width: 100%;
    color: #907A68;
  }
  .woocommerce table.my_account_orders td {
    padding: 5px 15px !important;
    font-size: 14px;
  }
  .woocommerce-MyAccount-content .col2-set .woocommerce-Address {
    width: 100%;
    display: block;
    margin: 5px 0;
  }
  .woocommerce-EditAccountForm .woocommerce-form-row--first, .woocommerce-EditAccountForm .woocommerce-form-row--last {
    width: 100%;
    display: block;
  }
  .woocommerce-wishlist-table td {
    display: block;
    padding: 10px 10px !important;
  }
  .woocommerce-wishlist-table .woocommerce-wishlist-table__cell-product_remove {
    position: absolute;
    right: 5%;
  }
}
/*---thank you----*/
.woo-thankyou {
  padding: 5% 0;
}
.woo-thankyou .thanks-banner {
  text-align: center;
  background-image: url(../img/order-thanks.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3%;
  margin-bottom: 5%;
}
.woo-thankyou .thanks-banner .thanks-banner-content {
  padding: 45px 20px;
  border: 1px solid white;
}
.woo-thankyou .thanks-banner .thanks-banner-content h2 {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 2.25em;
}
.woo-thankyou .thanks-banner .thanks-banner-content p {
  color: white;
  margin-bottom: 0;
}
.woo-thankyou .thanks-banner .thanks-banner-content .woocommerce-thankyou-order-failed-actions {
  margin-top: 10px;
}
.woo-thankyou .thanks-banner .thanks-banner-content .woocommerce-thankyou-order-failed-actions a {
  border-radius: 0px !important;
  margin: 5px;
}
.woo-thankyou .woocommerce-order-overview {
  display: flex;
  justify-content: space-between;
  background-color: #F9F7F6;
  padding: 3%;
  font-size: 16px;
  letter-spacing: 1px;
}
.woo-thankyou .woocommerce-order-overview li {
  border-right: 0 !important;
}
.woo-thankyou .woocommerce-order-overview span.overview-label {
  font-size: 12px;
  font-weight: 600;
  color: #907A68;
}
.woo-thankyou .woocommerce-order-overview strong {
  font-size: 1.25em !important;
}
.woo-thankyou h2 {
  text-transform: uppercase;
  font-size: 21px;
}
.woo-thankyou .woocommerce-order-details thead {
  background-color: #907A68;
}
.woo-thankyou .woocommerce-order-details thead tr {
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.woo-thankyou .woocommerce-order-details tbody tr:nth-child(even), .woo-thankyou .woocommerce-order-details tfoot tr:nth-child(even) {
  background-color: #F9F7F6;
}
.woo-thankyou .woocommerce-order-details th, .woo-thankyou .woocommerce-order-details td {
  border: 0 !important;
}
.woo-thankyou .woocommerce-order-details .product-thumbnail img {
  width: 50px;
  height: auto;
}
.woo-thankyou .woocommerce-customer-details .addresses address {
  border: 0px !important;
  line-height: 21px;
}
.woo-thankyou .woocommerce-customer-details .addresses .col-1, .woo-thankyou .woocommerce-customer-details .addresses .col-2 {
  width: 48.5%;
  vertical-align: top;
  display: inline-block;
  padding: 10px;
}
.woo-thankyou .woocommerce-customer-details .woocommerce-customer-details--phone::before, .woo-thankyou .woocommerce-customer-details .woocommerce-customer-details--email::before {
  display: none;
}
.woo-thankyou .woocommerce-customer-details .woocommerce-customer-details--phone, .woo-thankyou .woocommerce-customer-details .woocommerce-customer-details--email {
  padding-left: 0 !important;
}
.woo-thankyou .thanks-home {
  background-color: #907A68;
  padding: 10px 30px;
  color: white;
  transition-duration: 0.4s;
}
.woo-thankyou .thanks-home:hover {
  background-color: #514738;
  transition-duration: 0.4s;
}

@media screen and (max-width: 767px) {
  .woo-thankyou .woocommerce-order-overview {
    display: block;
    padding: 5%;
    margin-bottom: 30px !important;
  }
  .woo-thankyou .woocommerce-order-overview li {
    margin-bottom: 10px;
  }
  .woo-thankyou .woocommerce-order-overview li:last-child {
    margin-bottom: 0;
  }
  .woo-thankyou .woocommerce-customer-details .addresses .col-1, .woo-thankyou .woocommerce-customer-details .addresses .col-2 {
    width: 100%;
    display: block;
  }
}
/*----single product-----*/
.woocommerce-message {
  border-top: 0 !important;
  background-color: rgb(54, 85, 90) !important;
  color: white !important;
  letter-spacing: 1px;
  line-height: 28px;
}
.woocommerce-message:before {
  display: none;
}
.woocommerce-message a.button.wc-forward {
  border-radius: 0;
  background-color: white;
  color: #907A68;
  text-transform: uppercase;
  font-weight: 400;
  transition-duration: 0.3s;
}
.woocommerce-message a.button.wc-forward:hover {
  transition-duration: 0.3s;
}

/*---product gallery----*/
.woocommerce-product-gallery .flex-control-thumbs {
  width: 20%;
  display: inline-block;
  float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li {
  padding: 5px;
  width: 100% !important;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-prev {
  left: 50%;
  top: -3%;
  transform: translateX(-50%);
}
.woocommerce-product-gallery .flex-control-thumbs .slick-prev:before {
  content: "\f077";
}
.woocommerce-product-gallery .flex-control-thumbs .slick-next {
  transform: translateX(50%);
  right: 50%;
  top: 100%;
}
.woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
  content: "\f078";
}
.woocommerce-product-gallery .flex-viewport {
  display: inline-block;
  width: 75%;
}
.woocommerce-product-gallery .slick-list.draggable {
  padding: 0;
}
.woocommerce-product-gallery .slick-list.draggable .slick-slide {
  padding: 5px;
}

.pswp__container {
  max-width: 100% !important;
}

.pswp--open {
  z-index: 1000000 !important;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.4509803922) !important;
}

/*
.woocommerce-product-gallery { display: flex;

    .woocommerce-product-gallery__wrapper {width: 100% !important;
            .woocommerce-product-gallery__image {
            width: 100% !important;
            height: auto;
            position: relative;}
        }


    .flex-viewport {height: 650px !important;
    max-width: 80%;
    flex-basis: 80%;
    display: inline-block;
    order:2;

    }

    .flex-control-nav.slick-slider {    position: relative;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    max-width: 16%;
    flex-basis: 16%;float: left;
    display: inline-block;
    order:1;    padding: 0 5px !important;
    .slick-prev {
    left: 50%;
    top: 0;    transform: translateX(-50%);
        &:before {    content: '\f077';}
    }}

    .slick-slide {padding-bottom: 5px;
    display: none;
    float: none;
    height: 100%;
    min-height: 1px;
    display: inline-block;
    width: 80px !important;
        &:last-child {padding-bottom:0px;}
    }

    .slick-list {padding:30px 0;
        .slick-track {width:80px !important;}
    }

}
/*


/*---number input----*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button.minus, button.plus {
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
}

button.plus {
  font-size: 16px;
}

.minus-button, .plus-button {
  display: inline-block;
  padding: 10px;
}

.woocommerce div.product form.cart div.quantity {
  margin: 0 10px 0 0;
  border: 1px solid #907A68;
  /*padding: 10px 5px;*/
}

.single-product-info .quantity .qty {
  border: 0 !important;
  width: 2em !important;
}

/*
#single-product{
    .sinlge-product-gallery .woocommerce-product-gallery {display:flex;width:100%;height: 100%;
        .woocommerce-product-gallery__wrapper {width:100%;}
        .flex-viewport {order: 2;width:75%;}
        ol.flex-control-nav.flex-control-thumbs {order:1;width:25%;
            li{float: none !important;
                padding: 10px;
                display: block;
                width: 100%;}
        } 
    }


}*/
.single-product-details {
  margin-top: 5%;
}

.single-product-info {
  /*form > table.variations {margin-bottom:0 !important;}*/
}
.single-product-info .product_title {
  font-size: 2.25em;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.single-product-info .price {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
}
.single-product-info .price .woocommerce-Price-amount {
  color: #907A68;
}
.single-product-info .price .woocommerce-Price-amount span {
  color: #907A68;
}
.single-product-info .woocommerce-product-rating {
  display: none !important;
}
.single-product-info form > table.variations > tbody > tr > td {
  display: block;
  width: 100%;
}
.single-product-info form > table.variations > tbody > tr {
  margin-bottom: 10px;
  display: block;
}
.single-product-info form > table.variations > tbody > tr > td.label {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}
.single-product-info .select_option {
  margin-right: 5px !important;
  border: 2px solid #E3E3E3;
}
.single-product-info .select_option img.yith_wccl_value {
  min-width: 50px;
  height: 60px;
  padding: 0;
}
.single-product-info .select_option .yith_wccl_value {
  display: block;
  min-width: 80px;
  padding: 5px 10px;
  height: 35px;
  line-height: 24px;
}
.single-product-info .select_option.selected {
  border-color: #907A68;
}
.single-product-info a.reset_variations {
  display: none !important;
}
.single-product-info .other-options-first {
  padding: 0 10px;
  color: #907A68;
  background-color: #F9F7F6;
}
.single-product-info .yith-wcwl-add-button {
  margin-bottom: 5%;
}
.single-product-info a.add_to_wishlist {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
.single-product-info a.add_to_wishlist i {
  font-size: 1.25em;
  margin-right: 5px;
}
.single-product-info a.add_to_wishlist i.fa-heart, .single-product-info a.add_to_wishlist i.fa-heart-o {
  color: #907A68;
}
.single-product-info .exists .yith-wcwl-add-button a.add_to_wishlist span {
  color: #907A68;
}
.single-product-info .yith-wcwl-wishlistaddedbrowse, .single-product-info .yith-wcwl-wishlistexistsbrowse {
  margin-bottom: 5%;
}
.single-product-info .yith-wcwl-wishlistaddedbrowse .feedback, .single-product-info .yith-wcwl-wishlistexistsbrowse .feedback {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #907A68;
}
.single-product-info .yith-wcwl-wishlistaddedbrowse .feedback i, .single-product-info .yith-wcwl-wishlistexistsbrowse .feedback i {
  font-size: 1.25em;
  margin-right: 5px;
}
.single-product-info .yith-wcwl-wishlistaddedbrowse a, .single-product-info .yith-wcwl-wishlistexistsbrowse a {
  color: #C7B69B;
  text-transform: uppercase;
  text-decoration: underline;
}
.single-product-info .product_meta {
  font-size: 12px;
  letter-spacing: 1px;
}
.single-product-info .product_meta .sku_wrapper, .single-product-info .product_meta .posted_in, .single-product-info .product_meta .tagged_as {
  display: block;
  width: 100%;
  color: #907A68;
}
.single-product-info .product_meta .sku_wrapper a, .single-product-info .product_meta .sku_wrapper span, .single-product-info .product_meta .posted_in a, .single-product-info .product_meta .posted_in span, .single-product-info .product_meta .tagged_as a, .single-product-info .product_meta .tagged_as span {
  color: #bdbdbd;
  transition-duration: 0.4s;
}
.single-product-info .product_meta .sku_wrapper a:hover, .single-product-info .product_meta .posted_in a:hover, .single-product-info .product_meta .tagged_as a:hover {
  color: #907A68;
  transition-duration: 0.4s;
}
.single-product-info p.stock.out-of-stock {
  color: #C44B25 !important;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.single-product-info input#yith-wcwtl-email {
  padding: 10px;
  width: 100%;
  border: 1px solid #bdbdbd;
}
.single-product-info input#yith-wcwtl-email::-moz-placeholder {
  letter-spacing: 1px;
}
.single-product-info input#yith-wcwtl-email::placeholder {
  letter-spacing: 1px;
}
.single-product-info #yith-wcwtl-output input#yith-wcwtl-policy-check + span {
  letter-spacing: 1px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce button.button.alt.disabled {
  background-color: #907A68 !important;
  transition-duration: 0.3s;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background-color: #514738 !important;
  transition-duration: 0.3s;
}

.woocommerce .star-rating span::before {
  font-family: star !important;
  color: #907A68;
}

#ywar_reviews {
  text-transform: uppercase;
  letter-spacing: 1px;
}
#ywar_reviews h3, #ywar_reviews .ywar_perc_value {
  display: none;
}

#reviews img.avatar {
  display: none;
}
#reviews .comment_container {
  border-bottom: 1px solid #E3E3E3;
}
#reviews .comment_container .star-rating {
  float: none !important;
}
#reviews .meta strong {
  text-transform: uppercase;
  color: #34393D;
  font-weight: 600;
}
#reviews .comment-text {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}
#reviews .review-result-count {
  font-size: 14px;
}
#reviews button.maincta {
  display: block;
  margin: auto;
  background-color: #907A68;
  color: white;
  border: 0;
  padding: 10px;
  letter-spacing: 1px;
  min-width: 40%;
  margin-bottom: 30px;
  cursor: pointer;
  transition-duration: 0.3s;
}
#reviews button.maincta:hover {
  transition-duration: 0.3s;
  background-color: #514738;
}
#reviews .woocommerce-noreviews {
  text-align: center;
}

#review_form #reply-title {
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
#review_form .comment-form-title input#title, #review_form .comment-form-comment textarea#comment {
  margin-top: 0.5em !important;
  width: 100%;
  padding: 10px 5px;
}
#review_form p.stars a::before {
  color: #907A68;
  /*content: "\53";
  font-family: 'star' !important;*/
}
#review_form .upload_section input#do_uploadFile {
  margin-top: 0.5em !important;
  width: 100% !important;
  padding: 10px;
}
#review_form #respond p.form-submit {
  width: 100%;
}
#review_form #respond p.form-submit input#submit {
  width: 100%;
  display: block;
  background-color: #907A68;
  color: white;
  border-radius: 0;
  font-size: 14px !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px;
}
#review_form input#author, #review_form input#email {
  width: 100%;
  padding: 10px 5px;
}

@media only screen and (max-width: 1023px) {
  .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
    top: 0;
    height: 100%;
  }
  .woocommerce-product-gallery .flex-control-thumbs .slick-prev:before {
    content: "\f053";
  }
  .woocommerce-product-gallery .flex-control-thumbs .slick-next {
    top: 0;
    height: 100%;
  }
  .woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
    content: "\f054";
  }
  .woocommerce-product-gallery .flex-control-thumbs li {
    width: 25% !important;
  }
  .woocommerce-product-gallery .slick-slider li {
    width: auto !important;
  }
}
@media screen and (max-width: 960px) {
  .woocommerce-product-gallery .flex-control-thumbs {
    width: 100%;
    display: block;
    float: none;
  }
  .woocommerce-product-gallery .flex-control-thumbs .slick-prev {
    left: 0%;
    top: 0%;
    transform: translateX(0%);
  }
  .woocommerce-product-gallery .flex-control-thumbs .slick-next {
    transform: translateX(0%);
    right: 0%;
    top: 0%;
  }
  .woocommerce-product-gallery .flex-viewport {
    display: block;
    width: 100%;
  }
}
/*---my account----*/
#account-content .account-banner {
  text-align: center;
  background-image: url(../img/account-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 3%;
  margin-bottom: 5%;
}
#account-content .account-banner .account-banner-content {
  padding: 45px 20px;
  border: 1px solid white;
}
#account-content .account-banner .account-banner-content h2 {
  color: #ffffff;
  margin-bottom: 0;
}
#account-content .dashboard-col-container {
  margin-bottom: 30px;
}
#account-content .dashboard-col-title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: #34393D;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#account-content .view-all-btn {
  text-align: right;
  margin-bottom: 10px;
}
#account-content .view-all-btn a {
  color: #907A68;
  font-size: 10px;
  line-height: 21px;
  transition-duration: 0.4s;
}
#account-content .view-all-btn a:hover {
  color: #C7B69B;
  transition-duration: 0.4s;
}
#account-content .view-all-btn a:after {
  content: ">";
  margin-left: 5px;
}
#account-content .recent-order-wrapper {
  background-color: #F9F7F6;
  padding: 5% 3%;
  min-height: 300px;
}
#account-content .recent-order-listing ul {
  margin-bottom: 10px;
}
#account-content .recent-order-listing ul li {
  display: inline-block;
  height: 80px;
  width: 80px;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
}
#account-content .recent-order-listing ul li:nth-child(4) {
  background-color: #C7B69B;
  position: relative;
}
#account-content .recent-order-listing ul li:nth-child(4):after {
  content: "\f141";
  font-family: "Font Awesome 5 Free";
  color: #ffffff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
#account-content .recent-order-data {
  margin-bottom: 15px;
}
#account-content .recent-order-data div {
  font-size: 14px;
  line-height: 24px;
}
#account-content .recent-order-data div a {
  color: #907A68;
  transition-duration: 0.4s;
}
#account-content .recent-order-data div a:hover {
  color: #C7B69B;
  transition-duration: 0.4s;
}
#account-content .recent-order-data .data-title {
  color: #907A68;
  letter-spacing: 1px;
  font-weight: 700;
}
#account-content .recent-order-data .data-price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
#account-content .dashboard-order-wrapper {
  padding: 0;
}
#account-content .dashboard-order-wrapper .dashboard-order-listing {
  padding: 3%;
  min-height: 100px;
  align-items: center;
}
#account-content .dashboard-order-wrapper .dashboard-order-listing .order-content-listing {
  padding: 0;
}
#account-content .dashboard-order-wrapper .lightbrown-bg {
  background-color: #F9F7F6;
}
#account-content .dashboard-order-wrapper .product-thumb {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#account-content .dashboard-order-wrapper .product-details {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 12px;
  line-height: 21px;
}
#account-content .dashboard-order-wrapper .product-details .product-name {
  font-weight: 700;
  letter-spacing: 1px;
}
#account-content .dashboard-order-wrapper .product-details .product-name, #account-content .dashboard-order-wrapper .product-details .product-attr {
  max-width: 180px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#account-content .dashboard-order-wrapper .re-order-btn, #account-content .dashboard-order-wrapper .review-btn {
  font-size: 10px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 5px;
  margin: 5px 0;
}
#account-content .dashboard-order-wrapper .re-order-btn {
  background-color: #907A68;
  color: #ffffff;
  transition-duration: 0.4s;
}
#account-content .dashboard-order-wrapper .re-order-btn:hover {
  background-color: #514738;
  transition-duration: 0.4s;
}
#account-content .dashboard-order-wrapper .review-btn {
  border: 1px solid #907A68;
  color: #907A68;
  transition-duration: 0.4s;
}
#account-content .dashboard-order-wrapper .review-btn:hover {
  background-color: #907A68;
  color: #ffffff;
  transition-duration: 0.4s;
}

/*---view order----*/
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {
  margin-bottom: 5%;
}

.woocommerce-MyAccount-content .order-status-container {
  background-color: #C7B69B;
  color: white;
  padding: 5px;
  text-align: center;
}
.woocommerce-MyAccount-content .order-status-container span {
  color: white;
}
.woocommerce-MyAccount-content .woocommerce-OrderUpdate-description.description {
  background-color: #F9F7F6;
  padding: 10px;
  margin: 20px 0;
}
.woocommerce-MyAccount-content .woocommerce-order-details__title {
  text-transform: uppercase;
}
.woocommerce-MyAccount-content .ywot_order_details a.track-button {
  display: inline-block;
  border: 1px solid #907A68;
  min-width: 180px;
  margin: 10px 0;
  text-align: center;
}
.woocommerce-MyAccount-content table.woocommerce-table--order-details {
  margin-top: 10px !important;
  /*
  tbody, tfoot {
      tr:nth-child(odd) {
      background-color: transparent;
      border-bottom: 0px;}

      tr:nth-child(even) {
      background-color: $color-lighterbrown;
      border-bottom: 0px;}
  }*/
}
.woocommerce-MyAccount-content table.woocommerce-table--order-details thead tr {
  background-color: #907A68;
  color: white;
}
.woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  text-transform: uppercase;
  font-size: 1.5em;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address, .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address {
  display: inline-block;
  width: 49.6%;
  padding: 10px;
  vertical-align: top;
  background-color: #F9F7F6;
  min-height: 250px;
  padding: 15px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address address, .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address address {
  border: 0px;
}

/*---login register----*/
.lost_reset_password, .reset-success {
  background-color: rgba(249, 247, 246, 0.7);
  padding: 5%;
}
.lost_reset_password button, .reset-success button {
  display: block !important;
  width: 100%;
  text-transform: uppercase;
  background-color: #907A68 !important;
  color: white !important;
  letter-spacing: 1px;
}

#customer_login { /*background-image: url(../img/login-bg.jpg);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
padding-top:180px;
padding-bottom:5%;*/
  /*.u-column2 {border:1px solid $color-brown;}*/
}
#customer_login .u-column1, #customer_login .u-column2 {
  width: 46%;
  display: inline-block;
  margin: 10px;
  vertical-align: top;
  padding: 30px;
}
#customer_login .u-column1, #customer_login .u-column2 {
  background-color: rgba(249, 247, 246, 0.7);
}
#customer_login h2 {
  text-transform: uppercase;
}
#customer_login form.woocommerce-form.login, #customer_login form.woocommerce-form.register {
  border: 0;
  padding: 0;
}
#customer_login button.woocommerce-button.button.woocommerce-form-login__submit {
  float: none;
  display: block;
  width: 100%;
  background-color: #907A68;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px;
  border-radius: 0;
}
#customer_login button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
  color: white;
  background-color: #907A68; /*border:1px solid $color-brown; */
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 12px;
  border-radius: 0;
}
#customer_login .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 5px;
}
#customer_login .woocommerce-LostPassword.lost_password a {
  color: #907A68;
}

/*---------Customer feedback-------------*/
.gform_wrapper .gform_footer .gform_button {
  background-color: #907A68;
  color: white;
  text-transform: uppercase;
  border: 0;
  display: block !important;
  width: 100% !important;
  padding: 12px 10px;
  transition-duration: 0.3s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  transition-duration: 0.3s;
  background-color: #514738;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}

/*---support---------*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper.gf_browser_chrome select {
  padding: 10px 5px !important;
}

.support-submission {
  text-align: center;
  background-image: url(../img/home-room-bg.jpg);
  background-color: #F9F7F6;
  background-size: cover;
  background-position: center;
  padding: 5%;
}
.support-submission h3 {
  color: #907A68;
}

/*----------responsive-------*/
@media only screen and (max-width: 1027px) {
  #account-content .recent-order-listing ul li {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  #customer_login .u-column1, #customer_login .u-column2 {
    width: 90%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #account-content .account-subheader-container {
    padding: 0;
  }
  #account-content .account-subheader {
    padding: 0;
  }
  #account-content .dashboard-col-container {
    padding: 0;
  }
  #account-content .view-all-btn {
    text-align: left;
  }
  #account-content .product-thumb {
    display: block;
  }
  #account-content .product-details {
    display: block;
  }
  #account-content .dashboard-order-wrapper .product-details, #account-content .dashboard-order-wrapper .product-thumb {
    display: block;
  }
  #account-content .recent-order-wrapper div {
    padding: 0;
  }
  .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--billing-address, .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column--shipping-address {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    min-height: initial;
  }
}
/*---hooga guide----*/
.quiz-container {
  display: inline-flex;
  padding: 30px 0 50px 0;
}

.quiz-box-container {
  width: 200px;
  height: 200px;
  display: inline-block;
  background-color: #F9F7F6;
  margin: 15px;
  padding: 5%;
  position: relative;
  transition-duration: 0.4s;
}
.quiz-box-container:hover, .quiz-box-container:focus {
  background-color: #C7B69B;
  transition-duration: 0.4s;
}

.quiz-box-container:nth-of-type(odd) h3 {
  position: absolute;
  top: -15px;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  line-height: 1.2em;
}

.quiz-box-container:nth-of-type(even) {
  margin-top: 30px;
}
.quiz-box-container:nth-of-type(even) h3 {
  position: absolute;
  bottom: -15px;
  margin-bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  line-height: 1.2em;
}

.quiz-back a {
  padding: 10px 50px;
}

/*------------membership----------*/
.member-benefit-container h3 {
  text-transform: none;
  margin-bottom: 30px;
}
.member-benefit-container img {
  width: 60%;
}

.membership-faq-container {
  background-color: #F9F7F6;
  padding: 5%;
}

.member-cta {
  padding: 5%;
  text-align: center;
}
.member-cta h3 {
  text-transform: none;
  font-size: 1.3em;
  margin-bottom: 30px;
}
.member-cta a {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .quiz-container {
    display: block;
    padding: 10px 0 30px 0;
  }
  .quiz-box-container:nth-of-type(odd), .quiz-box-container:nth-of-type(even) {
    margin-top: 30px;
  }
  .quiz-box-container:nth-of-type(odd) h3, .quiz-box-container:nth-of-type(even) h3 {
    top: -15px;
    font-size: 2em;
  }
}
/*----about & cause---*/
.hooga-stay {
  display: block;
  max-width: 500px;
  margin: auto;
}

/*
.hooga-air-container {
    padding-top: 5%;
}*/
#hooga-cause {
  height: 3800px;
}

.hooga-air-container {
  position: relative;
  z-index: 5;
}
.hooga-air-container:after {
  content: " ";
  background-color: #e2e6ec;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(60%);
}

.hooga-air-content {
  max-width: 500px;
  margin: auto;
}

.hooga-air-wrapper {
  padding: 8% 0 10% 0;
}

.hooga-air-img {
  padding: 0 0 3%;
}

.cause-tencel-benefit {
  position: fixed;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 120px;
  padding: 3%;
  background-color: white;
}

.tencel-benefit-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

.benefit-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tencel-benefit-detail {
  padding-left: 8%;
}

.cause-col {
  position: fixed;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 118px;
  /*padding: 3%;*/
  background-color: #5470A9;
}

.cause-header-text {
  max-width: 380px;
  display: block;
  position: absolute;
  top: 15%;
  left: 15%;
}

.cause-header-img {
  height: 90vh;
  width: 50%;
  position: absolute;
  top: 0%;
  right: 50%;
  transform: translateX(100%);
  background-size: cover;
  background-position: bottom;
}

.cause-quote-wrapper {
  position: absolute;
  /*background-color: #907a6896;*/
  padding: 5%;
  text-align: center;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 40%);
}

.cause-stay-container {
  height: 80vh;
}

.cause-material-container {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.cause-material-right {
  background-color: rgba(249, 247, 246, 0.768627451);
  padding: 10%;
  position: absolute;
  top: 0;
  left: 0;
}
.cause-material-right img {
  width: 150px;
}

.cause-material-key:before {
  position: absolute;
  top: -10%;
  right: 10%;
  font-size: 8rem;
  font-weight: 800;
  color: #ffffff;
}

/*
.key-1:before {
  content: "1";
} 

.key-2:before {
  content: "2"; 
}

.key-3:before {
  content: "3";
}

.key-4:before {
  content: "4";
}
*/
.hooga-air-bg {
  content: " ";
  background-color: #e2e6ec;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(60%);
}

/*
.cause-benefit-container .cause-benefit-wrapper:nth-of-type(odd) {
  margin-top:5%;
}*/
.cause-benefit-container {
  height: 75vh;
  display: flex;
  align-content: center;
}

@media screen and (max-width: 1023px) {
  .hidetablet {
    display: none !important;
  }
  .cause-benefit-container {
    height: initial;
    display: block;
  }
  .cause-benefit-container .cause-benefit-wrapper:nth-of-type(odd) {
    margin-top: 0;
  }
  .cause-material-list-mobile {
    background-color: rgba(249, 247, 246, 0.768627451);
    padding: 5%;
  }
  .cause-material-key {
    position: relative;
  }
  .cause-material-key img {
    width: 50%;
  }
  /*
  .cause-material-key:before {
    right: unset;
    top: 0;
    left: 0;
    font-size: 5rem;
    font-weight: 800;  }*/
  .hooga-air-img {
    padding: 0 0 0;
  }
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@media only screen and (max-width: 767px) {
  .cause-material-key {
    margin-top: 1rem;
  }
  .cause-material-key h2 {
    font-size: 1.25em;
    margin-bottom: 5px;
  }
  .cause-material-key p {
    font-size: 8px;
    line-height: 12px;
  }
  /*
  .cause-material-key:before {
    top: 10px;
    font-size: 3rem;}*/
  .cause-material-content {
    margin-bottom: 30px;
    /*p {margin-bottom:5px;}*/
  }
}
/*--about---*/
.about-header-container {
  position: relative;
  height: 75vh;
}

.about-headerimg {
  width: 100%;
  height: 75vh;
  background-position: center;
  background-size: cover;
  right: 0;
  background-attachment: fixed;
  position: absolute;
  z-index: -1;
}

.about-header-text {
  max-width: 500px;
  margin: auto;
  display: block;
}

.about-content-text {
  max-width: 400px;
  display: block;
}
.about-content-text h5 {
  font-size: 1.2em;
  line-height: 32px;
}

.about-2nd-content {
  padding: 30px 0;
}

.about-content {
  position: relative;
}

.about-content-bg {
  background-color: #F9F7F6;
  position: absolute;
  height: 59%;
  width: 60%;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.about-content-img {
  width: 70%;
}

.about-end {
  height: 75vh;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.about-2nd-img {
  padding: 0 0 3% 0;
}

video.about-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*width:100%;*/
}

.about-video-header {
  position: relative;
  height: 680px;
  overflow: hidden;
}

.about-3rd-img {
  padding: 0;
}

.story-cheer {
  width: 80%;
  height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 999;
  margin: auto;
}

video.cheer-video {
  position: absolute;
  min-width: 100%;
  height: 180%;
  top: 0;
  left: 0;
  transform: translate(-25%, -25%);
}

.story-coffee {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

video.coffee-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%);
  min-width: 100%;
  height: 145%;
}

.story-glow {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 540px;
}

video.glow-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-55%, -50%);
  min-width: 100%;
  height: 150%;
}

/*------feedback--------*/
.gsurvey-rating:not(:checked) > label {
  width: 40px !important;
  font-size: 50px !important;
  line-height: 40px !important;
  background-size: 30px 30px !important;
  color: transparent !important;
}

.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label {
  background-size: 30px 30px !important;
}

@media only screen and (min-width: 1600px) {
  #hooga-cause {
    height: 5000px;
  }
}
@media only screen and (min-width: 1960px) {
  #hooga-cause {
    height: 5500px;
  }
}
@media screen and (max-width: 1239px) {
  .story-cheer {
    width: 100%;
  }
  .hooga-air-container:after {
    bottom: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .onlytmobile {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .hidetablet {
    display: none !important;
  }
  .about-content-img {
    width: 100%;
  }
  .about-end {
    height: 45vh;
  }
  #hooga-cause {
    height: initial;
  }
  .cause-col {
    position: relative;
    height: initial;
    margin-top: 0px;
  }
  .cause-header-text {
    display: block;
    position: relative;
    margin: auto;
    top: unset;
    left: unset;
    padding: 5% 0;
  }
  .cause-header-img {
    height: 600px;
    width: 100%;
    position: relative;
    right: 0;
    transform: translateX(0%);
  }
  .cause-quote-wrapper {
    transform: translate(-50%, 150%);
    width: 80%;
  }
  .cause-stay-left {
    order: 2;
  }
  .cause-stay-left img {
    width: 100%;
  }
  .hooga-stay {
    padding: 5% 0;
  }
  .about-header-container, .about-headerimg {
    height: 45vh;
  }
  .about-headerimg, .about-end {
    background-attachment: unset !important;
  }
  /*---IOS FIX---*/
  video {
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  video::-webkit-media-controls {
    display: none;
  }
  .about-1st-content, .about-2nd-content, .about-3rd-content {
    padding: 3rem 0;
  }
  .about-content-text h5 {
    line-height: 24px;
  }
  .about-content-text h2 {
    font-size: 2em;
  }
  .story-cheer, .story-coffee, .story-glow {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about-content-img {
    margin-top: -10%;
  }
}
@media screen and (min-width: 768px) {
  .hidedesktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hidedesktop {
    display: block;
  }
  .hidemobile {
    display: none;
  }
  .about-1st-img {
    order: 2;
    padding: 0;
  }
  .about-content-text h5 {
    font-size: 0.75em;
    line-height: 24px;
    padding: 30px 0;
  }
  .about-2nd-content, .about-2nd-img {
    padding: 0;
  }
  .about-end h3 {
    font-size: 1em;
    margin-bottom: 0;
  }
  .cause-header-img {
    height: 400px;
  }
  .cause-quote-wrapper {
    transform: translate(-50%, 130%);
  }
  .cause-quote-wrapper h1 {
    font-size: 1.5em;
  }
  .cause-quote-wrapper h3 {
    font-size: 1em;
  }
  .cause-stay-container {
    height: initial;
  }
  .hooga-air-content {
    padding: 0 5%;
  }
  .about-3rd-content {
    padding-bottom: 0;
  }
  .about-3rd-img {
    order: 2;
  }
  .about-content-text h2, .about-end h2 {
    font-size: 1.5em;
  }
  .about-video-header {
    height: 280px;
  }
  video.about-video {
    height: 150%;
    /*
    position: relative;
    top: 0;
    transform: translate(-50%, 0%);
    width: 100%;*/
  }
  .story-cheer, .story-coffee, .story-glow {
    width: 100%;
    height: 280px;
  }
}
/*---footer-----*/
.newsletter-container, .footer-container {
  border-top: 1px solid #E3E3E3;
}

input#news-email {
  padding: 10px;
  border-radius: 0px;
  border: 1px solid lightgrey;
  width: 70%;
  display: inline-block;
}

.news-txt {
  margin-bottom: 0px;
}

.news-btn {
  display: inline-block;
  background-color: #907A68;
  color: white;
  padding: 10px;
  width: 28.25%;
  text-align: center;
  margin-left: 5px;
  transition-duration: 0.4s;
}
.news-btn:hover {
  background-color: #514738;
  transition-duration: 0.4s;
}

.footer-widget-item li {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.footer-widget-item li a {
  transition-duration: 0.3s;
}
.footer-widget-item li a:hover {
  color: #907A68;
  transition-duration: 0.3s;
}

.footer-contact a, .footer-contact p {
  font-size: 12px;
  line-height: 21px;
  margin-bottom: 0px;
}
.footer-contact a:hover, .footer-contact a.active {
  color: #907A68;
}
.footer-contact div {
  margin-bottom: 12px;
}
.footer-contact .contact-sub {
  font-weight: 600;
  color: #907A68;
  text-transform: uppercase;
}
.footer-contact .footer-social {
  margin-left: 5px;
}

.copyright-container {
  padding: 20px;
  background-color: #907A68;
  text-align: center;
}
.copyright-container p {
  font-size: 12px;
  color: white;
  margin-bottom: 0px;
}
.copyright-container a {
  color: white;
  transition-duration: 0.4s;
}
.copyright-container a:hover {
  color: #514738;
  transition-duration: 0.4s;
}

#gform_wrapper_3 form.gf_simple_horizontal div.gform_body {
  width: 75%;
}

input#gform_submit_button_3 {
  margin-left: 10px;
  letter-spacing: 1px;
  font-weight: 400;
  border-radius: 0;
  border: 1px solid #907A68;
  padding: 12px 30px;
}

/*----------responsive-------*/
@media only screen and (max-width: 1023px) {
  ._fullcontainer {
    width: 100%;
  }
  #content {
    position: relative;
  }
  #nav {
    height: 80px;
  }
  .menu-mobile {
    display: block !important;
  }
  .main-menu-container {
    display: none;
  }
  .topbar-container .topbar-wrapper {
    width: 100%;
  }
  .topbar-container .topbar-wrapper .topbar-left-wrapper {
    text-align: center;
    display: block;
    width: 100%;
    padding: 8px 5px;
  }
  .topbar-container .topbar-wrapper .topbar-right-wrapper {
    display: none;
  }
  .menu-container {
    height: 150px;
  }
  .menu-container .menu-wrapper {
    width: 100%;
    padding: 5px 15px;
    position: absolute;
    top: 0;
  }
  .menu-container .secondary-menu-container {
    height: 140px;
    width: 100%;
  }
  .menu-container .menu-logo {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-container .menu-icon {
    top: 35px;
  }
  .menu-container .product-search {
    display: block;
    width: 95%;
    min-width: 300px;
    max-width: 480px;
    bottom: 0;
    top: unset;
  }
  .room-txt-wrapper {
    padding: 0 10px;
    text-align: center;
  }
  .room-group-container {
    margin-left: 0;
    flex-basis: 100%;
  }
  #home-room:after {
    width: 100%;
    height: 40%;
    left: 0;
    transform: translateX(0%);
  }
  .breadcrumb-container {
    margin-bottom: 3%;
    text-align: center;
  }
  .mobile-filter {
    display: block;
    margin-bottom: 3%;
  }
  #filter {
    position: fixed;
    top: 0;
    left: -70%;
    display: block;
    background-color: #ffffff;
    height: 100%;
    z-index: 11111;
    width: 70%;
    padding: 15px;
    box-shadow: 0 0 5px #8F8F8F;
    transition-duration: 0.5s;
  }
  #filter.active {
    left: 0;
  }
  #filter .product-filter-container {
    position: fixed;
    width: 65%;
    overflow-y: scroll;
    height: 100vh;
    padding-right: 20px;
  }
  .product-filter-container {
    max-height: 100vh;
  }
  .closebtn {
    font-size: 4rem;
    padding: 20px;
    display: block;
    color: #ffffff;
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 1;
  }
  .black-overlay {
    z-index: 11100;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
  }
  .black-overlay:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    top: 0;
    left: 0;
  }
  .two-col-sub .subheader-img {
    height: 300px;
  }
  .two-col-sub .subheader-img:after {
    content: " ";
    background-color: black;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .two-col-sub .subheader-title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .two-col-sub .subheader-title p, .two-col-sub .subheader-title h1 {
    color: white;
  }
  .newsletter-container {
    text-align: center;
    padding: 3% 0;
  }
  .newsletter-txt-wrapper {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #home-category .slick-dots {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 1.8em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    line-height: 1.5em;
  }
  h5 {
    font-size: 12px;
  }
  a, p, .white-outline-btn, .brown-outline-btn, .brown-solid-btn, .white-solid-btn {
    font-size: 10px;
    line-height: 16px;
  }
  div#pagecontent {
    padding-top: 120px;
  }
  .topbar-container .topbar-wrapper .topbar-left-wrapper {
    padding: 3px 5px;
  }
  .topbar-container .topbar-wrapper .topbar-left-wrapper p {
    font-size: 10px;
  }
  .mm-navbar__title > span {
    text-transform: uppercase;
    color: #ffffff;
  }
  .menu-container {
    height: 120px;
  }
  .menu-container .menu-wrapper {
    padding: 5px;
  }
  .menu-container .menu-logo {
    max-width: 120px;
  }
  .menu-container .menu-icon a {
    padding-left: 10px;
  }
  .menu-container .product-search {
    bottom: 25px;
  }
  .two-col-sub .subheader-img {
    height: 200px;
  }
  #home-category .slick-dots {
    bottom: -5px;
  }
  .home-category-slide .category-lg {
    height: 400px;
    width: 300px;
  }
  .home-category-slide .category-sm {
    height: 195px;
    width: 200px;
    margin-bottom: 10px;
  }
  .home-category-slide .home-category-title {
    text-align: center;
  }
  .home-room-container .room-padr10 {
    padding: 5px;
  }
  .home-room-container .room-lg {
    height: 248px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .edit-box-1 {
    margin-bottom: 10px;
  }
  .edit-box-2 {
    margin-bottom: 10px;
  }
  .edit-txt-container .edit-txt-wrapper {
    text-align: center;
  }
  .home-about-container {
    padding: 0;
  }
  .home-about-container .about-txt-wrapper {
    text-align: center;
  }
  .home-guide-container {
    padding: 30px 0;
    background-color: #F9F7F6;
    margin-top: 30px;
  }
  .home-guide-container .overlay-txt-wrapper {
    text-align: center;
  }
  .home-guide-container .guide-txt-wrapper {
    padding: 5% 10px;
    text-align: center;
  }
  .home-guide-container .overlay-img {
    margin-top: 0%;
  }
  #home-about:after {
    display: none;
  }
  #home-review {
    padding-top: 10%;
    padding-bottom: 15%;
  }
  #topBtn {
    bottom: 15px;
    font-size: 10px;
  }
  #filter {
    left: -200%;
    width: 90%;
    height: 100vh;
  }
  #filter .product-filter-container {
    width: 80%;
    margin-top: 10px;
  }
  .closebtn {
    font-size: 2rem;
    top: 0;
    right: 0;
    padding: 10px;
  }
  .mobile-filter {
    font-size: 12px;
  }
  .filter-name {
    font-size: 12px;
    padding: 8px;
  }
  .filter-list .filter-item {
    font-size: 12px;
  }
  .breadcrumb-container li {
    font-size: 12px;
  }
  .two-col-sub .subheader-title {
    max-width: 600px;
    width: 80%;
  }
  .two-col-sub .subheader-title p {
    font-size: 10px;
    margin-bottom: 0;
  }
  .product-listing-container {
    padding: 0;
  }
  .product-listing-container .product-img-wrapper {
    height: 200px;
  }
  .product-listing-container .product-variable-wrapper ul li {
    width: 20%;
  }
  .product-listing-container div {
    padding: 0 2px;
  }
  .product-listing-container .product-detail-wrapper {
    margin: 10px 0 15px 0;
  }
  .product-listing-container .product-detail-wrapper .product-name, .product-listing-container .product-detail-wrapper .product-price {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .sale-badge, .new-badge {
    height: 50px;
    width: 50px;
    top: 0;
    left: 0;
  }
  .sale-badge p, .new-badge p {
    font-size: 10px;
  }
  /*---single product----*/
  #single-product .woocommerce span.onsale {
    visibility: hidden;
  }
  #single-product .single-product-details .product-details-wrapper .details-title {
    font-size: 14px;
  }
  #single-product .details-content .details-spec-table, #single-product .single-product-desc {
    font-size: 12px;
    line-height: 18px;
  }
  #single-product .related-product-container .nav-product-tabs {
    width: 100%;
    display: flex;
  }
  #single-product .related-product-container .nav-product-tabs li {
    width: 100%;
    display: inline-flex;
  }
  #single-product .related-product-container .nav-product-tabs li .nav-link {
    width: 100%;
  }
  #single-product .related-product-container .product-listing-container .product-img-wrapper {
    height: 150px;
  }
  #single-product .product-cta-container {
    padding: 15px 5px;
  }
  #single-product .product-cta-container .product-cta-wrapper h1 {
    font-size: 2.25em;
  }
  #single-product .product-cta-img {
    margin-left: 0;
    padding: 0;
  }
  .newsletter-container {
    padding: 5% 0;
  }
  input#news-email {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .news-btn {
    width: 100%;
    margin-left: 0;
  }
  .footer-container ._fullcontainer {
    padding: 5% 0;
  }
  .footer-container .footer-widget-item li {
    line-height: 18px;
  }
  .footer-container .footer-widget-container {
    margin-bottom: 15px;
  }
  .footer-container .footer-widget-container .footer-contact a {
    font-size: 10px;
  }
  #gform_wrapper_3 form.gf_simple_horizontal div.gform_body {
    width: 100%;
  }
  #gform_wrapper_3 form.gf_simple_horizontal div.gform_body label.gfield_label {
    display: none;
  }
  #gform_wrapper_3 .gform_footer {
    padding: 0;
  }
  input#gform_submit_button_3 {
    margin: 0;
  }
  .copyright-container p {
    font-size: 10px;
  }
}/*# sourceMappingURL=style.css.map */