/* nambushop */
body .inlineagb {
  max-height: 200px;
  overflow-y: auto;
}
body .hint {
  color: #999;
  font-size: 16px;
}
body .categories-list {
  list-style: none;
  padding: 0;
}
body .categories-list li {
  list-style: none;
  display: inline-block;
  width: 25%;
  position: relative;
  margin-bottom: 10px;
}
body .categories-list li a {
  margin-right: 10px;
  height: 200px;
  display: block;
  border: 1px #ddd solid;
}
body .categories-list li a .cimage {
  height: 130px;
  margin: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
body .categories-list li a .cname {
  display: block;
  padding: 10px 0;
  width: 100%;
}
body .price .oldprice {
  text-decoration: line-through;
  color: #888;
}
body .productdetail .image .additional-images {
  list-style: none;
  margin: 5px 0 0 0;
  padding: 0;
}
body .productdetail .image .additional-images li {
  list-style: none;
  display: inline-block;
  height: 50px;
  width: 50px;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: 1px #ddd solid;
}
body .productdetail .image .additional-images li img {
  max-width: 100%;
  max-height: 100%;
}
body .productdetail .image .additional-images li.active {
  border: 1px #2780e3 solid;
}
body .productdetail .features .row div:first-child {
  font-weight: bold;
}
body .productdetail .descriptions {
  margin-top: 10px;
}
body .productdetail .descriptions .nav-tabs {
  border-bottom: 1px solid #dddddd;
}
body .productdetail .descriptions .nav-tabs > li > a {
  padding: 5px 10px;
  border-color: #dddddd #dddddd transparent;
  background-color: #f5f5f5;
  cursor: pointer;
}
body .productdetail .descriptions .tab-content {
  border-left: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
body .productdetail .descriptions .tab-content .tab-pane {
  padding: 10px;
}
body .productdetail .cross-sellings a.item {
  display: block;
  border: 1px #ddd solid;
  padding: 5px;
}
body .productdetail .cross-sellings a.item img {
  max-width: 100%;
}
body .productdetail #ratingstars {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
body .productdetail .ratings .creator {
  width: 40%;
  max-width: 200px;
}
body .productdetail .ratings .creator time {
  font-size: 90%;
  font-style: italic;
}
body .productdetail .ratings .table {
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
body .dropdown-menu.attachment li {
  padding: 0 10px;
}
body .dropdown-menu.attachment li .fbox-button {
  margin-top: 5px;
}
body .dropdown-menu.attachment li .alert {
  margin: 5px 0;
}
body .dropdown-login .dropdown-menu {
  min-width: 344px;
}
body .dropdown-cart .dropdown-menu {
  min-width: 300px;
  padding: 0;
}
body .dropdown-cart .dropdown-menu table {
  margin-bottom: 0;
}
body .dropdown-cart .dropdown-menu table tr:first-child td {
  border-top: none;
}
body .dropdown-cart .dropdown-menu table td {
  padding: 3px;
}
body .dropdown-cart .dropdown-menu table td.img {
  max-height: 20px;
  max-width: 20px;
}
body .dropdown-cart .dropdown-menu table td.img img {
  max-width: 100%;
  max-height: 100%;
}
body .dropdown-cart .dropdown-menu table td a {
  display: block;
}
body .dropdown-cart .dropdown-menu .buttons {
  padding: 5px;
  text-align: right;
}
body .dropdown-cart .dropdown-menu .buttons .btn {
  color: #FFF;
  display: inline-block;
}
body .product-slider {
  border: 1px solid #dddddd;
  padding: 5px;
}
body .product-slider .jcarousel-pagination {
  margin-top: 5px;
}
body .product-slider .image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 70px;
}
body .cart td.quantity i {
  font-size: 90%;
}
body .productform label {
  font-weight: normal;
  margin-left: 1rem;
  margin-bottom: 0;
}
body .productform h3 {
  font-size: 22px;
  margin-bottom: 5px;
}
body .productform .form-check input[value*=set] + label {
  font-weight: bold;
}
body .productform button.btn {
  margin-top: 10px;
}
body .filelist {
  margin-top: 5px;
}
body .filelist li {
  padding: 5px 40px 5px 5px;
}
body .filelist li .fa {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
body .shop-products .productform {
  text-align: right;
}
body .shop-products .product h4 {
  margin-top: 0;
}
body .search-form.mini,
body .filter-form.mini {
  background-color: transparent;
}
body .search-form .form-group,
body .filter-form .form-group {
  position: relative;
  margin: 0;
  padding-top: 5px;
  height: 40px;
}
body .search-form .form-group.loading,
body .filter-form .form-group.loading {
  color: #2780e3;
  z-index: 100;
}
body .search-form .form-group.loading:after,
body .filter-form .form-group.loading:after {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 45%;
  content: '\f110';
  font-size: 150%;
  font-family: 'FontAwesome';
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
body .search-form .form-group input[type=checkbox],
body .filter-form .form-group input[type=checkbox] {
  display: inline-block;
  margin-right: 10px;
}
body .search-form .price-dropdown .btn .caption,
body .filter-form .price-dropdown .btn .caption {
  display: inline-block;
  min-width: 80px;
}
body .search-form .price-dropdown .row,
body .filter-form .price-dropdown .row {
  margin-left: -5px;
  margin-right: -5px;
}
body .search-form .price-dropdown .row > div,
body .filter-form .price-dropdown .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
body .search-form .price-dropdown .row .center,
body .filter-form .price-dropdown .row .center {
  line-height: 31px;
}
body .alert-debug {
  background-color: #ccc;
  padding-top: 30px;
  color: #666;
  position: relative;
}
body .alert-debug:after {
  content: 'DEBUG INFO';
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
body .order .voucherform input {
  width: 150px;
  display: inline-block;
}
body #maincontainer {
  position: relative;
}
body #maincontainer .col-left {
  width: 300px;
  float: left;
}
body #maincontainer .col-center {
  margin-left: 320px;
}
body #maincontainer .col-center.hideLeft {
  margin-left: 0;
}
body #maincontainer .col-center.hideLeft .pimcore_area_shop .category-navigation .fa-angle-right {
  display: none;
}
body #maincontainer .col-center > .panel {
  float: left;
  width: 100%;
}
body input[type=checkbox] {
  width: auto;
}
@media (max-width: 992px) {
  body .categories-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body .categories-list li {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */