@import url("../font-awesome/css/fontawesome.min.css");
@import url("../font-awesome/css/solid.min.css");
@import url("../font-awesome/css/brands.min.css");

@font-face {
  font-family: "Roboto-Thin";
  src: url(../webfonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: "Roboto";
  src: url(../webfonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: "Work-Sans";
  src: url(../webfonts/work/WorkSans-Light.ttf);
}

@font-face {
  font-family: "Work-Sans-Thin";
  src: url(../webfonts/work/WorkSans-ExtraLight.ttf);
}

@font-face {
  font-family: "Yuanti";
  src: url(../webfonts/yuanti/shiweiyuanti.ttf);
}

body {
    margin:0;
    font-family: 'Roboto';
    position: relative;
    line-height: 1.875;
    width:100%;
    overflow:auto;
    overflow-x:clip;
}
.preventScroll {
  overflow: hidden;
}
#languageLink {
  display:none;
}

h1.title {
  font-family: 'Roboto-Thin', 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 600;
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
  margin-bottom: .5rem;
  position:relative;
}

h1.title::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 80px;
  left: calc(50% - 40px);
  bottom: 5px;
  background-color:#333;
}

#header-nav-wrap .header-main-nav li a.btn-primary:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color:#fff !important;
}

.header-scroll .btn-primary {
  margin:0;
}

a, a:visited {
  transition: all 0.3s ease-in-out;
}

form {
  margin:0 auto;
}

.form-control {
  /*background-color:transparent !important;*/
  outline:none;
  /*border: 1px solid #333;*/
  box-shadow: none !important;
  outline:none !important;
}
.input-group-text {
  border-top-right-radius: 0; 
  border-bottom-right-radius: 0;
  font-size:14px;
}

.form-file input[type=file] {
  padding-top: 2rem !important;
  height: 3.75rem;
}

.form-file input[type=file]::file-selector-button {
  background:transparent !important;
}

button.submit {
  width: 100%;
  margin-top: 1rem;
  padding: .75rem 1rem;
  border: 1px solid #ddd;
}


/* CSS */
.button-84 {
  align-items: center;
  background-color: #e72125 !important;
  border-width: 0;
  /*box-shadow: 0 10px 20px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .05);*/
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-family: 'Roboto-Thin';
  font-size: 15px;
  text-shadow: 0 0 #fff;
  letter-spacing: .05em;
  height: 34px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  margin-top: .25em;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  border-radius:4px;
}

.button-84:hover {
  background-color:#c3272e !important;
}

.button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

#menu {
  /*overflow: hidden;*/
  z-index:101;
  margin:0 auto;
  /*position: sticky;
  top:0;*/
  width:100%;
  /*background:linear-gradient(to bottom, #b10000, #cd0000);
  transition:all .2s ease-in-out;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  animation-duration: .8s;*/
}
/*
#menu::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/bg1.png);
  background-size: cover;
  background-position: center;
  opacity:.6;
}

#menu ul {
  list-style:none;
  display:flex;
  margin:0 auto;
  width:100%;
  max-width:1200px;
}
*/

#menu .row .col-md-6 {
  width:50%;
  padding:0 1rem;
}
#menu ul li {
  margin:0 auto;
  padding:.25rem 0;
  border-left:1px solid #b10000;
  width:20%;
  text-align: center;
  transition:all .2s ease-in-out;
  overflow: hidden;
}
#menu #btnUserPanel  {
  min-width:150px;
  width:10%;
  background: rgba(0, 0, 0, .21);
  padding: 5px 22px !important;
  border-radius: 5px;
  color: #fff;
  border:none;
  font-size:13px;
}
#menu .dropdown ul {
  min-width:150px;
  width:10%;
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none !important;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  -webkit-transform: translateZ(0);
  overflow: hidden; 
}
#menu .dropdown ul li {
  margin:0;
  padding:.25rem 0;
  border-left:none;
  width:auto;
  text-align: left;
  transition:all .2s ease-in-out;
  min-width:150px;
  width:10%;
}
#menu ul li:hover {
  background-color: #e6f7ff;
}
/*
#menu ul li:hover, #menu ul li.active {
  background-color:#cd0000;
}

#menu ul li:last-child {
  border-right:1px solid #b10000;
}*/
#menu .dropdown ul li:last-child {
  border-right:none;
}
#menu ul li a {
  text-decoration: none;
  letter-spacing:.05em;
  width:100%;
  height:100%;
  display: block;
  padding: 5px 12px;
  color: rgba(0, 0, 0, .65);
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
}

