@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,700&subset=latin,latin-ext');
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.box_shadow_disable {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@keyframes grow {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*===Product cards grid settings===*/
.row-index-product-list .grid,
.row-dashboard-product-list .grid,
.row-index-product-list .dashboard-product-column,
.row-dashboard-product-list .dashboard-product-column {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .row-index-product-list .grid,
  .row-dashboard-product-list .grid,
  .row-index-product-list .dashboard-product-column,
  .row-dashboard-product-list .dashboard-product-column {
    float: left;
    width: 50%;
  }
}
.row-index-product-list .grid.grid-3,
.row-dashboard-product-list .grid.grid-3,
.row-index-product-list .dashboard-product-column.grid-3,
.row-dashboard-product-list .dashboard-product-column.grid-3 {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .row-index-product-list .grid.grid-3,
  .row-dashboard-product-list .grid.grid-3,
  .row-index-product-list .dashboard-product-column.grid-3,
  .row-dashboard-product-list .dashboard-product-column.grid-3 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .row-index-product-list .grid.grid-3,
  .row-dashboard-product-list .grid.grid-3,
  .row-index-product-list .dashboard-product-column.grid-3,
  .row-dashboard-product-list .dashboard-product-column.grid-3 {
    float: left;
    width: 33.33333333%;
  }
}
.row-index-product-list .grid.grid-4,
.row-dashboard-product-list .grid.grid-4,
.row-index-product-list .dashboard-product-column.grid-4,
.row-dashboard-product-list .dashboard-product-column.grid-4 {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .row-index-product-list .grid.grid-4,
  .row-dashboard-product-list .grid.grid-4,
  .row-index-product-list .dashboard-product-column.grid-4,
  .row-dashboard-product-list .dashboard-product-column.grid-4 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .row-index-product-list .grid.grid-4,
  .row-dashboard-product-list .grid.grid-4,
  .row-index-product-list .dashboard-product-column.grid-4,
  .row-dashboard-product-list .dashboard-product-column.grid-4 {
    float: left;
    width: 25%;
  }
}
.row-index-product-list .grid.grid-5,
.row-dashboard-product-list .grid.grid-5,
.row-index-product-list .dashboard-product-column.grid-5,
.row-dashboard-product-list .dashboard-product-column.grid-5 {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 992px) {
  .row-index-product-list .grid.grid-5,
  .row-dashboard-product-list .grid.grid-5,
  .row-index-product-list .dashboard-product-column.grid-5,
  .row-dashboard-product-list .dashboard-product-column.grid-5 {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .row-index-product-list .grid.grid-5,
  .row-dashboard-product-list .grid.grid-5,
  .row-index-product-list .dashboard-product-column.grid-5,
  .row-dashboard-product-list .dashboard-product-column.grid-5 {
    width: 20% !important;
  }
}
.row-index-product-list .list,
.row-dashboard-product-list .list {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
/*===*/
.disabled-gutter .dashboard-product-column.grid-3,
.disabled-gutter .dashboard-product-column.grid-4,
.disabled-gutter .dashboard-product-column.grid-5,
.disabled-gutter .row.index-product-column,
.disabled-gutter .grid.grid-3,
.disabled-gutter .grid.grid-4,
.disabled-gutter .grid.grid-5,
.disabled-gutter .row-index-product-list .list,
.disabled-gutter .article-index-column,
.disabled-gutter .gallery-card-wrapper,
.disabled-gutter .dashboard-category-column {
  padding: 0 !important;
  margin: 0 0 -1px -1px !important;
}
.disabled-gutter .dashboard-product-column.grid-3:hover,
.disabled-gutter .dashboard-product-column.grid-4:hover,
.disabled-gutter .dashboard-product-column.grid-5:hover,
.disabled-gutter .row.index-product-column:hover,
.disabled-gutter .grid.grid-3:hover,
.disabled-gutter .grid.grid-4:hover,
.disabled-gutter .grid.grid-5:hover,
.disabled-gutter .row-index-product-list .list:hover,
.disabled-gutter .article-index-column:hover,
.disabled-gutter .gallery-card-wrapper:hover,
.disabled-gutter .dashboard-category-column:hover,
.disabled-gutter .dashboard-product-column.grid-3:focus,
.disabled-gutter .dashboard-product-column.grid-4:focus,
.disabled-gutter .dashboard-product-column.grid-5:focus,
.disabled-gutter .row.index-product-column:focus,
.disabled-gutter .grid.grid-3:focus,
.disabled-gutter .grid.grid-4:focus,
.disabled-gutter .grid.grid-5:focus,
.disabled-gutter .row-index-product-list .list:focus,
.disabled-gutter .article-index-column:focus,
.disabled-gutter .gallery-card-wrapper:focus,
.disabled-gutter .dashboard-category-column:focus {
  z-index: 100;
}
.disabled-gutter .row-dashboard-product-list,
.disabled-gutter .row-index-product-list {
  margin: 0 -3px;
  padding-left: 3px;
}
.disabled-gutter .main-without-sidebar .row-category-list {
  margin: 0 -3px;
  padding-left: 3px;
}
@media (max-width: 992px) {
  .disabled-gutter .main-without-sidebar .row-category-list {
    margin: 0 -2px;
    padding-left: 2px;
  }
}
@media (max-width: 768px) {
  .disabled-gutter .main-without-sidebar .row-category-list {
    margin: 0 0;
    padding-left: 0;
  }
}
.disabled-gutter .main-sidebar .row-category-list {
  margin: 0 -3px;
  padding-left: 3px;
}
@media (max-width: 1200px) {
  .disabled-gutter .main-sidebar .row-category-list {
    margin: 0 -2px;
    padding-left: 2px;
  }
}
@media (max-width: 992px) {
  .disabled-gutter .main-sidebar .row-category-list {
    margin: 0 -1px;
    padding-left: 1px;
  }
}
@media (max-width: 768px) {
  .disabled-gutter .main-sidebar .row-category-list {
    margin: 0 0;
    padding-left: 0;
  }
}
.disabled-gutter .category-card {
  margin: 0;
}
.disabled-gutter .main-without-sidebar .article-list {
  margin: 0 -3px;
  padding-left: 3px;
}
@media (max-width: 992px) {
  .disabled-gutter .main-without-sidebar .article-list {
    margin: 0 -2px;
    padding-left: 2px;
  }
}
@media (max-width: 768px) {
  .disabled-gutter .main-without-sidebar .article-list {
    margin: 0 0;
    padding-left: 0;
  }
}
.disabled-gutter .main-sidebar .article-list {
  margin: 0 -2px;
  padding-left: 2px;
}
@media (max-width: 992px) {
  .disabled-gutter .main-sidebar .article-list {
    margin: 0 -1px;
    padding-left: 1px;
  }
}
@media (max-width: 768px) {
  .disabled-gutter .main-sidebar .article-list {
    margin: 0 0;
    padding-left: 0;
  }
}
.disabled-gutter .latest-news-list {
  margin: 0;
}
.disabled-gutter #dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-item {
  margin: 0;
  padding: 0;
}
.disabled-gutter .article-card {
  margin: 0;
}
.disabled-gutter .gallery-card-list {
  margin: 0 -3px;
  padding-left: 3px;
}
@media (max-width: 1200px) {
  .disabled-gutter .gallery-card-list {
    margin: 0 -2px;
    padding-left: 2px;
  }
}
@media (max-width: 992px) {
  .disabled-gutter .gallery-card-list {
    margin: 0 -1px;
    padding-left: 1px;
  }
}
.disabled-gutter .gallery-image-item {
  padding: 0 !important;
}
.disabled-gutter .gallery-view-list {
  margin: 0;
}
.disabled-gutter .dashboard-category-column.category-card-type-4 .category-card {
  margin: 30px 0 0 0 !important;
}
@media (max-width: 768px) {
  .disabled-gutter .article-card,
  .disabled-gutter .category-card {
    margin-bottom: 15px !important;
  }
}
.disabled-gutter .element-product-card,
.disabled-gutter .gallery-image-item {
  margin: 0 !important;
}
@media (max-width: 500px) {
  .disabled-gutter .element-product-card,
  .disabled-gutter .gallery-image-item {
    margin-bottom: 15px !important;
  }
}
.disabled-gutter .index-product-column.grid.type-5 .element-product-card,
.disabled-gutter .dashboard-product-column.type-5 .element-product-card {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid #efefef;
}
.disabled-gutter .index-product-column.grid.type-5 .element-product-card .product-card-data,
.disabled-gutter .dashboard-product-column.type-5 .element-product-card .product-card-data {
  padding: 0 5px;
}
.disabled-gutter .index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn,
.disabled-gutter .dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn {
  margin: 5px;
}
.disabled-gutter .index-product-column.grid.type-5 .element-product-card:hover,
.disabled-gutter .dashboard-product-column.type-5 .element-product-card:hover,
.disabled-gutter .index-product-column.grid.type-5 .element-product-card:focus,
.disabled-gutter .dashboard-product-column.type-5 .element-product-card:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-color: #0c9447;
}
.disabled-gutter .dashboard-slot {
  padding-bottom: 30px !important;
  margin: 0 !important;
}
.disabled-gutter .dashboard-slot:last-child {
  padding: 0 !important;
}
.disabled-gutter .gallery-index .element-pagination {
  padding: 0;
}
.thick-gutter #dashboard .latest-news-card.article-card-type-3 .desc {
  padding: 10px;
}
@media (max-width: 768px) {
  .thick-gutter #dashboard .latest-news-card.article-card-type-3 .desc {
    padding: 10px 0;
  }
}
.thick-gutter #dashboard .latest-news-card.article-card-type-3 h3 a {
  left: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.thin-gutter .row-dashboard-product-list,
