html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Noto Sans', sans-serif;
  background: #ecf0f1;
}
.text-center {
  text-align: center;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.products-grid .col-md-4 {
  padding: 5px;
}
.products-grid .col-sm-4 {
  padding: 5px;
}
.products-grid .btn-lg {
  font-size: 23px;
  width: 100%;
  min-height: 115px;
  white-space: normal;
}
.products-grid .product-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  padding: 10px;
}
.flash-output.notifications {
  position: fixed;
  right: 23px;
  top: 59px;
  z-index: 100000;
  opacity: 0.8;
}
#wrapper {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
#wrapper.splash {
  height: auto;
}
#wrapper.splash .wrapper-page {
  margin: 7.5% auto;
  max-width: 420px;
}
#wrapper.splash .wrapper-page .panel .panel-heading {
  background: #2b4049;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
#wrapper.splash .wrapper-page .panel .panel-body .alpaca-icon-required {
  display: none;
}
.topbar {
  -webkit-box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  box-shadow: 1px 0 3px 0 rgba(0, 0, 0, 0.2);
  left: 0px;
  position: fixed;
  right: 0;
  top: 0px;
  z-index: 999;
}
.topbar .topbar-left {
  background: #253841;
  float: left;
  height: 52px;
  position: relative;
  width: 240px;
  z-index: 1;
}
.topbar .topbar-left .logo {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 52px;
  text-transform: uppercase;
  text-decoration: none;
}
.navbar {
  background-color: #2b4049;
  border-radius: 0px;
  border: none;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 0px;
}
.navbar .navbar-right {
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 52px;
  text-transform: uppercase;
  text-decoration: none;
  padding-right: 20px;
}
.sidebar {
  width: 240px;
  z-index: 2;
  background: #ffffff;
  top: 52px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  bottom: 50px;
  height: 100%;
  margin-bottom: -52px;
  margin-top: 0px;
  padding-bottom: 52px;
  position: fixed;
  overflow: hidden;
}
.sidebar .sidebar-inner {
  height: 100%;
  overflow: hidden;
}
.sidebar.cart-mode {
  width: 63px;
}
.sidebar.cart-mode:hover {
  width: 240px;
}
.sidebar.cart-mode:hover #user-info {
  left: auto;
}
.sidebar.cart-mode:hover #user-info .content {
  display: block;
}
.sidebar.cart-mode:hover #sidebar-menu ul li a span {
  display: inline;
}
.sidebar.cart-mode #user-info {
  left: -12px;
}
.sidebar.cart-mode #user-info .content {
  display: none;
}
.sidebar.cart-mode #sidebar-menu ul li a span {
  display: none;
}
.content-page.cart-mode {
  margin-left: 63px;
  margin-right: 280px;
}
/**
  * Right sidebar
 */
