@import url("font-awesome/css/fontawesome.min.css");
@import url("font-awesome/css/solid.min.css");
@import url("font-awesome/css/brands.min.css");
@import url("font-awesome/css/regular.min.css");
@import url("micons/micons.css");

html {
  font-size: 10px;
}

@media only screen and (max-width: 1024px) {
  html {
    font-size: 9.375px;
  }
}

@media only screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.375px;
  }
}

.nav-item .dropdown-menu {
  border-radius: 0;
  background: #fff;
  margin-top: 10px !important;
  margin-right: 20px !important;
  min-width: 300px;
  width: 100%;
  max-width:calc(100vw - 38px);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.15s ease-in-out;
  display:none;
  padding:0;
  border:none;
}

.dropdown-menu.show {
  display:block;
}

  .dropdown {
    outline:none !important;
  }
  .dropdown a i {
    font-size: 4rem;
    color: #fff;
    padding: 1rem;
    margin-right: 0 !important;
  }

  .dropdown a.last img {
    width:30px !important;
    vertical-align: middle !important;
    margin-right:1rem !important;
    padding-bottom:3px;
  }

  .nav-item .dropdown-menu li {
    width:100%;
    display:block;
    padding:0;
  }
  .nav-item .dropdown-menu .dropdown-item {
    border:none !important;
    padding: 1rem 2rem !important;
    text-align: left;
    font-weight: normal !important;
    font-size:16px;
  }

  .nav-item .dropdown-menu .dropdown-item:hover {
    background:#D25525;
    color:#fff;
  }

  .dropdown-divider{
    color: #ddd;
  }

.dropdown-menu[data-bs-popper] {
  left: auto;
  margin-top: 0;
}

html,
body {
  height: 100%;
  padding-right: 0 !important;
  overflow: visible;
}

body {
  /*background: #141515;*/
  font-family: "muli-regular", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #767676;
  margin: 0;
  padding: 0;
}

header {
  top: 0;
  transition: top 0.1s ease-out;
}

ol,
ul {
  padding-left: 0;
}

.alert-dismissible .btn-close {
  top: 2px;
  color: #055160;
}
/* #topBtn */

#topBtn, #wsBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 15px; /* Place the button at the bottom of the page */
  right: 36px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  color: #555;
  width: 20px;
  cursor: pointer; /* Add a mouse pointer on hover */
  background-color: transparent;
  opacity:0.4;
}

#wsBtn {
  animation-delay: 5s;
  bottom:65px;
  right:1.6rem;
  display:flex;
  width:43px;
  height:43px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border-radius:50%;
  opacity: 1;
  padding:5px;
  padding-bottom:7px;
  padding-left:6px;
  color:#fff;
  background-color:#0d9b42;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
}

#topBtn i {
  font-size: 40px; /* Increase font size */
}
#wsBtn i {
  font-size: 24px; /* Increase font size */
}
#topBtn img {
  filter: invert(1);
  width: 40px;
  padding: 10px;
  background-color: rgb(14, 153, 221);
  border-radius: 50%;
}
#topBtn:hover {
  opacity: 1;
}

#wsBtn:hover {
  transform: translateY(-2px);
}

#topBtn:hover img {
  border-radius: 50%;;
  box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.35);
}