#menu .dropdown ul li a:hover {
  background-color:transparent;
}
.form-control {
  /*border-radius:0px;*/
}

.form-floating > label {
  padding: .7rem .75rem;
}

.form-floating > .form-control, .form-floating > .form-select {
  height:3.45rem;
}

.form-floating > .textarea {
  height:auto;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-bottom:.3rem;
  padding-top: 1.7rem;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #e6f7ff;
  color:#000;
}
  /****  floating-Lable style end ****/

  @font-face {
    font-family: "Font Awesome 6 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 6 Brands";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 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 6 Free";
    font-weight: 400;
  }
  @font-face {
    font-family: "Font Awesome 6 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 6 Free";
    font-weight: 900;
  }

#header {
    width: 100%;
    background-color:#fff;
    margin: 0;
    top: 0;
    z-index: 3;
    position: fixed;
    height: 50px;
    overflow: visible;
    transition: all 0.12s;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

section {
  z-index:1;
  position: relative;
}

footer .row {
  padding:0;
  position:relative;
}

footer .row .col-md-12 p {
  color:#777;
  font-size:12px;
  position:absolute;
  left:2.5rem;
  bottom:0;
}

footer .row .col-md-12 a {
  padding:.5rem .75rem;
  margin-right:.5rem;
  margin-bottom:1rem;
  letter-spacing: .05em;
}

footer {
  background:linear-gradient(to bottom, #fff, #f3f3f3);
  transition:all .2s ease-in-out;
  z-index:101;
  position: fixed;
  bottom:0;
  overflow: hidden;
  border-top:1px solid #ddd;
}

footer .row {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

footer .row ul {
  list-style: none;
  margin:0 .5rem;
  display: flex;
  width:auto;
  padding:6px;
}

footer .row ul li {
  display: flex;
  padding:0 .5rem;
  justify-content: center;
  align-items: center;
}

footer .row ul li a img {
  width:36px;
  opacity:.6;
  transition:all .2s ease-in-out;
  vertical-align: middle;
}

footer .row ul li:last-child {
  border-left:1px solid #ddd;
  padding-left:1rem;
  margin-left:.5rem;
  padding-right:0;
}

footer .row ul li:last-child img {
  width:32px;
}

footer .row ul li a:hover img {
  opacity:1;
  filter: brightness(0) saturate(100%) invert(9%) sepia(78%) saturate(4674%) hue-rotate(295deg) brightness(83%) contrast(111%);
}

footer .row ul li a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

footer .row ul li a span{
  margin-left:.55rem;
  color:#000;
  transition:all .2s ease-in-out;
  max-width:194px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

footer .row ul li a:hover span {
  color:#610059;
}

footer .row ul li a div {
  position: absolute;
  top: -.25rem;
  right: -.25rem;
  font-size: 12px;
  width: 20px;
  height: 20px;
  background-color: #b10000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  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);
}

footer {
  background-color: rgb(255 255 255 / 75%);
  backdrop-filter: blur(5px);
  position: fixed;
  bottom:0;
  z-index:101;
  padding:.5rem;
  min-height:54px;
  width:100%;
  overflow: visible;
}

#footer {
  background: linear-gradient(to bottom, #f7f7f7, transparent);
  background-color: #ffffff;
  border-top: 1px solid #e3e3e3;
  overflow:hidden;
  padding-top:1rem;
}

#footer::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: url(../img/map.png);
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  opacity: .075;
  z-index: -1;
}

#footer .row {
  padding:0 1rem;
}

#footer h1 {
  font-size:30px;
  letter-spacing: .03em;
  font-weight:normal;
  color:#fff;
  padding:1rem;
  padding-bottom:5px;
  font-family: Roboto-Thin, Roboto, sans-serif;
}

