/* 0 0 $global-margin 0; */

#app .top-bar ul .menu-item a:hover {
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  color: #f69d26;
}

body {
  background-color: #fefefe;
  font-family: "Lato", sans-serif;
}

.hint {
  font-size: 80%;
}

.nomargin {
  margin: 0 !important;
}

.cart-submenu,
.submenu {
  display: none;
}

.top-bar-line {
  width: 100%;
  background-color: #f69d26;
  height: 57px;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

#app {
  background-color: #fefefe;
  position: relative;
}

#app .top-bar {
  padding: 1rem;
  padding-top: 0;
}

#app .top-bar ul.submenu {
  background-color: #fefefe;
}

#app .top-bar ul.cart-menu .badge {
  position: absolute;
  z-index: 2;
  height: 20px;
  width: 20px;
  padding: 5px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#app .top-bar ul.submenu.cart-submenu {
  width: 550px;
}

#app .top-bar ul.submenu.cart-submenu .cell {
  padding: 0 15px;
  margin: auto;
}

#app .top-bar ul.submenu.cart-submenu .cell ::after {
  content: "";
}

#app .top-bar ul.submenu.cart-submenu .cell.total-section {
  padding-top: 10px;
}

#app .top-bar ul.submenu.cart-submenu .separator {
  margin: 5px auto;
  clear: both;
  display: block;
  width: 100%;
}

#app .top-bar ul.submenu.cart-submenu p {
  margin: 0;
}

#app .top-bar ul.submenu.cart-submenu .price,
#app .top-bar ul.submenu.cart-submenu .button.remove-from-cart {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

#app .top-bar .top-bar-left .navbar-brand {
  z-index: 999;
  position: absolute;
  top: -57px;
  background-color: white;
  padding: 0 10px;
}

#app .top-bar,
#app .top-bar ul {
  background-color: transparent;
}

#app .top-bar li,
#app .top-bar ul li {
  font-family: "Lato", sans-serif;
}

#app .top-bar li:last-child a,
#app .top-bar ul li:last-child a {
  padding-right: 0;
}

#app .top-bar li a,
#app .top-bar ul li a {
  font-size: 25px;
  color: #0d0a18;
}

#app .inside-body {
  padding: 1rem;
  margin: 3rem 0;
}

#app p.bigger {
  font-size: 125%;
}

#app .product-list table {
  text-align: left;
  vertical-align: bottom;
}

#app .product-list table .product-title {
  font-weight: 600;
}

#app .product-list table .product-info {
  font-size: 80%;
}

#app .product-list table .product-stock {
  font-size: 80%;
}

#app .product-list table .product-stock input {
  margin-bottom: 0;
}

#app .product-list table td {
  vertical-align: top;
}

#app .product-list table .btn-holder .button {
  margin: 0;
}

#footer {
  /*padding: $global-padding;

  p {
      margin: 0;
  }*/
}

#footer a {
  color: #0d0a18;
  text-decoration: underline;
}

html {
  padding-top: 1rem !important;
}

#admin-bar {
  height: 35px;
  background: #0d0a18;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

#admin-bar * {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: white;
}

#admin-bar span,
#admin-bar a {
  display: inline-block;
  padding: 0 1rem;
}

#admin-bar #admin-bar::after {
  clear: both;
  content: " ";
  display: table;
}

#admin-bar .right-float {
  float: right;
}

#admin-bar .admin-menu {
  margin: 0;
  list-style: none;
  float: left;
}

.alert {
  margin: 5px 0 15px;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #c44;
  color: #fff;
}

.alert.alert-success {
  background-color: #4c4;
}

ul.category-list {
  list-style-type: none;
  width: 100%;
  margin-left: 0;
}

ul.category-list li {
  list-style-type: none;
  width: 100%;
  border-bottom: 2px solid #919598;
  position: relative;
}

ul.category-list li:hover {
  background-color: #f69d26;
}

ul.category-list li:hover a {
  color: #fefefe;
  background-color: #f69d26;
  color: #fefefe;
  padding-left: 10px;
}

ul.category-list li a {
  font-family: "Lato", sans-serif, Arial, Helvetica;
  color: #919598;
  font-size: 20px;
  font-weight: 300;
  width: 100%;
  padding-left: 0;
  padding-right: 40px;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
}

ul.category-list li a span {
  position: absolute;
  right: 0;
  font-weight: 700;
  padding: 0 3px;
}

ul.category-list li.subcategory a {
  padding-left: 20px;
}

ul.category-list li.subcategory:hover a {
  color: #fefefe;
  padding-left: 30px;
}

.bracket {
  width: 100%;
  position: relative;
  padding: 0 20px;
}

.bracket .bracket-icon {
  position: absolute;
  color: #f69d26;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: auto;
  width: 15px;
  height: 40px;
}

.bracket .bracket-icon.right {
  left: auto;
  right: 0;
}

.bracket.bracket-gray .bracket-icon {
  width: 9px;
  height: 30px;
}

.bracket.bracket-gray .right {
  left: auto;
  right: 0;
}

.cta {
  background-color: #f69d26;
  color: #fefefe;
}

.cta #contact-us {
  color: #0d0a18;
  font-size: 26px;
  padding: 0;
  margin-top: 1rem;
}

.cta #contact-us :hover {
  background-color: #f69d26;
}

.cta #contact-us .bracket {
  padding: 20px 40px;
}

.cta #contact-us .bracket .bracket-icon {
  width: 21px;
  height: 60px;
}