a,
a:visited {
  color: #0087cc;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h01,
.h02,
.h03,
.h04,
.h05,
.h06 {
  font-family: sans-serif;
  color: #151515;
  font-style: normal;
  text-rendering: optimizeLegibility;
  /*margin-bottom: 2.4rem;*/
}

h3,
.h03,
h4,
.h04 {
  margin-bottom: 1.5rem;
}
h5,
.h05,
h6,
.h06 {
  margin-bottom: 1.2rem;
}
h1,
.h01 {
  line-height: 1.35;
  letter-spacing: -0.1rem;
}

@media only screen and (max-width: 600px) {
  h1,
  .h01 {
    font-size: 2.6rem;
    letter-spacing: -0.07rem;
  }
}

h2,
.h02 {
  font-size: 2rem;
  line-height: 1.25;
}
h3,
.h03 {
  font-size: 2rem;
  line-height: 1.5;
}
h4,
.h04 {
  font-size: 1.7rem;
  line-height: 1.76;
}
h5,
.h05 {
  font-size: 1.4rem;
  line-height: 1.7;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
h6,
.h06 {
  font-size: 1.3rem;
  line-height: 1.85;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

p img {
  margin: 0;
}

p.lead {
  font-family: sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #757575;
  margin-bottom: 2rem;
  text-align: center;
}

em,
i,
strong,
b {
  font-size: 1.6rem;
  line-height: 1.875;
  font-style: normal;
  font-weight: normal;
}
em,
i {
  font-family: "muli-italic", sans-serif;
}
strong,
b {
  font-family: "muli-bold", sans-serif;
}

small {
  font-size: 1.1rem;
  line-height: inherit;
}

blockquote {
  margin: 3rem 0;
  padding-left: 5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
  font-family: "muli-light", sans-serif;
  padding: 0;
  font-size: 1.9rem;
  line-height: 1.895;
}

blockquote cite {
  display: block;
  font-size: 1.3rem;
  font-style: normal;
  line-height: 1.615;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: #838383;
  border: none;
}

abbr {
  font-family: "muli-bold", sans-serif;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: 0.05rem;
  color: #838383;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3rem 3rem;
  background: #f1f1f1;
}

code {
  font-size: 1.4rem;
  margin: 0 0.2rem;
  padding: 0.3rem 0.6rem;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 0.8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffa500;
  position: absolute;
  left: -17px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #ffa500;
}

dd {
  margin: 0 0 0 2rem;
}

button,
.button {
  margin-bottom: 1.2rem;
}

fieldset {
  margin-bottom: 1.5rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.fluid-video-wrapper,
.ss-custom-select {
  margin-bottom: 2rem;
}

form {
  margin-bottom: 0;
}

.form h2 {
  text-align: left;
  margin-bottom: 3rem;
  font-weight: 700;
  line-height: 2;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.form {
  background-color: #444;
  box-shadow: rgb(0 0 0 / 34%) 0px 3px 8px;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

textarea {
  min-height: 20rem !important;
}

img.pull-right {
  margin: 1.5rem 0 0 3rem;
}

img.pull-left {
  margin: 1.5rem 3rem 0 0;
}

.bgrid {
  padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
  .bgrid {
    padding: 0 18px;
  }
}

@media only screen and (max-width: 768px) {
  .bgrid {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .bgrid {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 400px) {
  .bgrid {
    padding: 0;
  }
}

table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "muli-regular", sans-serif;
}

th,
td {
  padding: 1.5rem 3rem;
  text-align: left;
  border-bottom: 1px solid #e8e8e8;
}

th {
  color: #151515;
  font-family: sans-serif;
}

td {
  line-height: 1.5;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 150px;
  background: #dedede;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 150px;
  position: fixed;
  z-index: 2000;
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;
  background: #ffa500;
}

.pace.pace-inactive {
  display: none;
}

.oldie .pace {
  display: none;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 800;
  height: 100%;
  width: 100%;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 4rem;
  padding: 1rem;
  border: 0;
  outline: none;
  color: #333333;
  font-family: sans-serif;
  font-size: 1.5rem !important;
  line-height: 1.5rem;
  max-width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 2px;
}

input[type="submit"] {
  margin-top: 0 !important;
}
.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  content: "\f0d7";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -10px;
  bottom: auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  text-align: center;
  pointer-events: none;
  color: #252525;
}

/* Home */

.separator {
  position: relative;
}
.separator div {
  position: absolute;
  top: -7rem;
}

@media (max-width: 576px) {
  .separator div {
    top: -6rem;
  }
}

@media (min-width: 576px) {
  .grid-horizontal {
    margin: 2rem 0 !important;
  }
  #shop-detail ul li img {
    width: 13vw;
  }
}
.d-none {
  display: block !important;
}
/* IE9 and below */

.oldie .ss-custom-select::after {
  display: none;
}

textarea {
  min-height: 25rem;
}

label,
legend {
  font-family: sans-serif;
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
  color: #151515;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: 0.15rem;
}

/* ------------------------------------------------------------------- 
 * Style Placeholder Text - (_forms.scss)
 * ------------------------------------------------------------------- */

::-webkit-input-placeholder {
  color: #838383;
}

:-moz-placeholder {
  color: #838383;
  /* Firefox 18- */
}

::-moz-placeholder {
  color: #838383;
  /* Firefox 19+ */
}

:-ms-input-placeholder {
  color: #838383;
}

.placeholder {
  color: #838383 !important;
}

/* ------------------------------------------------------------------- 
 * Change Autocomplete styles in Chrome - (_forms.scss)
 * ------------------------------------------------------------------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  transition: background-color 5000s ease-in-out 0s;
}

/* ===================================================================
 *  06. buttons - (_button-essentials.scss)
 *
 * ------------------------------------------------------------------- */

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.5rem;
  line-height: calc(5rem - 0.6rem);
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  color: #222222;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 0.3rem solid #c5c5c5;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  /*background-color: #b8b8b8;
  border-color: #b8b8b8;*/
  color: #000000;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  background-color: #3699FF;
  border-color: #3699FF;
  color: #ffffff;
  border-radius: 2px;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  background: darkslategray; /*ffa500*/
  border-color: darkslategray;
}

.button.button-secondary {
  background-color: #555;
  border-color: #555;
  color: #ffffff;
  border-radius: 2px;
}

.button.button-secondary:hover {
  background: #333; /*ffa500*/
  border-color: #333;
  color: #ffffff;
}

button.full-width,
.button.full-width {
  width: 100%;
  margin-right: 0;
}

button.medium,
.button.medium {
  height: 5.7rem !important;
  line-height: calc(5.7rem - 0.6rem) !important;
}

button.button-contact {
  height: 5rem !important;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.8rem;
}

button.button-contact:hover {
  color: #3699FF;
}

button.button-contact i {
  margin-right: 1rem;
  font-size: 1.8rem;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* ===================================================================
 *  07. other components - (_others.scss)
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * alert box - (_alert-box.scss)
 * ------------------------------------------------------------------- */

.ss-error {
  background-color: #ffd1d2;
  color: #e65153;
}

.ss-success {
  background-color: #c8e675;
  color: #758c36;
}

.ss-info {
  background-color: #d7ecfb;
  color: #4a95cc;
}

.ss-notice {
  background-color: #fff099;
  color: #bba31b;
}

#about {
  padding: 4rem 0;
  overflow: hidden;
}

/* ===================================================================
 *  08. common and reusable theme styles 
 *
 * ------------------------------------------------------------------- */

h1.intro-header {
  font-family: sans-serif;
  font-size: 3rem;
  line-height: 1.324;
  color: #151515;
  position: relative;
  padding-bottom: 3.6rem;
}

h1.intro-header::before {
  display: block;
  content: "";
  height: 1px;
  width: 120px; /* 0 */
  background-color: #222; /* #39b54a */
  position: absolute;
  left: 50%;
  bottom: 25px; /* 0 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * common styles
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
  h1.intro-header {
    font-size: 3.1rem;
  }
}

@media only screen and (max-width: 600px) {
  h1.intro-header {
    font-size: 2.6rem;
  }
}

/* ===================================================================
 *  09. header styles - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#header {
  margin: 0;
  background: rgb(246,246,246);
  background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
  position: relative;
  z-index: 1102;
  transition: all 3s ease-in-out;
}
.menu-show {
  background-color: #fff !important;
  transition: all 0.5s !important;
}

/* ------------------------------------------------------------------- 
 * header logo - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-logo {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4;
  position: relative;
  top: 50%;
  width: auto;
}

.header-logo a {
  display: block;
  margin: 0;
  margin-left: .5rem;
  color: #fff;
  padding: 0;
  outline: 0;
  border: none;
  text-shadow: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.header-logo a span {
  margin-left: 1.5rem;
}
/* ------------------------------------------------------------------- 
 * menu trigger - (_site-layout.css) 
 * ------------------------------------------------------------------- */

.header-menu-toggle {
  display: none;
  position: absolute;
  right: 16px;
  height: 50px;
  font-family: sans-serif;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menuToggle span {
  background-color: #fff !important;
}

.menuToggle:hover .menuToggle:focus {
  background-color: #333 !important;
}

.menuToggle span::before,
.menuToggle span::after {
  background-color: #fff !important;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
  color: #fa9a00;
}

.header-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  left: 9px;
  top: 50%;
  right: auto;
  bottom: auto;
  /*background-color: #222;*/
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.header-menu-toggle span::before,
.header-menu-toggle span::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #222;
  position: absolute;
  left: 0;
  top:5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header-menu-toggle span::before {
  top: -9px;
}

.header-menu-toggle span::after {
  bottom: -9px;
}

.header-menu-toggle.is-clicked span {
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header-menu-toggle.is-clicked span::before,
.header-menu-toggle.is-clicked span::after {
  background-color: #222;
}

.header-menu-toggle.is-clicked span::before {
  top: -1px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header-menu-toggle.is-clicked span::after {
  bottom: 0;
  top:-1px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
#header-nav-wrap .header-main-nav li {
  display:block;
}
#header-nav-wrap .header-main-nav li a,
#header-nav-wrap .header-main-nav li a:visited {
  color: #333;
  text-decoration: none;
  padding: 1rem;
  font-size: 1.4rem;
  border-right: 1px solid #ddd;
  padding: 0 1.5rem;
  height:8px;
}

#header-nav-wrap .header-main-nav li a.last,
#header-nav-wrap .header-main-nav li a.last:visited {
  border: none;
  margin-right:1rem;
}

#header-nav-wrap .header-main-nav li a:hover,
#header-nav-wrap .header-main-nav li a:focus,
#header:hover #header-nav-wrap .header-main-nav li a:hover,
#header:hover #header-nav-wrap .header-main-nav li a:focus,
.menu-show #header-nav-wrap .header-main-nav li a:hover,
.menu-show #header-nav-wrap .header-main-nav li a:focus{
  color: #ffd96c;
}
#header-nav-wrap .header-main-nav {
  list-style: none;
  margin: 0;
  z-index: 3;
}


#header-nav-wrap .header-main-nav li a i {
  margin-right:1rem;
}
@media only screen and (max-width: 911px) {
  .logo {
    display:none;
  }
}

@media only screen and (min-width: 912px) {
  .logo img {
    display: inline-block !important;
    max-height:70px;
  }
  #header,
  .header-menu-toggle {
    height: 60px;
  }
  .header-logo {
    display: none;
  }
  #header-nav-wrap {
    width:100%;
  }
  #header-nav-wrap .first {
    border-left: 1px solid #838383;
    padding-left: 10px !important;
    height: 30px;
    margin-top: 13px;
  }
  #bag {
    right: 2rem;
    top: 1.9rem;
    padding-right: 0.5rem;
  }
  .navbar-collapse {
    display: flex !important;
  }
}