#footer p {
  width: 1200px;
  max-width: 100%;
  padding: 1rem;
  margin: 0 auto;
  letter-spacing: .03em;
  font-weight: normal;
  color: #333;
  font-size: 13px;
  font-family: Roboto, sans-serif;
}

#footer .row img {
  width:180px;
  margin:0 auto;
  margin-bottom:1rem;
}

#footer .row .col-md-12 {
  text-align:center;
  padding:2rem 1rem;
}

#footer .row .col-md-12 ul {
  list-style: none;
  padding:0;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom:1rem;
}

#footer .row .col-md-12 ul li {
  margin:.25rem auto;
  width:25%;
  line-height:1.25;
}

#footer .row .col-md-12 ul li a {
  color:#333;
  text-decoration: none;
  font-family: Roboto, sans-serif;
  letter-spacing: .05em;
  font-size:13px;
}

#footer .row .col-md-12 ul li a i {
  font-size:24px;
  display: block;
  margin:1rem auto;
  border-radius:50%;
  color:#171717;
  border:1px solid #333;
  width:55px;
  height:55px;
  background-color:#fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:all .2s ease-in-out;
}

#footer .row .col-md-12 ul li a:hover i {
  background-color:#b10000;
  border:1px solid #b10000;
  color:#fff;
}

#footer .row .col-md-12 ul li a img {
  width:30px;
  filter: brightness(0) saturate(100%) invert(78%) sepia(61%) saturate(1%) hue-rotate(354deg) brightness(102%) contrast(92%);
  margin-right:.5rem;
}

#footer .copyright {
  letter-spacing:.05em;
  font-size:12px;
  text-align: center;
  /*font-family: Roboto-Thin, Roboto, sans-serif;*/
  font-family: Roboto, sans-serif;
  justify-content: center;
  position: relative;
  color:#333;
}

#footer .copyright p {
  font-size:12px;
  color:#ccc;
  padding:0;
  width:100%;
}

#footer .copyright img {
  width: 100px;
  opacity: .4;
  position: absolute;
  top: -76px;
  right: .5rem;
}

.form-disabled {
  background-color:#ddd;
}
.contact-content h3 {
  font-size:16px !important;
  letter-spacing: 0.05em;
  line-height:1.8;
}
.contact-logo {
  margin: 0;
  z-index: 1;
  position: relative;
  text-align: left;
  margin-left:1rem;
}
.contact-logo a, .contact-content .contact-logo a {
  color:#ddd;
  width:34px;
  height:34px;
  display:inline-flex;
  border:1px solid #ddd;
  justify-content: center;
  border-radius:50%;
  text-decoration: none;
  align-items: center;
  margin:0 .25rem;
}

.contact-logo a:first-child {
  margin-left:0;
}

.contact-logo a:hover, .contact-content .contact-logo a:hover {
  background-color:#cd0000;
  border-color:#cd0000;
}

.contact-logo a i, .contact-content .contact-logo a i {
  transition:.3s all ease-in-out;
  font-size:16px;
  vertical-align: middle;
}

.contact-logo a:hover i, .contact-content .contact-logo a:hover i {
  color:#fff;
  transform: scale(1.2);
}

.contact-content .contact-logo a {
  margin-right:.5rem;
  color:#333;
  border-color:#333;
}

.copyright {
  padding: 10px !important;
  margin: 0;
  text-align: center !important;
  background-color: #efefef;
}

.copyright p:first-child {
  margin:0;
  color:#000 !important;
}

.copyright p:last-child {
  margin-bottom:0;
}

.copyright p:last-child a {
  font-size:12px;
  color:#777;
}