.thin-gutter .latest-news-list,
.thin-gutter .row-category-list,
.thin-gutter .row-index-product-list,
.thin-gutter .article-list,
.thin-gutter .gallery-card-list,
.thin-gutter .gallery-view-list {
  margin: 0 -3px;
}
.thin-gutter .dashboard-product-column,
.thin-gutter #dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-item,
.thin-gutter .dashboard-product-column.grid-3,
.thin-gutter .dashboard-product-column.grid-4,
.thin-gutter .dashboard-product-column.grid-5,
.thin-gutter .row.index-product-column,
.thin-gutter .grid.grid-3,
.thin-gutter .grid.grid-4,
.thin-gutter .grid.grid-5,
.thin-gutter .row-index-product-list .list,
.thin-gutter .dashboard-category-column,
.thin-gutter .index-product-column,
.thin-gutter .article-index-column,
.thin-gutter .gallery-card-wrapper,
.thin-gutter .gallery-image-item,
.thin-gutter .row-index-product-list .list {
  padding: 0 3px !important;
}
.thin-gutter .element-product-card,
.thin-gutter .article-card,
.thin-gutter .category-card,
.thin-gutter .gallery-card-wrapper,
.thin-gutter .gallery-image-item {
  margin: 0 0 6px 0 !important;
}
.thin-gutter .dashboard-category-column.category-card-type-4 .category-card {
  margin: 30px 0 6px 0 !important;
}
.thin-gutter .dashboard-slot {
  padding-bottom: 30px !important;
  margin: 0 !important;
}
.thin-gutter .dashboard-slot:last-child {
  padding: 0 !important;
}
.thin-gutter .gallery-index .element-pagination {
  padding: 0;
}
.index-product-column.grid.type-2 .element-product-card .special-offer,
.dashboard-product-column.type-2 .element-product-card .special-offer {
  left: -27px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: rgba(246, 42, 0, 0.9);
}
.index-product-column.grid.type-2 .element-product-card .manufacturer-logo,
.dashboard-product-column.type-2 .element-product-card .manufacturer-logo {
  text-align: center;
}
.index-product-column.grid.type-2 .element-product-card .manufacturer-logo a,
.dashboard-product-column.type-2 .element-product-card .manufacturer-logo a {
  display: inline-block;
}
.index-product-column.grid.type-2 .element-product-card .element-top-products,
.dashboard-product-column.type-2 .element-product-card .element-top-products {
  top: 70px;
  background: rgba(246, 42, 0, 0.9);
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .manufacturer-logo,
.dashboard-product-column.type-2 .element-product-card .product-card-data .manufacturer-logo {
  display: block;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices {
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(12, 148, 71, 0.9);
  padding: 7px 7px 10px 10px;
  border-bottom-left-radius: 15px;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices .price,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices .price {
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices .price .gross_quantity_unit,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices .price .gross_quantity_unit {
  color: #ffffff;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices .price .net_price,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices .price .net_price {
  color: #ffffff;
  line-height: 16px;
  text-align: right;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices .price-original,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices .price-original {
  color: #ffffff;
  line-height: 16px;
  text-align: right;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .prices .price-original .net_price,
.dashboard-product-column.type-2 .element-product-card .product-card-data .prices .price-original .net_price {
  color: #ffffff;
  line-height: 16px;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data .sku,
.dashboard-product-column.type-2 .element-product-card .product-card-data .sku {
  text-align: center;
  color: #333333;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data h3,
.dashboard-product-column.type-2 .element-product-card .product-card-data h3 {
  margin: 5px 0 10px 0;
  height: initial;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data h3 a,
.dashboard-product-column.type-2 .element-product-card .product-card-data h3 a {
  display: block;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column.grid.type-2 .element-product-card .product-card-data h3 a:hover,
.dashboard-product-column.type-2 .element-product-card .product-card-data h3 a:hover,
.index-product-column.grid.type-2 .element-product-card .product-card-data h3 a:focus,
.dashboard-product-column.type-2 .element-product-card .product-card-data h3 a:focus {
  text-decoration: none;
}
.index-product-column.grid.type-2 .element-product-card .product-card-buttons,
.dashboard-product-column.type-2 .element-product-card .product-card-buttons {
  display: none;
}
.index-product-column.grid.type-3 .element-product-card:hover .thumbnail,
.dashboard-product-column.type-3 .element-product-card:hover .thumbnail {
  padding: 0;
}
.index-product-column.grid.type-3 .element-product-card:hover .thumbnail img,
.dashboard-product-column.type-3 .element-product-card:hover .thumbnail img {
  padding: 0;
  image-rendering: auto;
  transform: none;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data,
.dashboard-product-column.type-3 .element-product-card .product-card-data {
  padding: 5px 0;
  background: transparent;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data h3,
.dashboard-product-column.type-3 .element-product-card .product-card-data h3 {
  margin: 0;
  padding: 5px;
  text-align: center;
  background: #ffffff;
  font-size: 15px;
  line-height: 20px;
  height: 50px;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data h3 a,
.dashboard-product-column.type-3 .element-product-card .product-card-data h3 a {
  color: #333333;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .price-original,
.dashboard-product-column.type-3 .element-product-card .product-card-data .price-original {
  text-align: center;
  color: #333333;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .price-original .net_price,
.dashboard-product-column.type-3 .element-product-card .product-card-data .price-original .net_price {
  color: #333333;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .sku,
.dashboard-product-column.type-3 .element-product-card .product-card-data .sku {
  color: #333333;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .price,
.dashboard-product-column.type-3 .element-product-card .product-card-data .price {
  text-align: center;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .price .net_price,
.dashboard-product-column.type-3 .element-product-card .product-card-data .price .net_price {
  color: #333333;
}
.index-product-column.grid.type-3 .element-product-card .product-card-data .detail,
.dashboard-product-column.type-3 .element-product-card .product-card-data .detail {
  display: none;
  background: transparent;
  color: black;
}
.index-product-column.list.type-3 .element-product-card,
.index-product-column.list.type-3 .product-card-data,
.index-product-column.list.type-3 .product-card-buttons {
  background: transparent;
}
.index-product-column.list.type-3 .element-product-card .product-card-data h3 a {
  color: #333333;
}
.index-product-column.list.type-3 .element-product-card .product-card-data .sku,
.index-product-column.list.type-3 .element-product-card .product-card-data .price-original {
  color: #333333;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data,
.dashboard-product-column.type-4 .element-product-card .product-card-data {
  padding: 8px 15px;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data h3,
.dashboard-product-column.type-4 .element-product-card .product-card-data h3 {
  overflow: hidden;
  text-align: left;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data .sku,
.dashboard-product-column.type-4 .element-product-card .product-card-data .sku {
  text-align: left;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data .price-original,
.dashboard-product-column.type-4 .element-product-card .product-card-data .price-original {
  text-align: left;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data .price,
.dashboard-product-column.type-4 .element-product-card .product-card-data .price {
  text-align: left;
}
.index-product-column.grid.type-4 .element-product-card .product-card-data .price .net_price,
.dashboard-product-column.type-4 .element-product-card .product-card-data .price .net_price {
  font-size: 15px;
  font-weight: normal;
  text-align: left;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons {
  display: block;
  background: #ffffff;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail {
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
  margin: 0 0 15px 15px;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active:hover,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active:focus,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active.focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active.focus,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail {
  background-image: none;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled]:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled]:hover,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled]:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled]:focus,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled.focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled].focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled].focus,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail .badge,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active:hover,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active:focus,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active.focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active.focus,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail {
  background-image: none;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled]:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled]:hover,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled]:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled]:focus,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.disabled.focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.disabled.focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail[disabled].focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail[disabled].focus,
fieldset[disabled] .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail.focus,
fieldset[disabled] .dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail .badge,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:hover,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:focus,
.index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column.type-4 .element-product-card .product-card-buttons .detail:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.index-product-column.grid.type-5 .element-product-card,
.dashboard-product-column.type-5 .element-product-card {
  border: 0;
  padding: 5px;
}
.index-product-column.grid.type-5 .element-product-card:hover .product-card-buttons .btn,
.dashboard-product-column.type-5 .element-product-card:hover .product-card-buttons .btn,
.index-product-column.grid.type-5 .element-product-card:focus .product-card-buttons .btn,
.dashboard-product-column.type-5 .element-product-card:focus .product-card-buttons .btn {
  border: 2px solid #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column.grid.type-5 .element-product-card .thumbnail .special-offer,
.dashboard-product-column.type-5 .element-product-card .thumbnail .special-offer {
  background: #f62a00;
  color: #ffffff;
  right: 10px !important;
  top: 10px;
  transform: none;
  width: 43px;
  height: 43px;
  text-align: center;
  line-height: 43px;
  padding: 0;
  letter-spacing: normal;
  z-index: 1;
}
.index-product-column.grid.type-5 .element-product-card .thumbnail .special-offer:before,
.dashboard-product-column.type-5 .element-product-card .thumbnail .special-offer:before,
.index-product-column.grid.type-5 .element-product-card .thumbnail .special-offer:after,
.dashboard-product-column.type-5 .element-product-card .thumbnail .special-offer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 43px;
  width: 43px;
  background: #f62a00;
  z-index: -1;
}
.index-product-column.grid.type-5 .element-product-card .thumbnail .special-offer:before,
.dashboard-product-column.type-5 .element-product-card .thumbnail .special-offer:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
}
.index-product-column.grid.type-5 .element-product-card .thumbnail .special-offer:after,
.dashboard-product-column.type-5 .element-product-card .thumbnail .special-offer:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
}
.index-product-column.grid.type-5 .element-product-card .product-card-data,
.dashboard-product-column.type-5 .element-product-card .product-card-data {
  padding: 0;
  position: relative;
  z-index: 100;
}
.index-product-column.grid.type-5 .element-product-card .product-card-data h3,
.dashboard-product-column.type-5 .element-product-card .product-card-data h3 {
  font-size: 18px;
  line-height: 22px;
  text-transform: none;
  margin: 10px 0 15px 0;
  text-align: left;
}
@media (max-width: 768px) {
  .index-product-column.grid.type-5 .element-product-card .product-card-data h3,
  .dashboard-product-column.type-5 .element-product-card .product-card-data h3 {
    text-align: center;
  }
}
.index-product-column.grid.type-5 .element-product-card .product-card-data h3 a,
.dashboard-product-column.type-5 .element-product-card .product-card-data h3 a {
  display: block;
  font-weight: 500;
}
.index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price,
.dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price {
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price,
  .dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price {
    text-align: center;
  }
}
.index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price .net_price,
.dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price .net_price {
  font-size: 13px;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 768px) {
  .index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price .net_price,
  .dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price .net_price {
    text-align: center;
  }
}
.index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price-original,
.dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price-original {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 768px) {
  .index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price-original,
  .dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price-original {
    text-align: center;
  }
}
.index-product-column.grid.type-5 .element-product-card .product-card-data .prices .price-original .net_price,
.dashboard-product-column.type-5 .element-product-card .product-card-data .prices .price-original .net_price {
  font-size: 13px;
}
.index-product-column.grid.type-5 .element-product-card .product-card-buttons,
.dashboard-product-column.type-5 .element-product-card .product-card-buttons {
  display: block;
  text-align: right;
  margin: -20px 0 0 0;
}
@media (max-width: 768px) {
  .index-product-column.grid.type-5 .element-product-card .product-card-buttons,
  .dashboard-product-column.type-5 .element-product-card .product-card-buttons {
    margin: 5px 0 0 0;
    text-align: center;
  }
}
.index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn,
.dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn {
  margin: 0;
  position: relative;
  z-index: 1000;
  border: 2px solid #333333;
  border-radius: 2px;
  background: transparent;
  color: #333333 !important;
  font-weight: 400;
  font-size: 13px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn:hover,
.dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn:hover,
.index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn:focus,
.dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn:focus {
  background: #0c9447 !important;
  color: #ffffff !important;
  border: 2px solid #0c9447 !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column .element-product-card,
.dashboard-product-column .element-product-card {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  position: relative;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column .element-product-card:hover,
.dashboard-product-column .element-product-card:hover {
  border: 1px solid #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.index-product-column .element-product-card h3 a,
.dashboard-product-column .element-product-card h3 a {
  color: #333333;
}
.index-product-column .element-product-card .parent-product .sku,
.dashboard-product-column .element-product-card .parent-product .sku,
.index-product-column .element-product-card .parent-product .element-top-products,
.dashboard-product-column .element-product-card .parent-product .element-top-products {
  display: none !important;
}
.index-product-column .element-product-card .special-offer,
.dashboard-product-column .element-product-card .special-offer {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #f62a00;
  position: absolute;
  right: -27px !important;
  top: 10px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: bold;
  padding: 5px 0;
  color: #ffffff;
  z-index: 2;
}
.index-product-column .element-product-card .thumbnail,
.dashboard-product-column .element-product-card .thumbnail {
  margin: 0;
  border-radius: 0;
  border: 0;
  overflow: hidden;
  position: relative;
  padding: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-product-column .element-product-card .thumbnail:before,
.dashboard-product-column .element-product-card .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.index-product-column .element-product-card .product-card-data,
.dashboard-product-column .element-product-card .product-card-data {
  background: #ffffff;
  padding: 15px;
}
.index-product-column .element-product-card .product-card-data .manufacturer-logo,
.dashboard-product-column .element-product-card .product-card-data .manufacturer-logo {
  margin: 5px 0;
  height: 25px;
  text-align: center;
  vertical-align: middle;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-product-column .element-product-card .product-card-data h3,
.dashboard-product-column .element-product-card .product-card-data h3 {
  margin: 5px 0;
  font-size: 14px;
  line-height: 18px;
  padding: 0;
  text-align: center;
}
.index-product-column .element-product-card .product-card-data h3 a,
.dashboard-product-column .element-product-card .product-card-data h3 a {
  color: #333333;
  font-weight: bold;
}
.index-product-column .element-product-card .product-card-data .sku,
.dashboard-product-column .element-product-card .product-card-data .sku {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 14px;
}
.index-product-column .element-product-card .product-card-data .price-original,
.dashboard-product-column .element-product-card .product-card-data .price-original {
  text-decoration: line-through;
  padding: 0;
  display: block;
  color: #333333;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.index-product-column .element-product-card .product-card-data .price-original .net_price,
.dashboard-product-column .element-product-card .product-card-data .price-original .net_price {
  font-size: 12px;
  color: #333333;
}
.index-product-column .element-product-card .product-card-data .price,
.dashboard-product-column .element-product-card .product-card-data .price {
  font-size: 23px;
  display: block;
  color: #f62a00;
  float: none;
  text-align: center;
  font-weight: bold;
  padding: 0;
}
.index-product-column .element-product-card .product-card-data .price .gross_quantity_unit,
.dashboard-product-column .element-product-card .product-card-data .price .gross_quantity_unit {
  font-size: 15px;
  color: #f62a00;
  font-weight: normal;
}
.index-product-column .element-product-card .product-card-data .price .net_price,
.dashboard-product-column .element-product-card .product-card-data .price .net_price {
  font-size: 13px;
  display: block;
  color: #333333;
  text-align: center;
}
.index-product-column .element-product-card .product-card-data .price > div,
.dashboard-product-column .element-product-card .product-card-data .price > div {
  font-size: 13px;
  text-align: center;
  color: #333333;
}
.index-product-column .element-product-card .product-card-buttons,
.dashboard-product-column .element-product-card .product-card-buttons {
  background: #ffffff;
  margin: 0;
  display: none;
}
.index-product-column .element-product-card .product-card-buttons .detail,
.dashboard-product-column .element-product-card .product-card-buttons .detail {
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
  display: inline-block;
  margin: 0 0 15px 15px;
}
.index-product-column .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.index-product-column .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active,
.index-product-column .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column .element-product-card .product-card-buttons .detail:active:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active:hover,
.index-product-column .element-product-card .product-card-buttons .detail.active:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active:hover,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail:hover,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail:active:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active:focus,
.index-product-column .element-product-card .product-card-buttons .detail.active:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active:focus,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail:focus,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail:active.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active.focus,
.index-product-column .element-product-card .product-card-buttons .detail.active.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active.focus,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail.focus,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active,
.index-product-column .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail {
  background-image: none;
}
.index-product-column .element-product-card .product-card-buttons .detail.disabled:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled:hover,
.index-product-column .element-product-card .product-card-buttons .detail[disabled]:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled]:hover,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail:hover,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail.disabled:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled:focus,
.index-product-column .element-product-card .product-card-buttons .detail[disabled]:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled]:focus,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail:focus,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail.disabled.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled.focus,
.index-product-column .element-product-card .product-card-buttons .detail[disabled].focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled].focus,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail.focus,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.index-product-column .element-product-card .product-card-buttons .detail .badge,
.dashboard-product-column .element-product-card .product-card-buttons .detail .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.index-product-column .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.index-product-column .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.index-product-column .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active,
.index-product-column .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.index-product-column .element-product-card .product-card-buttons .detail:active:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active:hover,
.index-product-column .element-product-card .product-card-buttons .detail.active:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active:hover,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail:hover,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail:active:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active:focus,
.index-product-column .element-product-card .product-card-buttons .detail.active:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active:focus,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail:focus,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail:active.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active.focus,
.index-product-column .element-product-card .product-card-buttons .detail.active.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active.focus,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail.focus,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active,
.index-product-column .element-product-card .product-card-buttons .detail.active,
.dashboard-product-column .element-product-card .product-card-buttons .detail.active,
.open > .dropdown-toggle.index-product-column .element-product-card .product-card-buttons .detail,
.open > .dropdown-toggle.dashboard-product-column .element-product-card .product-card-buttons .detail {
  background-image: none;
}
.index-product-column .element-product-card .product-card-buttons .detail.disabled:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled:hover,
.index-product-column .element-product-card .product-card-buttons .detail[disabled]:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled]:hover,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail:hover,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail.disabled:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled:focus,
.index-product-column .element-product-card .product-card-buttons .detail[disabled]:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled]:focus,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail:focus,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail.disabled.focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail.disabled.focus,
.index-product-column .element-product-card .product-card-buttons .detail[disabled].focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail[disabled].focus,
fieldset[disabled] .index-product-column .element-product-card .product-card-buttons .detail.focus,
fieldset[disabled] .dashboard-product-column .element-product-card .product-card-buttons .detail.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.index-product-column .element-product-card .product-card-buttons .detail .badge,
.dashboard-product-column .element-product-card .product-card-buttons .detail .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.index-product-column .element-product-card .product-card-buttons .detail:hover,
.dashboard-product-column .element-product-card .product-card-buttons .detail:hover,
.index-product-column .element-product-card .product-card-buttons .detail:focus,
.dashboard-product-column .element-product-card .product-card-buttons .detail:focus,
.index-product-column .element-product-card .product-card-buttons .detail:active,
.dashboard-product-column .element-product-card .product-card-buttons .detail:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.index-product-column .element-product-card .product-card-buttons .detail i,
.dashboard-product-column .element-product-card .product-card-buttons .detail i {
  display: none;
}
@media (max-width: 768px) {
  .index-product-column .element-product-card .product-card-data,
  .dashboard-product-column .element-product-card .product-card-data {
    padding: 8px;
  }
  .index-product-column .element-product-card .product-card-data .price,
  .dashboard-product-column .element-product-card .product-card-data .price {
    font-size: 16px;
  }
  .index-product-column .element-product-card .product-card-buttons,
  .dashboard-product-column .element-product-card .product-card-buttons {
    background: transparent;
  }
  .index-product-column .element-product-card .product-card-buttons .detail,
  .dashboard-product-column .element-product-card .product-card-buttons .detail {
    margin: 0 0 8px 8px;
  }
}
.index-product-column.list .element-product-card {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  height: inherit !important;
  border: 1px solid #dfdfdf;
}
.index-product-column.list .element-product-card:hover,
.index-product-column.list .element-product-card:focus {
  border: 1px solid #0c9447;
}
.index-product-column.list .element-product-card .special-offer {
  padding: 5px;
  position: absolute;
  left: 0;
  transform: none;
  top: inherit;
  right: inherit;
  font-size: 14px;
  width: 60px;
  z-index: 2;
}
.index-product-column.list .element-product-card .thumbnail {
  width: 20%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.index-product-column.list .element-product-card .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.index-product-column.list .element-product-card .product-card-data {
  width: 80%;
  position: absolute;
  padding: 10px 20px;
  height: 100% !important;
  right: 0;
  top: 0;
}
.index-product-column.list .element-product-card .product-card-data .manufacturer-logo {
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 90px;
  background-position: right center;
}
.index-product-column.list .element-product-card .product-card-data .manufacturer-logo:before {
  content: "";
  display: block;
  padding-right: 100%;
}
.index-product-column.list .element-product-card .product-card-data h3 {
  font-size: 17px;
  line-height: 24px;
  height: initial;
  margin: 0 0 5px 0;
  text-align: left;
}
.index-product-column.list .element-product-card .product-card-data .price-original {
  text-align: left;
}
.index-product-column.list .element-product-card .product-card-data .price {
  float: none;
  display: inline-block;
  text-align: left;
}
.index-product-column.list .element-product-card .product-card-data .price .net_price {
  text-align: left;
  display: inline-block;
}
.index-product-column.list .element-product-card .product-card-data .price div {
  text-align: left;
}
.index-product-column.list .element-product-card .product-card-data .sku {
  text-align: left;
  padding: 5px 0;
}
.index-product-column.list .element-product-card .product-card-data .detail {
  display: inline-block;
  width: initial;
  padding: 2px 5px;
  position: absolute;
  right: 15px;
  bottom: 15px;
  margin: 0;
  visibility: visible;
}
.index-product-column.list .element-product-card .product-card-buttons {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .index-product-column.list .element-product-card .thumbnail {
    width: 22%;
  }
  .index-product-column.list .element-product-card .product-card-data {
    width: 78%;
  }
  .index-product-column.list .element-product-card .product-card-data .manufacturer-logo {
    bottom: 60px;
  }
}
@media (max-width: 992px) {
  .index-product-column.list .element-product-card .thumbnail {
    width: 42%;
  }
  .index-product-column.list .element-product-card .product-card-data {
    width: 58%;
  }
  .index-product-column.list .element-product-card .product-card-data .manufacturer-logo {
    right: 150px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  .index-product-column.list .element-product-card .thumbnail {
    position: relative;
    float: left;
    width: 33.33333333%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 0;
  }
  .index-product-column.list .element-product-card .product-card-data {
    position: relative;
    float: left;
    width: 66.66666667%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    padding: 15px;
  }
  .index-product-column.list .element-product-card .product-card-data h3 {
    padding: 0;
    line-height: 16px;
    margin: 5px 0;
  }
  .index-product-column.list .element-product-card .product-card-data .sku {
    padding: 0;
  }
  .index-product-column.list .element-product-card .product-card-data .price {
    padding: 0;
    font-size: 16px;
  }
  .index-product-column.list .element-product-card .product-card-data .detail {
    right: 5px;
    bottom: 5px;
  }
  .index-product-column.list .element-product-card .manufacturer-logo {
    bottom: 10px;
    width: 120px;
  }
}
@media (max-width: 500px) {
  .index-product-column.list .element-product-card {
    background: #ffffff;
  }
  .index-product-column.list .element-product-card .thumbnail {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .index-product-column.list .element-product-card .product-card-data {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 15px 20px !important;
    height: inherit !important;
  }
  .index-product-column.list .element-product-card .product-card-data .manufacturer-logo {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-position: center center;
  }
  .index-product-column.list .element-product-card .product-card-data .price div br {
    display: block;
  }
  .index-product-column.list .element-product-card .product-card-data .price .net_price {
    margin: 0;
  }
  .index-product-column.list .element-product-card .product-card-data .detail {
    display: none;
  }
  .index-product-column.list .element-product-card .product-card-buttons {
    position: relative;
    right: 0;
    width: 100%;
  }
  .index-product-column.list .element-product-card .product-card-buttons .btn {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 0;
  }
}
#header_1 .layout-headerbar-top {
  min-height: 90px;
  background: #ffffff;
}
#header_1 .layout-headerbar-middle {
  display: none;
}
#header_1 .layout-headerbar-bottom {
  min-height: 40px;
  height: inherit;
  background: #363839;
}
#header_1 .layout-headerbar-bottom .headerbar-bottom-container {
  background: transparent;
  height: inherit;
  border: 0;
}
#header_1 .element-cart {
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#header_1 .element-cart:hover .dropdown-menu {
  margin-right: -15px;
}
#header_1 .element-cart:hover .dropdown-menu table .full-price {
  font-size: 18px;
}
#header_1 .element-cart:hover .dropdown-menu table tr td {
  border-bottom: 1px solid #ededed;
}
#header_1 .element-cart:hover .dropdown-menu table tfoot tr td {
  border: 0;
}
#header_1 .element-cart ul li {
  height: 40px;
}
#header_1 .element-cart ul li .fa-shopping-cart {
  margin-right: 7px;
  font-size: 20px;
}
#header_1 .element-cart ul li .cart-quantity {
  font-size: 14px;
  line-height: 37px;
}
#header_1 .element-cart ul li .cart-quantity b {
  font-weight: bold;
  font-size: 20px;
}
#header_1 .element-cart ul li .cart-quantity .glyphicon {
  margin-left: 7px;
  position: relative;
  top: 2px;
  display: inline-block;
}
#header_1 .element-global_navigation .navbar-collapse ul li a,
#header_1 .element-global_navigation .navbar-collapse ul li .no-link {
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#header_1 .element-global_navigation .navbar-collapse ul li:hover ul {
  top: 40px;
  padding: 0;
}
#header_1 .element-global_navigation .navbar-collapse ul li:hover ul li a,
#header_1 .element-global_navigation .navbar-collapse ul li:hover ul li .no-link {
  font-size: 13px;
  line-height: 30px;
}
#header_1 .element-global_navigation .navbar-collapse ul li.active > a,
#header_1 .element-global_navigation .navbar-collapse ul li.active > .no-link {
  background: #0c9447;
  color: #ffffff;
}
#header_1 .element-shop-logo-wrapper {
  height: 90px;
}
#header_1 .login {
  line-height: 20px;
  margin: 35px 0 0 0;
  text-align: right;
  padding: 0;
  font-size: 13px;
  color: #333333;
}
#header_1 .login a {
  color: #f62a00;
  font-weight: bold;
}
#header_1 .element-search {
  margin: 25px 0 0 0;
  padding: 0;
}
#header_1 .element-search .form-group {
  width: 100%;
  display: inline-block;
  background: #efefef;
}
#header_1 .element-search input {
  display: inline-block;
  float: right;
  font-size: 13px;
  border-radius: 0;
}
#header_1 .element-search input[type=submit] {
  display: none;
}
#header_1 .element-search #search-result-product-list-box {
  width: 100%;
  top: 40px;
}
#header_2 .headerbar-top-container {
  height: 120px;
  padding: 0 15px;
  background: #ffffff;
}
#header_2 .headerbar-top-container .login {
  padding: 0;
  margin: 50px 0 0 0;
  line-height: 20px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
}
#header_2 .headerbar-top-container .element-shop-logo-wrapper {
  height: 120px;
  padding: 0 15px;
}
#header_2 .headerbar-top-container .element-shop-logo-wrapper a.element-shop-logo {
  background-position: center center;
}
#header_2 .headerbar-top-container .cart-wrapper {
  padding: 0;
}
#header_2 .headerbar-top-container .cart-wrapper .element-cart {
  padding: 0 10px;
  margin: 36px 0 0 0;
  float: right;
  background: #f62a00;
  border: 1px solid #c32100;
}
#header_2 .headerbar-top-container .cart-wrapper .element-cart:hover .dropdown-menu {
  top: 38px;
  right: -10px;
}
#header_2 .headerbar-top-container .cart-wrapper .element-cart ul {
  padding: 0;
}
#header_2 .headerbar-top-container .cart-wrapper .element-cart ul li a:not(.btn) {
  font-size: 13px;
  font-weight: bold;
  line-height: 22px;
  text-transform: uppercase;
}
#header_2 .headerbar-top-container .cart-wrapper .element-cart ul li a:not(.btn) i,
#header_2 .headerbar-top-container .cart-wrapper .element-cart ul li a:not(.btn) b,
#header_2 .headerbar-top-container .cart-wrapper .element-cart ul li a:not(.btn) .cart-quantity {
  background: transparent;
  height: inherit;
  color: #ffffff;
}
#header_2 .headerbar-bottom-container {
  background: #363839;
  height: 53px;
}
#header_2 .headerbar-bottom-container .element-global_navigation {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: inherit;
  float: left;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse {
  padding: 0;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li a,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li .no-link {
  line-height: 53px;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: white;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li a:hover,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li .no-link:hover,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li a:focus,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li .no-link:focus {
  background: transparent;
  color: #f62a00;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul {
  top: 48px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul li.active > a,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul li.active > .no-link {
  color: #f62a00;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul li a,
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul li .no-link {
  color: #333;
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
}
#header_2 .headerbar-bottom-container .element-global_navigation .navbar-collapse ul li:hover ul:before {
  top: -8px;
  border-bottom: 8px solid white;
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  left: 28px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#header_2 .headerbar-bottom-container .element-search {
  padding: 7px;
  float: right;
}
#header_2 .headerbar-bottom-container .element-search input {
  height: 39px;
}
#header_3 .layout-headerbar-top {
  background: #ffffff;
  min-height: 30px;
  border-bottom: 1px solid #dfdfdf;
}
#header_3 .layout-headerbar-middle {
  background: #ffffff;
  height: 100px;
}
#header_3 .layout-headerbar-bottom {
  background: #363839;
  height: 45px;
}
#header_3 .login {
  float: right;
  font-size: 13px;
  line-height: 30px;
  font-weight: 700;
  color: #333333;
}
#header_3 .element-global_navigation {
  width: 60%;
}
#header_3 .element-global_navigation .collapse ul li a,
#header_3 .element-global_navigation .collapse ul li .no-link {
  color: #333333;
  line-height: 30px;
  padding-right: 25px;
  font-weight: 700;
}
#header_3 .element-global_navigation .collapse ul li a:hover,
#header_3 .element-global_navigation .collapse ul li .no-link:hover,
#header_3 .element-global_navigation .collapse ul li a:focus,
#header_3 .element-global_navigation .collapse ul li .no-link:focus {
  background: transparent;
  color: #f62a00;
}
#header_3 .element-global_navigation .collapse ul li ul {
  top: 30px;
  border: 1px solid #dfdfdf;
  border-top: 0;
  padding: 0;
  background: #ffffff;
}
#header_3 .element-global_navigation .collapse ul li ul li a,
#header_3 .element-global_navigation .collapse ul li ul li .no-link {
  color: #333333;
  padding: 0 10px;
}
#header_3 .element-global_navigation .collapse ul li ul li a:hover,
#header_3 .element-global_navigation .collapse ul li ul li .no-link:hover,
#header_3 .element-global_navigation .collapse ul li ul li a:focus,
#header_3 .element-global_navigation .collapse ul li ul li .no-link:focus {
  background: transparent;
  color: #f62a00;
}
#header_3 .element-global_navigation .collapse ul li.active > a,
#header_3 .element-global_navigation .collapse ul li.active > .no-link {
  color: #f62a00;
}
#header_3 .element-shop-logo-wrapper {
  height: 100px;
}
#header_3 .contact {
  margin: 22px 0;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #333333;
}
#header_3 .cart-wrapper {
  padding-right: 0;
}
#header_3 .cart-wrapper .element-cart {
  margin: 19px 0;
  background: transparent;
}
#header_3 .cart-wrapper .element-cart:hover .dropdown-menu {
  top: 60px;
  box-shadow: none;
}
#header_3 .cart-wrapper .element-cart .product {
  display: none;
}
#header_3 .cart-wrapper .element-cart ul {
  background: transparent !important;
}
#header_3 .cart-wrapper .element-cart ul li .top-cart {
  margin-left: 0;
  display: block;
}
#header_3 .cart-wrapper .element-cart ul li .top-cart .fa-shopping-cart {
  background: transparent;
  font-size: 62px;
  height: inherit;
  padding: inherit;
  top: 0;
  float: right;
  color: #f62a00;
}
#header_3 .cart-wrapper .element-cart ul li .top-cart .cart-quantity {
  background: transparent;
  position: absolute;
  top: 13px;
  width: 100%;
  padding: 0 10px 0 16px;
  display: block;
  height: inherit;
  line-height: inherit;
  text-align: center;
}
#header_3 .cart-wrapper .element-cart ul li .top-cart .cart-quantity b {
  color: #ffffff;
}
#header_3 .cart-wrapper .element-cart .btn-primary {
  margin: 0;
}
#header_3 .element-search {
  padding: 5px 0 5px 0;
}
#header_3 .element-search input {
  height: 35px;
  background: url('https://www.en.puntorosso.hu/content/base/img/search-icon.png') 87% 8px no-repeat;
}
#header_3 .element-search input[type=submit] {
  box-shadow: none;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
  background: none;
  background-color: #0c9447;
  color: #ffffff;
  border: 0;
  text-transform: uppercase;
  padding: 0 12px;
  font-weight: bold;
}
#header_4 .layout-headerbar-top {
  background: #ffffff;
}
#header_4 .layout-headerbar-middle,
#header_4 .layout-headerbar-bottom,
#header_4 .element-search .form-group {
  background: #363839;
}
#header_4 .layout-headerbar-bottom {
  border-bottom: 2px solid #0c9447;
}
#header_4 .element-cart {
  height: 35px;
  margin: 15px 0;
  line-height: 35px;
  padding: 0 15px;
  font-size: 13px;
  border-radius: 3px;
  background: #f62a00;
}
#header_4 .element-cart .glyphicon {
  color: #ffffff;
  margin-right: 8px;
}
#header_4 .element-cart:hover .dropdown-menu {
  top: 35px;
  right: -15px;
}
#header_4 .element-cart:hover .dropdown-menu table .pay {
  font-size: 13px;
  border-radius: 3px;
}
#header_4 .element-cart ul li {
  height: 35px;
}
#header_4 .element-cart ul li .fa-shopping-cart {
  position: relative;
  top: -1px;
  height: inherit;
  color: #ffffff;
}
#header_4 .element-cart ul li a {
  color: #333333;
}
#header_4 .element-cart ul li .cart-quantity {
  height: 35px;
  line-height: 35px;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}