@media (min-width: 913px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
}

#header-nav-wrap .header-main-nav li img {
  height: 45px;
  filter: invert(1);
}
/* ------------------------------------------------------------------- 
 * responsive:
 * header
 * ------------------------------------------------------------------- */

@media only screen and (max-width: 912px) {
  .search,
  .user {
    display: none !important;
  }
  .header-menu-toggle {
    display: block;
    width: 40px !important;
    z-index: 1;
  }
  .header-logo{
    padding-top: 0;
  }
  #header-nav-wrap {
    position: absolute;
    width: 100%;
    height: calc(100vh - 60px);
    right: auto;
    left: -110vw;
    top: 60px;
    background-color:#fff;
    padding: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
  }

  #header-nav-wrap:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    left:0;
    background-image:url(../img/footer.png);
    background-size:cover;
    background-repeat: no-repeat;
    opacity:.1;
    z-index:0;
  }
  .headerRow nav ul {
    display:block !important;
    margin:0 !important;
    width:100%;
  }
  .headerRow nav ul li {
    padding-left: 2px !important;
    text-align: left !important;
    padding:1.5rem 2rem !important;
    margin:0 !important;
    border-top: 1px solid #ccc;
  }

  .headerRow nav ul li.active {
    border-bottom:none !important;
    background-color:#D25525;
    border:none;
    position: relative;
  }
  .headerRow nav ul li.active:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom:0;
    left:0;
    background-image:url(../img/footer.png);
    background-size:cover;
    background-repeat: no-repeat;
    opacity:.3;
  }
  .headerRow nav ul li a {
    font-size:16px !important;
    text-transform: none !important;
  }
  .headerRow nav ul li.active a {
    color:#fff !important;
  }
  #header-nav-wrap .header-main-nav .dropdown-menu {
    margin-top:0 !important;
    transform:none !important;
    position:relative !important;
  }

  #header-nav-wrap .header-main-nav .dropdown-menu .dropdown-item {
    color:#fff !important;
  }
  #header-nav-wrap .header-main-nav .dropdown-menu .dropdown-item:hover {
    color:#FFD700 !important;
  }

  #header-nav-wrap ul {
    padding:0;
    z-index:1;
  }
  .dropdown-menu{
    display: none;
  }
  ul.show{
    display: block;
    animation: fade_in_show 0.15s;
  }
}

@media only screen and (max-width: 400px) {
  .header-menu-toggle {
    right: 1.75rem;
  }
}

/* ===================================================================
 *  11. partner - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#partner {
  margin-top: 25px;
  padding: 0 1rem;
  height: 170px;
}
/*#partner h1 {
  display: none;
}*/

#partner .col-md-9 {
  height: 45px;
  overflow: hidden;
}

#partner .col-md-9 .row {
  position: relative;
}
/*#partner h1.intro-header::before {
  display: none;
}*/
#partner img {
  max-height: 45px;
  width: auto;
  height: auto;
  /*max-width: 20%;
  padding: 0 2vw;*/
  max-width: 25%;
  margin: 0 auto;
}

#carousel-partner .carousel-item .row {
  padding-left: 4rem;
  padding-right: 4rem;
}

#partner .carousel-control-prev,
#partner .carousel-control-next {
  filter: invert(100%);
  height: 45px;
  width: 65px;
  border-radius: 0;
  background-color: #000;
  opacity: 1;
}

#partner .carousel-control-prev {
  left: -10px;
}
#partner .carousel-control-next {
  right: -25px;
}
#partner .carousel-control {
  position: absolute;
}

#partner .carousel-control-prev-icon,
#partner .carousel-control-next-icon {
  background-size: 3rem;
}

/* ===================================================================
 *  12. counter - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#counter {
  color: #fff;
  background-color: #333;
}

#counter .counter-wrap {
  margin: 25px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#counter .counter-wrap i {
  font-size: 4rem;
  margin-right: 3rem;
}
#counter p {
  border-top: 1px solid #fff;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  width: 70%;
}
#counter .counter {
  color: #fff !important;
  font-size: 4.6rem;
  display: inline-flex;
  margin-right: 1rem;
}

/* ===================================================================
 *  15. contact - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */


.contact-detail {
  padding: 1rem 3rem;
  text-align: left;
  color: #333;
}

.contact-detail i {
  font-size: 5rem;
  width: 60px;
  color: darkslategray;
}
.contact-detail .grid-horizontal {
  display: flex;
}
.contact-detail .grid-horizontal .content {
  margin-left: 3rem;
  align-self: center;
}
.contact-detail .grid-horizontal .content p {
  height: 100%;
  margin-bottom: 0;
}
.contact-detail .grid-horizontal .content p a {
  color: #333;
  text-decoration: none;
}
.contact-detail .grid-horizontal .content p a:hover {
  color: #3699FF;
  text-decoration: underline;
}
/* ===================================================================
 *  10. home - (_site-layout.scss)
 *
 * ------------------------------------------------------------------- */

#home {
  width: 100%;
  position: relative;
}

.no-js #home {
  background: #151515;
}

/* home social-list */

.home-social-list {
  position: absolute;
  right: 25px;
  bottom: 120px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 2.2rem;
  line-height: 1.75;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  display: none;
}