.btn-primary {
  border-color:#fff;
  background:transparent;
  margin:.5rem 0;
  border-radius: 2px;
  padding:.5rem 1rem;
}

.btn-primary img {
  width:24px;
  transition:.2s all ease-in-out;
  margin-top: -3px;
  animation: MoveLeftRightSmall 3s linear infinite;
  filter: brightness(0) saturate(100%) invert(23%) sepia(6%) saturate(1898%) hue-rotate(167deg) brightness(96%) contrast(81%);
}

.btn-primary:hover {
  color:#222 !important;
  background:#fff;
  border-color:#fff;
  outline:none;
}

.btn-primary:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(7474%) hue-rotate(63deg) brightness(110%) contrast(105%);
}

.btn-secondary {
  transition:.2s all ease-in-out !important;
  margin:1rem 0;
  padding:.75rem 1rem;
  font-size:18px;
  background: #0e3d66 !important;
  border-color: #0e3d66 !important;
}

.btn-secondary:hover, .btn-secondary:focus {
  border-color:#3d4852 !important;
  background:#3d4852 !important;
  outline:none;
  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);
}

.btn-hero {
  transition:.2s all ease-in-out;
  border-color:#333;
  background:transparent;
  margin:0;
  border-radius: 30px;
  padding:.5rem 1rem;
  color:#000;
}

.btn-hero:hover {
  border-color:#b10000 !important;
  background:#b10000 !important;
  color:#fff;
  outline:none;
  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);
}

.alert {
  padding:.5rem .65rem;
  border-radius:0;
  font-size:14px;
}
.alert-dismissible .btn-close {
  top: .165rem;
  padding: .75rem .5rem;
  width: 14px;
  height: 14px;
  opacity: .5;
  font-size: 14px;
}

.alert-danger {
  background-color: #fae9ea;
  border-color: #eec5c9;
}

#overlay, .overlay  {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); 
  cursor: pointer;
  opacity:0;
  transition:.5s all ease-in-out;
  z-index:102;
}

#home .overlay {
  background-color:rgba(0,0,0,.3) !important;
}

#home {
  display:flex;
  position: relative;
  overflow: hidden;
  height:100%;
  flex-direction: column;
}

#home .carousel, #home .carousel-item {
  height:100%;
}


#home .carousel-item {
  background-position: bottom center;
  background-size: cover;
}

#home .carousel-item img {
  width:16%;
  min-width:200px;
  z-index:1;
}

#content {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  animation-duration: .5s;
}

.sideBar {
  background-color: #44546A; /* rgba(61, 72, 82, .97);*/
  background:linear-gradient(to right, #ddd,#fff);
  height:100%;
  width:400px;
  max-width:96%;
  position: fixed;
  top:0;
  left:auto;
  right:-410px;
  transition:.5s all ease-in-out;
  z-index:1000;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.sideBar h1 {
  font-family: 'Roboto-Thin', 'Roboto', sans-serif;
  margin:1rem;
  font-size:22px;
  letter-spacing: .08em;
  font-weight:600;
  color:#000;
}

#user_sideBar {
  padding-top:50px;
}

#notification_sideBar ul li, #cart_sideBar ul li {
  padding:1rem;
  border-top:1px solid #ddd;
  position: relative;
}

#notification_sideBar ul li a, #cart_sideBar ul li a {
  font-size:14px;
  display:flex;
  line-height:1.5;
  align-items: flex-start;
  cursor:auto;
}

#notification_sideBar ul li a {
  white-space: pre-wrap;
}

#cart_sideBar ul li a {
  cursor:pointer;
}

#notification_sideBar ul li img.close_notification, #cart_sideBar ul li img.close_cart {
  cursor:pointer;
  opacity:.5;
  width:16px;
  position: absolute;
  right:.5rem;
  top:.5rem;
  transition:.2s all ease-in-out;
}

#notification_sideBar ul li img.close_notification:hover, #cart_sideBar ul li img.close_cart:hover  {
  opacity:1;
  transform:scale(1.1);
}