.sidebar-right {
  right: 0;
  width: 280px;
  z-index: 2;
  background: #ffffff;
  top: 52px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  bottom: 50px;
  height: 100%;
  margin-bottom: -52px;
  margin-top: 0px;
  padding-bottom: 52px;
  position: fixed;
  overflow: hidden;
}
#user-info {
  min-height: 80px;
  padding: 20px;
  position: relative;
}
#user-info .pull-left .user-image-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ECECEC;
  overflow: hidden;
}
#user-info .pull-left .user-image-circle i {
  font-size: 40px;
  color: #A2A2A2;
  position: relative;
  left: -4px;
  top: -1px;
}
#user-info .content {
  margin-left: 60px;
  color: #444;
}
#user-info .content .dropdown {
  position: relative;
}
#user-info .content .dropdown .dropdown-toggle {
  color: #666666;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-top: 5px;
  text-decoration: none;
}
#user-info .content .text-muted {
  font-size: 13px;
  line-height: 14px;
}
#sidebar-menu {
  /**
    * Right sidebar menu
   */
}
#sidebar-menu ul,
#sidebar-menu li,
#sidebar-menu a {
  border: 0;
  font-weight: normal;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
}
#sidebar-menu a {
  line-height: 1.3;
}
#sidebar-menu > ul > li.active > a {
  background: #f3f3f3;
}
#sidebar-menu > ul > li > a {
  color: #444444;
  display: block;
  padding: 15px 18px;
  transition: background 0.4s;
}
#sidebar-menu > ul > li > a > i {
  margin-right: 15px;
  font-size: 16px;
}
#sidebar-menu > ul > li > a .pull-right {
  line-height: 22px;
}
#sidebar-menu > ul > li > a:hover {
  background: #f3f3f3;
}
#sidebar-menu ul ul li a {
  color: #75798B;
  display: block;
  padding: 10px 25px 10px 60px;
}
#sidebar-menu ul ul li a:hover {
  color: #2b9ac9;
}
#sidebar-menu ul ul li.active a {
  color: #2b9ac9;
}
#sidebar-menu.sidebar-menu-right li .calculator-form {
  margin: 10px auto;
  padding: 10px;
  text-align: center;
}
#sidebar-menu.sidebar-menu-right li .calculator-form input {
  border: 1px solid #f4f4f4;
}
.content-page {
  margin-left: 240px;
  overflow: scroll;
}
.content-page .content {
  margin-bottom: 60px;
  margin-top: 52px;
  padding: 15px;
}
.content-page .heading h1 {
  color: #505458;
  font-size: 28px;
  margin: 10px 0px 20px;
}
.content-page .panel {
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  border: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background: #fff;
  overflow: scroll;
  height: 90vh;
}
.content-page .panel .panel-heading {
  font-family: 'Roboto', sans-serif;
  background-color: #fafafa;
  border-bottom: none;
  color: #797979;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 30px;
}
.content-page .panel .panel-body {
  padding: 20px;
}
.content-page .panel .panel-body .panel-add-item-row {
  text-align: right;
  margin-bottom: 10px;
}
.content-page .panel .panel-body .list-group .list-group-item .tools a {
  padding-left: 10px;
  padding-right: 6px;
  border-left: 1px solid #eee;
}
.content-page .panel .panel-body .list-group .list-group-item .tools a:first-child {
  border: none;
}
.content-page .panel .panel-body .list-group .list-group-item .tools a:last-child {
  padding-right: 6px;
}
.calculator-input {
  font-size: 20px;
  padding: 22px;
  max-width: 122px;
}
.calculator-clear {
  font-size: 21px;
  background-color: #f3725c;
  color: white;
}
.acl-table {
  width: 100%;
  margin-bottom: 32px;
}
.acl-table td {
  padding: 0;
  width: 140px;
}
.acl-table td:first-child {
  width: auto;
  padding: 8px 20px 6px 3px;
  text-align: right;
}
.acl-table td.hovered label {
  background: #f1f7fa;
}
.acl-table td label {
  width: 100%;
  display: block;
  height: 100%;
  padding: 8px 3px 6px;
}
.acl-table tr.resource td {
  border-bottom: 1px solid #72848E;
  background: rgba(43, 64, 73, 0.05);
}
.acl-table tr.resource:hover td {
  background: rgba(43, 64, 73, 0.1);
  border-bottom: 1px solid #72848E;
}
.acl-table tr:hover td {
  background: #FCFCFC;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}
.acl-table tr td.role {
  padding: 0;
}
.acl-table tr td.role label {
  margin: 0;
}
.acl-table.header {
  margin-bottom: 0;
}
.acl-table.header td.role {
  font-weight: bold;
  background: #fff;
  padding: 8px 3px 6px;
  text-align: left;
}
@media screen and (max-width: 1050px) {
  .sidebar {
    width: 63px;
  }
  .sidebar:hover {
    width: 240px;
  }
  .sidebar:hover #user-info {
    left: auto;
  }
  .sidebar:hover #user-info .content {
    display: block;
  }
  .sidebar:hover #sidebar-menu ul li a span {
    display: inline;
  }
  .sidebar #user-info {
    left: -12px;
  }
  .sidebar #user-info .content {
    display: none;
  }
  .sidebar #sidebar-menu ul li a span {
    display: none;
  }
  .content-page {
    margin-left: 63px;
  }
}
@media screen and (max-width: 700px) {
  .sidebar-right {
    width: 63px;
  }
  .sidebar-right:hover {
    width: 240px;
  }
  .sidebar-right:hover .cart-checkout {
    width: 240px !important;
  }
  .sidebar-right .cart-checkout {
    width: 63px !important;
  }
  .content-page.cart-mode {
    margin-right: 63px !important;
  }
}
.product-list .list-group-item {
  padding: 6px 15px;
}
.product-list .list-group-item:hover {
  background: #f7f9ff;
}
.form-color-option {
  border-radius: 4px;
  padding: 2px 4px;
  margin: 0;
}
/**
  * Button colors
 */