.home-social-list::before {
  display: block;
  content: "";
  width: 2px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.home-social-list li {
  padding-left: 0;
}

.home-social-list li a,
.home-social-list li a:visited {
  color: #ffffff;
}

.home-social-list li a:hover,
.home-social-list li a:focus,
.home-social-list li a:active {
  color: #3699FF;
}

.home-social-list li a i {
  font-size: 1.8rem;
}
.home-scrolldown {
  position: absolute;
  right: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  z-index: 1;
  display: none;
}

.home-scrolldown i {
  padding-left: 9px;
}

.home-scrolldown a:hover,
.home-scrolldown a:focus {
  color: #3699FF !important;
}

html[data-useragent*="MSIE 10.0"] .home-scrolldown,
.oldie .home-scrolldown {
  display: none;
}

.scroll-icon {
  display: inline-block;
  font-family: sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: #ffffff !important;
  background: transparent;
  position: relative;
  top: 15px;
  left: -42px;
  -webkit-animation: animate-it 3s ease infinite;
  animation: animate-it 3s ease infinite;
  text-decoration: none;
}

.scroll-icon i {
  font-size: 2.4rem;
  position: relative;
  bottom: -6px;
}

.scroll-icon:hover {
  text-decoration: none;
}
/* vertical animation */

@-webkit-keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@keyframes animate-it {
  0%,
  60%,
  80%,
  100% {
    -webkit-transform: translateX(0);
  }
  0%,
  60%,
  80%,
  100% {
    transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-5px);
  }
  20% {
    transform: translateX(-5px);
  }
  40% {
    -webkit-transform: translateX(20px);
  }
  40% {
    transform: translateX(20px);
  }
}

@media only screen and (max-width: 1200px) {
  #home {
    overflow: hidden;
  }
}

@media only screen and (max-width: 900px) {
  #home {
    height: auto;
    display: block;
    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  #home {
    min-height: auto;
  }
}

@media only screen and (max-width: 600px) {
  .scroll-icon {
    top: 21px;
  }
}

@media only screen and (max-width: 1250px) {
  #kit .col-md-3 {
    min-width: 320px !important;
  }
}

.intro h1 {
  text-align: center !important;
}

footer {
  overflow:visible;
  position: relative;
  background-color:#fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  /* background:linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);*/
}

footer .row {
  padding:2rem;
  padding-bottom:0;
  position:relative;
  --bs-gutter-x:0;
}

footer .row .col-md-6 {
  min-height:100px;
}

footer .row .col-md-6 p {
  color:#333;
  font-size:12px;
  position:absolute;
  left:2.5rem;
  bottom:3.5rem;
}

footer .row .col-md-6 h2 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  width: 120px;
  color: #000;
}
footer .row .col-md-6 span {
  color:#111;
  display:block;
  margin-top: 2rem;
  margin-bottom: 3rem;
}
footer .row .col-md-6 h4 span {
  display:inline-flex;
  margin-top: 0;
  font-size:16px;
  margin-bottom: 1rem;
}
footer .row .col-md-6 a {
  padding: 0.75rem 1rem;
  margin-left: 0;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: .05em;
  font-size: 15px;
  color:#444;
  padding-bottom:1rem;
  filter: drop-shadow(1px 2px 3px #999);
}

footer .row .col-md-6 a:hover {
  transform: translateY(-2px);
}

footer .footer-logo img {
  display: block;
  width: 200px;
  max-width: 30vw;
  position: absolute;
  top: -22px;
  left: 10px;
}
footer .footer-logo {
  color:#555;
  font-family: Cloister, sans-serif;
  letter-spacing: .05em;
  font-size:14px;
}
footer .footer-logo h1 {
  margin-top: 5rem;
  margin-bottom:0.25rem;
  font-size: 18px;
  letter-spacing: .05em;
  line-height:.6;
  font-family: Cloister, sans-serif;
 }

footer .borderless {
  margin-bottom:2rem;
}

footer .contact-logo, .contact-content .contact-logo  {
  margin-top:2rem;
  margin-bottom:1.5rem;
  margin-left:-2px;
}

.contact-content h3 {
  font-size:16px !important;
  letter-spacing: 0.05em;
  line-height:1.8;
}

footer .contact-logo a, .contact-content .contact-logo a {
  color:#444;
  width:40px;
  height:40px;
  display:inline-flex;
  border:1px solid #444;
  justify-content: center;
  border-radius:50%;
  text-decoration: none;
  align-items: center;
}

footer .contact-logo a:hover, .contact-content .contact-logo a:hover {
  background-color:#f3b57d;
  border-color:#f3b57d;
}

footer .contact-logo a i, .contact-content .contact-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
  padding-top:2px;
}

footer .contact-logo a:hover i, .contact-content .contact-logo a:hover i {
  color:#111;
  transform: scale(1.2);
}

.contact-content .contact-logo a:hover {
  border-color: #ffc936;
}

.contact-content .contact-logo a {
  margin-right:.5rem;
  color:#333;
  border-color:#333;
}

/* logo */
.logo a {
  padding: 0 !important;
}
.logo img {
  display: none;
}

/* grid-horizontal */

.grid-horizontal {
  padding: 1.5rem;
}
.grid-horizontal h2 {
  height: 5rem;
  font-size: 1.8rem;
}
.grid-horizontal .icon {
  background: darkslategray;
  padding: 1.5rem;
  color: #fff;
  border-radius: 50%;
  float: left;
  line-height: 1;
  font-size: 1rem;
}
.grid-horizontal .icon-first {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.grid-horizontal .icon-middle {
  padding-left: 1.3rem;
  padding-right: 1.3em;
}
.grid-horizontal .icon-last {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.grid-horizontal .icon i {
  font-size: 3rem;
  min-width: 3rem;
  min-height: 3rem;
  text-align: center;
}
.grid-horizontal .content {
  text-align: left;
  margin-left: 8.5rem;
}
.grid-horizontal .content h2 {
  color: #000;
}
.grid-horizontal .content p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #222;
}
.grid-horizontal .content p span {
  font-weight: 600;
}

.content-item {
  padding-top: 8rem;
  padding-bottom: 0.5rem;
  text-align: left !important;
}

.form-group input,
.form-group textarea {
  border: 1px solid #ccc;
}

.form-control:focus {
  box-shadow: none !important;
}
.kit-content {
  margin: 0 auto !important;
  max-width: 1300px;
  text-align: center;
}

.kit-content h1 {
  text-align: center;
}

.hidden {
  visibility: hidden;
}
.block {
  display: block !important;
}
#metroCarousel .carousel-item, .mainCarousel .carousel-item {
  height: auto;
  display:flex;
  justify-content: center;
}
@media (min-width: 500px) {
  footer .copyright {
    font-size:1.5rem;
  }
  footer .footer-logo h1 {
    margin-top: 10rem;
  }
}
@media (min-width: 768px) {
  #contactModal .content {
    margin: 9vh auto !important;
  }
  #search{
    max-width:calc(100vw - 4rem) !important;
  }
  footer .row .col-md-6 p {
    bottom:-.5rem !important;
  }
  footer .footer-logo, footer .contact-logo{
    margin-left:1rem;
  }
  footer .footer-logo h1 {
    margin-top: 9rem;
  }
  .carousel-item img {
    width:auto;
  }
  .home-scrolldown,
  .home-social-list /*, #partner h1 */ {
    display: block;
  }
  #item-detail {
    padding: 2rem;
    text-align: left;
  }
  #metroCarousel .carousel-item, .mainCarousel .carousel-item {
    max-height: 100vh;
  }
  #partner {
    height: 70px; /* 70 */
  }
  #partner h1.intro-header::before {
    display: none;
  }
  footer h2 {
    border-bottom:none;
  }
  ul.pagination {
    justify-content: end !important;
  }
  div.pagination span {
    display:inline-flex !important;
    width:auto !important;
  }
  div.pagination nav {
    display:flex !important;
    justify-content: space-between !important;
  }
  .navigate .col-md-4 {
    width:auto !important
  } 
  .navigate .col-md-4 a i {
    display:flex !important;
  }
  footer .footer-logo img {
    top: -35px;
  }
}