#header_4 .element-cart ul li .cart-quantity b {
  color: #ffffff;
}
#header_4 .element-global_navigation .navbar-collapse ul li a,
#header_4 .element-global_navigation .navbar-collapse ul li .no-link {
  background: #0c9447;
  border-left: 1px solid #086530;
  line-height: 40px;
  padding: 0 15px;
  font-size: 13px;
}
#header_4 .element-global_navigation .navbar-collapse ul li a:hover,
#header_4 .element-global_navigation .navbar-collapse ul li .no-link:hover,
#header_4 .element-global_navigation .navbar-collapse ul li a:focus,
#header_4 .element-global_navigation .navbar-collapse ul li .no-link:focus {
  background: #086530;
  color: #ffffff;
}
#header_4 .element-global_navigation .navbar-collapse ul li.has-children ul {
  padding: 0;
}
#header_4 .element-global_navigation .navbar-collapse ul li.has-children ul li a,
#header_4 .element-global_navigation .navbar-collapse ul li.has-children ul li .no-link {
  border-radius: 0;
  border: 0;
}
#header_4 .element-global_navigation .navbar-collapse ul li:first-child a,
#header_4 .element-global_navigation .navbar-collapse ul li:first-child .no-link {
  border-top-left-radius: 3px;
  padding-left: 15px;
  border: 0;
}
#header_4 .element-global_navigation .navbar-collapse ul li:last-child a,
#header_4 .element-global_navigation .navbar-collapse ul li:last-child .no-link {
  border-top-right-radius: 3px;
}
#header_4 .element-global_navigation .navbar-collapse ul li.active > a,
#header_4 .element-global_navigation .navbar-collapse ul li.active > .no-link {
  background: #086530;
  color: #ffffff;
}
#header_4 .element-shop-logo-wrapper {
  height: 65px;
}
#header_4 .contact {
  color: #333333;
  line-height: 25px;
  font-size: 12px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #header_4 .contact {
    float: left;
    width: 50%;
  }
}
#header_4 .contact br {
  display: none;
}
#header_4 .login {
  color: #333333;
  text-align: right;
  font-size: 12px;
  line-height: 25px;
  margin: 0;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  #header_4 .login {
    float: left;
    width: 50%;
  }
}
#header_4 .login a {
  color: #f62a00;
}
#header_4 .element-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin: 15px 0;
}
@media (min-width: 768px) {
  #header_4 .element-search {
    float: left;
    width: 33.33333333%;
  }
}
#header_4 .element-search input {
  height: 35px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  background-color: white;
}
#header_4 .element-search input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: inline-block;
  background: #0c9447;
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  border: 0;
}
#header_4 .element-search input[type=submit]:hover,
#header_4 .element-search input[type=submit]:focus {
  background: #086530;
}
#header_4 .element-search #search-result-product-list-box {
  z-index: 1000;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
}
#header_4 .element-search #search-result-product-list-box #search-result-close {
  color: white;
}
#header_4 .element-search #search-result-product-list-box h5 {
  background: #0c9447;
  color: #ffffff;
  font-size: 16px;
}
#header_4 .element-search #search-result-product-list-box ul li a {
  color: #333333;
}
#header_4 .element-search #search-result-product-list-box ul li a:hover {
  color: #333333;
}
#header_5 .layout-headerbar-top {
  height: 90px;
  background: rgba(54, 56, 57, 0.6) !important;
}
#header_5 .layout-headerbar-middle {
  display: none;
}
#header_5 .layout-headerbar-bottom {
  height: 40px;
  min-height: 40px;
  background: #363839;
}
#header_5 .layout-headerbar-bottom .headerbar-bottom-container {
  position: relative;
  background: transparent;
  height: inherit;
  border: 0;
}
#header_5 .element-cart {
  position: relative;
  margin: 0;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
}
#header_5 .element-cart:hover .dropdown-menu {
  margin-right: -15px;
}
#header_5 .element-cart:hover .dropdown-menu table .full-price {
  font-size: 18px;
}
#header_5 .element-cart:hover .dropdown-menu table tr td {
  border-bottom: 1px solid #ededed;
}
#header_5 .element-cart:hover .dropdown-menu table tfoot tr td {
  border: 0;
}
#header_5 .element-cart ul li {
  height: 40px;
}
#header_5 .element-cart ul li .fa-shopping-cart {
  margin-right: 7px;
  font-size: 20px;
}
#header_5 .element-cart ul li .cart-quantity {
  font-size: 14px;
  line-height: 37px;
}
#header_5 .element-cart ul li .cart-quantity b {
  font-weight: bold;
  font-size: 20px;
}
#header_5 .element-cart ul li .cart-quantity .glyphicon {
  margin-left: 7px;
  position: relative;
  top: 2px;
  display: inline-block;
}
#header_5 .element-global_navigation {
  position: absolute;
  left: 143px;
  height: 40px;
}
#header_5 .element-global_navigation .navbar-collapse ul li a,
#header_5 .element-global_navigation .navbar-collapse ul li .no-link {
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#header_5 .element-global_navigation .navbar-collapse ul li:hover ul {
  top: 40px;
  padding: 0;
}
#header_5 .element-global_navigation .navbar-collapse ul li:hover ul li a,
#header_5 .element-global_navigation .navbar-collapse ul li:hover ul li .no-link {
  font-size: 13px;
  line-height: 30px;
}
#header_5 .element-global_navigation .navbar-collapse ul li.active > a,
#header_5 .element-global_navigation .navbar-collapse ul li.active > .no-link {
  background: #0c9447;
  color: #ffffff;
}
#header_5 .element-shop-logo-wrapper {
  display: block;
  margin: 0;
  height: 130px;
}
#header_5 .login {
  line-height: 20px;
  margin: 35px 0 0 0;
  text-align: right;
  padding: 0;
  font-size: 13px;
  color: #333333;
}
#header_5 .login a {
  color: #f62a00;
  font-weight: bold;
}
#header_5 .element-search {
  margin: 25px 0 0 0;
  padding: 0;
}
#header_5 .element-search .form-group {
  width: 100%;
  display: inline-block;
  background: #efefef;
}
#header_5 .element-search input {
  display: inline-block;
  float: right;
  font-size: 13px;
  border-radius: 0;
}
#header_5 .element-search input[type=submit] {
  display: none;
}
#header_5 .element-search #search-result-product-list-box {
  width: 100%;
  top: 40px;
}
#five_box_header {
  min-height: 75px;
  background: #ffffff;
  border-bottom: 1px solid #dfdfdf;
}
#five_box_header .container {
  position: relative;
}
#five_box_header .element-shop-logo-wrapper {
  height: 71px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin: 2px 0 0 0;
}
@media (min-width: 768px) {
  #five_box_header .element-shop-logo-wrapper {
    float: left;
    width: 25%;
  }
}
#five_box_header nav {
  display: inline-block;
  max-width: 69%;
  float: right;
  height: 75px;
  margin: 0;
}
#five_box_header nav .element-global_navigation .collapse ul li {
  height: 75px;
}
#five_box_header nav .element-global_navigation .collapse ul li a,
#five_box_header nav .element-global_navigation .collapse ul li .no-link {
  line-height: 75px;
  height: 75px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 12px;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media (max-width: 992px) {
  #five_box_header nav .element-global_navigation .collapse ul li a,
  #five_box_header nav .element-global_navigation .collapse ul li .no-link {
    font-size: 14px;
    padding: 0 6px;
  }
}
#five_box_header nav .element-global_navigation .collapse ul li a:hover,
#five_box_header nav .element-global_navigation .collapse ul li .no-link:hover,
#five_box_header nav .element-global_navigation .collapse ul li a:focus,
#five_box_header nav .element-global_navigation .collapse ul li .no-link:focus {
  background: transparent;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #f62a00;
}
#five_box_header nav .element-global_navigation .collapse ul li.active > a,
#five_box_header nav .element-global_navigation .collapse ul li.active > .no-link {
  color: #f62a00;
  background: transparent;
}
#five_box_header nav .element-global_navigation .collapse ul ul {
  padding: 0;
  left: 0;
  text-align: left;
  top: 74px;
  background: #ffffff;
  border-style: solid;
  border-color: #dfdfdf;
  border-width: 0 1px 1px 1px;
}
#five_box_header nav .element-global_navigation .collapse ul ul li {
  height: 30px;
}
#five_box_header nav .element-global_navigation .collapse ul ul li a,
#five_box_header nav .element-global_navigation .collapse ul ul li .no-link {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
#five_box_header nav .element-global_navigation .collapse ul ul li a:hover,
#five_box_header nav .element-global_navigation .collapse ul ul li .no-link:hover,
#five_box_header nav .element-global_navigation .collapse ul ul li a:focus,
#five_box_header nav .element-global_navigation .collapse ul ul li .no-link:focus {
  background: transparent !important;
  color: #f62a00 !important;
}
@media (max-width: 992px) {
  #five_box_header nav .element-global_navigation .collapse ul ul li a,
  #five_box_header nav .element-global_navigation .collapse ul ul li .no-link {
    font-size: 13px;
  }
}
#five_box_header .element-cart {
  float: right;
  height: 30px;
  margin: 23px 0 0 0;
  padding: 0 10px;
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 0 0;
  background: transparent;
}
#five_box_header .element-cart ul li a .fa {
  height: inherit;
  margin: 0;
  padding: 0;
  top: 0;
  font-size: 22px;
  line-height: 30px;
  color: #333333;
  background: transparent;
  margin-right: 10px;
}
#five_box_header .element-cart ul li a .cart-quantity {
  line-height: inherit;
  position: relative;
  top: -2px;
}
#five_box_header .element-cart ul li a .cart-quantity b {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
  font-weight: normal;
  margin: 0;
  position: relative;
  background: #f62a00;
  color: #ffffff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 3px;
}
#five_box_header .element-cart ul li a .cart-quantity b:before {
  content: "\A";
  border-style: solid;
  border-width: 5px 5px 5px 0;
  border-color: transparent #f62a00 transparent transparent;
  position: absolute;
  left: -5px;
  top: 6px;
}
#five_box_header .element-cart ul li a .cart-quantity .product {
  display: none;
}
#five_box_header .element-cart:hover ul.dropdown-menu {
  top: 30px;
  right: -10px;
  box-shadow: none;
  border: 1px solid #dfdfdf;
  animation: grow 0.2s ease-in-out;
  -moz-animation: grow 0.2s ease-in-out;
  -webkit-animation: grow 0.2s ease-in-out;
}
#five_box_header .element-cart:hover ul.dropdown-menu .element-cart_dropdown,
#five_box_header .element-cart:hover ul.dropdown-menu table {
  box-shadow: none;
}
#five_box_header .element-search {
  height: 30px;
  margin: 23px 0 0 0;
  line-height: 30px;
  z-index: 4;
  float: right;
  position: relative;
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px;
}
#five_box_header .element-search i {
  font-size: 22px;
  line-height: 30px;
  padding: 0 15px;
  text-align: center;
  background: transparent;
  color: #333333;
}
#five_box_header .element-search i:hover,
#five_box_header .element-search i:focus {
  color: #0c9447;
}
#five_box_header .element-search .collapse.width {
  background: white;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 47px;
  height: auto;
  width: 400px;
  -webkit-transition: width 0.35s ease-in-out;
  -moz-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
}
#five_box_header .element-search .form-group {
  background: transparent;
}
#five_box_header .element-search input {
  background: white;
  box-shadow: none;
  height: 30px;
}
#five_box_header .login {
  float: right;
  padding: 0 10px;
  height: 30px;
  margin: 23px 0 0 0;
  border-style: solid;
  border-color: #efefef;
  border-width: 0 1px 0 0;
}
#five_box_header .login ul {
  display: none;
}
#five_box_header .login .fa {
  line-height: 30px;
  padding: 0 5px;
  font-size: 22px;
  color: #333333;
  position: relative;
  top: 0;
}
#five_box_header .login .fa.logged {
  color: #f62a00;
}
#five_box_header .login:hover ul {
  animation: grow 0.2s ease-in-out;
  -moz-animation: grow 0.2s ease-in-out;
  -webkit-animation: grow 0.2s ease-in-out;
  display: block;
  position: absolute;
  right: 0;
  top: 53px;
  background: white;
  border: 1px solid #efefef;
  margin: 0;
  padding: 0;
  text-align: right;
  z-index: 100;
}
#five_box_header .login:hover ul li {
  list-style-type: none;
  padding: 5px 10px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 992px) {
  #five_box_header .login:hover ul li {
    font-size: 10px;
  }
}
#five_box_header .login:hover ul li a {
  display: block;
}
#five_box_header .login:hover ul li a:hover,
#five_box_header .login:hover ul li a:focus {
  text-decoration: none;
}
#fixed_sidebar_header {
  background: #ffffff;
}
#fixed_sidebar_header .layout-container-header {
  padding: 0;
  min-height: 40px;
  border-bottom: 1px solid #dfdfdf;
}
#fixed_sidebar_header .layout-container-header .element-cart {
  float: right;
  padding: 0 15px;
}
#fixed_sidebar_header .layout-container-header .element-cart ul li .fa-shopping-cart {
  top: 0;
  font-size: 20px;
  padding: 5px 10px 5px 5px;
}
#fixed_sidebar_header .layout-container-header .element-cart ul li .cart-quantity {
  font-size: 15px;
  line-height: 40px;
}
#fixed_sidebar_header .layout-container-header .element-cart ul li .cart-quantity b {
  font-size: 16px;
}
#fixed_sidebar_header .layout-container-header .element-cart:hover .dropdown-menu {
  right: -15px;
}
#fixed_sidebar_header .layout-container-header .element-cart:hover .dropdown-menu table tr .thumbnail_td {
  width: 80px;
}
#fixed_sidebar_header .layout-container-header .element-cart:hover .dropdown-menu table tr .thumbnail_td img {
  width: 80px;
}
#fixed_sidebar_header .layout-container-header nav {
  float: left;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > a,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > .no-link {
  font-size: 13px;
  line-height: 20px;
  padding: 10px 10px;
  color: #333333;
  font-weight: bold;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > a:hover,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > .no-link:hover,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > a:focus,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li > .no-link:focus {
  background: transparent;
  color: #f62a00;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li.active > a,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li.active > .no-link {
  color: #f62a00;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul {
  padding: 0;
  left: 0;
  background: #ffffff;
  text-align: right;
  border: 1px solid #dfdfdf;
  border-top: 0;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li a,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li .no-link {
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  padding: 10px 10px;
  color: #333333;
}
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li a:hover,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li .no-link:hover,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li a:focus,
#fixed_sidebar_header .layout-container-header nav .navbar-nav > li ul li .no-link:focus {
  background: transparent !important;
  color: #f62a00 !important;
}
#fixed_sidebar_header .login {
  line-height: 40px;
  float: right;
  margin-right: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
}
#fixed_sidebar_header .element-search {
  display: block;
  width: 100px;
}
footer#footer_1 {
  margin-top: 15px;
}
footer#footer_1 .footer-top {
  padding: 15px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background: #ffffff;
}
footer#footer_1 .footer-bottom {
  padding: 0 30px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  background: #ffffff;
}
@media (max-width: 768px) {
  footer#footer_1 .footer-bottom-fluid {
    padding: 0;
  }
}
footer#footer_2 .footer-top-fluid {
  background: #ffffff;
  padding: 15px 0;
}
footer#footer_2 .footer-middle-fluid {
  display: none;
}
footer#footer_2 .footer-bottom-fluid {
  background: #ffffff;
}
@media (max-width: 768px) {
  footer#footer_2 .footer-bottom-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer#footer_3 {
  margin-top: 15px;
}
footer#footer_3 .footer-bottom-fluid {
  background: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}