.button-orange,
.button-orange:hover,
.button-orange:focus {
  color: #0c0c0c;
  background-color: #fdba6c;
  border-color: #f3b062;
}
.button-orange:hover {
  filter: brightness(95%);
}
.button-yellow,
.button-yellow:hover,
.button-yellow:focus {
  color: #0c0c0c;
  background-color: #fad565;
  border-color: #f0cb5b;
}
.button-yellow:hover {
  filter: brightness(95%);
}
.button-violet,
.button-violet:hover,
.button-violet:focus {
  color: white;
  background-color: #6e4ffc;
  border-color: #6445f2;
}
.button-violet:hover {
  filter: brightness(95%);
}
.button-mint,
.button-mint:hover,
.button-mint:focus {
  color: #0c0c0c;
  background-color: #63d1b4;
  border-color: #59c7aa;
}
.button-mint:hover {
  filter: brightness(95%);
}
.button-olive,
.button-olive:hover,
.button-olive:focus {
  color: white;
  background-color: #808973;
  border-color: #767f69;
}
.button-olive:hover {
  filter: brightness(95%);
}
.button-blue,
.button-blue:hover,
.button-blue:focus {
  color: white;
  background-color: #6596df;
  border-color: #5b8cd5;
}
.button-blue:hover {
  filter: brightness(85%);
}
.button-red,
.button-red:hover,
.button-red:focus {
  color: white;
  background-color: #f3725c;
  border-color: #e96852;
}
.button-red:hover {
  filter: brightness(85%);
}
.button-violet-light,
.button-violet-light:hover,
.button-violet-light:focus {
  color: #0c0c0c;
  background-color: #cbb2fc;
  border-color: #c1a8f2;
}
.button-violet-light:hover {
  filter: brightness(95%);
}
.button-green,
.button-green:hover,
.button-green:focus {
  color: white;
  background-color: #4caf50;
  border-color: #42a546;
}
.button-green:hover {
  filter: brightness(90%);
}
.button-light-green,
.button-light-green:hover,
.button-light-green:focus {
  color: #0c0c0c;
  background-color: #a5d6a7;
  border-color: #9bcc9d;
}
.button-light-green:hover {
  filter: brightness(95%);
}
.button-cyan,
.button-cyan:hover,
.button-cyan:focus {
  color: #0c0c0c;
  background-color: #4dd0e1;
  border-color: #43c6d7;
}
.button-cyan:hover {
  filter: brightness(95%);
}
.button-peach,
.button-peach:hover,
.button-peach:focus {
  color: #0c0c0c;
  background-color: #ffb7b2;
  border-color: #f5ada8;
}
.button-peach:hover {
  filter: brightness(95%);
}
.button-lavender,
.button-lavender:hover,
.button-lavender:focus {
  color: #0c0c0c;
  background-color: #c8b5e2;
  border-color: #beabd8;
}
.button-lavender:hover {
  filter: brightness(95%);
}
.button-rose,
.button-rose:hover,
.button-rose:focus {
  color: white;
  background-color: #f48fb1;
  border-color: #ea85a7;
}
.button-rose:hover {
  filter: brightness(95%);
}
.button-sky-blue,
.button-sky-blue:hover,
.button-sky-blue:focus {
  color: #0c0c0c;
  background-color: #87cefa;
  border-color: #7dc4f0;
}
.button-sky-blue:hover {
  filter: brightness(95%);
}
.button-pink,
.button-pink:hover,
.button-pink:focus {
  color: white;
  background-color: #e91e63;
  border-color: #df1459;
}
.button-pink:hover {
  filter: brightness(90%);
}
.button-coral,
.button-coral:hover,
.button-coral:focus {
  color: #0c0c0c;
  background-color: #ff7f7f;
  border-color: #f57575;
}
.button-coral:hover {
  filter: brightness(95%);
}
.button-turquoise,
.button-turquoise:hover,
.button-turquoise:focus {
  color: #0c0c0c;
  background-color: #40e0d0;
  border-color: #36d6c6;
}
.button-turquoise:hover {
  filter: brightness(95%);
}
.button-lilac,
.button-lilac:hover,
.button-lilac:focus {
  color: #0c0c0c;
  background-color: #c8a2c8;
  border-color: #be98be;
}
.button-lilac:hover {
  filter: brightness(95%);
}
.button-sage,
.button-sage:hover,
.button-sage:focus {
  color: #0c0c0c;
  background-color: #bcb88a;
  border-color: #b2ae80;
}
.button-sage:hover {
  filter: brightness(95%);
}
.button-apricot,
.button-apricot:hover,
.button-apricot:focus {
  color: #0c0c0c;
  background-color: #fbceb1;
  border-color: #f1c4a7;
}
.button-apricot:hover {
  filter: brightness(95%);
}
.button-butter,
.button-butter:hover,
.button-butter:focus {
  color: #0c0c0c;
  background-color: #fffdd0;
  border-color: #f5f3c6;
}
.button-butter:hover {
  filter: brightness(95%);
}
.button-powder-blue,
.button-powder-blue:hover,
.button-powder-blue:focus {
  color: #0c0c0c;
  background-color: #b0e0e6;
  border-color: #a6d6dc;
}
.button-powder-blue:hover {
  filter: brightness(95%);
}
.button-salmon,
.button-salmon:hover,
.button-salmon:focus {
  color: #0c0c0c;
  background-color: #fa8072;
  border-color: #f07668;
}
.button-salmon:hover {
  filter: brightness(95%);
}
.button-periwinkle,
.button-periwinkle:hover,
.button-periwinkle:focus {
  color: #0c0c0c;
  background-color: #ccccff;
  border-color: #c2c2f5;
}
.button-periwinkle:hover {
  filter: brightness(95%);
}
.button-cream,
.button-cream:hover,
.button-cream:focus {
  color: #0c0c0c;
  background-color: #fff8dc;
  border-color: #f5eed2;
}
.button-cream:hover {
  filter: brightness(95%);
}
.button-dusty-rose,
.button-dusty-rose:hover,
.button-dusty-rose:focus {
  color: white;
  background-color: #bc8f8f;
  border-color: #b28585;
}
.button-dusty-rose:hover {
  filter: brightness(95%);
}
.button-seafoam,
.button-seafoam:hover,
.button-seafoam:focus {
  color: #0c0c0c;
  background-color: #9fe2bf;
  border-color: #95d8b5;
}
.button-seafoam:hover {
  filter: brightness(95%);
}
.button-lavender-blue,
.button-lavender-blue:hover,
.button-lavender-blue:focus {
  color: #0c0c0c;
  background-color: #b5bde3;
  border-color: #abb3d9;
}
.button-lavender-blue:hover {
  filter: brightness(95%);
}
.button-soft-purple,
.button-soft-purple:hover,
.button-soft-purple:focus {
  color: white;
  background-color: #ba9cd9;
  border-color: #b092cf;
}
.button-soft-purple:hover {
  filter: brightness(95%);
}
.button-pastel-orange,
.button-pastel-orange:hover,
.button-pastel-orange:focus {
  color: #0c0c0c;
  background-color: #ffdab9;
  border-color: #f5d0af;
}
.button-pastel-orange:hover {
  filter: brightness(95%);
}
.button-baby-blue,
.button-baby-blue:hover,
.button-baby-blue:focus {
  color: #0c0c0c;
  background-color: #add8e6;
  border-color: #a3cedc;
}
.button-baby-blue:hover {
  filter: brightness(95%);
}
/**
  * Toggle cart mode
 */