@media (min-width: 1025px) {
  #shop-detail {
    padding-top: 4rem;
  }
  .content-item {
    padding-top: 6rem;
  }
}
@media (min-width: 1024px) {
  #item-photo {
    width: 40%;
  }
  .quote input[type="button"].button-primary {
    width: 50%;
  }
}

@media (min-width: 1170px) {
  .col-md-8 {
    text-align: left;
  }
  .tiles .tile {
    background-size: 35rem auto !important;
  }
  .tiles .tile:hover,
  .tiles .tile:focus {
    background-size: 36rem auto !important;
  }
}

.purchase-btn {
  margin-top: 2rem;
}

.purchase-btn i {
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  #shop-detail {
    min-height: 88.5vh;
  }
  .logo {
    display: none !important;
  }
  .purchase-btn {
    width: 100%;
  }
  .floating-form {
    width: 100% !important;
  }
  .kit-content .form-group {
    text-align: left;
  }
}
#kitCarousel {
  max-height: 100vh;
  overflow: hidden;
}
#kitCarousel a {
  cursor: pointer;
}
.carousel-caption {
  text-align: left;
  color: #fff;
}
.carousel-caption h3 {
  font-size: 3.5vw;
  margin-bottom: 1rem;
}
.carousel-caption p {
  font-size: 2.5vw;
  padding-left: 0.5rem;
}
.carousel-caption p i {
  margin-right: 1rem;
  font-size: 2.5vw;
}
@media screen and (min-width: 768px) {
  .carousel-caption h3 {
    /*font-weight: 600;*/
    font-family: Tahoma, Lucida Handwriting;
    font-size: 2.3vw;
  }
  .carousel-caption p,
  .carousel-caption p i {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1300px) {
  .carousel-caption h3 {
    font-size: 1.8vw;
  }
  .carousel-caption p,
  .carousel-caption p i {
    font-size: 1.1vw;
  }
}

.carousel-indicators [data-bs-target] {
  height: 2px;
  /*width: 18px;*/
  margin: 1rem 0.7rem;
  /*border-radius: 50%;*/
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #131F28 !important;
  transition: all 0.5s;
}
/* Overlay */
#overlay, #overlay-body  {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.75); /* Black background with opacity */
  z-index: 1101; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
#overlay {
  z-index: 0;
}
.modal-backdrop {
  z-index:1105 !important;
}
.modal {
  z-index:1106 !important;
}
.preventScroll {
  overflow: hidden;
}

#kit .col-md-4 {
  padding: 1.5rem;
  /*margin: 0 auto;*/
}
#kit .col-md-4 .container {
  position: relative;
  padding: 0;
  cursor: pointer;
}
#kit .col-md-4 .title {
  color: #000;
  margin-top: 1rem;
  font-size: 2rem;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: 0.5s ease;
  background-color: #111;
}

.overlay a {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  color: #fff;
}

#kit .container:hover .overlay {
  opacity: 0.9;
}

.text {
  color: white;
  font-size: 1.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90%;
  text-align: left;
  white-space: pre-wrap;
}
.text ul {
  margin-top: 2rem;
  text-align: left;
  list-style: none;
}
.text ul li {
  margin-bottom: 1.6rem;
}
.text ul li i {
  margin-right: 2rem;
  font-size: 1.5rem;
}

/* LightBox */

.column {
  display: none;
}

/* Cart */

.cart-bar .col-md-12 {
  text-align: right;
  padding: 0.75rem;
  background-color: #f9f9f9;
  font-size: 1.75rem;
  border: 1px solid #ddd;
}

.cart-bar .col-md-12 span {
  color: #000;
  font-weight: 700;
}

.cart-bar .col-md-12 a {
  margin-bottom: 0;
  margin-left: 2rem;
  vertical-align: middle;
}

.cart-bar .col-md-12 a i {
  margin-right: 1rem;
}

.icon-shape {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
}

.icon-sm {
  width: 2rem;
  height: 2rem;
  padding: 1.5rem !important;
  border-color: #aaa !important;
}

.icon-sm:hover,
.close:hover {
  color: #222 !important;
  border-color: #222 !important;
}

.cart-content {
  margin-top: 0.75rem !important;
}

.checkout-content {
  margin: 0 !important;
}

.quantity-field {
  width: 4.5rem !important;
  color: #222;
  font-weight: 700;
}

.card {
  border: 1px #ddd solid;
  margin: 1rem 0;
  border-radius: 0;
}

.card-header {
  border: none;
  border-radius: 0 !important;
  background-color: #fff;
}

.card-header .close {
  color: #aaa;
  padding: 0;
  font-size: 4rem;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
}

.cart-image {
  text-align: center;
  padding: 1rem;
}

.cart-image a img {
  max-height: 25vh;
  width: auto !important;
}

.cart-detail {
  text-align: left;
  padding: 2.5rem 1rem;
  min-width: 50vw;
}

.cart-detail h3 {
  font-size: 2rem;
}

.cart-detail .cart-price {
  font-size: 1.5rem;
  display: block;
}

.cart-detail .cart-size {
  border-right: 1px solid #222;
  padding-right: 1rem;
  margin-right: 1rem;
}

.cart-detail div {
  float: left;
  margin-top: 1.5rem;
}

.cart-detail a {
  text-decoration: none;
  color: #aaa;
}

.floating-form {
  width: 350px;
  padding-top: 2rem;
}

/****  floating-Lable style start ****/

.card .floating-form {
  width: 600px;
}