footer#footer_3 .footer-bottom-fluid .footer-copyright {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 30px;
  color: #333333;
}
@media (min-width: 992px) {
  footer#footer_3 .footer-bottom-fluid .footer-copyright {
    float: left;
    width: 50%;
  }
}
footer#footer_3 .footer-bottom-fluid .footer-impressum {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  line-height: 30px;
  color: #333333;
}
@media (min-width: 992px) {
  footer#footer_3 .footer-bottom-fluid .footer-impressum {
    float: left;
    width: 50%;
  }
}
footer#footer_3 .footer-bottom-fluid .footer-impressum img {
  height: 25px;
  padding: 3px 0 3px 10px;
  position: relative;
  top: -2px;
}
@media (max-width: 992px) {
  footer#footer_3 {
    text-align: center;
  }
  footer#footer_3 .footer-bottom-fluid .row .footer-impressum {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .row-category-list {
    margin: 0 -15px 15px -15px;
  }
}
.main-sidebar .dashboard-category-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-sidebar .dashboard-category-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-sidebar .dashboard-category-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-sidebar .dashboard-category-column {
    float: left;
    width: 25%;
  }
}
.fixed-sidebar .dashboard-category-column,
.main-without-sidebar .dashboard-category-column {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .fixed-sidebar .dashboard-category-column,
  .main-without-sidebar .dashboard-category-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .fixed-sidebar .dashboard-category-column,
  .main-without-sidebar .dashboard-category-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .fixed-sidebar .dashboard-category-column,
  .main-without-sidebar .dashboard-category-column {
    float: left;
    width: 25%;
  }
}
.dashboard-category-column .category-card {
  border: 1px solid #efefef;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 !important;
  margin-bottom: 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-category-column .category-card:hover,
.dashboard-category-column .category-card:focus {
  border: 1px solid #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-category-column .category-card:hover .category-card-data h3,
.dashboard-category-column .category-card:focus .category-card-data h3 {
  background: #0c9447;
  color: #ffffff;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-category-column .category-card:hover a,
.dashboard-category-column .category-card:focus a {
  text-decoration: none;
}
.dashboard-category-column .category-card .thumbnail {
  padding: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dashboard-category-column .category-card .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.dashboard-category-column .category-card .category-card-data h3 {
  margin: 0;
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #363839;
  color: #ffffff;
  text-align: center;
}
.dashboard-category-column .category-card .category-card-data .desc {
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
  color: #333333;
}
.dashboard-category-column .category-card .category-card-data .desc p {
  margin: 0;
}
.dashboard-category-column .category-card .category-card-data .desc:empty {
  display: none;
}
.dashboard-category-column .category-card .category-card-data .btn-primary {
  display: none;
  margin: 5px !important;
  padding: 4px 10px;
  border-radius: 0;
}
.dashboard-category-column .category-card .category-card-data .btn-primary .fa {
  display: none;
}
@media (max-width: 768px) {
  .dashboard-category-column .category-card {
    padding: 10px;
    margin: 0 0 15px 0;
  }
  .dashboard-category-column .category-card .thumbnail {
    display: none;
  }
  .dashboard-category-column .category-card .category-card-data {
    height: inherit !important;
  }
  .dashboard-category-column .category-card .category-card-data h3 {
    background: transparent;
    color: #333333;
    text-align: left;
    margin: 0 !important;
  }
  .dashboard-category-column .category-card .category-card-data .desc {
    display: block;
    margin: 5px 0 0 0;
  }
  .dashboard-category-column .category-card .category-card-data .desc:empty {
    display: none !important;
  }
  .dashboard-category-column .category-card:hover .category-card-data h3 {
    background: transparent;
    color: #0c9447;
  }
}
.dashboard-category-column.category-card-type-2 .category-card {
  position: relative;
  overflow: hidden;
}
.dashboard-category-column.category-card-type-2 .category-card:hover,
.dashboard-category-column.category-card-type-2 .category-card:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-category-column.category-card-type-2 .category-card:hover .category-card-data .desc,
.dashboard-category-column.category-card-type-2 .category-card:focus .category-card-data .desc {
  top: 0;
}
.dashboard-category-column.category-card-type-2 .category-card .category-card-data {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
}
.dashboard-category-column.category-card-type-2 .category-card .category-card-data h3 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: left;
  max-width: 80%;
  z-index: 100;
}
.dashboard-category-column.category-card-type-2 .category-card .category-card-data .desc {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: absolute;
  top: -100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.15));
  color: white;
  z-index: 99;
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-2 .category-card .category-card-data {
    position: relative;
    max-width: 100%;
    left: inherit;
    bottom: inherit;
  }
  .dashboard-category-column.category-card-type-2 .category-card .category-card-data h3 {
    position: relative;
    left: inherit;
    bottom: inherit;
    max-width: 100%;
    width: 100%;
  }
  .dashboard-category-column.category-card-type-2 .category-card .category-card-data .desc {
    position: relative;
    top: inherit;
    height: inherit;
    color: #333333;
    background: transparent;
  }
}
.main-sidebar .dashboard-category-column.category-card-type-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-sidebar .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-sidebar .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 50%;
  }
}
.main-without-sidebar .dashboard-category-column.category-card-type-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 33.33333333%;
  }
}
.dashboard-category-column.category-card-type-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dashboard-category-column.category-card-type-3 {
    float: left;
    width: 50%;
  }
}
.dashboard-category-column.category-card-type-3 .category-card {
  border: 1px solid #ededed;
  background: #ededed;
}
.dashboard-category-column.category-card-type-3 .category-card:hover,
.dashboard-category-column.category-card-type-3 .category-card:focus {
  background: #0c9447;
}
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data h3,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data h3,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .desc,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .desc,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .btn-primary,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .btn-primary {
  color: #ffffff !important;
}
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data h3:hover,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data h3:hover,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .desc:hover,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .desc:hover,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .btn-primary:hover,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .btn-primary:hover,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data h3:focus,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data h3:focus,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .desc:focus,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .desc:focus,
.dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .btn-primary:focus,
.dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .btn-primary:focus {
  color: #ffffff !important;
}
.dashboard-category-column.category-card-type-3 .category-card .thumbnail {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .dashboard-category-column.category-card-type-3 .category-card .thumbnail {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .dashboard-category-column.category-card-type-3 .category-card .thumbnail {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .dashboard-category-column.category-card-type-3 .category-card .thumbnail {
    float: left;
    width: 41.66666667%;
  }
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100% !important;
  position: absolute;
  left: inherit;
  top: 0;
  right: 0;
  padding: 12px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data {
    float: left;
    width: 58.33333333%;
  }
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data {
    position: relative;
    height: inherit !important;
  }
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data h3 {
  margin: 0 0 5px 0;
  display: block;
  position: relative;
  left: inherit;
  font-size: 17px;
  line-height: 22px;
  height: initial;
  font-weight: 900;
  background: transparent;
  padding: 0;
  text-align: left;
  color: #333333;
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .desc {
  display: block;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  padding: 0;
  height: 72px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .desc p {
  margin: 0;
}
@media (max-width: 1200px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data .desc {
    height: 36px;
  }
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data .desc {
    height: inherit !important;
  }
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  background: transparent;
  color: #333333 !important;
  padding: 0;
  font-weight: bold;
  border-radius: 0;
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary:hover,
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary:focus {
  background: transparent !important;
  color: #333333 !important;
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary span {
  display: inline-block;
}
.dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary i {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  position: relative;
  top: 2px;
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary {
    display: none;
  }
}
.main-sidebar .dashboard-category-column.category-card-type-4 {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 400px) {
  .main-sidebar .dashboard-category-column.category-card-type-4 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.main-without-sidebar .dashboard-category-column.category-card-type-4 {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-4 {
    float: left;
    width: 25%;
  }
}
@media (max-width: 400px) {
  .main-without-sidebar .dashboard-category-column.category-card-type-4 {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.dashboard-category-column.category-card-type-4 .category-card {
  border: 0;
  margin: 30px 0;
}
.dashboard-category-column.category-card-type-4 .category-card:hover .category-card-data h3,
.dashboard-category-column.category-card-type-4 .category-card:focus .category-card-data h3 {
  color: #0c9447 !important;
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-4 .category-card .thumbnail {
    display: block;
  }
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data {
  text-align: center;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data h3 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  line-height: 30px;
  font-size: 19px;
  background: transparent;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333 !important;
  font-weight: 500;
}
@media (max-width: 768px) {
  .dashboard-category-column.category-card-type-4 .category-card .category-card-data h3 {
    text-align: center;
    font-size: 16px;
  }
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .desc {
  display: block;
  text-align: center;
  padding: 5px 0;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  display: inline-block;
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
  margin: 0;
  border-radius: 2px;
  font-weight: 500;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active:hover,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active:focus,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active.focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active.focus,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  background-image: none;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled]:hover,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled]:focus,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled.focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled].focus,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active:hover,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active:focus,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active.focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active.focus,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.active,
.open > .dropdown-toggle.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  background-image: none;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled]:hover,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled]:focus,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.disabled.focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn[disabled].focus,
fieldset[disabled] .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus,
.dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
@media (min-width: 769px) {
  .latest-news-card .thumbnail,
  .article-card .thumbnail {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .latest-news-card > a,
  .article-card > a {
    display: block;
  }
  .latest-news-card > a .thumbnail,
  .article-card > a .thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 500px) {
  .latest-news-card > a,
  .article-card > a {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .latest-news-card > a.no-image,
  .article-card > a.no-image {
    display: none;
  }
  .latest-news-card > a .thumbnail,
  .article-card > a .thumbnail {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
  }
  .latest-news-card .date,
  .article-card .date {
    display: none;
  }
}
.latest-news-card.default,
.article-card.default {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 30px;
  position: relative;
}
.latest-news-card.default:hover .thumbnail,
.article-card.default:hover .thumbnail,
.latest-news-card.default:focus .thumbnail,
.article-card.default:focus .thumbnail {
  border-color: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.latest-news-card.default:hover h3.title,
.article-card.default:hover h3.title,
.latest-news-card.default:focus h3.title,
.article-card.default:focus h3.title {
  background: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.latest-news-card.default:hover h3.title a,
.article-card.default:hover h3.title a,
.latest-news-card.default:focus h3.title a,
.article-card.default:focus h3.title a {
  color: #ffffff;
}
.latest-news-card.default .thumbnail,
.article-card.default .thumbnail {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid #dfdfdf;
  padding: 0;
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.latest-news-card.default .thumbnail:before,
.article-card.default .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.latest-news-card.default h3,
.article-card.default h3 {
  margin: 0;
  background: transparent;
  position: absolute;
  left: 10px;
  bottom: 10px;
  max-width: 80%;
  padding: 5px;
  background: #363839;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}
.latest-news-card.default h3 a,
.article-card.default h3 a {
  color: #ffffff;
}
.latest-news-card.default h3 a:hover,
.article-card.default h3 a:hover,
.latest-news-card.default h3 a:focus,
.article-card.default h3 a:focus {
  text-decoration: none;
}
.latest-news-card.default .desc,
.article-card.default .desc,
.latest-news-card.default time,
.article-card.default time,
.latest-news-card.default .button-more,
.article-card.default .button-more {
  display: none;
}
@media (max-width: 768px) {
  .latest-news-card.default,
  .article-card.default {
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
  }
  .latest-news-card.default:hover,
  .article-card.default:hover,
  .latest-news-card.default:focus,
  .article-card.default:focus {
    border: 1px solid #0c9447;
  }
  .latest-news-card.default:hover h3.title,
  .article-card.default:hover h3.title,
  .latest-news-card.default:focus h3.title,
  .article-card.default:focus h3.title {
    background: transparent;
  }
  .latest-news-card.default:hover h3.title a,
  .article-card.default:hover h3.title a,
  .latest-news-card.default:focus h3.title a,
  .article-card.default:focus h3.title a {
    background: transparent;
    color: #0c9447;
  }
  .latest-news-card.default h3.title,
  .article-card.default h3.title {
    position: relative;
    left: 0;
    bottom: 0;
    background: transparent;
    color: #333333;
    height: inherit;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
  .latest-news-card.default h3.title a,
  .article-card.default h3.title a {
    height: inherit;
    background: transparent;
    color: #333333;
  }
  .latest-news-card.default h3.title a:hover,
  .article-card.default h3.title a:hover,
  .latest-news-card.default h3.title a:focus,
  .article-card.default h3.title a:focus {
    text-decoration: none;
  }
  .latest-news-card.default .desc,
  .article-card.default .desc {
    display: block;
    height: inherit;
    padding: 5px 0;
  }
  .latest-news-card.default .button-more,
  .article-card.default .button-more {
    display: none;
  }
  .latest-news-card.default .date,
  .article-card.default .date {
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    color: #333333;
  }
}
.article-card.article-card-type-2,
.latest-news-card.article-card-type-2 {
  border: 1px solid #dfdfdf;
  margin-bottom: 30px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: white;
  position: relative;
}
.article-card.article-card-type-2:hover,
.latest-news-card.article-card-type-2:hover,
.article-card.article-card-type-2:focus,
.latest-news-card.article-card-type-2:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: 1px solid #0c9447;
}
.article-card.article-card-type-2 .thumbnail,
.latest-news-card.article-card-type-2 .thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.article-card.article-card-type-2 .thumbnail:before,
.latest-news-card.article-card-type-2 .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.article-card.article-card-type-2 h3,
.latest-news-card.article-card-type-2 h3 {
  font-size: 15px;
  line-height: 18px;
  padding: 15px;
  margin: 0;
  font-weight: bold;
}
.article-card.article-card-type-2 h3 a,
.latest-news-card.article-card-type-2 h3 a {
  color: #333333;
  display: block;
  height: 36px;
  overflow: hidden;
}
.article-card.article-card-type-2 h3 a:hover,
.latest-news-card.article-card-type-2 h3 a:hover {
  text-decoration: none;
}
.article-card.article-card-type-2 .desc,
.latest-news-card.article-card-type-2 .desc {
  margin: 0;
  font-size: 13px;
  line-height: 17px;
  height: 54px;
  overflow: hidden;
  padding: 0 15px;
}
.article-card.article-card-type-2 .desc p,
.latest-news-card.article-card-type-2 .desc p {
  margin: 0;
}
.article-card.article-card-type-2 .btn,
.latest-news-card.article-card-type-2 .btn {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  background: #ededed;
  color: #333333 !important;
  background-image: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px 12px;
  display: block;
  text-align: center;
  padding: 3px;
  border: 0;
  font-size: 13px;
  margin: 15px 0 0 0;
  border-radius: 0;
}
.article-card.article-card-type-2 .btn:focus,
.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn.focus,
.latest-news-card.article-card-type-2 .btn.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.article-card.article-card-type-2 .btn:hover,
.latest-news-card.article-card-type-2 .btn:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active,
.article-card.article-card-type-2 .btn.active,
.latest-news-card.article-card-type-2 .btn.active,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.article-card.article-card-type-2 .btn:active:hover,
.latest-news-card.article-card-type-2 .btn:active:hover,
.article-card.article-card-type-2 .btn.active:hover,
.latest-news-card.article-card-type-2 .btn.active:hover,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn:hover,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn:active:focus,
.latest-news-card.article-card-type-2 .btn:active:focus,
.article-card.article-card-type-2 .btn.active:focus,
.latest-news-card.article-card-type-2 .btn.active:focus,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn:focus,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn:active.focus,
.latest-news-card.article-card-type-2 .btn:active.focus,
.article-card.article-card-type-2 .btn.active.focus,
.latest-news-card.article-card-type-2 .btn.active.focus,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn.focus,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active,
.article-card.article-card-type-2 .btn.active,
.latest-news-card.article-card-type-2 .btn.active,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn {
  background-image: none;
}
.article-card.article-card-type-2 .btn.disabled:hover,
.latest-news-card.article-card-type-2 .btn.disabled:hover,
.article-card.article-card-type-2 .btn[disabled]:hover,
.latest-news-card.article-card-type-2 .btn[disabled]:hover,
fieldset[disabled] .article-card.article-card-type-2 .btn:hover,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn.disabled:focus,
.latest-news-card.article-card-type-2 .btn.disabled:focus,
.article-card.article-card-type-2 .btn[disabled]:focus,
.latest-news-card.article-card-type-2 .btn[disabled]:focus,
fieldset[disabled] .article-card.article-card-type-2 .btn:focus,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn.disabled.focus,
.latest-news-card.article-card-type-2 .btn.disabled.focus,
.article-card.article-card-type-2 .btn[disabled].focus,
.latest-news-card.article-card-type-2 .btn[disabled].focus,
fieldset[disabled] .article-card.article-card-type-2 .btn.focus,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.article-card.article-card-type-2 .btn .badge,
.latest-news-card.article-card-type-2 .btn .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.article-card.article-card-type-2 .btn:hover,
.latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn:focus,
.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active {
  background: #d4d4d4 !important;
  background-image: none;
  border: 0;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.article-card.article-card-type-2 .btn:focus,
.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn.focus,
.latest-news-card.article-card-type-2 .btn.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.article-card.article-card-type-2 .btn:hover,
.latest-news-card.article-card-type-2 .btn:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active,
.article-card.article-card-type-2 .btn.active,
.latest-news-card.article-card-type-2 .btn.active,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.article-card.article-card-type-2 .btn:active:hover,
.latest-news-card.article-card-type-2 .btn:active:hover,
.article-card.article-card-type-2 .btn.active:hover,
.latest-news-card.article-card-type-2 .btn.active:hover,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn:hover,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn:active:focus,
.latest-news-card.article-card-type-2 .btn:active:focus,
.article-card.article-card-type-2 .btn.active:focus,
.latest-news-card.article-card-type-2 .btn.active:focus,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn:focus,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn:active.focus,
.latest-news-card.article-card-type-2 .btn:active.focus,
.article-card.article-card-type-2 .btn.active.focus,
.latest-news-card.article-card-type-2 .btn.active.focus,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn.focus,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active,
.article-card.article-card-type-2 .btn.active,
.latest-news-card.article-card-type-2 .btn.active,
.open > .dropdown-toggle.article-card.article-card-type-2 .btn,
.open > .dropdown-toggle.latest-news-card.article-card-type-2 .btn {
  background-image: none;
}
.article-card.article-card-type-2 .btn.disabled:hover,
.latest-news-card.article-card-type-2 .btn.disabled:hover,
.article-card.article-card-type-2 .btn[disabled]:hover,
.latest-news-card.article-card-type-2 .btn[disabled]:hover,
fieldset[disabled] .article-card.article-card-type-2 .btn:hover,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn.disabled:focus,
.latest-news-card.article-card-type-2 .btn.disabled:focus,
.article-card.article-card-type-2 .btn[disabled]:focus,
.latest-news-card.article-card-type-2 .btn[disabled]:focus,
fieldset[disabled] .article-card.article-card-type-2 .btn:focus,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn.disabled.focus,
.latest-news-card.article-card-type-2 .btn.disabled.focus,
.article-card.article-card-type-2 .btn[disabled].focus,
.latest-news-card.article-card-type-2 .btn[disabled].focus,
fieldset[disabled] .article-card.article-card-type-2 .btn.focus,
fieldset[disabled] .latest-news-card.article-card-type-2 .btn.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.article-card.article-card-type-2 .btn .badge,
.latest-news-card.article-card-type-2 .btn .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.article-card.article-card-type-2 .btn:hover,
.latest-news-card.article-card-type-2 .btn:hover,
.article-card.article-card-type-2 .btn:focus,
.latest-news-card.article-card-type-2 .btn:focus,
.article-card.article-card-type-2 .btn:active,
.latest-news-card.article-card-type-2 .btn:active {
  background: #d4d4d4 !important;
  background-image: none;
  border: 0;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.article-card.article-card-type-2 .date,
.latest-news-card.article-card-type-2 .date {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  font-size: 12px;
  color: #ffffff;
  padding: 5px;
  background: #0c9447;
}
@media (max-width: 768px) {
  .article-card.article-card-type-2,
  .latest-news-card.article-card-type-2 {
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
  }
  .article-card.article-card-type-2:hover,
  .latest-news-card.article-card-type-2:hover,
  .article-card.article-card-type-2:focus,
  .latest-news-card.article-card-type-2:focus {
    border: 1px solid #0c9447;
  }
  .article-card.article-card-type-2:hover h3.title,
  .latest-news-card.article-card-type-2:hover h3.title,
  .article-card.article-card-type-2:focus h3.title,
  .latest-news-card.article-card-type-2:focus h3.title {
    background: transparent;
  }
  .article-card.article-card-type-2:hover h3.title a,
  .latest-news-card.article-card-type-2:hover h3.title a,
  .article-card.article-card-type-2:focus h3.title a,
  .latest-news-card.article-card-type-2:focus h3.title a {
    background: transparent;
    color: #0c9447;
  }
  .article-card.article-card-type-2 h3.title,
  .latest-news-card.article-card-type-2 h3.title {
    position: relative;
    left: 0;
    bottom: 0;
    background: transparent;
    color: #333333;
    height: inherit;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
  .article-card.article-card-type-2 h3.title a,
  .latest-news-card.article-card-type-2 h3.title a {
    height: inherit;
    background: transparent;
    color: #333333;
  }
  .article-card.article-card-type-2 h3.title a:hover,
  .latest-news-card.article-card-type-2 h3.title a:hover,
  .article-card.article-card-type-2 h3.title a:focus,
  .latest-news-card.article-card-type-2 h3.title a:focus {
    text-decoration: none;
  }
  .article-card.article-card-type-2 .desc,
  .latest-news-card.article-card-type-2 .desc {
    display: block;
    height: inherit;
    padding: 5px 0;
  }
  .article-card.article-card-type-2 .button-more,
  .latest-news-card.article-card-type-2 .button-more {
    display: none;
  }
  .article-card.article-card-type-2 .date,
  .latest-news-card.article-card-type-2 .date {
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    color: #333333;
  }
}
.article-card.article-card-type-3,
#dashboard .latest-news-card.article-card-type-3 {
  position: relative;
}
.article-card.article-card-type-3 .thumbnail,
#dashboard .latest-news-card.article-card-type-3 .thumbnail {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.article-card.article-card-type-3 .thumbnail:before,
#dashboard .latest-news-card.article-card-type-3 .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
@media (min-width: 769px) {
  .article-card.article-card-type-3,
  #dashboard .latest-news-card.article-card-type-3 {
    border: 0;
    margin-bottom: 30px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: white;
    overflow: hidden;
  }
  .article-card.article-card-type-3:hover h3,
  #dashboard .latest-news-card.article-card-type-3:hover h3,
  .article-card.article-card-type-3:focus h3,
  #dashboard .latest-news-card.article-card-type-3:focus h3 {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
  }
  .article-card.article-card-type-3:hover h3 a,
  #dashboard .latest-news-card.article-card-type-3:hover h3 a,
  .article-card.article-card-type-3:focus h3 a,
  #dashboard .latest-news-card.article-card-type-3:focus h3 a {
    bottom: 15px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .article-card.article-card-type-3:hover .desc,
  #dashboard .latest-news-card.article-card-type-3:hover .desc,
  .article-card.article-card-type-3:focus .desc,
  #dashboard .latest-news-card.article-card-type-3:focus .desc {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    top: 5px;
  }
  .article-card.article-card-type-3 a,
  #dashboard .latest-news-card.article-card-type-3 a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .article-card.article-card-type-3 a .thumbnail,
  #dashboard .latest-news-card.article-card-type-3 a .thumbnail {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0;
    padding: 0;
  }
  .article-card.article-card-type-3 a .thumbnail:before,
  #dashboard .latest-news-card.article-card-type-3 a .thumbnail:before {
    content: '';
    display: block;
    padding-top: 100%;
  }
  .article-card.article-card-type-3 h3,
  #dashboard .latest-news-card.article-card-type-3 h3 {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: absolute;
    max-width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    /* blinking fix */
    pointer-events: none;
  }
  .article-card.article-card-type-3 h3 a,
  #dashboard .latest-news-card.article-card-type-3 h3 a {
    position: absolute;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    bottom: 30%;
    color: white;
    left: 15px;
    right: 15px;
    font-size: 22px;
    text-align: center;
  }
  .article-card.article-card-type-3 h3 a:hover,
  #dashboard .latest-news-card.article-card-type-3 h3 a:hover,
  .article-card.article-card-type-3 h3 a:focus,
  #dashboard .latest-news-card.article-card-type-3 h3 a:focus {
    text-decoration: none;
  }
  .article-card.article-card-type-3 .desc,
  #dashboard .latest-news-card.article-card-type-3 .desc {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    display: block;
    position: absolute;
    top: -80px;
    left: 15px;
    right: 15px;
    padding: 15px;
    text-align: center;
    color: white;
    font-size: 15px;
  }
  .article-card.article-card-type-3 .date,
  #dashboard .latest-news-card.article-card-type-3 .date,
  .article-card.article-card-type-3 .btn,
  #dashboard .latest-news-card.article-card-type-3 .btn {
    display: none;
  }
}
@media (max-width: 768px) {
  .article-card.article-card-type-3,
  #dashboard .latest-news-card.article-card-type-3 {
    padding: 15px;
    border: 1px solid #dfdfdf;
    margin-bottom: 30px;
  }
  .article-card.article-card-type-3:hover,
  #dashboard .latest-news-card.article-card-type-3:hover,
  .article-card.article-card-type-3:focus,
  #dashboard .latest-news-card.article-card-type-3:focus {
    border: 1px solid #0c9447;
  }
  .article-card.article-card-type-3:hover h3.title,
  #dashboard .latest-news-card.article-card-type-3:hover h3.title,
  .article-card.article-card-type-3:focus h3.title,
  #dashboard .latest-news-card.article-card-type-3:focus h3.title {
    background: transparent;
  }
  .article-card.article-card-type-3:hover h3.title a,
  #dashboard .latest-news-card.article-card-type-3:hover h3.title a,
  .article-card.article-card-type-3:focus h3.title a,
  #dashboard .latest-news-card.article-card-type-3:focus h3.title a {
    background: transparent;
    color: #0c9447;
  }
  .article-card.article-card-type-3 h3.title,
  #dashboard .latest-news-card.article-card-type-3 h3.title {
    position: relative;
    left: 0;
    bottom: 0;
    background: transparent;
    color: #333333;
    height: inherit;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    font-weight: bold;
    margin: 0;
  }
  .article-card.article-card-type-3 h3.title a,
  #dashboard .latest-news-card.article-card-type-3 h3.title a {
    height: inherit;
    background: transparent;
    color: #333333;
  }
  .article-card.article-card-type-3 h3.title a:hover,
  #dashboard .latest-news-card.article-card-type-3 h3.title a:hover,
  .article-card.article-card-type-3 h3.title a:focus,
  #dashboard .latest-news-card.article-card-type-3 h3.title a:focus {
    text-decoration: none;
  }
  .article-card.article-card-type-3 .desc,
  #dashboard .latest-news-card.article-card-type-3 .desc {
    display: block;
    height: inherit;
    padding: 5px 0;
  }
  .article-card.article-card-type-3 .button-more,
  #dashboard .latest-news-card.article-card-type-3 .button-more {
    display: none;
  }
  .article-card.article-card-type-3 .date,
  #dashboard .latest-news-card.article-card-type-3 .date {
    position: relative;
    left: 0;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    color: #333333;
  }
}
.accept-aszf-warning,
.accept-privacy-statement-warning {
  display: block;
  padding: 1px 5px;
  border: 1px dashed #ec1b24;
}
.accept-aszf-warning .help-block,
.accept-privacy-statement-warning .help-block {
  margin: 10px 0 0 -18px !important;
  color: #ec1b24;
  font-size: 13px !important;
  font-weight: bold !important;
  text-align: left !important;
}
.accept-aszf-warning a,
.accept-privacy-statement-warning a {
  text-decoration: underline;
}
.accept-aszf-warning .checkbox,
.accept-privacy-statement-warning .checkbox {
  margin: 5px 0;
}
.accept-privacy-statement-warning {
  margin-bottom: 10px;
}
.alert {
  margin: 15px;
  border: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.breadcrumb {
  padding: 15px 15px 0 15px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  background: transparent;
}
.breadcrumb a {
  color: #f62a00;
  font-weight: bold;
}
#socialButtons {
  overflow: hidden;
  margin-top: 15px;
}
#socialButtons #___plusone_0 {
  float: left !important;
  margin: 0 5px 0 -33px !important;
}
.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
  background: #363839;
  border: 0;
  margin-bottom: 5px;
  color: #ffffff !important;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-shadow: none;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #1d1e1f !important;
  color: #ffffff;
  border: none !important;
  outline: none;
  text-decoration: none;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
  background: #ededed;
  color: #333333 !important;
  border: 0;
  background-image: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #d4d4d4 !important;
  background-image: none;
  border: 0;
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.bs-callout {
  border-left: 3px solid;
  padding: 5px 10px;
}
.bs-callout-warning {
  border-color: #f62a00;
}
.bs-callout-info {
  border-color: #98b880;
}
.bs-callout.product-status {
  margin: 20px 0;
  font-size: 15px;
  padding: 10px 15px 10px 55px;
  display: block;
  position: relative;
  line-height: 24px;
  border: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  font-weight: bold;
  color: black;
}
.bs-callout.product-status:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 26px;
  line-height: 26px;
  position: absolute;
  top: 8px;
  left: 10px;
  color: rgba(0, 0, 0, 0.5);
}
.bs-callout.product-status.product-status-not-purchasable {
  border-color: #D9675D;
}
.bs-callout.product-status.product-status-not-purchasable:before {
  content: "\f06a";
  color: #D9675D;
}
.bs-callout.product-status.product-status-pre-order {
  border-color: #6FB1C7;
}
.bs-callout.product-status.product-status-pre-order:before {
  content: "\f05a";
  color: #6FB1C7;
}
.bs-callout.product-status.product-status-available {
  border-color: #039D60;
}
.bs-callout.product-status.product-status-available:before {
  content: "\f058";
  color: #039D60;
}
.ui-widget {
  position: fixed;
  z-index: 10000000;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-widget .cookie-message {
  display: none;
  padding: 10px 0;
  border: 0;
  border-top: 1px solid #dfdfdf;
  background: rgba(225, 225, 225, 0.7);
  text-align: center;
  font-size: 13px;
}
.ui-widget .cookie-message p {
  margin: 0 0 10px 0;
}
.ui-widget .cookie-message p a {
  color: #f62a00;
}
.ui-widget .cookie-message p a:hover {
  color: #c32100;
}
.ui-widget .cookie-message .cookiebar-close {
  background: #f62a00;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.ui-widget .cookie-message .cookiebar-close:hover {
  text-decoration: none;
  background: #c32100;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
div.required label:before {
  color: #f00;
  content: "*";
}
a {
  color: #f62a00;
}
a:focus {
  background: none;
  text-decoration: none;
  color: #c32100;
}
a:hover {
  color: #c32100;
}
.element-pagination {
  height: 30px;
  margin: 15px 0;
}
.element-pagination ul {
  margin: 0;
}
.element-pagination ul li {
  font-size: 13px;
  border-radius: 0;
}
.element-pagination ul li a {
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  color: #0c9447;
}
.element-pagination ul li a:hover {
  color: #086530;
}
.element-pagination ul .active a {
  background: #0c9447;
  border: 0;
}
.element-pagination ul .active a:hover {
  background: #086530;
}
.element-pagination .counter {
  line-height: 30px;
  float: right;
  font-size: 13px;
}
@media (max-width: 992px) {
  .element-pagination {
    text-align: center;
  }
  .element-pagination > div {
    width: 100%;
  }
  .element-pagination .counter {
    float: none;
  }
}
@media (max-width: 768px) {
  .element-pagination {
    margin: 15px 0 45px 0;
  }
}
.article-index-column {
  overflow: hidden;
}
.main-sidebar .article-index-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-sidebar .article-index-column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .main-sidebar .article-index-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .main-sidebar .article-index-column {
    float: left;
    width: 33.33333333%;
  }
}
.main-without-sidebar .article-index-column {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .main-without-sidebar .article-index-column {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .main-without-sidebar .article-index-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .main-without-sidebar .article-index-column {
    float: left;
    width: 25%;
  }
}
.highlight-article {
  margin-bottom: 30px;
}
.highlight-article img {
  width: 100%;
}
.highlight-article h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin: 5px 0;
  display: inline-block;
  color: #333333;
}
.article-list {
  position: relative;
}
.view-article {
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}
.view-article .view-image {
  float: right;
  width: 33%;
  margin-left: 10px;
  margin-bottom: 5px;
}
.view-article .view-image-2 {
  width: 100%;
  margin: 15px 0;
}
.view-article .file-download {
  font-weight: bold;
  color: #f62a00;
  text-decoration: underline;
}
.view-article .file-download i {
  font-size: 18px;
  text-decoration: underline;
}
.view-article .file-download:hover,
.view-article .file-download:focus {
  color: #c32100;
}
.view-article .date {
  display: none;
  margin: 15px 0;
  font-size: 13px;
  font-style: italic;
  color: #333333;
}
.view-article p,
.view-article li,
.view-article a {
  font-size: 15px;
  line-height: 22px;
}
.view-article a {
  text-decoration: underline;
}
.view-article h2,
.view-article h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 15px 0 5px 0;
  font-weight: bold;
}
.view-article .article-gallery {
  margin: 25px 0;
}
.view-article .article-gallery h3 {
  margin: 0 0 10px 0;
}
.view-article .article-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  padding: 0 15px;
}
.view-article .article-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.view-article .article-gallery .owl-carousel .owl-stage-outer .owl-stage .owl-item a:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view-article .article-form {
  display: block;
  width: 100%;
  float: left;
  margin: 30px 0 15px 0;
}
.view-article .article-form #named_form_message_wrapper {
  padding: 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .view-article .article-form #named_form_message_wrapper {
    float: left;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .view-article .article-form #named_form_message_wrapper {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .view-article .article-form #named_form_message_wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view-article .article-form #named_form_message_wrapper {
    margin-left: 25%;
  }
}
.view-article .article-form #named_form_message_wrapper .alert {
  margin: 15px 0;
}
.view-article .article-form #named_form_message_wrapper h1 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: bold;
  text-align: center;
}
.view-article .article-form #named_form_message_wrapper input,
.view-article .article-form #named_form_message_wrapper textarea {
  border-radius: 0;
}
.view-article .article-form #named_form_message_wrapper textarea {
  resize: vertical;
}
.view-article .article-form #named_form_message_wrapper input[type=submit] {
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
  padding: 5px 8px;
  text-transform: uppercase;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active,
