#listkatalog {
	list-style: none;
	width: 100%;
}
.menu_user_wrap .menu_user_nav > li ul
{
	width:300px;
}
.topBar .menu_user_nav > li, .menu_user_nav > li ul {
  background-color: #ffb20e;
}
.topBar .menu_user_nav > li {
  height: 2.1428em;
  line-height: 2.1428em;
  box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.topBar ul.topBarNav li {
	margin-right: 10px;
}
.topBar .menu_user_nav li > a, .menu_main_wrap .menu_main_nav li > a{
	color: #fff;
}
.btn.btn-default {
  color: #ffffff !important;
  background-color: var(--warnadefault) !important;
  border: 1px solid var(--warnadefault) !important;
}
.btn.btn-default:hover, .btn.btn-default:active, .btn.btn-default:focus {
  color: #ffffff !important;
  background-color: #0bc6c4 !important;
  border: 1px solid #0bc6c4 !important;
  background: unset;
}
.btn.btn-gray {
  color: #ffffff !important;
  background-color: #878c94 !important;
  border: 1px solid #878c94 !important;
}
.btn.btn-gray:hover, .btn.btn-gray:active, .btn.btn-gray:focus {
  color: #ffffff !important;
  background-color: #7a7f88 !important;
  border: 1px solid #7a7f88 !important;
  background: unset;
}
.thumbnail.store{
  text-align: left;
  padding: 15px;
  background-color: white;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 2px;
}
.thumbnail.store .caption .price .amount, h4.text-primary {
  font-family: 'Arimo', serif !important;
}
.thumbnail.store.style1 .header .icons .icon{
  background-color: rgba(255,255,255, 0.8);
}
.thumbnail.store .caption .price .amount{
  font-size: 16px;
}
.thumbnail.store .header {
    position: relative;
}
/*===================
===Thumbnails======
===================*/
.thumbnail {
  padding: 0;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .thumbnail.store {
    margin-bottom: 20px;
    border: none; }
    .thumbnail.store .header {
      position: relative; }
      .thumbnail.store .header .badges {
        font-size: 12px; }
        .thumbnail.store .header .badges .product-badge {
          padding: 2px 10px;
          position: absolute;
          z-index: 99; }
          .thumbnail.store .header .badges .product-badge.top {
            top: 10px; }
          .thumbnail.store .header .badges .product-badge.right {
            right: 10px; }
          .thumbnail.store .header .badges .product-badge.bottom {
            bottom: 10px; }
          .thumbnail.store .header .badges .product-badge.left {
            left: 10px; }
      .thumbnail.store .header figure img.front {
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
      .thumbnail.store .header figure img.back {
        position: absolute;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
      .thumbnail.store .header figure.layer::after {
        content: ' ';
        position: absolute;
        background-color: rgba(255, 255, 255, 0.6);
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in;
        -moz-transition: all 0.1s ease-in;
        -ms-transition: all 0.1s ease-in;
        -o-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in; }
      .thumbnail.store .header figure.zoom-in img {
        width: 100%;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -ms-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      .thumbnail.store .header .countdown-product {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 5px 0;
        background-color: rgba(0, 0, 0, 0.4);
        display: table; }
        .thumbnail.store .header .countdown-product li {
          display: table-cell;
          border-right: 1px solid rgba(255, 255, 255, 0.2);
          color: #ffffff;
          text-align: center; }
          .thumbnail.store .header .countdown-product li p {
            margin-bottom: 0; }
          .thumbnail.store .header .countdown-product li:last-child {
            border-right: none; }
    .thumbnail.store:hover .countdown-product {
      visibility: hidden; }
    .thumbnail.store .caption {
      padding: 5px 0;
      color: #878c94; }
      .thumbnail.store .caption h6 {
        margin-bottom: 5px; }
      .thumbnail.store .caption .price {
        margin: 0 0 5px 0; }
        .thumbnail.store .caption .price .amount {
          font-size: 20px;
          font-family: 'Dosis', sans-serif; }
          .thumbnail.store .caption .price .amount.off {
            text-decoration: line-through;
            margin-right: 10px;
            font-size: 14px; }
    .thumbnail.store:hover .header figure img.front {
      visibility: hidden;
      opacity: 0; }
    .thumbnail.store:hover .header figure img.back {
      visibility: visible;
      opacity: 1; }
    .thumbnail.store:hover .header figure::after {
      visibility: visible;
      opacity: 1; }
    .thumbnail.store:hover .header figure.zoom-in img {
      -ms-transform: scale(1.1);
      /* IE 9 */
      -webkit-transform: scale(1.1);
      /* Chrome, Safari, Opera */
      transform: scale(1.1); }
    .thumbnail.store.style1 .header {
      border: 1px solid rgba(0, 0, 0, 0.03); 
	  min-height: 115px;
}
      .thumbnail.store.style1 .header .icons {
        position: absolute;
        top: 45%;
        left: 0;
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -webkit-transform: translateY(-50%);
        /* Chrome, Safari, Opera */
        transform: translateY(-50%);
        width: 100%;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        z-index: 99;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .thumbnail.store.style1 .header .icons .icon {
          background-color: #ffffff;
          width: 60px;
          height: 35px;
          line-height: 35px;
          display: inline-block;
          -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
          -moz-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
          -ms-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px; }
    .thumbnail.store.style1:hover .header .icons {
      top: 50%;
      visibility: visible;
      opacity: 1; }
    .thumbnail.store.style2 {
      border: 1px solid rgba(0, 0, 0, 0.08); }
      .thumbnail.store.style2 .icons {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        text-align: center;
        height: 0px;
        display: table;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
        z-index: 99; }
        .thumbnail.store.style2 .icons .icon {
          padding: 0 5px;
          color: #ffffff;
          display: table-cell;
          vertical-align: middle;
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          .thumbnail.store.style2 .icons .icon:hover, .thumbnail.store.style2 .icons .icon:active, .thumbnail.store.style2 .icons .icon:focus {
            color: #0cd4d2; }
          .thumbnail.store.style2 .icons .icon:last-child {
            border: none; }
      .thumbnail.store.style2 .caption {
        padding: 5px 10px; }
      .thumbnail.store.style2:hover .icons {
        height: 40px;
        background-color: rgba(0, 0, 0, 0.5);
        visibility: visible;
        opacity: 1; }
    .thumbnail.store.style3 {
      background-color: #ffffff;
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
      .thumbnail.store.style3 .header {
        border: 1px solid rgba(0, 0, 0, 0.03); }
        .thumbnail.store.style3 .header .icons {
          position: absolute;
          top: 45%;
          left: 0;
          -ms-transform: translateY(-50%);
          /* IE 9 */
          -webkit-transform: translateY(-50%);
          /* Chrome, Safari, Opera */
          transform: translateY(-50%);
          width: 100%;
          text-align: center;
          visibility: hidden;
          opacity: 0;
          z-index: 99;
          -webkit-transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -ms-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .thumbnail.store.style3 .header .icons .icon {
            background-color: #35404f;
            color: #ffffff;
            width: 60px;
            height: 35px;
            line-height: 35px;
            display: inline-block;
            -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
            -moz-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
            -ms-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px;
            box-shadow: rgba(0, 0, 0, 0.04) 0 1px 3px; }
      .thumbnail.store.style3 .caption {
        padding-left: 20px;
        padding-right: 20px; }
      .thumbnail.store.style3:hover .header .icons {
        top: 50%;
        visibility: visible;
        opacity: 1; }
  .thumbnail.blog {
    border: none; }
    .thumbnail.blog .header {
      position: relative;
      border: 1px solid rgba(0, 0, 0, 0.08);
      overflow: hidden; }
      .thumbnail.blog .header .meta {
        font-size: 14px;
        position: absolute;
        bottom: -25px;
        left: 0;
        width: 100%;
        padding: 7px 0;
        background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
        text-align: center;
        display: table;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        z-index: 99; }
        .thumbnail.blog .header .meta span {
          padding: 0 5px;
          color: #ffffff;
          display: table-cell;
          vertical-align: middle;
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
          .thumbnail.blog .header .meta span:last-child {
            border: none; }
    .thumbnail.blog .caption {
      padding: 10px 0; }
      .thumbnail.blog .caption .author-category {
        margin-bottom: 5px; }
    .thumbnail.blog:hover .header .meta {
      visibility: visible;
      opacity: 1;
      bottom: 0; }
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
float: left;
}