.floating-label {
  position: relative;
  margin-bottom: 20px;
}

.floating-input,
.floating-select {
  font-size: 14px;
  padding: 4px 4px;
  display: block;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #757575 !important;
}

.floating-input:focus,
.floating-select:focus {
  border-width: 0px !important;
  -webkit-appearance: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  border-bottom: 1px solid #ff0000 !important;
}

label {
  color: #ddd;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label,
.floating-input:not(:placeholder-shown) ~ label {
  top: -25px;
  font-size: 1.6rem;
  color: #767676;
}

.floating-select:focus ~ label,
.floating-select:not([value=""]):valid ~ label {
  top: -25px;
  font-size: 1.6rem;
  color: #767676;
}

/* active state */
.floating-input:focus ~ .bar:before,
.floating-input:focus ~ .bar:after,
.floating-select:focus ~ .bar:before,
.floating-select:focus ~ .bar:after {
  width: 50%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.floating-textarea {
  min-height: 4rem;
  line-height: 1.5;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

/* active state */
.floating-input:focus ~ .highlight,
.floating-select:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264ae;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/****  floating-Lable style end ****/

/***   daniel - Fork me friend - style   ***/
.floating-credit {
  position: fixed;
  bottom: 10px;
  right: 10px;
  color: #aaa;
  font-size: 13px;
  font-family: arial, sans-serif;
}
.floating-credit a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}
.floating-credit a:hover {
  border-bottom: 1px dotted #f8f8f8;
}
.floating-heading {
  position: fixed;
  color: #aaa;
  font-size: 20px;
  font-family: arial, sans-serif;
}

/* Layout Tiles */
.tiles {
  font-size: 0;
  text-align: center;
}
.tiles .tile {
  display: flex;
  text-align: left;
  overflow: hidden;
  position: relative;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: 31rem auto;
  height: 45rem;
  width: auto;
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  margin: 1rem;
  padding: 0;
  transition: 0.3s ease-in-out;
}
.tiles .tile:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
  width: 100%;
  height: 60%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
}
.tiles .tile ul {
  height: 40rem;
  font-size: 1.5rem;
  margin: 2rem;
  color: #333;
  list-style: none;
}

.tiles .tile ul li i {
  font-size: 1.5rem;
  margin-right: 1rem;
  color: #333;
}

.tiles .tile .details {
  font-size: 16px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 22%;
  left: 0;
  width: 100%;
  z-index: 3;
}
.tiles .tile .details span {
  display: block;
  opacity: 1;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.tiles .tile .details .detail-title {
  line-height: 1.5;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
.tiles .tile .details .info {
  line-height: 1.2;
  margin-top: 10px;
  font-size: 14px;
}

.tiles .tile .details .info a i {
  color: #fff;
  font-size: 2.5rem;
  margin-right: 1.3rem;
  transition: 0.3s ease;
}

.tiles .tile .details .info a i:hover,
.tiles .tile .details .info a i:focus {
  color: #3699FF;
  transform: scale(1.2);
}

.tiles .tile:hover,
.tiles .tile:focus {
  box-shadow: rgb(0 0 0 / 48%) 0px 3px 8px;
  background-size: 32rem auto;
}

.carousel-item {
  background-position: center center !important;
  background-size: cover !important;
}

.navbar-collapse,
.navbar-nav,
.flex-right {
  justify-content: flex-end;
}

.mobile .collapse {
  display: block !important;
}

.search a {
  padding-left: 2rem;
}

.search a i {
  font-size: 1.75rem;
}

.btn-close {
  position: absolute;
  padding: 1rem;
  top: 0.5rem;
  right: 0.5rem;
  opacity: 1;
  filter: invert(1);
  font-size: 14px;
}
.btn-close:hover,
.btn-close:focus {
  color: #3699FF !important;
}
.modal-fullscreen .modal-content {
  background: transparent;
}
.modal-backdrop {
  opacity: 0.85 !important;
  z-index:1101;
}
#searchBar .mb-3 {
  display: flex;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 45vh;
}
#searchBar input {
  display: inline-flex;
}

#searchBar a {
  color: #fff;
  text-decoration: none;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}

#searchBar a:hover {
  color: #3699FF;
}

#searchBar a i {
  display: inline-flex;
  font-size: 2.5rem;
  vertical-align: middle;
}
.searchInput {
  padding: 1rem;
  padding-top: 0;
}

.searchInput i {
  position: absolute;
  top: 11px;
  right: 30px;
}

#txtSearch {
  border: 1px solid #aaa;
  margin: auto;
  margin-bottom: 1rem;
}

.title-image {
  height: 15vh;
  line-height: 15vh;
  overflow: hidden;
  background-size: cover;
  text-align: center;
  padding: 0 1rem;
}

.title-image h2 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  color: #ddd;
  font-size: 4vh;
}

.user {
  border-left: 1px solid #ddd;
  margin-left: 2rem;
  padding-left: 2rem !important;
}

.user i {
  margin-right: 1rem;
}

.fa-save,
.user .fa-times {
  font-size: 2rem;
  vertical-align: middle;
}

.btn {
  margin:.75rem .5rem;
  filter:drop-shadow(0px 4px 4px #ddd);
}

.btn-primary {
  border-color: #ca571e !important;
  background: #ca571e;
  color:#fff !important;
  padding:1.5rem 2rem;
  font-size:16px;
  border-radius: 30px;
}

.btn-primary i,.btn-secondary i {
  color:#fff;
  margin-right:.5rem;
}

.btn-primary:hover {
  border-color: #ce6e00 !important;
  background: #ce6e00 ;
}

.btn-secondary {
    border-color: #ffba00 !important;
    background: #ffba00;
    color:#fff !important;
    padding:1.5rem 2rem;
    font-size:16px;
    border-radius: 30px;
}
.btn-secondary:hover {
  border-color:#ce6e00 !important;
  background:#ce6e00 !important;
}

.btn-extra {
  border-color: #d04646 !important;
  background:#d04646 !important;
  color:#fff !important;
  padding:1.5rem 2rem;
  font-size:16px;
  border-radius: 30px;
}
.btn-extra:hover {
  border-color:#ce6e00 !important;
  background:#ce6e00 !important;
}

.btn-extra2 {
  border-color: #fff !important;
  background:#F16622 !important;
  color:#fff !important;
  padding:1rem 1.5rem !important;
  font-size:18px !important;
  letter-spacing: 0.05em;
  border-radius: 0;
}
.btn-extra2:hover {
  color:#F16622 !important;
  background:#fff !important;
}

.btn-extra2:hover i {
  color:#F16622 !important;
}

/*---Float Tools---*/
#float-tools {
  position: fixed;
  right: -90px;
  bottom: 25%;
  transform: translate(0, -50%);
  z-index: 8;
  opacity: 1;
  transition: 0.5s;
  animation-delay: 6s;
  height:min-content;
}
#float-tools:hover {
  right: 0;
}
#float-tools ul {
  list-style: none;
  animation-delay: 2s;
}
#float-tools ul li {
  border-bottom: 1px solid #999999;
  padding-left: 0;
  opacity: 0.7;
}
#float-tools ul li:hover {
  transition: all 0.8s;
  opacity: 0.9;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}