.view-article .article-form #named_form_message_wrapper input[type=submit].active,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit] {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit].active:hover,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].active:focus,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active.focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].active.focus,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active,
.view-article .article-form #named_form_message_wrapper input[type=submit].active,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit] {
  background-image: none;
}
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled]:hover,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled]:focus,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled.focus,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled].focus,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.view-article .article-form #named_form_message_wrapper input[type=submit] .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active,
.view-article .article-form #named_form_message_wrapper input[type=submit].active,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit] {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit].active:hover,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].active:focus,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active.focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].active.focus,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:active,
.view-article .article-form #named_form_message_wrapper input[type=submit].active,
.open > .dropdown-toggle.view-article .article-form #named_form_message_wrapper input[type=submit] {
  background-image: none;
}
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled]:hover,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled]:focus,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit].disabled.focus,
.view-article .article-form #named_form_message_wrapper input[type=submit][disabled].focus,
fieldset[disabled] .view-article .article-form #named_form_message_wrapper input[type=submit].focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.view-article .article-form #named_form_message_wrapper input[type=submit] .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.view-article .article-form #named_form_message_wrapper input[type=submit]:hover,
.view-article .article-form #named_form_message_wrapper input[type=submit]:focus,
.view-article .article-form #named_form_message_wrapper input[type=submit]:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
#cart-index .cart-index-content {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cart-index .cart-index-content {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #cart-index .cart-index-content {
    float: left;
    width: 75%;
  }
}
#cart-index .cart-index-content .alert {
  margin: 0;
}
#cart-index .cart-index-content .cart-list-header {
  padding: 0;
  margin: 0;
  background: #363839;
}
#cart-index .cart-index-content .cart-list-header li {
  display: inline-block;
  margin-right: -4px;
  list-style-type: none;
  padding: 10px 0;
  text-align: center;
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  color: #ffffff;
}
#cart-index .cart-index-content .cart-list-item {
  padding: 0;
  background: transparent;
  border: 1px solid #dfdfdf;
  position: relative;
}
#cart-index .cart-index-content .cart-list-item li {
  margin-right: -4px;
  list-style-type: none;
  display: inline-block;
  padding: 10px;
  font-size: 17px;
  color: #333333;
}
#cart-index .cart-index-content .image {
  width: 20%;
}
#cart-index .cart-index-content .image img {
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 0;
}
#cart-index .cart-index-content .name {
  width: 35%;
  vertical-align: top;
  font-weight: bold;
  color: #f62a00;
}
#cart-index .cart-index-content .name .item-weight {
  display: block;
}
#cart-index .cart-index-content .name .item-weight span {
  font-weight: 400;
}
#cart-index .cart-index-content .quantity {
  width: 15%;
  vertical-align: top;
  text-align: center;
}
#cart-index .cart-index-content .quantity .form-control {
  width: 70px;
  display: inline-block;
  padding: 0 5px 0 15px;
  font-size: 15px;
  text-align: center;
  border-radius: 4px;
}
#cart-index .cart-index-content .quantity .cart-quantity-unit {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
#cart-index .cart-index-content .quantity input {
  border-radius: 0;
}
#cart-index .cart-index-content .gross-price {
  text-align: center;
  width: 15%;
  vertical-align: top;
}
#cart-index .cart-index-content .price {
  width: 15%;
  vertical-align: top;
  text-align: center;
  font-weight: bold;
}
#cart-index .cart-index-content .price .glyphicon {
  margin-top: 15px;
  color: #CA1301;
  font-size: 20px;
}
#cart-index .cart-index-content .properties-calculator {
  width: 100%;
  vertical-align: top;
  display: none !important;
}
#cart-index .cart-index-content .product-more-info {
  position: absolute;
  left: 20%;
  bottom: 0;
  right: 0;
  width: 80%;
  margin: 0 !important;
  font-size: 15px !important;
  display: block !important;
  padding: 0 15px 15px 10px !important;
}
#cart-index .cart-index-content .product-more-info hr {
  margin: 10px 0;
}
@media (max-width: 768px) {
  #cart-index .cart-index-content .product-more-info {
    position: relative;
    width: 100% !important;
    left: 0 !important;
    padding: 0 15px 15px 15px;
  }
}
#cart-index .cart-index-sidebar {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #cart-index .cart-index-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #cart-index .cart-index-sidebar {
    float: left;
    width: 25%;
  }
}
#cart-index .cart-index-sidebar h3 {
  background: #363839;
  margin: 0 -15px 15px -15px;
  padding: 10px;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  line-height: 21px;
  text-align: center;
}
#cart-index .cart-index-sidebar .payment-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  background: #ededed;
  color: #333333;
  padding: 0 15px 15px 15px;
  text-align: center;
}
#cart-index .cart-index-sidebar .payment-info hr {
  border: 1px solid #dfdfdf;
  margin: 10px 0;
}
#cart-index .cart-index-sidebar .payment-info .total-price {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
#cart-index .cart-index-sidebar .payment-info .btn {
  padding: 7px;
  margin: 0;
  font-size: 18px;
  background: #f62a00 !important;
  color: #ffffff !important;
}
#cart-index .cart-index-sidebar .payment-info .btn .glyphicon {
  font-size: 15px;
}
#cart-index .cart-index-sidebar .payment-info .btn:hover,
#cart-index .cart-index-sidebar .payment-info .btn:focus {
  background: #c32100 !important;
  color: #ffffff !important;
}
#cart-index .cart-index-sidebar .payment-info .accept-aszf strong {
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}
#cart-index .cart-index-sidebar .payment-info .accept-aszf strong a {
  text-decoration: underline;
}
#cart-index .cart-index-sidebar .shipping-info {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  background: #ededed;
  color: #333333;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices {
  padding: 0 0 0 0;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices li {
  list-style-type: none;
  margin-bottom: 15px;
}
#cart-index .cart-index-sidebar .shipping-info .shipping-prices .shipping-method-price {
  font-weight: bold;
}
#cart-index .cart-index-sidebar .shipping-info .alert,
#cart-index .cart-index-sidebar .payment-info .alert {
  margin: 0;
  padding: 5px;
}
/*=====Overlay, felugró modal ablak=======*/
#overlay-content.cross-sell {
  width: 800px;
  margin-left: -400px;
  top: 5%;
}
#overlay-content.cross-sell .element-product-card .product-card-data .manufacturer-logo {
  display: none;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form {
  margin-bottom: 10px;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .form-group {
  margin: 0 5%;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .form-group label {
  display: block;
  text-align: left;
  margin: 0;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .form-group select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  height: 30px;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .add-to-cart {
  margin: 5px 5% 0 5%;
  width: 90%;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .add-to-cart .form-group {
  display: inline-block;
  margin: 0;
  width: 30%;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .add-to-cart .form-group input[type=number] {
  width: 100%;
  font-size: 13px;
  height: 30px;
  line-height: 20px;
  margin: 0;
  padding: 5px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .viewQU {
  display: none;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .btn.btn-primary.add-cart-btn {
  display: inline-block;
  width: 18%;
  margin: 0 2% 0 2%;
  height: 30px;
  line-height: 20px;
  padding: 5px !important;
}
#overlay-content.cross-sell .element-product-card .element-add-to-cart-form .btn.btn-primary.details {
  display: inline-block;
  width: 48%;
  margin: 0;
  height: 30px;
  line-height: 20px;
  padding: 5px !important;
}
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: visible;
  color: #333333;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  zoom: 1;
  z-index: 10000;
}
#overlay .latest-product-list .owl-carousel.owl-theme,
#overlay .cross-sell-product-list .owl-carousel.owl-theme {
  overflow: hidden;
}
#overlay .latest-product-list .owl-carousel.owl-theme .owl-stage-outer,
#overlay .cross-sell-product-list .owl-carousel.owl-theme .owl-stage-outer {
  margin: 0 -15px;
}
@media (max-width: 768px) {
  #overlay .latest-product-list .owl-carousel.owl-theme .owl-stage-outer,
  #overlay .cross-sell-product-list .owl-carousel.owl-theme .owl-stage-outer {
    margin: 0;
  }
}
#overlay .latest-product-list .owl-carousel.owl-theme .owl-item,
#overlay .cross-sell-product-list .owl-carousel.owl-theme .owl-item {
  padding: 0 15px;
}
#overlay .latest-product-list .owl-carousel.owl-theme .owl-item .index-product-column .element-product-card,
#overlay .cross-sell-product-list .owl-carousel.owl-theme .owl-item .index-product-column .element-product-card {
  margin-bottom: 10px;
}
#overlay-content {
  width: 500px;
  margin-left: -250px;
  position: fixed;
  z-index: 10002;
  top: 35%;
  left: 50%;
  text-align: center;
  background: #ffffff;
  visibility: visible;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
}
#overlay-content a {
  text-decoration: none;
}
#overlay-content-inner {
  padding: 20px;
}
#overlay-content-inner h2 {
  margin: 15px 0;
  font-size: 18px;
}
#overlay-content-inner p {
  margin-bottom: 10px;
}
#overlay-content-inner p strong {
  font-weight: 400;
}
#overlay-content-inner .overlay-button-primary {
  float: right;
  border-radius: 0;
  margin-bottom: 15px;
}
#overlay-content-inner .btn-default {
  float: left;
  border-radius: 0;
  margin-bottom: 15px;
  margin-right: 15px;
}
.overlay-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 22px;
}
.overlay-close {
  cursor: pointer;
}
@media (max-width: 1200px) {
  #cart-index .cart-index-content {
    width: 70%;
  }
  #cart-index .cart-index-sidebar {
    width: 30%;
  }
}
@media (max-width: 992px) {
  #cart-index .cart-index-content {
    width: 100%;
    margin-bottom: 30px;
  }
  #cart-index .cart-index-sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  #overlay-content.cross-sell {
    width: 80%;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    left: 50%;
    top: 50px;
    margin-left: -40%;
  }
  #overlay-content {
    width: 280px;
    margin-left: -140px;
    position: fixed;
    z-index: 10002;
    top: 15%;
    left: 50%;
    text-align: center;
    background: #fff;
    visibility: visible;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  }
  #overlay-content #overlay-content-inner {
    padding: 15px;
  }
  #overlay-content #overlay-content-inner .btn-default {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  #cart-index .cart-index-content {
    width: 100%;
  }
  #cart-index .cart-index-content li {
    width: 33.33333333% !important;
    font-size: 14px !important;
  }
  #cart-index .cart-index-content .gross-price,
  #cart-index .cart-index-content .image {
    display: none !important;
  }
  #overlay-content #overlay-content-inner .btn-primary,
  #overlay-content #overlay-content-inner .btn-default {
    float: none;
    margin: 0;
  }
  #overlay-content #overlay-content-inner .btn-primary {
    margin: 15px;
  }
}
.onePageCheckOut {
  padding: 0;
}
.onePageCheckOut .padding-bottom-15 {
  padding-bottom: 15px;
}
.onePageCheckOut .onepage-block {
  border: 1px solid #dfdfdf;
}
.onePageCheckOut .onepage-block h2 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}
.onePageCheckOut .onepage-block h2 b {
  color: #0c9447;
  font-size: 22px;
  margin-right: 5px;
}
.onePageCheckOut .onepage-block label {
  font-size: 12px;
}
.onePageCheckOut .onepage-block label .require-info {
  font-size: 11px;
  font-weight: normal;
}
.onePageCheckOut .onepage-block input {
  border-radius: 0;
  background: #F2F2F2;
  font-weight: bold;
}
.onePageCheckOut .onepage-block select {
  border-radius: 0;
  background: #F2F2F2;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #shipping-selector input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block #shipping-selector label {
  font-size: 13px;
}
.onePageCheckOut .onepage-block #shipping-selector span {
  float: right;
}
@media (max-width: 400px) {
  .onePageCheckOut .onepage-block #shipping-selector span {
    float: none;
    display: block;
    margin: 0 0 10px 0;
    padding-left: 18px;
  }
}
.onePageCheckOut .onepage-block #shipping-selector .has-alert label {
  color: gray;
  text-decoration: line-through;
}
.onePageCheckOut .onepage-block #shipping-selector .has-alert span {
  color: red;
}
.onePageCheckOut .onepage-block #shipping-selector .has-alert span .fa.fa-info-circle {
  margin-left: 5px;
}
.onePageCheckOut .onepage-block .shipping-method-3 .has-error,
.onePageCheckOut .onepage-block .shipping-method-4 .has-error {
  display: block;
  padding: 5px 10px !important;
  border: 1px dashed #ec1b24;
}
.onePageCheckOut .onepage-block #shipping-method-2 .main-fieldset label {
  display: block;
  margin-left: 20px;
}
.onePageCheckOut .onepage-block #shipping-method-2 .main-fieldset input {
  float: left;
  margin-right: 7px;
}
.onePageCheckOut .onepage-block .shipping-extra {
  width: 100%;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address {
  padding: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc > p,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address > p {
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  background: #ededed;
  color: #333333;
  width: 100%;
  font-size: 13px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc label,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address label {
  display: inline;
  font-size: 13px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc input[type=radio],
.onePageCheckOut .onepage-block .shipping-extra .shipping-address input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc iframe,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address iframe {
  border: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner {
  padding: 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner p,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner p {
  padding: 10px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-geoloc-button,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-geoloc-button {
  margin-bottom: 15px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-button,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-button {
  margin: 15px 0;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-container,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-container {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 5px;
}
.onePageCheckOut .onepage-block .shipping-extra .shipping-desc #PostapontMapContainer #postaPontApi-inner #pp-select-container select,
.onePageCheckOut .onepage-block .shipping-extra .shipping-address #PostapontMapContainer #postaPontApi-inner #pp-select-container select {
  background: white;
}
.onePageCheckOut .onepage-block #payment-selector label {
  display: inline;
  font-size: 13px;
}
.onePageCheckOut .onepage-block #payment-selector input[type=radio] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.onePageCheckOut .onepage-block .payment-extra .payment-desc,
.onePageCheckOut .onepage-block .payment-extra .payment-data {
  padding: 0;
}
.onePageCheckOut .onepage-block .payment-extra .payment-desc p,
.onePageCheckOut .onepage-block .payment-extra .payment-data p {
  font-weight: bold;
  margin-top: 15px;
  padding: 10px;
  background: #ededed;
  color: #333333;
  width: 100%;
  font-size: 13px;
}
.onePageCheckOut .onepage-block #review-div .cart-review {
  margin-bottom: 30px;
}
.onePageCheckOut .onepage-block #review-div .cart-review,
.onePageCheckOut .onepage-block #review-div .cart-prices {
  padding: 0;
}
.onePageCheckOut .onepage-block #review-div .cart-review h3,
.onePageCheckOut .onepage-block #review-div .cart-prices h3 {
  font-size: 14px;
  margin: 10px 0;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table {
  display: table;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .cart-review-item,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .cart-review-item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
  padding: 0 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
@media (max-width: 400px) {
  .onePageCheckOut .onepage-block #review-div .cart-review .review-table .cart-review-item,
  .onePageCheckOut .onepage-block #review-div .cart-prices .review-table .cart-review-item {
    width: 33.33333333%;
  }
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .cart-review-item img,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .cart-review-item img {
  width: 100%;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-image,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-image {
  padding: 0 10px 0 0 !important;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-image img,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-image img {
  width: 100%;
}
@media (max-width: 400px) {
  .onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-image,
  .onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-image {
    display: none;
  }
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-name,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-name {
  text-transform: uppercase;
  text-align: left;
  padding: 0;
}
.onePageCheckOut .onepage-block #review-div .cart-review .review-table .item-price,
.onePageCheckOut .onepage-block #review-div .cart-prices .review-table .item-price {
  padding: 0 0 0 5px !important;
}
.onePageCheckOut .onepage-block #review-div .cart-review .product-weight-info,
.onePageCheckOut .onepage-block #review-div .cart-prices .product-weight-info {
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
@media (max-width: 768px) {
  .onePageCheckOut .onepage-block #review-div .cart-review .product-weight-info,
  .onePageCheckOut .onepage-block #review-div .cart-prices .product-weight-info {
    padding: 5px 0;
  }
}
.onePageCheckOut .onepage-block #review-div .cart-review .separator,
.onePageCheckOut .onepage-block #review-div .cart-prices .separator {
  width: 100%;
  height: 1px;
  margin: 5px 0;
  background: #dfdfdf;
}
.onePageCheckOut .onepage-block #review-div .cart-review dl dt,
.onePageCheckOut .onepage-block #review-div .cart-prices dl dt {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
}
.onePageCheckOut .onepage-block #review-div .cart-review dl dd,
.onePageCheckOut .onepage-block #review-div .cart-prices dl dd {
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .onePageCheckOut .onepage-block #review-div .cart-review dl dd,
  .onePageCheckOut .onepage-block #review-div .cart-prices dl dd {
    margin: 0 0 10px 0;
  }
}
.onePageCheckOut .onepage-block #review-div .confirm-order label {
  font-size: 14px;
  font-weight: bold;
}
.onePageCheckOut .onepage-block #review-div .confirm-order textarea {
  border-radius: 0;
  background: #F2F2F2;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit] {
  display: block;
  background: #f62a00 !important;
  margin-bottom: 5px;
  width: 100%;
  font-size: 16px;
  color: #ffffff !important;
}
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:hover,
.onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit]:focus {
  background: #c32100 !important;
  color: #ffffff !important;
}
.onePageCheckOut .onepage-block #review-div .confirm-order span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 15px;
}
.onePageCheckOut .onepage-block #review-div .confirm-order .accept-aszf {
  text-align: left;
}
.onePageCheckOut .onepage-block #review-div .confirm-order .accept-aszf label {
  font-size: 13px !important;
  text-align: left;
}
.onePageCheckOut .onepage-block #review-div .confirm-order .accept-aszf a {
  text-decoration: underline;
}
.onePageCheckOut .margin-bottom-30 {
  margin-bottom: 30px;
}
/*===Hibaüzenetek===*/
span.help-block {
  float: left !important;
  color: #ec1b24 !important;
  display: block;
  width: 100%;
  padding: 0 !important;
  font-weight: bold !important;
  font-size: 14px !important;
}
span.help-block .help-block {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}
.view-thankyou .bs-callout {
  padding: 15px;
  border: 0;
}
.view-thankyou .bs-callout h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: bold;
}
.view-thankyou .bs-callout h2 {
  font-size: 22px;
}
.view-thankyou .bs-callout .btn {
  margin: 0 15px;
  border-radius: 0;
}
@media (max-width: 992px) {
  #payment-method-input-div,
  #billing-input {
    margin-bottom: 30px;
  }
}
.view-customer-enter {
  padding: 0 0;
  display: flex;
  margin: 0 -15px;
}
.view-customer-enter .page-header {
  margin: 0 0 15px 0;
  padding: 0;
}
.view-customer-enter .page-header h1 {
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  color: #333333;
}
.view-customer-enter input,
.view-customer-enter select {
  border-radius: 0;
}
.view-customer-enter input.btn {
  border-radius: inherit;
}
.customer-index,
.add-billing-address,
.add-shipping-address,
.change-password,
.password-reminder,
.view-order,
.order-item-view {
  padding: 0;
}
.customer-index .page-header,
.add-billing-address .page-header,
.add-shipping-address .page-header,
.change-password .page-header,
.password-reminder .page-header,
.view-order .page-header,
.order-item-view .page-header {
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
}
.customer-index .page-header h1,
.add-billing-address .page-header h1,
.add-shipping-address .page-header h1,
.change-password .page-header h1,
.password-reminder .page-header h1,
.view-order .page-header h1,
.order-item-view .page-header h1 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  display: block;
  color: #333333;
}
.customer-index .page-header h1 .btn,
.add-billing-address .page-header h1 .btn,
.add-shipping-address .page-header h1 .btn,
.change-password .page-header h1 .btn,
.password-reminder .page-header h1 .btn,
.view-order .page-header h1 .btn,
.order-item-view .page-header h1 .btn {
  display: none;
}
.customer-index h2,
.add-billing-address h2,
.add-shipping-address h2,
.change-password h2,
.password-reminder h2,
.view-order h2,
.order-item-view h2 {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333333;
}
.customer-index input:not(.btn),
.add-billing-address input:not(.btn),
.add-shipping-address input:not(.btn),
.change-password input:not(.btn),
.password-reminder input:not(.btn),
.view-order input:not(.btn),
.order-item-view input:not(.btn),
.customer-index select,
.add-billing-address select,
.add-shipping-address select,
.change-password select,
.password-reminder select,
.view-order select,
.order-item-view select {
  border-radius: 0;
}
.customer-index .btn,
.add-billing-address .btn,
.add-shipping-address .btn,
.change-password .btn,
.password-reminder .btn,
.view-order .btn,
.order-item-view .btn {
  margin: 0 5px;
}
.customer-index legend,
.add-billing-address legend,
.add-shipping-address legend,
.change-password legend,
.password-reminder legend,
.view-order legend,
.order-item-view legend {
  font-size: 15px;
  font-weight: bold;
  border: 0;
  color: #333333;
}
.customer-index .element-billing-address,
.add-billing-address .element-billing-address,
.add-shipping-address .element-billing-address,
.change-password .element-billing-address,
.password-reminder .element-billing-address,
.view-order .element-billing-address,
.order-item-view .element-billing-address {
  margin-top: 30px;
  margin-bottom: 60px;
}
.customer-index .element-billing-address .tc,
.add-billing-address .element-billing-address .tc,
.add-shipping-address .element-billing-address .tc,
.change-password .element-billing-address .tc,
.password-reminder .element-billing-address .tc,
.view-order .element-billing-address .tc,
.order-item-view .element-billing-address .tc {
  text-align: center;
}
.customer-index .element-shipping-addresses,
.add-billing-address .element-shipping-addresses,
.add-shipping-address .element-shipping-addresses,
.change-password .element-shipping-addresses,
.password-reminder .element-shipping-addresses,
.view-order .element-shipping-addresses,
.order-item-view .element-shipping-addresses {
  margin-bottom: 30px;
}
.customer-index .element-shipping-addresses .tc,
.add-billing-address .element-shipping-addresses .tc,
.add-shipping-address .element-shipping-addresses .tc,
.change-password .element-shipping-addresses .tc,
.password-reminder .element-shipping-addresses .tc,
.view-order .element-shipping-addresses .tc,
.order-item-view .element-shipping-addresses .tc {
  text-align: center;
}
@media (max-width: 992px) {
  .customer-index table,
  .add-billing-address table,
  .add-shipping-address table,
  .change-password table,
  .password-reminder table,
  .view-order table,
  .order-item-view table {
    display: block;
    overflow-x: scroll;
  }
}
.register-box a[target=_blank] {
  text-decoration: underline;
}
.view-order .table-stripped {
  border: 1px solid #dfdfdf;
}
.view-order .table-stripped thead tr th {
  padding: 5px;
  background: #f9f9f9;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
}
.view-order .table-stripped tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.view-order .table-stripped tbody tr:nth-child(even) td {
  padding: 5px;
  background: #f9f9f9;
  color: #333333;
}
.order-item-view .tc {
  text-align: center;
}
.order-item-view .col-md-4 {
  width: 100%;
}
.order-item-view .info-box {
  background: transparent;
  padding: 15px;
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
}
.order-item-view .info-box h2 {
  margin-top: 0;
  color: #333333;
}
.order-item-view .info-box table.orderData {
  width: 100%;
}
.order-item-view .info-box table.orderData tbody tr td {
  border-bottom: 1px solid #dfdfdf;
  width: 50%;
  padding: 8px 0;
  color: #333333;
}
.order-item-view .info-box table.orderData tbody tr:nth-child(even) td {
  background: #f9f9f9;
}
.order-item-view .table-striped tbody tr th {
  text-align: center;
  padding: 5px;
  background: #f9f9f9;
  color: #333333;
}
.order-item-view .table-striped tbody tr td {
  color: #333333;
}
.order-item-view .table-striped tbody tr:nth-child(2) td {
  text-align: center;
}
.order-item-view .table-striped tfoot tr td {
  color: #333333;
}
@media (max-width: 992px) {
  .order-view .table-stripped {
    border: 1px solid #dfdfdf;
  }
  .order-view .table-stripped thead tr th,
  .order-view .table-stripped tbody tr th,
  .order-view .table-stripped thead tr td,
  .order-view .table-stripped tbody tr td {
    min-width: 100px;
  }
  .order-item-view .info-box table.orderData {
    display: table;
  }
  .order-item-view .table-striped {
    display: table;
  }
  .element-billing-address .thead,
  .element-shipping-addresses .thead {
    display: none;
  }
  .element-billing-address .tc,
  .element-shipping-addresses .tc {
    display: block;
  }
}
@media (max-width: 768px) {
  .order-item-view .info-box table.orderData {
    display: block;
  }
  .order-item-view .table-striped {
    display: block;
  }
  .order-item-view .table-striped tr th,
  .order-item-view .table-striped tr td {
    min-width: 80px;
  }
  .register-box {
    margin-top: 30px;
  }
}
#owlSlider .owl-stage-outer {
  z-index: 3;
}
#owlSlider .owl-stage-outer #progressBar {
  background: transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#owlSlider .owl-stage-outer #progressBar #bar {
  width: 0;
  max-width: 100%;
  height: 5px;
  background: #0c9447;
}
#owlSlider .owl-stage-outer .owl-stage .owl-item {
  display: block;
  width: inherit;
  float: left;
}
#owlSlider .owl-stage-outer .owl-stage .owl-item a {
  width: 100%;
  display: block;
  float: left;
}
#owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption {
  max-width: 85%;
  width: inherit;
  height: inherit;
  left: 0;
  right: inherit;
  bottom: 0;
  margin: 0;
  padding: 10px 30px 30px 30px;
  text-align: left;
}
#owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-shadow: 2px 1px #111;
}
@media (max-width: 992px) {
  #owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption h3 {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 768px) {
  #owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption h3 {
    display: none;
  }
}
#owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption p {
  background: rgba(51, 51, 51, 0.55);
  box-shadow: 5px 0 0 rgba(51, 51, 51, 0.55), -5px 0 0 rgba(51, 51, 51, 0.55);
  -webkit-box-shadow: 5px 0 0 rgba(51, 51, 51, 0.55), -5px 0 0 rgba(51, 51, 51, 0.55);
  -moz-box-shadow: 5px 0 0 rgba(51, 51, 51, 0.55), -5px 0 0 rgba(51, 51, 51, 0.55);
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  text-shadow: 1px 1px #111;
  display: inline;
}
@media (max-width: 992px) {
  #owlSlider .owl-stage-outer .owl-stage .owl-item .carousel-caption p {
    display: none;
  }
}
#owlSlider .owl-stage-outer .owl-stage .owl-item .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 10px;
}
@media (max-width: 768px) {
  #owlSlider .owl-stage-outer .owl-stage .owl-item .btn {
    display: none;
  }
}
#owlSlider .owl-controls {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#owlSlider .owl-controls .owl-nav {
  width: 100%;
  height: 100%;
}
#owlSlider .owl-controls .owl-nav > div {
  position: relative;
  z-index: 4;
  border-radius: 0;
  padding: 15px 4px 15px 5px;
  background: rgba(50, 50, 50, 0.3);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: -26px 0 0 0;
  top: 50%;
}
#owlSlider .owl-controls .owl-nav > div .fa {
  font-size: 20px;
}
#owlSlider .owl-controls .owl-nav > div:hover,
#owlSlider .owl-controls .owl-nav > div:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #323232;
}
#owlSlider .owl-controls .owl-nav .owl-prev {
  float: left;
}
#owlSlider .owl-controls .owl-nav .owl-next {
  float: right;
}
#owlSlider .owl-controls .owl-dots {
  margin: -30px 0 0 0;
  padding: 0 23px;
  text-align: left;
}
#owlSlider .owl-controls .owl-dots .owl-dot {
  position: relative;
  z-index: 4;
}
#owlSlider .owl-controls .owl-dots .owl-dot span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
#owlSlider .owl-controls .owl-dots .owl-dot:hover span,
#owlSlider .owl-controls .owl-dots .owl-dot:focus span,
#owlSlider .owl-controls .owl-dots .owl-dot.active span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #0c9447;
}
.slider-wrapper {
  width: 100%;
}
.slider-wrapper #owlSlider {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
#slider-content-fluid {
  padding: 15px 15px 0 15px;
}
#slider-default #owlSlider {
  margin-bottom: 30px;
}
.dashboard-title,
.dashboard-slot .slot-title {
  background: #0c9447;
  color: #ffffff;
  border-left: 3px solid #363839;
  border-bottom: 0;
  display: block;
  padding: 10px;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.dashboard-title .all-btn,
.dashboard-slot .slot-title .all-btn {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  padding: 4px 9px;
  border: 2px solid #ffffff;
  margin: -5px -5px 0 0;
  text-decoration: none;
  float: right;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-title .all-btn:hover,
.dashboard-slot .slot-title .all-btn:hover,
.dashboard-title .all-btn:focus,
.dashboard-slot .slot-title .all-btn:focus {
  background: #086530;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-custom-article,
.dashboard-custom-html {
  margin-bottom: 30px;
}
#dashboard .dashboard-latest-news {
  margin-bottom: 30px;
}
#dashboard .dashboard-latest-news .all-blog {
  display: none;
}
#dashboard .dashboard-latest-news .owl-carousel.owl-theme {
  overflow: hidden;
}
#dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-item {
  padding: 0 15px;
  z-index: 100;
}
#dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-controls {
  margin: 0;
}
#dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-controls .owl-buttons div {
  padding: 5px;
  width: 29px;
  height: 29px;
  background: #0c9447;
}
#dashboard .dashboard-latest-news .owl-carousel.owl-theme .owl-controls .owl-buttons div span {
  color: #ffffff;
}
.article-on-page {
  background: white;
  margin-top: 15px;
  padding: 0;
}
.article-on-page p {
  margin: 0;
}
.dashboard-slot.custom-boxes-slot {
  margin-bottom: 30px;
}
.dashboard-slot.custom-boxes-slot .custom-box-item {
  position: relative;
}
.dashboard-slot.custom-boxes-slot .custom-box-item:hover .thumbnail,
.dashboard-slot.custom-boxes-slot .custom-box-item:focus .thumbnail,
.dashboard-slot.custom-boxes-slot .custom-box-item:hover h3,
.dashboard-slot.custom-boxes-slot .custom-box-item:focus h3 {
  border-color: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-slot.custom-boxes-slot .custom-box-item:hover .btn,
.dashboard-slot.custom-boxes-slot .custom-box-item:focus .btn {
  background: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.dashboard-slot.custom-boxes-slot .custom-box-item .thumbnail {
  width: 50%;
  display: inline-block;
  float: left;
  border: 1px solid #dfdfdf;
  border-right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
  z-index: 2;
  padding: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.dashboard-slot.custom-boxes-slot .custom-box-item .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.dashboard-slot.custom-boxes-slot .custom-box-item h3 {
  display: inline-block;
  width: 50%;
  position: absolute;
  right: 15px;
  top: 0;
  color: #333333;
  height: 100%;
  margin: 0;
  padding: 10px 10px 10px 25px;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  border: 1px solid #dfdfdf;
  border-left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 1;
}
.dashboard-slot.custom-boxes-slot .custom-box-item .btn {
  position: absolute;
  right: 15px;
  bottom: 0;
  background: #363839;
  color: #ffffff;
  border-top-left-radius: 35px !important;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin: 0;
}
#messageFormWithMaps {
  padding: 0 0 30px 0;
}
#messageFormWithMaps #namedForm {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  #messageFormWithMaps #namedForm {
    float: left;
    width: 50%;
  }
}
#messageFormWithMaps #named_form_message_wrapper {
  background: #ffffff;
  padding: 15px;
  border: 1px solid #dfdfdf;
  width: 100%;
  display: inline-block;
}
#messageFormWithMaps #named_form_message_wrapper .alert {
  background: #f62a00;
  margin: 0 0 15px 0;
  color: #ffffff;
}
#messageFormWithMaps #named_form_message_wrapper .alert .close {
  opacity: 1;
}
#messageFormWithMaps #named_form_message_wrapper h1 {
  display: none;
}
#messageFormWithMaps #named_form_message_wrapper input:not([type=submit]),
#messageFormWithMaps #named_form_message_wrapper textarea {
  border-radius: 0;
  border: 1px solid #d2d2d2;
  background: #fff;
}
#messageFormWithMaps #named_form_message_wrapper input[type=submit] {
  margin-bottom: 0;
  border-radius: 3px;
}
#messageFormWithMaps #maps {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
@media (min-width: 992px) {
  #messageFormWithMaps #maps {
    float: left;
    width: 50%;
  }
}
@media (max-width: 992px) {
  #messageFormWithMaps #maps {
    margin-top: 30px;
    height: 200px;
    position: relative;
  }
}
@media (max-width: 1200px) {
  .dashboard-slot.custom-boxes-slot .custom-box-item h3 {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .dashboard-slot.custom-boxes-slot .custom-box-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .slider-wrapper .element-slider {
    margin-bottom: 30px;
  }
  .slider-wrapper .element-slider .carousel-caption {
    display: none;
  }
  .slider-wrapper .element-slider ol {
    display: none;
  }
  #slider-content-fluid {
    padding: 0 15px;
  }
  #slider-container-fluid {
    padding: 15px 15px 0 15px;
  }
  #slider-container-fluid .element-slider {
    margin-bottom: 0;
  }
  .dashboard-slot.custom-boxes-slot .custom-box-item h3 {
    line-height: 20px;
    font-size: 15px;
    padding: 5px 5px 5px 20px;
  }
  .dashboard-title,
  .dashboard-slot .slot-title {
    font-size: 14px !important;
  }
}
.error-wrapper {
  margin: 0;
}
.error-wrapper .message-card {
  padding: 40px;
  background: #FDE4E1;
  color: #B10009;
}
.error-wrapper .message-card img {
  width: 100px;
}
.error-wrapper .message-card h1 {
  font-size: 22px;
  font-weight: bold;
  margin: 30px 0 40px 0;
}
.error-wrapper .message-card h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.error-wrapper .message-card ul {
  padding: 0 0 0 14px;
  margin: 0 0 30px 0;
}
.error-wrapper .message-card ul li p {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}
.error-wrapper .message-card ul li span {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
.error-wrapper .message-card .btn-primary {
  margin: 0;
}
@media (max-width: 992px) {
  .error-wrapper .message-card {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .error-wrapper .message-card {
    padding: 15px;
  }
  .error-wrapper .message-card h1 {
    font-size: 18px;
  }
}
.gallery-index .gallery-card-wrapper {
  float: left;
  width: 50%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .gallery-index .gallery-card-wrapper {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .gallery-index .gallery-card-wrapper {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .gallery-index .gallery-card-wrapper {
    float: left;
    width: 25%;
  }
}
.gallery-index a.gallery-card {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border: 1px solid #dfdfdf;
  position: relative;
  overflow: hidden;
}
.gallery-index a.gallery-card:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.gallery-index a.gallery-card span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #0c9447;
  color: #ffffff;
  width: inherit;
  height: 20px;
  padding: 0 5px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  position: absolute;
  right: 8px;
  top: -20px;
}
.gallery-index a.gallery-card h3 {
  position: absolute;
  bottom: 5px;
  left: 5px;
  margin: 0;
  font-size: 16px;
  background: #363839;
  padding: 5px;
  color: #ffffff;
  max-width: 80%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.gallery-index a.gallery-card:hover,
.gallery-index a.gallery-card:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-color: #0c9447;
}
.gallery-index a.gallery-card:hover span,
.gallery-index a.gallery-card:focus span {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  top: 5px;
}
.gallery-index a.gallery-card:hover h3,
.gallery-index a.gallery-card:focus h3 {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #0c9447;
  color: #ffffff;
}
.gallery-view .row .gallery-view-images .gallery-image-item {
  margin-bottom: 30px;
}
.gallery-view .row .gallery-view-images .gallery-image-item a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.gallery-view .row .gallery-view-images .gallery-image-item a:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.gallery-view .row .gallery-view-images .gallery-image-item a:focus {
  background-position: center center;
  background-size: cover;
}
/*===Elementek alapformázásai===*/
/*Shop-logo*/
.element-shop-logo-wrapper {
  padding: 0 15px 0 0;
}
.element-shop-logo-wrapper a.element-shop-logo {
  border-width: 5px 0;
  border-style: solid;
  border-color: transparent;
  height: 100%;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.element-search .form-group {
  margin-bottom: 0px;
  width: 100%;
  background: white;
}
.element-search input {
  background: #fff;
  position: relative;
  height: 40px;
  border-radius: 0;
  background: url('https://www.en.puntorosso.hu/content/base/img/search-icon.png') 95% 10px no-repeat;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.element-search input[type=submit] {
  display: none;
}
.element-search #search-result-product-list-box {
  border-top: 0px;
  width: 100%;
  z-index: 10000000;
  position: absolute;
  display: none;
  background: #ffffff;
}
.element-search #search-result-product-list-box #search-result-close {
  padding: 10px;
  cursor: pointer;
  color: #ffffff;
}
.element-search #search-result-product-list-box h5 {
  margin: 0;
  padding: 10px;
  font-size: 15px;
  background: #0c9447;
  color: #ffffff;
}
.element-search #search-result-product-list-box h5 a {
  position: absolute;
  font-size: 13px;
  right: 35px;
  color: #ffffff;
}
.element-search #search-result-product-list-box #search-result-product-list {
  overflow: auto;
  max-height: 308px;
  width: 100%;
}
.element-search #search-result-product-list-box ul {
  list-style: none;
  padding-left: 0px;
  margin: 0;
}
.element-search #search-result-product-list-box ul li.showAllResult {
  background: #cccccc;
}
.element-search #search-result-product-list-box ul li {
  padding: 5px 10px;
}
.element-search #search-result-product-list-box ul li a {
  padding: 0;
  font-size: 13px;
  width: 100%;
  display: block;
  color: #333333;
}
.element-search #search-result-product-list-box ul li a:hover {
  text-decoration: none;
  color: #1a1a1a;
}
.nav > li > a {
  padding: 0;
}
.navbar-nav > li > a {
  padding: 0;
}
.element-global_navigation {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
  min-height: inherit;
  float: left;
}
.element-global_navigation .navbar-collapse {
  padding: 0;
}
.element-global_navigation .navbar-collapse ul li ul {
  display: none;
}
.element-global_navigation .navbar-collapse ul li a,
.element-global_navigation .navbar-collapse ul li .no-link {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #ffffff;
}
.element-global_navigation .navbar-collapse ul li a:hover,
.element-global_navigation .navbar-collapse ul li .no-link:hover,
.element-global_navigation .navbar-collapse ul li a:focus,
.element-global_navigation .navbar-collapse ul li .no-link:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  background: #0c9447;
}
.element-global_navigation .navbar-collapse ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 100000;
  left: 0;
  width: inherit;
  background: #1d1e1f;
}
.element-global_navigation .navbar-collapse ul li:hover ul li {
  list-style-type: none;
}
.element-global_navigation .navbar-collapse ul li:hover ul li a,
.element-global_navigation .navbar-collapse ul li:hover ul li .no-link {
  white-space: nowrap;
  display: block;
  color: #ffffff;
}
.element-global_navigation .navbar-collapse ul li:hover ul li a:hover,
.element-global_navigation .navbar-collapse ul li:hover ul li .no-link:hover,
.element-global_navigation .navbar-collapse ul li:hover ul li a:focus,
.element-global_navigation .navbar-collapse ul li:hover ul li .no-link:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  background: #0c9447;
}
.element-global_navigation .navbar-collapse ul li.has-children > a {
  pointer-events: none;
}
.element-global_navigation .navbar-collapse ul li.has-children:hover {
  cursor: pointer;
}
.element-global_navigation .navbar-collapse ul li.has-children ul li.has-children ul {
  top: auto !important;
  position: relative;
}
.element-global_navigation .navbar-collapse ul li.has-children ul li.has-children ul li a,
.element-global_navigation .navbar-collapse ul li.has-children ul li.has-children ul li .no-link {
  padding-left: 30px !important;
}
.element-global_navigation .navbar-collapse ul .active a,
.element-global_navigation .navbar-collapse ul .active .no-link {
  color: #ffffff;
  background: transparent;
}
.element-cart {
  float: right;
  background: #f62a00;
}
.element-cart a:hover,
.element-cart a:focus {
  text-decoration: none;
}
.element-cart:hover .dropdown-menu {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  margin: 0;
  right: 0;
  top: 40px;
  z-index: 110;
  left: inherit;
  border: 0;
  border-radius: 0;
}
.element-cart:hover .dropdown-menu .element-cart_dropdown {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.095), 0 1.5px 1.5px 0 rgba(0, 0, 0, 0.2), 0 2px 1.5px 0 rgba(0, 0, 0, 0.1);
}
.element-cart:hover .dropdown-menu table {
  background: white;
  margin-bottom: 0;
}
.element-cart:hover .dropdown-menu table tr {
  padding: 15px 0;
}
.element-cart:hover .dropdown-menu table .full-price {
  font-weight: bold;
  font-size: 16px;
}
.element-cart:hover .dropdown-menu table tr {
  border: 0 solid transparent;
}
.element-cart:hover .dropdown-menu table tr td {
  border: 0;
  padding: 5px;
  font-size: 14px;
  vertical-align: middle;
  background: white;
  white-space: nowrap;
}
.element-cart:hover .dropdown-menu table tr td.thumbnail_td {
  width: 55px;
  display: inline-block;
}
.element-cart:hover .dropdown-menu table tr td.thumbnail_td img {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.element-cart:hover .dropdown-menu table tr td.name {
  min-width: 200px !important;
  max-width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.element-cart:hover .dropdown-menu table tr td.quantity {
  width: 30px;
  text-align: center;
  vertical-align: middle;
}
.element-cart:hover .dropdown-menu table tr td.price {
  width: 100px;
  vertical-align: middle;
  font-weight: bold;
}
.element-cart ul {
  padding: 0;
  margin-bottom: 0;
  z-index: 2;
}
.element-cart ul li {
  list-style-type: none;
  display: block;
}
.element-cart ul li .fa-shopping-cart {
  height: 30px;
  padding: 5px;
  position: relative;
  top: -2px;
  background: #f62a00;
  color: #ffffff;
}
.element-cart ul li .cart-quantity {
  font-size: 14px;
  display: inline-block;
  background: #f62a00;
  color: #ffffff;
  line-height: 38px;
}
.element-cart ul li .cart-quantity b {
  font-weight: bold;
  color: #ffffff;
}
.element-cart ul li .cart-quantity .glyphicon {
  font-weight: normal;
  display: none;
  color: #ffffff;
}
.notification-message .row .alert {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  header nav .element-global_navigation .collapse ul li a {
    font-size: 15px;
    font-weight: normal;
    padding: 0 8px;
  }
}
.manufacturer-carousel-wrapper .manufacturer-carousel {
  padding: 20px 0;
}
.manufacturer-carousel-wrapper .manufacturer-carousel .owl-carousel {
  height: 50px;
}
.manufacturer-carousel-wrapper .manufacturer-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 50px;
}
.manufacturer-carousel-wrapper .manufacturer-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a {
  display: block;
  height: 50px;
  padding: 3px 0;
  text-align: center;
}
.manufacturer-carousel-wrapper .manufacturer-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item a img {
  margin: 0 auto;
  height: 100%;
  width: inherit;
}
footer h4 {
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 10px 0;
}
footer ul {
  padding: 0;
}
footer ul li {
  list-style-type: none;
  display: block;
  font-size: 12px;
  float: none !important;
  color: #333333;
}
footer ul li:hover,
footer ul li:focus {
  background: transparent;
}
footer ul li a {
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer ul li a:hover,
footer ul li a:focus {
  background: transparent !important;
  color: #f62a00;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer ul li .glyphicon {
  margin-right: 5px;
}
footer ul li.active a {
  color: #0c9447;
}
footer .footer-top-fluid .footer-top {
  display: table;
  padding: 0;
}
footer .footer-top-fluid .footer-top .footer-top-item {
  display: table-cell;
  min-width: 90px;
  padding: 0 15px 0 0;
}
footer .footer-top-fluid .footer-top .footer-social a {
  display: inline-block;
  width: 27px;
  height: 27px;
  border-radius: 3px;
  vertical-align: middle;
  text-align: center;
  background: #333333;
  color: #ffffff;
  margin-right: 5px;
}
footer .footer-top-fluid .footer-top .footer-social a i {
  line-height: 27px;
  font-size: 18px;
  vertical-align: middle;
}
footer .footer-top-fluid .footer-top .footer-social a:hover,
footer .footer-top-fluid .footer-top .footer-social a:focus {
  text-decoration: none;
  background: #1a1a1a;
}
footer .footer-bottom .footer-impressum {
  color: #333333;
  text-align: right;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-impressum {
    float: left;
    width: 50%;
  }
}
footer .footer-bottom .footer-impressum a {
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block;
  vertical-align: middle;
}
footer .footer-bottom .footer-impressum a:hover,
footer .footer-bottom .footer-impressum a:focus {
  color: #f62a00;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer .footer-bottom .footer-impressum a img {
  height: 25px;
  padding: 3px 0 3px 10px;
  float: right;
}
footer .footer-bottom .footer-copyright {
  color: #333333;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  line-height: 30px;
  font-size: 13px;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-copyright {
    float: left;
    width: 50%;
  }
}
@media (max-width: 992px) {
  footer .footer-top .footer-block {
    border: 0;
    text-align: center;
    height: auto;
  }
}
@media (max-width: 768px) {
  footer {
    margin: 0;
  }
  footer .footer-top-fluid {
    padding: 0;
  }
  footer .footer-top-fluid .footer-top {
    width: 100%;
    border: 0;
  }
  footer .footer-top-fluid .footer-top .footer-top-item {
    text-align: center;
    display: block;
    margin-bottom: 25px;
  }
  footer .footer-top-fluid .footer-top .footer-top-item h4 {
    margin-bottom: 10px;
  }
  footer .footer-bottom-fluid .footer-bottom {
    border: 0;
    background: #ffffff;
  }
  footer .footer-bottom-fluid .footer-bottom .footer-impressum,
  footer .footer-bottom-fluid .footer-bottom .footer-copyright {
    text-align: center !important;
    padding: 0;
    display: block;
    float: none;
  }
  footer#footer_1 .footer-bottom-fluid,
  footer#footer_2 .footer-bottom-fluid {
    padding: 0;
  }
}
.heading-1 {
  margin: 0 0 15px 0;
  font-size: 19px;
  font-weight: bold;
  line-height: 37px;
  display: block;
  text-transform: uppercase;
}
.heading-1 b {
  color: #f62a00;
}
.article-view-header .btn {
  display: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  background: url('/img/other/background.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  body {
    background: #eff3f8;
  }
}
@media (max-width: 768px) {
  body {
    background: white !important;
  }
}
header,
footer {
  flex-shrink: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
main {
  padding: 15px;
}
aside {
  padding: 15px;
}
@media (max-width: 767px) {
  aside {
    padding: 0;
  }
}
.no-padding {
  padding: 0;
}
.sticky-footer-content {
  flex: 1 0 auto;
  float: left;
}
@media (max-width: 767px) {
  .sticky-footer-content {
    float: none;
  }
}
.sticky-footer-wrapper {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
@media (max-width: 767px) {
  .sticky-footer-wrapper {
    display: block;
    flex-direction: row;
    height: auto;
  }
}
.content-wrapper {
  background: #ffffff;
  color: #333333;
  border-top: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-wrapper {
    border: 0;
  }
}
.view .left-side {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .view .left-side {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view .left-side {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .view .left-side {
    float: left;
    width: 41.66666667%;
  }
}
.view .right-side {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .view .right-side {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .view .right-side {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .view .right-side {
    float: left;
    width: 58.33333333%;
  }
}
.view .element-top-products {
  width: initial;
  left: 15px;
  top: 40px;
  padding-right: 10px;
}
.view .element-top-products .order,
.view .element-top-products .title {
  display: inline-block;
}
.view .element-top-products .order span,
.view .element-top-products .title span {
  display: inline-block;
}
.view .element-image-gallery .no-image {
  margin: 0 auto;
  width: inherit !important;
  display: block;
}
.view .element-image-gallery .primary-image {
  border: 1px solid #dfdfdf;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.view .element-image-gallery .primary-image:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view .element-image-gallery .secondary-image {
  margin-top: 5px;
}
.view .element-image-gallery .secondary-image .flypage-secondary-images a {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.view .element-image-gallery .secondary-image .flypage-secondary-images a:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view .product-view-title {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  display: block;
  color: #333333;
  font-weight: bold;
}
@media (max-width: 768px) {
  .view .product-view-title {
    font-size: 18px;
  }
}
.view .view-manufacturer-logo {
  margin-bottom: 10px;
  text-align: left;
}
.view .price-original {
  font-size: 14px;
  text-decoration: line-through;
  margin-right: 15px;
  display: block;
}
.view .price {
  font-size: 28px;
  font-weight: bold;
  color: #f62a00;
}
.view .price .gross_quantity_unit {
  font-size: 16px;
  color: #f62a00;
  font-weight: normal;
}
.view .price .net_price {
  font-size: 14px;
}
.view .view-special-offer {
  position: absolute;
  background: #f62a00;
  color: #ffffff;
  padding: 6px 12px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 4px;
}
.view .element-add-to-cart-form {
  padding: 15px;
  position: relative;
  z-index: 100;
  margin: 15px 0;
  border-left: 3px solid #0c9447;
  background: #ededed;
  color: #333333;
}
.view .element-add-to-cart-form .viewQU {
  position: relative;
  left: -10px;
}
.view .element-add-to-cart-form .add-to-cart {
  margin-bottom: 15px;
}
.view .element-add-to-cart-form .form-group {
  margin: 0;
}
.view .element-add-to-cart-form .form-group input {
  width: 70px;
  float: left;
  margin-right: 15px;
  border-radius: 0;
}
.view .element-add-to-cart-form #properties .form-group {
  display: inline-block;
  width: inherit;
  margin: 0 15px 15px 0;
}
@media (max-width: 768px) {
  .view .element-add-to-cart-form #properties .form-group {
    display: block;
    margin: 0 0 15px 0;
  }
}
.view .element-add-to-cart-form #properties .form-group select {
  width: inherit;
  border-radius: 0;
}
@media (max-width: 768px) {
  .view .element-add-to-cart-form #properties .form-group select {
    width: 100%;
  }
}
.view .element-add-to-cart-form .btn-primary {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #f62a00 !important;
  color: #ffffff !important;
}
.view .element-add-to-cart-form .btn-primary:hover,
.view .element-add-to-cart-form .btn-primary:focus {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: #c32100 !important;
  color: #ffffff !important;
}
.view .element-sub_products .row.sub-product-list {
  margin: 20px 0;
}
.view .element-sub_products .row.sub-product-list .sub-product-column {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 100%;
  display: table;
  margin: 0 0 7px 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #dfdfdf;
}
.view .element-sub_products .row.sub-product-list .sub-product-column:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a {
  display: table-row;
  text-decoration: none;
  color: #333333;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a:hover .name,
.view .element-sub_products .row.sub-product-list .sub-product-column a:focus .name {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  color: #0c9447;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .thumbnail {
  width: 51px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 0;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: table-cell;
  vertical-align: middle;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item.name {
  padding: 0 8px;
  font-size: 14px;
  line-height: 17px;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item.more-info {
  text-align: right;
  width: 130px;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item.more-info .btn {
  margin: 0;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item.prices {
  font-weight: bold;
  color: #f62a00;
  font-size: 17px;
  width: 130px;
  text-align: center;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item.prices .original {
  text-decoration: line-through;
  font-size: 13px;
  color: #333333;
  font-weight: normal;
}
.view .element-sub_products .row.sub-product-list .sub-product-column a .column-item .btn {
  margin: 0 5px 0 0;
}
@media (max-width: 450px) {
  .view .element-sub_products .row.sub-product-list .sub-product-column a .thumbnail {
    display: none !important;
  }
  .view .element-sub_products .row.sub-product-list .sub-product-column a .name {
    padding-left: 0 !important;
  }
  .view .element-sub_products .row.sub-product-list .sub-product-column a .prices {
    font-size: 15px !important;
    padding: 0 5px !important;
  }
  .view .element-sub_products .row.sub-product-list .sub-product-column a .more-info {
    width: inherit !important;
  }
}
.view #productCollection {
  margin: 30px 0;
}
.view #productCollection h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
.view #productCollection ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dfdfdf;
  display: table;
  width: 100%;
}
.view #productCollection ul li {
  display: table-cell;
  width: 20% !important;
  padding: 5px;
  list-style-type: none;
  vertical-align: middle;
  overflow: hidden;
}
.view #productCollection ul li a {
  color: #333333;
}
.view #productCollection ul li .discount-price {
  font-weight: bold;
  color: #f62a00;
  font-size: 15px;
}
.view #productCollection ul li:nth-child(1) {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  width: 10% !important;
  background-size: contain;
}
.view #productCollection ul li:nth-child(1):before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view #productCollection ul li:nth-child(2) {
  width: 50% !important;
  font-weight: bold;
  padding-left: 10px;
}
.view #related-products .element-related-products .related-product-column .thumbnail {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.view #related-products .element-related-products .related-product-column .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.view #related-products .element-related-products .related-product-column a:hover {
  text-decoration: none;
}
.view #related-products .element-related-products .related-product-column h4 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-align: center;
  color: #333333;
}
.view .product-weight {
  margin-bottom: 15px;
}
.view .sku {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  color: #333333;
}
.view .barcode {
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
  color: #333333;
}
.view .s-desc {
  font-size: 14px;
  line-height: 22px;
}
.view .view-tabs {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
.view .view-tabs .nav-tabs > li.active > a,
.view .view-tabs .nav-tabs > li.active > a:focus,
.view .view-tabs .nav-tabs > li.active > a:hover {
  border-bottom-color: #ffffff;
}
.view .view-tabs .nav-tabs > li.active > a {
  background: transparent;
}
.view .view-tabs .nav-tabs li a {
  padding: 5px 10px;
  border-radius: 0;
  font-size: 14px;
  color: #333333;
  text-transform: uppercase;
}
.view .view-tabs .nav-tabs li a:hover {
  background: transparent;
}
.view .view-tabs .nav-tabs .active a {
  font-weight: bold;
  color: #333333;
}
.view .view-tabs .nav-tabs .active:hover a {
  border-bottom: 1px solid transparent;
}
.view .view-tabs .tab-pane {
  border: 1px solid #dfdfdf;
  border-top: 0;
  padding: 15px;
  font-size: 13px;
}
.view .view-tabs #params dl {
  margin: 0;
}
.view .view-tabs #params dl dt,
.view .view-tabs #params dl dd {
  text-align: left;
  margin-bottom: 5px;
}
/*=======================================
-TERMÉK LISTAOLDAL TOOLBAR (kereső, szűrő)
=========================================*/
#product-toolbar {
  background: #ededed;
  text-align: left;
  padding: 10px;
}
#product-toolbar .highlight {
  color: #0c9447;
}
#product-toolbar button {
  width: initial !important;
  float: right !important;
  border: 0;
  padding: 0;
  background: transparent;
  margin-left: 15px;
  font-size: 19px;
  line-height: 31px;
  color: #333333;
}
#product-toolbar button:focus {
  outline: none;
}
#product-toolbar .element-sort {
  display: inline-block;
  float: left;
  height: 30px;
}
#product-toolbar .element-sort select {
  height: 30px;
  border-radius: 0;
  font-size: 12px;
  width: 180px;
  padding: 0 5px;
}
#product-toolbar form {
  display: inline-block;
}
#product-toolbar form .form-group {
  margin: 0;
}
#product-toolbar form #SortSelect {
  margin-right: 20px;
}
#product-toolbar form select {
  border-radius: 0;
  height: 30px;
  width: inherit;
  padding: 0 5px;
}
#product-toolbar .collapse-btn {
  font-size: 13px;
  float: none !important;
  color: white;
  border-radius: 3px;
  z-index: 100;
  height: 30px;
  line-height: 30px;
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 0;
  background: #0c9447;
  color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 0;
  padding: 6px 12px;
  margin: 0 0 0 20px;
  padding: 0 5px;
}
#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
#product-toolbar .collapse-btn:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
#product-toolbar .collapse-btn:active,
#product-toolbar .collapse-btn.active,
.open > .dropdown-toggle#product-toolbar .collapse-btn {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
#product-toolbar .collapse-btn:active:hover,
#product-toolbar .collapse-btn.active:hover,
.open > .dropdown-toggle#product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn:active:focus,
#product-toolbar .collapse-btn.active:focus,
.open > .dropdown-toggle#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn:active.focus,
#product-toolbar .collapse-btn.active.focus,
.open > .dropdown-toggle#product-toolbar .collapse-btn.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
#product-toolbar .collapse-btn:active,
#product-toolbar .collapse-btn.active,
.open > .dropdown-toggle#product-toolbar .collapse-btn {
  background-image: none;
}
#product-toolbar .collapse-btn.disabled:hover,
#product-toolbar .collapse-btn[disabled]:hover,
fieldset[disabled] #product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn.disabled:focus,
#product-toolbar .collapse-btn[disabled]:focus,
fieldset[disabled] #product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn.disabled.focus,
#product-toolbar .collapse-btn[disabled].focus,
fieldset[disabled] #product-toolbar .collapse-btn.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#product-toolbar .collapse-btn .badge {
  color: #337ab7;
  background-color: #ffffff;
}
#product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
#product-toolbar .collapse-btn:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
#product-toolbar .collapse-btn:active,
#product-toolbar .collapse-btn.active,
.open > .dropdown-toggle#product-toolbar .collapse-btn {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
#product-toolbar .collapse-btn:active:hover,
#product-toolbar .collapse-btn.active:hover,
.open > .dropdown-toggle#product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn:active:focus,
#product-toolbar .collapse-btn.active:focus,
.open > .dropdown-toggle#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn:active.focus,
#product-toolbar .collapse-btn.active.focus,
.open > .dropdown-toggle#product-toolbar .collapse-btn.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
#product-toolbar .collapse-btn:active,
#product-toolbar .collapse-btn.active,
.open > .dropdown-toggle#product-toolbar .collapse-btn {
  background-image: none;
}
#product-toolbar .collapse-btn.disabled:hover,
#product-toolbar .collapse-btn[disabled]:hover,
fieldset[disabled] #product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn.disabled:focus,
#product-toolbar .collapse-btn[disabled]:focus,
fieldset[disabled] #product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn.disabled.focus,
#product-toolbar .collapse-btn[disabled].focus,
fieldset[disabled] #product-toolbar .collapse-btn.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
#product-toolbar .collapse-btn .badge {
  color: #337ab7;
  background-color: #ffffff;
}
#product-toolbar .collapse-btn:hover,
#product-toolbar .collapse-btn:focus,
#product-toolbar .collapse-btn:active {
  background: #086530 !important;
  border: 0 !important;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
}
#product-toolbar .collapse-btn i {
  margin-left: 5px;
}
#product-toolbar #param-filter {
  background: #ededed;
  margin-top: 7px;
  padding: 15px 7px;
}
#product-toolbar #param-filter .param-filter-70 {
  display: inline-block;
  width: inherit;
}
#product-toolbar #param-filter .param-filter-70 #ProductByCategoryForm,
#product-toolbar #param-filter .param-filter-70 #ProductByParamsForm,
#product-toolbar #param-filter .param-filter-70 #ProductSearchForm,
#product-toolbar #param-filter .param-filter-70 #ProductByManufacturerForm {
  margin-right: 30px;
  display: block;
}
#product-toolbar #param-filter .param-filter-70 #ProductByCategoryForm label,
#product-toolbar #param-filter .param-filter-70 #ProductByParamsForm label,
#product-toolbar #param-filter .param-filter-70 #ProductSearchForm label,
#product-toolbar #param-filter .param-filter-70 #ProductByManufacturerForm label {
  display: inline-block;
  color: #333333;
  margin: 0;
}
#product-toolbar #param-filter .param-filter-70 #ProductByCategoryForm select,
#product-toolbar #param-filter .param-filter-70 #ProductByParamsForm select,
#product-toolbar #param-filter .param-filter-70 #ProductSearchForm select,
#product-toolbar #param-filter .param-filter-70 #ProductByManufacturerForm select {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 460px) {
  #product-toolbar #ProductByCategoryForm .form-group #filter-price {
    margin: 10px 0 0 0 !important;
  }
}
@media (max-width: 400px) {
  #product-toolbar #ProductByCategoryForm .form-group #SortSelect {
    margin: 0 !important;
  }
}
.product-index .element-pagination {
  float: left;
  width: 100%;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .product-index .element-pagination {
    margin: 25px 0 50px 0;
  }
}
.product-index .product-index-header .product-index-h1 {
  text-transform: uppercase;
  font-size: 22px;
  border-bottom: 0;
}
/*====
====*/
/*=========================
-KATEGÓRIA LEÍRÁS - LENYÍLÓ
==========================*/
.collapsible-container {
  height: inherit;
  overflow: hidden;
}
.collapsible-container p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.collapsible-container h2,
.collapsible-container h3 {
  line-height: 20px;
  margin: 0;
  padding: 5px 0 15px 0;
  font-weight: 700;
}
.collapsible-container h2:first-child,
.collapsible-container h3:first-child {
  padding: 0 0 20px 0;
}
.collapsible-container h2 {
  font-size: 18px;
}
.collapsible-container h3 {
  font-size: 16px;
}
.collapsible-container a {
  font-weight: 700;
  text-decoration: underline;
}
.collapsible-button {
  margin: 15px 0;
  display: inline-block;
  padding: 5px;
}
.collapsible-button:hover {
  cursor: pointer;
  text-decoration: none;
}
/*====
====*/
.element-top-products {
  position: absolute;
  width: initial;
  left: 0;
  background: #f62a00;
  padding: 0;
  color: #ffffff;
  top: 15px;
  z-index: 100;
}
.element-top-products:hover {
  cursor: pointer;
}
.element-top-products .order {
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
}
.element-top-products .title {
  display: none;
}
#unpublishedProduct h1 {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  display: block;
  color: #333333;
  font-weight: bold;
}
#unpublishedProduct .sku {
  margin-bottom: 30px;
  display: block;
}
#unpublishedProduct p {
  font-size: 15px;
  font-weight: bold;
}
#unpublishedProduct .product-image img {
  width: 100%;
}
#unpublishedProduct .row-index-product-list .index-product-column.type-2 {
  position: relative !important;
  min-height: 1px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding: 0 3px !important;
}
@media (min-width: 992px) {
  #unpublishedProduct .row-index-product-list .index-product-column.type-2 {
    float: left;
    width: 25%;
  }
}
@media (max-width: 768px) {
  .right-side {
    margin-top: 30px;
  }
  .right-side .view-manufacturer-logo {
    text-align: center;
  }
  .social-icons {
    float: none !important;
  }
  .view .view-tabs #sub-products .element-sub_products .sub-product-column h4 {
    font-size: 13px;
    line-height: 18px;
    height: 54px;
  }
  .nav-tabs > li {
    display: block;
    float: none;
  }
  .nav-tabs > li a {
    border: 0 !important;
    padding-left: 0 !important;
    font-size: 13px;
  }
  .nav-tabs > li.active a {
    margin-right: 0;
  }
  .category-card .category-card-data {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 500px) {
  #productCollection ul {
    display: block !important;
  }
  #productCollection ul li {
    padding: 5px 2px;
    display: inline-block !important;
    font-size: 13px;
  }
  #productCollection ul li .discount-price {
    font-size: 13px;
  }
  #productCollection ul li:nth-child(1) {
    display: none !important;
  }
  #productCollection ul li:nth-child(2) {
    width: 50% !important;
    padding: 5px 0 !important;
  }
  #productCollection ul li:nth-child(3) {
    width: 20% !important;
  }
  #productCollection ul li:nth-child(4) {
    white-space: normal;
    width: 30% !important;
  }
}
@media (max-width: 420px) {
  .row-index-product-list .dashboard-product-column,
  .row-dashboard-product-list .dashboard-product-column,
  .row-index-product-list .grid,
  .row-dashboard-product-list .grid {
    position: relative !important;
    float: left !important;
    width: 100% !important;
    min-height: 1px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.sidebar .sidebar-slot {
  margin: 0 0 30px 0;
  height: 100%;
  padding: 0;
}
.sidebar .fb-page {
  margin: 0 0 30px 0;
}
.sidebar .fb-page,
.sidebar .fb-page span,
.sidebar .fb-page span iframe[style] {
  width: 100% !important;
}
.sidebar .sidebar-title {
  font-size: 15px;
  margin: 0;
  line-height: 15px;
  background: #0c9447;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 0;
  border-left: 3px solid #363839;
  text-transform: uppercase;
}
.sidebar .sidebar-title .icon-wrapper {
  background: #0c9447;
  display: inline-block;
  padding: 0 10px;
}
.sidebar .sidebar-title .icon-wrapper .glyphicon {
  color: #ffffff;
}
.sidebar .latest-news-card {
  margin: 15px 0 0 0;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border-width: 0 2px 0 0 !important;
  border-style: solid;
  border-color: transparent;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card {
    float: left;
    width: 100%;
  }
}
.sidebar .latest-news-card:hover,
.sidebar .latest-news-card:focus {
  border-width: 0 2px 0 0 !important;
  border-style: solid;
  border-color: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar .latest-news-card:hover h3.title,
.sidebar .latest-news-card:focus h3.title {
  background: transparent !important;
}
.sidebar .latest-news-card:hover h3.title a,
.sidebar .latest-news-card:focus h3.title a {
  color: #0c9447;
}
.sidebar .latest-news-card:hover a,
.sidebar .latest-news-card:focus a {
  text-decoration: none;
  color: #0c9447;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar .latest-news-card a {
  color: #333333;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.sidebar .latest-news-card .thumbnail {
  width: 25%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin: 0;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card .thumbnail {
    float: left;
    width: 25%;
  }
}
.sidebar .latest-news-card .thumbnail:before {
  content: '';
  display: block;
  padding-top: 100%;
}
.sidebar .latest-news-card h3.title {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  float: left;
  width: 75%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0 0 0 15px;
  height: 60px;
  overflow: hidden;
  left: inherit;
  bottom: inherit;
  background: transparent;
}
@media (min-width: 768px) {
  .sidebar .latest-news-card h3.title {
    float: left;
    width: 75%;
  }
}
.sidebar .latest-news-card h3.title a {
  color: #333333;
}
@media (max-width: 768px) {
  .sidebar .latest-news-card h3.title {
    font-size: 14px;
    line-height: 20px;
  }
}
.sidebar .latest-news-card .desc,
.sidebar .latest-news-card p,
.sidebar .latest-news-card .date,
.sidebar .latest-news-card .button-more {
  display: none;
}
.sidebar .all-blog {
  margin-top: 15px;
  float: right;
}
.sidebar .sidebar-customer-menu h2 {
  margin-top: 0;
}
.sidebar .sidebar-customer-menu ul {
  margin: 15px 0 0 0;
  padding-left: 0;
}
.sidebar .sidebar-customer-menu ul li {
  list-style-type: none;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 13px;
}
ul.category-tree.dropdown-menu {
  margin: 0;
  display: block;
  position: relative;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  border: 0;
  background-color: transparent;
}
ul.category-tree.dropdown-menu li {
  padding: 0;
  position: relative;
}
ul.category-tree.dropdown-menu li:hover,
ul.category-tree.dropdown-menu li:focus {
  background: transparent;
}
ul.category-tree.dropdown-menu li:hover > .category_tree_element_item,
ul.category-tree.dropdown-menu li:focus > .category_tree_element_item {
  color: #0c9447;
}
ul.category-tree.dropdown-menu li img {
  display: none;
}
ul.category-tree.dropdown-menu li a {
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #333333;
  line-height: 30px;
  padding: 0 19px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
ul.category-tree.dropdown-menu li a:hover,
ul.category-tree.dropdown-menu li a:focus {
  background: transparent;
  color: #0c9447;
}
ul.category-tree.dropdown-menu li .category_tree_element_item {
  float: right;
  margin-top: -29px;
  margin-right: 0;
  position: relative;
  z-index: 100;
  font-size: 20px;
}
ul.category-tree.dropdown-menu li ul {
  padding-left: 10px;
}
ul.category-tree.dropdown-menu li ul li a {
  font-size: 13px;
  line-height: 25px;
}
ul.category-tree.dropdown-menu li.active > a {
  background: transparent;
  color: #0c9447;
}
ul.category-tree.dropdown-menu li.active > .category_tree_element_item {
  color: #0c9447;
}
.sidebar .custom-article {
  color: #333333;
}
.sidebar .custom-article p {
  margin: 0;
  color: #333333;
}
.sidebar #ProductFilterSearchForm {
  margin: 0 0 30px 0;
}
.sidebar #ProductFilterSearchForm input[type=submit] {
  display: none;
}
.sidebar #ProductFilterSearchForm input {
  border-radius: 0;
}
.sidebar #search-result-product-list-box {
  display: none;
}
.sidebar .element-shop-logo {
  width: 100%;
  display: block;
  margin: 0 0 30px 0;
}
.sidebar .element-shop-logo img {
  width: 100%;
}
@media (max-width: 768px) {
  .sidebar .element-shop-logo {
    display: none;
  }
}
@media (max-width: 767px) {
  .sidebar #sidebarCustomerMenu,
  .sidebar #sidebarCategoryTree {
    display: none;
  }
  .sidebar .sidebar-latest-news {
    margin-bottom: 30px;
  }
  .sidebar .sidebar-latest-news .latest-news-card .title {
    padding: 0 0 0 15px !important;
  }
  .sidebar .sidebar-facebook {
    margin: 0 0 15px 0;
    text-align: center;
  }
  .sidebar h2 .icon-wrapper {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 768px) {
  #mobilMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .desktop-header {
    display: none;
  }
  #mobilMenu {
    position: fixed;
    width: 100%;
    z-index: 100000;
    top: 0;
    background: white;
  }
  #mobilMenu .off-canvas-menu {
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: 1px inset #252527;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li {
    display: table-cell;
    text-align: center;
    width: 16.66666667%;
    background: #1A1A1C;
    color: white;
    height: 50px;
    padding: 12px 0;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.off-canvas-item {
    display: block;
    padding: 0;
    height: 26px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border-right: 1px solid #252527;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.off-canvas-item i {
    line-height: 20px;
    font-size: 18px;
    vertical-align: middle;
    padding: 0;
    color: #fff;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    position: relative;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.off-canvas-item i .cart-quantity {
    background: #0c9447;
    color: #ffffff;
    font-size: 10px;
    border-radius: 15px;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 11px;
    left: 10px;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.off-canvas-item i .logged-in {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #008000;
    border-radius: 15px;
    position: relative;
    margin-left: -5px;
    margin-bottom: -5px;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.active {
    color: #0c9447;
  }
  #mobilMenu .off-canvas-menu .off-canvas-li a.active i {
    color: #0c9447;
  }
  #mobilMenu .toggle-content {
    position: absolute;
    width: 100vw;
    display: none;
    max-height: calc(100vh - 50px);
    overflow-y: scroll;
    overflow-x: hidden;
    left: 0;
    top: 50px;
    background: #1A1A1C;
    padding: 0 15px 15px 15px;
    font-size: 16px;
    z-index: 100000;
    color: white;
  }
  #mobilMenu .toggle-content .mm-title {
    margin: 5px 0 10px 0;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    font-weight: bold;
  }
  #mobilMenu .toggle-content .mm-title .icon-wrapper {
    display: none;
  }
  #mobilMenu .toggle-content ul {
    background: transparent;
    padding: 0;
  }
  #mobilMenu .toggle-content ul li {
    display: block;
    background: transparent;
    width: 100%;
    text-align: left;
    border: 0;
  }
  #mobilMenu .toggle-content ul li.active > a,
  #mobilMenu .toggle-content ul li.active > .no-link {
    color: #0c9447;
    background: transparent;
  }
  #mobilMenu .toggle-content ul li a,
  #mobilMenu .toggle-content ul li .no-link {
    padding: 4px 0;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    line-height: 30px;
    border-bottom: 1px solid #252527;
    background: transparent;
  }
  #mobilMenu .toggle-content ul li a:hover,
  #mobilMenu .toggle-content ul li .no-link:hover,
  #mobilMenu .toggle-content ul li a:focus,
  #mobilMenu .toggle-content ul li .no-link:focus {
    color: #0c9447;
    background: transparent;
  }
  #mobilMenu .toggle-content ul li ul {
    padding: 0;
    display: block;
  }
  #mobilMenu .toggle-content ul li ul li {
    display: block;
    text-transform: none;
    background: transparent;
  }
  #mobilMenu .toggle-content ul li ul li a,
  #mobilMenu .toggle-content ul li ul li .no-link {
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
  }
  #mobilMenu #mm-category ul li span.category_tree_element_item {
    margin-top: -33px;
  }
  #mobilMenu #mm-category ul li span.category_tree_element_item i {
    font-size: 27px;
    color: White;
  }
  #mobilMenu #mm-category ul li ul li a {
    padding-left: 10px;
    line-height: 30px;
  }
  #mobilMenu #mm-category ul li ul li ul li a {
    padding-left: 20px;
  }
  #mobilMenu #mm-category ul li.active > a {
    color: #0c9447;
  }
  #mobilMenu #mm-navigation .navbar-nav {
    margin: 0;
  }
  #mobilMenu #mm-search .element-search {
    margin-top: 0;
  }
  #mobilMenu #mm-login ul li {
    font-size: 15px;
  }
  #mobilMenu #mm-login ul li a {
    border: 0;
    text-transform: none;
    font-size: 15px;
  }
  #mobilMenu #mm-login .btn-primary {
    margin-top: 10px;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table {
    margin: 0;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr {
    background: transparent !important;
    border-bottom: 1px solid #252527;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr td {
    background: transparent !important;
    border: 0;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .thumbnail_td {
    display: none;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .name,
  #mobilMenu #mm-cart .element-cart_dropdown table tr .quantity,
  #mobilMenu #mm-cart .element-cart_dropdown table tr .price {
    padding: 5px 0;
    color: white;
    text-align: left;
    font-size: 13px;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .name {
    width: 50%;
    padding-right: 10px;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .name a {
    color: white;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .quantity {
    width: 15%;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tr .price {
    width: 35%;
    text-align: right;
    font-weight: bold;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tfoot tr {
    border: 0;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tfoot tr td {
    padding: 7px 0;
    border: 0;
    font-weight: bold;
  }
  #mobilMenu #mm-cart .element-cart_dropdown table tfoot tr td .btn {
    float: left;
  }
  .element-shop-logo {
    display: block;
    margin-top: 51px;
    height: 60px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
.modern-style .dashboard-category-column.category-card-type-3 .category-card:hover .category-card-data .btn-primary,
.modern-style .dashboard-category-column.category-card-type-3 .category-card:focus .category-card-data .btn-primary {
  color: #ffffff !important;
}
.modern-style .dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary {
  background: transparent !important;
  color: #333333 !important;
}
.modern-style .dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary:hover,
.modern-style .dashboard-category-column.category-card-type-3 .category-card .category-card-data .btn-primary:focus {
  background: transparent !important;
  color: #ffffff;
}
.modern-style .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  background: #0c9447 !important;
  color: #ffffff !important;
}
.modern-style .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:hover,
.modern-style .dashboard-category-column.category-card-type-4 .category-card .category-card-data .btn:focus {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  border: 0 !important !important;
  background: #086530 !important;
  padding: 5px 8px !important;
}
.modern-style .type-4 .element-product-card .product-card-buttons .detail {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  background: #0c9447 !important;
  color: #ffffff !important;
}
.modern-style .type-4 .element-product-card .product-card-buttons .detail:hover,
.modern-style .type-4 .element-product-card .product-card-buttons .detail:focus {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  border: 0 !important !important;
  background: #086530 !important;
  padding: 5px 8px !important;
}
.modern-style .btn,
.modern-style .btn-info,
.modern-style .btn-default {
  padding: 5px 8px !important;
  border: 0 !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
  text-transform: none !important;
  border-radius: 0 !important;
}
.modern-style .btn-primary {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  background: #0c9447 !important;
  color: #ffffff !important;
}
.modern-style .btn-primary:hover,
.modern-style .btn-primary:focus {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  border: 0 !important !important;
  background: #086530 !important;
  padding: 5px 8px !important;
}
.modern-style .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  background: #0c9447 !important;
  color: #ffffff !important;
}
.modern-style .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:hover,
.modern-style .index-product-column.grid.type-4 .element-product-card .product-card-buttons .detail:focus {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  border: 0 !important !important;
  background: #086530 !important;
  padding: 5px 8px !important;
}
.modern-style .index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn,
.modern-style .index-product-column.list.type-5 .element-product-card .product-card-buttons .btn,
.modern-style .dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  background: #0c9447 !important;
  color: #ffffff !important;
}
.modern-style .index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn:hover,
.modern-style .index-product-column.list.type-5 .element-product-card .product-card-buttons .btn:hover,
.modern-style .dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn:hover,
.modern-style .index-product-column.grid.type-5 .element-product-card .product-card-buttons .btn:focus,
.modern-style .index-product-column.list.type-5 .element-product-card .product-card-buttons .btn:focus,
.modern-style .dashboard-product-column.type-5 .element-product-card .product-card-buttons .btn:focus {
  -webkit-transition: all 0.15s ease-in-out !important;
  -moz-transition: all 0.15s ease-in-out !important;
  -o-transition: all 0.15s ease-in-out !important;
  transition: all 0.15s ease-in-out !important;
  border: 0 !important !important;
  background: #086530 !important;
  padding: 5px 8px !important;
}
.modern-style #cart-index .cart-index-sidebar .payment-info .btn {
  padding: 7px 12px !important;
}
.modern-style .onePageCheckOut .onepage-block #review-div .confirm-order input[type=submit] {
  padding: 7px 12px !important;
}
.modern-style .dashboard-title,
.modern-style .dashboard-slot .slot-title {
  display: block;
  background: #0c9447;
  padding: 6px 14px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 -20px 15px 0;
  box-shadow: 0px 1px 3px 0px #787878;
  -webkit-box-shadow: 0px 1px 3px 0px #787878;
  -moz-box-shadow: 0px 1px 3px 0px #787878;
  -o-box-shadow: 0px 1px 3px 0px #787878;
}
.modern-style .dashboard-title .all-btn,
.modern-style .dashboard-slot .slot-title .all-btn {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  padding: 4px 9px;
  border: 2px solid #ffffff;
  margin: -3px 5px 0 0;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modern-style .dashboard-title .all-btn:hover,
.modern-style .dashboard-slot .slot-title .all-btn:hover,
.modern-style .dashboard-title .all-btn:focus,
.modern-style .dashboard-slot .slot-title .all-btn:focus {
  background: #086530;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.modern-style .dashboard-title:after,
.modern-style .dashboard-slot .slot-title:after {
  content: "";
  position: absolute;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 0 solid transparent;
  border-top: 14px solid #0c9447;
  margin-top: 27px;
  right: -20px;
  background: transparent;
  z-index: -1;
}
.modern-style .dashboard-title:before,
.modern-style .dashboard-slot .slot-title:before {
  content: "";
  position: absolute;
  border-bottom: 14px solid transparent;
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #0c9447;
  margin-top: 27px;
  left: -20px;
  background: transparent;
  z-index: -1;
  display: none;
}
@media (max-width: 768px) {
  .modern-style .dashboard-title,
  .modern-style .dashboard-slot .slot-title {
    margin: 0 0 15px 0 !important;
    padding: 6px 14px !important;
  }
  .modern-style .dashboard-title:after,
  .modern-style .dashboard-slot .slot-title:after,
  .modern-style .dashboard-title:before,
  .modern-style .dashboard-slot .slot-title:before {
    display: none !important;
  }
}
.modern-style .main-without-sidebar .dashboard-title,
.modern-style .main-without-sidebar .dashboard-slot .slot-title {
  margin: 0 -20px 15px -20px;
  padding: 6px 14px 6px 20px;
}
.modern-style .main-without-sidebar .dashboard-title:before,
.modern-style .main-without-sidebar .dashboard-slot .slot-title:before {
  display: block;
}
.modern-style .main-sidebar-right .dashboard-title,
.modern-style .main-sidebar-right .dashboard-slot .slot-title {
  margin: 0 0 15px -20px;
  padding: 6px 14px 6px 20px;
}
.modern-style .main-sidebar-right .dashboard-title:before,
.modern-style .main-sidebar-right .dashboard-slot .slot-title:before {
  display: block;
}
.modern-style .main-sidebar-right .dashboard-title:after,
.modern-style .main-sidebar-right .dashboard-slot .slot-title:after {
  display: none;
}
.modern-style .heading-1 {
  line-height: 34px;
  padding: 0;
}
.modern-style .content-wrapper {
  overflow: visible;
}
.modern-style .view .element-add-to-cart-form {
  padding: 15px 15px 15px 0;
  border: 0;
  background: transparent;
}
.modern-style .view .element-add-to-cart-form .add-to-cart input {
  padding: 4px 12px;
}
.modern-style .view .price {
  font-size: 26px;
}
.modern-style .view .view-tabs .nav-tabs li a {
  text-transform: none;
}
.modern-style .sidebar h2,
.modern-style .sidebar-slot .sidebar-title {
  background: #0c9447;
  color: #ffffff;
  padding: 6px 15px;
  line-height: 22px;
  font-size: 15px;
  border: 0;
  box-shadow: 1px 1px 3px 0px #787878;
  -webkit-box-shadow: 1px 1px 3px 0px #787878;
  -moz-box-shadow: 1px 1px 3px 0px #787878;
  -o-box-shadow: 1px 1px 3px 0px #787878;
}
.modern-style .sidebar h2 .icon-wrapper,
.modern-style .sidebar-slot .sidebar-title .icon-wrapper {
  margin: 0;
  transform: none;
  background: #0c9447;
  padding-left: 0;
}
.modern-style .sidebar h2 .icon-wrapper .glyphicon,
.modern-style .sidebar-slot .sidebar-title .icon-wrapper .glyphicon {
  transform: none;
  color: #ffffff;
}
.modern-style .sidebar h2:after,
.modern-style .sidebar-slot .sidebar-title:after {
  content: "";
  position: absolute;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  border-left: 0px solid transparent;
  border-top: 14px solid #0c9447;
  margin-top: 27px;
  right: -20px;
  background: transparent;
  z-index: -1;
}
.modern-style .sidebar h2:before,
.modern-style .sidebar-slot .sidebar-title:before {
  content: "";
  position: absolute;
  border-bottom: 14px solid transparent;
  border-right: 0px solid transparent;
  border-left: 14px solid transparent;
  border-top: 14px solid #0c9447;
  margin-top: 27px;
  left: -20px;
  background: transparent;
  z-index: -1;
}
@media (max-width: 768px) {
  .modern-style .sidebar h2,
  .modern-style .sidebar-slot .sidebar-title {
    margin: 0 0 15px 0 !important;
    padding: 6px 14px;
  }
  .modern-style .sidebar h2:after,
  .modern-style .sidebar-slot .sidebar-title:after,
  .modern-style .sidebar h2:before,
  .modern-style .sidebar-slot .sidebar-title:before {
    display: none !important;
  }
}
.modern-style .sidebar-right.sidebar h2,
.modern-style .sidebar-right .sidebar-slot .sidebar-title {
  margin: 0 -20px 0 0;
}
.modern-style .sidebar-right.sidebar h2:before,
.modern-style .sidebar-right .sidebar-slot .sidebar-title:before {
  display: none;
}
.modern-style .sidebar-left.sidebar h2,
.modern-style .sidebar-left .sidebar-slot .sidebar-title {
  margin: 0 0 0 -20px;
}
.modern-style .sidebar-left.sidebar h2:after,
.modern-style .sidebar-left .sidebar-slot .sidebar-title:after {
  display: none;
}
.modern-style ul.category-tree.dropdown-menu li a {
  text-transform: none;
}
