.social ul.inline-mode li a i {
  padding-top: 12px;
  padding-left: 5px;
}

@media only screen and (max-width: 479px) and (min-width: 280px) {
  .top-cart-contain {
    margin-top: 16px !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 0px) {
  .top-cart-contain {
    margin-top: 16px !important;
  }

  .mm-toggle {
    padding: 14px 16px 14px !important;
  }

  .tp-caption {
    font-size: 15px !important;
    padding-left: 37px !important;
  }

  .mobile_screen {
    text-align: center !important;
  }

  footer .social ul {
    margin: 20px 0px 14px 4px;
    list-style: none;
  }
}
.display_show {
  display: block !important;
}

.login_bg {
  background: url(../images/loginbg.jpg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.login_card {
  margin: auto;
  width: 67%;
  background: #fff;
  margin-top: 88px;
  color: black;
  padding: 25px;
  box-shadow: 1px 3px 4px #80808057;
}

.login_btn {
  padding: 7px 9px !important;
  min-width: 135px !important;
  border-radius: 25px !important;
  background: #34ace0 !important;
  border-color: #34ace0 !important;
}
.login_btn:hover {
  background: #e6e6e6 !important;
  border-color: #34ace0 !important;
  color: #34ace0 !important;
  box-shadow: 2px 5px 6px #8080807a;
}

.vbj_card {
  background-color: #fff;
}
.vbj_card .card_title {
  background: #1a2e42;
  color: #ffffff;
  font-size: 21px;
  padding: 11px;
}
.vbj_card .card_body {
  padding: 10px;
}

.front_sidenav {
  margin: 0px;
}
.front_sidenav li {
  list-style-type: none;
  padding-left: 20px;
}
.front_sidenav li a {
  color: #525252;
  line-height: 40px;
  text-decoration: none;
}
.front_sidenav li a i {
  position: relative;
  margin-right: 11px;
  top: 7px;
}
.front_sidenav .active {
  background: #1a2e42 !important;
}
.front_sidenav .active a {
  color: #fff !important;
}

.frontend_sideMenu {
  background: white;
  box-shadow: 3px 0px 10px #ababab73;
  height: auto;
  min-height: 100vh;
}

.p_l_0 {
  padding-left: 0px !important;
}

.p_0 {
  padding: 0px !important;
}

.m_0 {
  margin: 0px !important;
}

.p_lr_15_65 {
  padding: 0px 65px 0px 15px;
}

.statis {
  color: #EEE;
  margin-top: 15px;
}

.statis .box {
  position: relative;
  padding: 15px;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 25px;
}

.statis .box h3:after {
  content: "";
  height: 2px;
  width: 70%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.12);
  display: block;
  margin-top: 10px;
}

.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}

.warning {
  background-color: #f0ad4e;
}

.danger {
  background-color: #d9534f;
}

.success {
  background-color: #5cb85c;
}

.inf {
  background-color: #5bc0de;
}

::-webkit-scrollbar {
  background: transparent;
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #888;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.comment_input {
  height: auto !important;
}

/*# sourceMappingURL=vbj_common.css.map */