#float-tools ul li:last-child {
  border-bottom: 0px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 30px
}
#float-tools ul li a {
  width: 140px;
  height: 48px;
  padding-right: 1rem;
  color: #fff;
  display: block;
  margin-bottom: 0px;
  background-color: #000;
  position: relative;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 30px
}
#float-tools ul li a span {
  margin:0 auto;
  transition: all 0.5s;
}
#float-tools ul li a i {
  color: #fff;
  font-size: 2.5rem;
  vertical-align: middle;
  margin:0 1rem;
  margin-left:1.25rem;
  transform: rotate(10deg);
  margin-bottom: 0.25rem;
  transition: all 0.5s;
}

#float-tools ul li:hover a span {
  opacity: 1;
  display: block;
  color:#ff9823;
}

#float-tools ul li:hover i {
  color:#ff9823;
}

@media only screen and (max-width: 767px) {
  #float-tools {
    bottom: 0;
    right: 0;
    height: 48px;
    width: 100%;
    top: initial;
    transform: initial;
    border-radius: 0px;

    opacity: 1;
  }
  #float-tools ul {
    display: flex;
  }
  #float-tools ul li {
    justify-content: space-between;
    width: 100%;
    text-align: center;
    border-right: 1px solid #999999;
  }
  #float-tools ul li:last-child {
    border-right: 0px;
  }
  #float-tools ul li a {
    width: 100%;
    border-radius: 0px;
    border-radius: 0px !important;
  }
  #float-tools ul li a span {
    left: 0;
    top: 0;
  }
}

#contactModal .content {
  margin: 2rem auto;
  text-align:left;
  width:1000px;
  max-width:90vw;
  background-color:#fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  position:relative;
}

#contactModal .content div {
  padding:1.5rem;
}

#contactModal .content select {
  width:100%;
}

#contactModal .content div input {
  margin-bottom:1rem;
  border:1px solid #ddd;
}

#contactModal .content div {
  background-color:#efefef;
}

#contactModal .content div.dark {
  /*background-color:rgb(203 214 209);*/
  background: linear-gradient(180deg, rgb(50 50 50) 0%, #111 100%);
  color:#fff;
  box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

#contactModal .content:before {
  content: ' ';
  position: absolute;
  right: -10px;
  top: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  z-index:-1;
  border: 1px solid #777;
  box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(255, 255, 255, 0.35);
}

#contactModal .content div h2 {
  padding-bottom:.5rem;
  margin-top:.75rem;
  margin-bottom:1rem;
  border-bottom:1px solid #999;
  width:100%;
  font-size:26px;
}

#contactModal .content div.dark h2{
  color:#fff;
  border-bottom:1px solid #999;
  margin-top:0;
}

#contactModal .content div textarea {
  width: 100%;
}

#contactModal .content div button {
  width: 100%;
  font-size:14px;
  padding:1rem;
  margin-left:0;
  border-radius: 2px;
}

#contactModal .content div label {
  color: #222;
  font-size: 14px;
}

#contactModal .content div.or {
  background-color: #0B4B87;
  color: #fff;
  position: absolute;
  left: calc(50% - 25px);
  top: calc(20% - 25px);
  width: 50px;
  height: 40px;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  text-transform: uppercase;
  margin: 0 auto;
  letter-spacing: 0.1em;;
  border-radius: 0.25rem;
}

#contactModal ul li a {
  color: #ddd;
}
#contactModal ul li a i {
  padding:1rem;
  font-size:2.5rem;
  transition: 0.2s all;;
}
#contactModal ul li a:hover i {
  color: #F16622;
  transform:scale(1.25);
}

#contactModal ul {
  list-style: none;
  display:flex;
  padding:0;
  margin:0;
}

#contactModal .form-group {
  padding:0 !important;
}

#contactModal .form-group .form-control, #contactModal .form-group textarea {
  border-radius:0;
  font-size:12px;
}

#contactModal form {
  margin:0;
}

.rotate, .rotate a i.fa-chevron-down{
  -moz-transition: all 2s linear;
  -webkit-transition: all 2s linear;
  transition: all 0.2s linear;
}

