@media (max-width: 768px) {
  header {
    background-image: url(/images/test);
    background-size: 100%;
    padding-bottom: 0 !important;
  }
  #main {
    margin-top: 0 !important;
  }
  #main .main-column-left {
    display: none;
  }
}
.products_cat .banner_cat .list-banners-inner {
  padding: 15px;
}
.products_cat .banner_cat .list-banners-inner a img {
  max-width: 100%;
}

.products_cat {
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
@media all and (min-width: 769px) {
  .products_cat .sub_cat {
    display: none;
  }
}
.products_cat .sub_cat .item_sub_cat {
  float: left;
  width: 14%;
  margin: 5px 25px;
  text-align: center;
}
.products_cat .sub_cat .item_sub_cat a img {
  width: 100%;
  border-radius: 25px;
}
.products_cat .sub_cat .item_sub_cat .name_sub_cat {
  min-height: 45px;
  padding-top: 5px;
  font-size: 16px;
}
.products_cat .sub_cat .active {
  margin-right: 0px;
}

.price_euro_usd {
  font-size: 12px;
  text-align: center;
}

@media (max-width: 767px) {
  .products_cat .col-xs-6, .products_home .col-xs-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.products_cat .title-module, .products_home .title-module {
  padding: 10px 15px;
  border-top: 1px solid #f4f4f4;
  height: 50px;
}
.products_cat .title-module h2, .products_home .title-module h2 {
  text-transform: uppercase;
  font-size: 18px;
  float: left;
  padding-top: 5px;
}
.products_cat .title-module span, .products_home .title-module span {
  padding-bottom: 5px;
  float: right;
}
.products_cat .title-module span .sort_products, .products_home .title-module span .sort_products {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 3px 10px;
}
.products_cat .title-module span .active, .products_home .title-module span .active {
  border: 1px solid #ce1e1e;
}
.products_cat .title-module span select, .products_home .title-module span select {
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 3px 10px;
}
.products_cat .title, .products_home .title {
  padding: 0px 40px 0px 10px;
  line-height: 32px;
  background-color: #d3261e;
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 18px;
}
@media (max-width: 700px) {
  .products_cat .title, .products_home .title {
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .products_cat .title, .products_home .title {
    display: none;
  }
}
.products_cat .title:after, .products_home .title:after {
  background: none repeat scroll 0 0 #ffffff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 0;
  width: 28px;
  transform: rotate(0deg) scale(1.003) skew(-15deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-15deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-15deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-15deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-15deg) translate(0px);
}
@media (min-width: 768px) {
  .products_cat .sort-cate, .products_home .sort-cate {
    margin-bottom: 78px;
  }
}
@media (max-width: 767px) {
  .products_cat .sort-cate, .products_home .sort-cate {
    padding: 0px 15px;
    margin-bottom: 20px;
  }
}
.products_cat .sort, .products_home .sort {
  background-color: #ffffff;
  border: 1px solid #777777;
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 17px;
  transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(-15deg) translate(0px);
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}
@media (max-width: 700px) {
  .products_cat .sort, .products_home .sort {
    float: left !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 420px) {
  .products_cat .sort, .products_home .sort {
    width: 100%;
  }
}
.products_cat .sort select, .products_home .sort select {
  height: 30px;
  display: block;
  padding: 0px 12px;
  transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
}
@media (min-width: 421px) {
  .products_cat .sort select, .products_home .sort select {
    min-width: 190px;
  }
}
@media (max-width: 420px) {
  .products_cat .sort select, .products_home .sort select {
    width: 100%;
  }
}
.products_cat .sort:before, .products_home .sort:before {
  content: "";
  position: absolute;
  top: 12px;
  z-index: 2;
  right: 10px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #d3261e;
  border-left: 4px solid #d3261e;
  transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -o-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1) skew(15deg) translate(0px);
}
.products_cat .sort:after, .products_home .sort:after {
  background: none repeat scroll 0 0 #d3261e;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0;
  width: 28px;
  transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(0deg) translate(0px);
}
.products_cat .item-products, .products_home .item-products {
  background-color: #f3f3f3;
  position: relative;
}
@media (min-width: 768px) {
  .products_cat .item-products, .products_home .item-products {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .products_cat .item-products, .products_home .item-products {
    margin-bottom: 30px;
  }
}
.products_cat .item-products img, .products_home .item-products img {
  padding: 20px;
}
.products_cat .item-products > span, .products_home .item-products > span {
  display: block;
  line-height: 40px;
  background-color: #d3261e;
  color: #ffffff;
  font-size: 19px;
  text-align: center;
}
.products_cat .item-products .name, .products_home .item-products .name {
  line-height: 30px;
  color: #444444;
  text-align: center;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .products_cat .item-products .name, .products_home .item-products .name {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .products_cat .item-products .name, .products_home .item-products .name {
    font-size: 16px;
  }
}
.products_cat .item-products .code, .products_home .item-products .code {
  background-color: #d3261e;
  display: inline-block;
  position: relative;
  color: #ffffff;
}
@media (min-width: 768px) {
  .products_cat .item-products .code, .products_home .item-products .code {
    font-size: 18px;
    padding: 0px 40px 0px 10px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .products_cat .item-products .code, .products_home .item-products .code {
    font-size: 13px;
    width: 100%;
    padding: 0px 15px 0px 10px;
    line-height: 25px;
  }
}
.products_cat .item-products .code:after, .products_home .item-products .code:after {
  background: none repeat scroll 0 0 #f3f3f3;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -14px;
  top: 0;
  width: 28px;
  transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -webkit-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -moz-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -o-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
  -ms-transform: rotate(0deg) scale(1.003) skew(-26deg) translate(0px);
}

.productslist-highlight {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .productslist-highlight {
    max-width: 1351px;
  }
}
.productslist-highlight .block_title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .productslist-highlight .block_title {
    position: absolute;
    top: 40px;
    left: 130px;
  }
}
.productslist-highlight .name {
  text-align: center;
}
.productslist-highlight .name a {
  color: #bd190d;
}
@media (max-width: 1199px) {
  .productslist-highlight {
    padding: 40px 0px;
  }
  .productslist-highlight > .img-responsive {
    display: none;
  }
  .productslist-highlight .products-item {
    display: block !important;
    float: left;
    width: 50%;
    padding: 10px;
  }
  .productslist-highlight .products-item .name {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) {
  .productslist-highlight .name {
    font-size: 23px;
    line-height: 30px;
    max-width: 200px;
    margin: 0px auto;
  }
  .productslist-highlight .products-item {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .productslist-highlight .products-item .row-item {
    position: relative;
  }
  .productslist-highlight .item-0 {
    top: 90px;
    left: 370px;
    max-width: 250px;
  }
  .productslist-highlight .item-1 {
    top: 428px;
    left: 88px;
    max-width: 320px;
  }
  .productslist-highlight .item-1 .name {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .productslist-highlight .item-2 {
    max-width: 270px;
    top: 920px;
    left: 205px;
  }
  .productslist-highlight .item-2 .name {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
}

.productlist_new_body {
  border-bottom: 1px solid #f4f4f4;
}
.productlist_new_body .item {
  border-right: 1px solid #f4f4f4;
  border-top: 1px solid #f4f4f4;
}
.productlist_new_body .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.productlist_new_body .activated {
  border-right: unset;
}
.productlist_new_body .product-list-home {
  min-height: 340px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .productlist_new_body .product-list-home {
    margin: 5px 0px;
    min-height: 254px;
  }
}
.productlist_new_body .product-list-home .product-item {
  width: 100%;
  text-align: center;
  padding: 10px 0px;
  height: 215px;
}
.productlist_new_body .product-list-home .product-item img {
  max-height: 195px;
}
.productlist_new_body .product-list-home .product-time {
  line-height: 25px;
  color: #999999;
  font-size: 14px;
}
.productlist_new_body .product-list-home .product-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  min-height: 45px;
}
.productlist_new_body .product-list-home .product-title a {
  color: #333333;
}
.productlist_new_body .product-list-home .product_ft .price_new {
  color: #ce1e1e;
  font-weight: bold;
}
.productlist_new_body .product-list-home .product_ft .discount {
  color: #777777;
  padding-left: 10px;
}
.productlist_new_body .product-list-home .product_ft .price_old {
  color: #777777;
  text-decoration: line-through;
}
.productlist_new_body .product-list-home .rating {
  padding-top: 5px;
}
.productlist_new_body .product-list-home .rating li {
  list-style: none;
}
.productlist_new_body .product-list-home .rating li .fa-star {
  color: #b8b8b8;
}
.productlist_new_body .product-list-home .rating li .checked {
  color: orange !important;
}
.productlist_new_body .product-list-home .product-summary {
  line-height: 16px;
  overflow: hidden;
  color: #555555;
}
@media (min-width: 992px) {
  .productlist_new_body .product-list-home .product-summary {
    height: 70px;
    padding: 8px 0px;
  }
}
@media (max-width: 991px) {
  .productlist_new_body .product-list-home .product-summary {
    height: 64px;
    margin: 8px 0px;
  }
}

@media (max-width: 768px) {
  .products_cat .banner_cat {
    display: none;
  }
  .products_cat .banner_cat .list-banners-inner .banners-item img {
    height: auto;
    width: 100%;
  }
  .products_cat .sub_cat {
    padding: 0 5px;
  }
  .products_cat .sub_cat .item_sub_cat {
    padding: 0 10px;
    width: 25%;
    margin: 0 0 10px 0;
  }
  .products_cat .productlist_new_body .item .product-list-home .product-item {
    height: 135px;
    margin-bottom: 0px;
  }
  .products_cat .productlist_new_body .item .product-list-home .product-item img {
    max-height: 130px;
    width: auto;
  }
  .products_cat .productlist_new_body .item .product-list-home .product-title {
    height: 58px;
    overflow: hidden;
    line-height: unset;
  }
  .products_cat .productlist_new_body .item .product-list-home .product-title a {
    font-size: 13px;
    font-weight: bold;
  }
  .products_cat .display_none {
    display: none;
  }
  .price_euro_usd {
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .products_cat .sub_cat .item_sub_cat {
    width: 33.3333%;
  }
  .products_cat .sub_cat .item_sub_cat a img {
    width: 80%;
  }
  .products_cat .sub_cat .item_sub_cat .name_sub_cat {
    font-size: 13px;
    height: 60px;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .products_cat .sub_cat .item_sub_cat {
    width: 33.3333%;
  }
}/*# sourceMappingURL=cat.css.map */