#notification_sideBar ul li a img {
  opacity:1;
  width:30px;
  height:30px;
  filter: brightness(0) saturate(100%) invert(8%) sepia(96%) saturate(4453%) hue-rotate(10deg) brightness(123%) contrast(124%);
}

#notification_sideBar ul li a:hover img, #cart_sideBar a:hover img {
  margin-right:1rem;
}

#cart_sideBar a:hover img {
  filter:none;
}

#cart_sideBar a h1 {
  font-size:14px;
  margin:0;
  padding:0;
  margin-bottom:.75rem;
}

#cart_sideBar a h2 {
  font-size:12px;
  letter-spacing: .03em;
  color:#333;
}

#cart_sideBar a h3 {
  font-size:16px;
  margin-bottom:.25rem;
  letter-spacing: .05em;
  color:#b10000;
}

#cart_sideBar a span {
  font-size:12px;
  letter-spacing: .05em;
  color:#000;
}

#cart_sideBar ul li {
  transition:.2s all ease-in-out;
}

#cart_sideBar ul li:hover {
  background-color:#ddd;
}

#cart_sideBar ul li a img {
  opacity:1;
  width:auto;
  max-height: 100px;
  max-width: 100px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#cart_sideBar ul:last-child li a img {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}


#cart_sideBar ul li a span img {
  width:16px;
  height:16px;
  --mask: none;
  -webkit-mask: none;
  mask: none;
  border:none;
  opacity:.7;
  margin-right:.3rem;
  vertical-align: middle;
  margin-bottom:1px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-bottom: 1px;
}

#cart_sideBar ul li a:hover span {
  color:#000;
}

#cart_sideBar ul li a:hover span img {
  margin-right:.4rem;
}

.close_sidebar {
  position: absolute;
  top:.75rem;
  right:.5rem;
  opacity:.7;
}

.close_sidebar img {
  width: 32px;
  margin-right:.25rem !important;
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(5%) hue-rotate(11deg) brightness(94%) contrast(84%) !important;
}
.close_sidebar:hover {
  opacity:1;
}
/*
.show {
  right:0 !important;
  overflow: auto;
  overflow-x: clip;
}
*/
.sideBar button {
  position: absolute;
  top:1.25rem;
  right:1rem;
  background-color:transparent;
  border:none;
  animation-delay:1.75s;
}

.sideBar button img {
  filter:invert(.8);
  width:30px;
}

.sideBar button:hover img {
  filter:invert(1);
}

.sideBar .cart_title button {
  position: relative;
  font-size: 15px;
  display: flex;
  float: right;
  font-weight: 600;
  letter-spacing: .05em;
  border: 1px solid #999;
  padding: .5rem .75rem;
  border-radius: 30px;
  top: -.25rem;
  right: -.5rem;
  transition:all .2s ease-in-out;
}

.sideBar .cart_title {
  margin-top:2rem;
}

.sideBar .cart_title button:hover {
  border: 1px solid #b10000;
  background-color:#b10000;
  color:#fff;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.sideBar ul {
  list-style: none;
  padding-left:0;
}

.sideBar ul li a {
  color:#111;
  font-size:18px;
  text-decoration: none;
  font-weight: lighter;
  letter-spacing: .08em;
  line-height: 3;
}

.sideBar ul li a img {
  width:40px;
  margin-right:1rem;
  opacity:.5;
  transition:.2s all ease-in-out;
}

.sideBar ul li a:hover {
  color:#b10000;
}

.sideBar ul li a:hover img {
  margin-right:1.5rem;
  opacity:1;
  filter: brightness(0) saturate(100%) invert(8%) sepia(96%) saturate(4453%) hue-rotate(10deg) brightness(123%) contrast(124%);
}

.headerRow {
  position: absolute;
  display: flex;
  align-items: center;
  left: calc(50% - 95px);
  width:100%;
  margin:0;
  padding-left:0;
  transition:all .5s ease-in-out;
}