.rotate.down a i.fa-chevron-down {
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tag {
  font-size: 12px;
  color: #131F28;
  background-color: transparent;
  padding: 5px 8px;
  border-radius: 2px;
  margin: 0.3rem;
  display: inline-block;
  border: 1px solid #131F28;
}
.tag i {
  margin-right:.5rem;
  font-size:12px;
  color:#867B69
}
.purple {
  color: #8950FC;
  background-color: #EEE5FF;
}
.green {
  background-color: #C9F7F5;
  color: #1BC5BD;
}
.red {
  color: #F64E60;
  background-color: #FFE2E5;
}

@keyframes fade_in_show {
  0% {
       opacity: 0;
       transform: translateY(-100%);
  }

  100% {
       opacity: 1;
       transform: scale(0%);
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #aaa;
}

.float-message {
	  position:fixed;
  	z-index:1001;
  	max-width:400px;
  	bottom:-100px;
  	right:20px;
  	padding:20px 50px;
  	color:#444;
  	font-size:14px;
  	border-radius:2px;
  	background:#FFF;
  	box-shadow:0px 5px 10px rgba(0,0,0,0.5);
}
.float-message-show {
  bottom:20px;
  transition:all 0.3s;
}
.float-message-inner {
	position:relative;
}
.close-link {
	  text-decoration:none;
  	color:#444;
  	position:absolute;
  	top:-15px;
  	right:-40px;
  	font-size:15px;
}

.close-link:hover {
  color:#222;
}

.float-message-inner #message {
  margin:0;
}

.price-input {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
.price-input .field {
  display: flex;
  width: 100%;
  height: 45px;
  align-items: center;
  font-size:14px;
}
.field input {
  width: 100%;
  height: 100%;
  padding:5px;
  outline: none;
  font-size: 19px;
  margin-left: 10px !important;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
  margin-bottom:0;
  border-radius:0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.price-input .separator {
width: 70px;
display: flex;
font-size: 19px;
align-items: center;
justify-content: center;
}
.slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.slider .progress {
  height: 100%;
  left: 2.5%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #867B69;
}
.size .progress, .commercial-size .progress {
  left: 5%;
  right: 80%;
}
.range-input {
  position: relative;
  margin-bottom:2rem;
}
.range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none !important;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border:none !important;
}
input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #867B69;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #867B69;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

/* + - */

.number{
text-align:center;
}
.minus, .plus{
width:30px;
height:30px;
background:#f2f2f2;
/*border-radius:4px;*/
border:1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.number input{
height:34px;
  width: 180px !important;
  text-align: center;
  font-size: 26px;
border:1px solid #ddd;
/*border-radius:4px;*/
  display: inline-block;
  vertical-align: middle;	
  margin-bottom:0;
}
/*dropdown checlbox*/
.dropdown-check-list {
  display: inline-block;
  background:#fff;
  width: 100%;
}

.dropdown-check-list .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
}

.dropdown-check-list .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 3px;
  right: 10px;
  top: 35%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
  right: 8px;
  top: 21%;
}

.dropdown-check-list ul.items {
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none;
  padding:1rem;
}

.dropdown-check-list ul.items li {
  list-style: none;
}

.dropdown-check-list ul.items li input {
  margin-right:1rem;
  font-family: system-ui, sans-serif;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
}
.dropdown-check-list.visible .anchor {
  color: #0094ff;
}

.dropdown-check-list.visible .items {
  display: block;
}

/* sideBar */

.sidebar {
  height: 100%;
  width: 360px;
  position: fixed;
  z-index: 1110;
  top: 0;
  left: -360px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  max-width: 90vw;
  background: none;
  background-color: #131F28;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}


.sidebar ul li {
  width: 50%;
  text-align: center;
  margin-bottom:1rem;
}

.sidebar .close-link {
  right: 1.5rem;
  top: 1.5rem;
  width: auto;
}

.sidebar .close-link img {
  width: 20px;
  filter: invert(.2);
}

.sidebar .close-link:hover img {
  filter: invert(0);
}

.sidebar div.accordion-item {
  background-color: transparent;
  border:none;
}
.sidebar div.accordion-item a{
  padding:0;
}
.sidebar div.accordion-item a button {
  margin-bottom:2rem;
  padding:0;
  color:#ffc936;
  text-transform: uppercase;
  font-size:14px;
  background:transparent;
  letter-spacing: .12em;
  font-family: sans-serif;
  box-shadow: inset 0 -1px 0 rgb(255 255 255 / 33%);
}
.sidebar .collapsed {
  color:#fff !important;
}
.sidebar div.accordion-body {
  padding:0;
  padding-top:10px;
  margin-bottom:3rem;
}
.sidebar div.accordion-body input, .sidebar div.accordion-body select {
  width:100%;
  border:1px solid #ddd;
}
.sidebar div.accordion-body ul li input {
  width:auto;
}
.sidebar .accordion-button:focus {
  border: none !important;
  box-shadow:inset 0 -1px 0 rgb(255 255 255 / 33%) !important;
}

.sidebar .btn {
  margin:.5rem auto;
  font-size:15px;
  padding:1rem;
  width:100%;
}

.sidebar .btn i {
  margin-right:1rem
}

.sidebar .btn img {
  height: 26px;
  position: absolute;
  top: 9px;
  right: 2rem;
  filter: invert(1);
}

.sidebar a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  font-family: Cloister, sans-serif;
  letter-spacing: .03em;
  color:#333;
  margin:0 auto;
}

.sidebar .tab-content {
  margin-top:1rem;
}
.sidebar #contact {
  text-align: center;
}

.sidebar .tab-content ul {
  display: flex;
  list-style: none;
}

.sidebar .tab-content ul li {
  margin: 0 auto;
  text-align: center;
}

.sidebar .tab-content a {
  border-radius: 50%;
  width: 70px;
  min-height: 70px;
  border: none;
  filter: drop-shadow(2px 4px 6px #999);
  font-size: 14px;
  margin: 0.75rem 0.5rem;
  background: linear-gradient(137deg, rgb(145 100 18) 0%, #ff8525 100%);
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 1rem;
}

.sidebar .tab-content a:hover{
  transform:translateY(-2px);
  border:none;
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
}

.sidebar #contact  div {
  margin-top:3rem;
}

.sidebar #contact div h2 {
  margin-top:2rem;
  margin-bottom:9rem;
  text-align:left;
  width: 160px;
  background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(171,133,37,1) 50%, rgba(0,0,0,1) 100%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  position: relative;
}

.sidebar #contact div h2:before {
  content: "";
  position: absolute;
  height: 1px;
  background: linear-gradient(280deg, rgb(239 239 239 ) 0%, #797575 100%);
  bottom: -.5rem;
  left: 0;
  width: 100px;
}

.sidebar .tab-content a i {
  font-size: 30px;
  color: #fff;
  margin: 0;
}

.sidebar .tab-content iframe {
  margin-top:-7rem !important;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
}

.sidebar .tab-content ul li:first-child {
  border:none;
}
.sidebar .tab-content ul li a i {
  font-size: 24px;
  transition: all .1s ease-in-out;
}

.sidebar .nav-tabs, .sidebar .nav-tabs .nav-link {
  border:none;
  z-index:1;
  position: relative;
}

.sidebar ul li:first-child {
  border-right: 1px solid #ddd;
}

.sidebar .nav-tabs .nav-link.active {
  width:150px;
  color: transparent !important;
  background-color: transparent;
  border-color: transparent;
  font-family: Cloister, sans-serif;
  background-image: linear-gradient(92deg,#111111, #967100, #111111);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

.sidebar .nav-tabs:hover,.sidebar .nav-tabs .nav-link:hover {
  color: #967100;
  background-color: transparent;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 8px;
  font-size: 36px;
  margin-left: 50px;
}

.sidebar .closebtn:hover {
  color:#fff !important;
}

.sidebarContact {
  left:auto;
  right:-400px;
  width:400px; 
  padding:1rem;
  padding-top:5rem;
  max-width:95vw;
  background-color:#fff;
  background:linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
}

.sidebarContact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(../img/contact.png);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: bottom;
  opacity: .05;
  z-index:0;
}

.openbtn {
  cursor: pointer;
  background-color: transparent;
  color: #867B69;
  padding: 0;
  border: none;
  line-height: 0;
  margin: 0;
  margin-right:2rem;
  padding:0 1.5rem;
  font-size:14px;
  color:#fff;
  border-radius:0;
}
.openbtn i {
  font-size:16px;
  vertical-align: middle;
}

#main {
  transition: margin-left .5s;
  padding: 10px 12px;
  overflow:auto;
  -ms-overflow-style: none;   
}
#main::-webkit-scrollbar { width: 0 !important }
#main { overflow: -moz-scrollbars-none; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.header-hidden {
  top:-8rem;
  transition:all 0.5s;
}

.header-hidden-nav {
  top:-.25rem !important;
  transition:all 0.4s !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.35);
}

.moveTop {
  margin-top: 16.14rem;
}