.cta .pencil {
  display: inline-block;
  margin-left: 40px;
  margin-right: 20px;
  vertical-align: middle;
}

.cta .pencil img {
  width: 30px;
  height: 30px;
  vertical-align: top;
}

@media all and (min-width: 640px) {
  .cta #contact-us {
    float: right;
  }
}

.footer-menu {
  margin: 0;
  list-style-type: none;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:first-child {
  margin-left: 0;
}

#searchProduct {
  text-align: right;
  float: right;
}

#searchProduct .input-group.search-header {
  max-width: 100%;
  position: relative;
}

#searchProduct input.input-group-field {
  border: none;
  box-shadow: none;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
}

#searchProduct input.input-group-field:focus {
  width: 250px;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
}

#searchProduct .input-group-button.search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

#searchProduct .input-group-button.search-button button {
  padding: 0;
  background-color: transparent;
  width: 50px;
  color: #919598;
}

@media all and (max-width: 1024px) {
  #searchProduct {
    margin-right: 3rem;
  }
}

.product-wrap {
  margin-bottom: 40px;
}

.product-wrap .product-body {
  color: #919598;
  font-size: 15px;
  line-height: 1.2;
  font-family: "Lato", sans-serif;
  margin-bottom: 5px;
}

.product-wrap h3.product-title {
  font-size: 20px;
  color: #0d0a18;
  font-family: "Lato", serif;
  font-weight: 600;
}

.product-wrap .product-link {
  color: #f69d26;
  font-size: 18px;
  position: relative;
  width: 100%;
  padding-top: 3px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid #f69d26;
  transition: 0.3s linear all;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
}

.product-wrap .product-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 30px;
  border-color: transparent transparent #f69d26 transparent;
}

.product-wrap img {
  margin-bottom: 10px;
}

.product-wrap .product-link:hover {
  background-color: #f69d26;
  border-color: #f69d26;
  color: #fefefe;
  padding-left: 10px;
}

#footer {
  background-color: #e5e6e7;
}

.entry-thumbnail {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.company-data h3 {
  line-height: 1;
}

.company-data h4 {
  font-size: 1rem;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}

.company-data .contact-list {
  list-style-type: none;
  margin-left: 0;
}

.company-data .contact-list a {
  color: #0d0a18;
}

.company-data .contact-list li {
  list-style-type: none;
  padding-left: 50px;
  position: relative;
  margin: 10px 0;
  line-height: 25px;
}

.company-data .contact-list li img {
  width: 20px;
  height: 20px;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.company-data .social-list {
  list-style-type: none;
  display: inline-block;
  margin-left: 0;
}

.company-data .social-list a {
  margin: 4px;
}

.company-data .social-list a:first-child {
  margin-left: 0;
}

.company-data .social-list a:last-child {
  margin-right: 0;
}

.company-data .social-list li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  /*
  &.li-fb:before {
      background-image: url('./../assets/svg/facebook.svg');
  }
  &.li-insta:before {
      background-image: url('./../assets/svg/instagram.svg');
  }
  &.li-twitter:before {
      background-image: url('./../assets/svg/twitter.svg');
  }
  &.li-skype:before {
      background-image: url('./../assets/svg/skype.svg');
  }
  &.li-linkedin:before {
      background-image: url('./../assets/svg/linkedin.svg');
  }
  &.li-youtube:before {
      background-image: url('./../assets/svg/youtube.svg');
  }*/
}

.company-data .social-list li img,
.company-data .social-list li:before {
  content: "";
  width: 25px;
  height: 25px;
  font-size: 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  background-color: transparent;
  background-color: transparent;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left;
}

#breadcrumb {
  display: inline-block;
}

#breadcrumb .breadcrumb-item-first {
  display: inline-block;
  color: #f69d26;
  font-size: 14px;
}

#breadcrumb ul.breadcrumb {
  display: inline-block;
  color: #f69d26;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  margin-left: 0;
  padding-left: 0;
}

#breadcrumb ul.breadcrumb li {
  display: inline-block;
  list-style-type: none;
  font-style: italic;
}

#breadcrumb ul.breadcrumb li.breadcrumb-item {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  padding-right: 5px;
}

#breadcrumb ul.breadcrumb li.breadcrumb-item:before {
  content: ">";
  position: absolute;
  top: 0;
  font-size: 14px;
  left: 0;
}

#breadcrumb ul.breadcrumb li.breadcrumb-item:first-child:before {
  content: "";
}

#breadcrumb ul.breadcrumb li.breadcrumb-item:first-child {
  padding-left: 0px;
}

#breadcrumb ul.breadcrumb a {
  color: #f69d26;
}

/* Side menu
==============================================*/

.off-canvas {
  background: #f69d26;
  color: #fefefe;
  padding: 50px 20px;
  transform: translateX(250px);
}

@media all and (max-width: 640px) {
  .off-canvas {
    padding: 15px 20px 50px 20px;
  }
}

.off-canvas .menu a {
  padding-left: 0;
  padding-right: 0;
  color: #fefefe;
}

.off-canvas button {
  color: #fefefe;
}

.off-canvas .category-count {
  display: none;
}

.off-canvas .category-item.subcategory a {
  padding-left: 10px;
}

#off-canvas-btn {
  float: right;
  margin-top: 10px;
  z-index: 1;
  cursor: pointer;
}

#off-canvas-btn span {
  display: block;
  height: 3px;
  width: 25px;
  margin-bottom: 5px;
  background: #f69d26;
}