.header-scroll {
  transition: .35s all !important;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.header-scroll .headerRow {
  border:none;
  height:80px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .35);
}

.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.btn-close {
  position: absolute;
  top: .75rem;
  right: .75rem;
  opacity: 1;
  font-size: 18px;
  box-shadow: none !important;
  outline: none !important;
}

.modal {
  z-index: 1106 !important;
}

.modal-fullscreen .modal-content {
  background: transparent;
}

.modal-backdrop {
  z-index:1102;
}

#infoModal .modal-dialog .modal-body {
  max-height:80vh;
  overflow: auto;
}

#infoModal .modal-dialog .modal-footer {
  border-top: 1px solid #dee2e6;
}

#infoModal .modal-dialog .modal-header {
  display:block;
  padding-bottom:.5rem;
}

#infoModal .modal-dialog .modal-header h5 {
  font-size:16px;
  font-weight:600;
  letter-spacing: .03em;
  padding-right:1.5rem;
}

#infoModal .modal-dialog .modal-header span {
  font-size:14px;
  letter-spacing: .03em;
}

#infoModal .modal-dialog #departure_info, #infoModal .modal-dialog #highlight_info {
  margin-top:1rem;
}

#infoModal .modal-dialog #highlight_info {
  margin-bottom:.5rem;
}
#infoModal .modal-dialog #departure_info h5, #infoModal .modal-dialog #highlight_info h5 {
  font-size:14px;
  margin-bottom:0;
}

#duitNowModal .modal-body div {
  width:100%;
  text-align: center;
}

#bookingModal .btn-hero {
  min-width:80px;
}

#btnConfirm {
  margin-right:.65rem;
  color: #fff;
  background-image: linear-gradient(#464d55, #25292e) !important;
  border: 1px solid #111 !important;
}

#btnConfirm:hover {
  opacity: .95;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#notiList span {
  font-size:10px;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  background-color: #b10000;
  border-radius:50%;
  width:18px;
  height:18px;
  margin-left:5px;
  vertical-align: middle;
  margin-top:-2px;
}

.tour_menu {
  font-size:14px;
  display: inline-flex;
  align-items: center;
  height:100%;
  text-decoration: none;
  color: rgba(0, 0, 0, .65);
  border-bottom: 1px solid transparent;
  padding:0 1rem;
}

.tour_menu:hover {
  color: cd0000;
  border-bottom: 1px solid #cd0000;
}

.tour_menu i {
  margin-top:-2.9px;
  margin-right:.25rem;
}

.noshadow {
  box-shadow: none !important;
  -webkit-box-shadow:  none !important;
  -moz-box-shadow: none !important;
}

.float-message {
  position:fixed;
  z-index:1103;
  max-width:90vw;
  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:-12px;
  right:-40px;
  font-size:15px;
}

.close-link:hover {
color:#222;
}

.float-message-inner #message {
  margin:0;
}

.float-message-inner #message i {
  margin-right:.75rem;
  font-size:30px;
  vertical-align: middle;
  color:#ff7400;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 10px;
  z-index: 99;
  border: none;
  outline: none;
  color: #000;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #cd0000;
  text-decoration: none;
  line-height: 1;
  align-items: center;
  justify-content: center;
  border-radius:50%;
  opacity: .7;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

#topBtn:hover {
  opacity: 1;
}

#topBtn img {
  padding: 6px;
  filter: brightness(0) saturate(100%) invert(95%) sepia(99%) saturate(30%) hue-rotate(110deg) brightness(107%) contrast(99%);
  width: 40px;
  transition:.3s all ease-in-out;
}

#topBtn:hover img {
  width:46px;
  transform:translateY(-42px);
  filter:brightness(0) saturate(100%) invert(95%) sepia(99%) saturate(30%) hue-rotate(110deg) brightness(107%) contrast(99%) drop-shadow(0 0 5px #777);
  
}

#home .carousel-control-prev, #home .carousel-control-next {
  display: none;
}