.toggle-cart-mode {
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 250px;
  color: white;
  font-size: 18px;
  line-height: 34px;
}
.toggle-cart-mode .switch {
  float: right;
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggle-cart-mode .switch input {
  display: none;
}
.toggle-cart-mode .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.toggle-cart-mode .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.toggle-cart-mode input:checked + .slider {
  background-color: #6596df;
}
.toggle-cart-mode input:focus + .slider {
  box-shadow: 0 0 1px #6596df;
}
.toggle-cart-mode input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/**
  * Cart
 */
#sidebar-menu.sidebar-menu-right #cart {
  padding: 10px;
}
#sidebar-menu.sidebar-menu-right #clear-cart {
  padding-top: 15px;
  padding-bottom: 15px;
  position: absolute;
  top: 0;
  background-color: white;
  z-index: 10;
  width: 100%;
}
#sidebar-menu.sidebar-menu-right #clear-cart button {
  height: 50px;
}
#sidebar-menu.sidebar-menu-right .cart {
  padding-top: 65px;
  border-top: 2px solid rgba(244, 244, 244, 0.9);
}
#sidebar-menu.sidebar-menu-right .cart .cart-title {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  height: 34px;
  margin-bottom: 15px;
  font-weight: bold;
}
#sidebar-menu.sidebar-menu-right .cart .cart-element-count {
  float: left;
  display: inline-block;
}
#sidebar-menu.sidebar-menu-right .cart .cart-items-wrap {
  margin-bottom: 75px;
}
#sidebar-menu.sidebar-menu-right .cart .cart-items {
  /*display: none;*/
  /*padding: 10px;*/
}
#sidebar-menu.sidebar-menu-right .cart .cart-item {
  border-top: 1px solid rgba(244, 244, 244, 0.9);
  line-height: 20px;
  padding: 10px 5px;
  float: left;
  width: 100%;
}
#sidebar-menu.sidebar-menu-right .cart .cart-item .item-text {
  margin-right: 40px;
}
#sidebar-menu.sidebar-menu-right .cart .cart-item .item-controls {
  float: right;
}
#sidebar-menu.sidebar-menu-right .cart .cart-item .remove-item {
  float: right;
  background-color: #f3725c;
  color: white;
}
#sidebar-menu.sidebar-menu-right .cart .cart-item .item-price {
  font-weight: bold;
}
#sidebar-menu.sidebar-menu-right .cart .cart-checkout {
  border-top: 2px solid rgba(244, 244, 244, 0.9);
  font-size: 18px;
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 280px;
}
#sidebar-menu.sidebar-menu-right .cart .cart-checkout button {
  font-size: 18px;
  text-align: center;
  padding: 20px 10px;
  width: 20%;
}
#sidebar-menu.sidebar-menu-right .cart .cart-checkout button.cart-total {
  width: 75%;
  display: inline-block;
}