.paging {
  padding:1rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow:auto;
}

.paging .disabled {
  display:none;
}

.paging a, .paging .current {
  text-decoration: none;
  border-radius: 50% !important;
  color: #333;
  font-family: "Roboto-Thin";
  font-weight: 600;
  text-shadow:0px 0px #fff;
  font-size: 14px;
  width: 36px;
  display: inline-flex !important;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding-top: 2px;
  margin: 0 .25rem;
  border: 1px solid #333 !important;
  border-image:none !important;
  transition: .2s all ease-in-out;
  font-style:normal;
}

.paging .current {
  border: 1px solid #b10000 !important;
}

.paging a.first, .paging a.prev:last-child {
  padding:.5rem .83rem;
}


.paging a i, .paging .current i {
  font-size:18px;
}

.paging .current, .paging a:hover {
  background-color:#333;
  border:1px solid #b10000 !important;
  background: linear-gradient(to bottom, #b10000, #cd0000);
  color:#fff;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}

.modal .modal-dialog {
  height: 100%;
  align-items: center;
  display: flex;
  margin:0 auto;
}

.modal .modal-content {
  border-radius:10px;
  margin-top:10%;
}

.modal .modal-header h5 {
  margin-bottom:0;
}

.modal .modal-footer {
  border:none;
}

@keyframes ScaleOutIn {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
}

@keyframes MoveLeftRightSmall {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-4px);
  }
}

@keyframes MoveUpDownSmall {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes arrow
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
0% {opacity:0}
40% {opacity:1}
80% {opacity:0}
100% {opacity:0}
}

/* width */
::-webkit-scrollbar {
  width: 8px;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #efefef;
  border-radius: 50px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:none;
  background-color: #ccc !important;
  border-right: none;
  border-left: none;
  border-radius: 50px;
}

::-webkit-scrollbar-track-piece:end {
  background: transparent;
  margin-bottom: 10px; 
}

.select2 {
  width:100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  right: 10px;
  top: calc(50% - 13px);
  width: 20px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #000 transparent;
  border-width: 0 5px 6px 5px;
}

.select2-container--default .select2-selection--single {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
  outline: none;
  border: 1px solid #d9d9d9;
  box-shadow: none !important;
  outline: none !important;
  font-size:14px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #ced4da !important;
  padding: 2px 4px;
}

.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border: 1px solid #ced4da !important;
  border-top: none !important;
  font-size:14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  padding: 1px .75rem;
}

.form-floating {
  margin-bottom:1rem;
}

#submenu {
  z-index: 4;
  min-height:5px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .11);
}

.btn-notification {
  background-color:transparent;
  border:none;
  margin-right:.75rem;
  position: relative;
  transform:none !important;
}

.btn-notification img {
  width:30px;
  filter: invert(.9) drop-shadow(0px .5px 0px #000);
  transform:none !important;
}

.btn-notification span {
  transform:none !important;
  position: absolute;
  top: -3px;
  right: 1px;
  color: #fff;
  background-color: #b10000;
  font-size: 10px;
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  display:none;
}

@media (min-width: 768px) { 
  #footer::before {
    height: 60%;
    width: 60%;
    left: 20%;
    top: 0;
    bottom:auto;
  }  
  #infoModal .modal-dialog {
    transform: translate(0, -50px);
  }
  #menu #btnUserPanel  {
    margin-top:1rem;
  }
  .alert {
    font-size:16px;
  }
  .alert-dismissible .btn-close {
    top: .25rem;
  }
  #home {
    margin-top:0;
  }
  #menu ul li a {
    font-size:11px;
  }
  footer .row img.logo  {
    width:140px;
    margin:0 auto;
  }
  footer .row ul li a span{
   display:inline-block;
  }
  footer .row ul li a img {
    width:38px;
  }
  footer .row ul li:last-child img {
    width:34px;
  }
  #menu ul {
    padding:0;
  }
  .paging a, .paging .current {
    margin: 0 .35rem;
  }
}
