/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.sort_header.view_block .sort_display {
  display: none;
}

.brand_wrapper .brands_list .item img {
  max-width: 100px;
}

.menu-row
  .mega-menu
  table
  td.wide_menu
  > .wrap
  > .dropdown-menu
  > li.has_img
  > .dropdown-menu
  > li,
.catalog_icons_N
  .menu-row
  .mega-menu
  table
  td.wide_menu
  > .wrap
  > .dropdown-menu
  > li.has_img
  > .dropdown-menu
  > li.clicked_exp,
.catalog_icons_Y
  .menu-row
  .mega-menu
  table
  td.wide_menu
  > .wrap
  > .dropdown-menu
  > li.has_img
  > .dropdown-menu
  > li.clicked_exp {
  display: none;
}
/*btn2*/

.btn2 {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  border-radius: 2px;
  padding: 7px 18px 9px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
}
.btn2-lg {
  padding: 10px 25px 10px;
  font-weight: 400;
}
.btn2.btn2-lg {
  font-size: 14px;
}
.btn2 > * {
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn2.btn2-default {
  background: #2b3979;
  border-color: #2b3979;
  color: #ffffff;
}
.btn2.btn2-default:hover {
  background: #2b3979;
  border-color: #2b3979;
  color: #ffffff;
}
/*btn2*/

.info_item .preview_text {
  max-height: 200px;
}

.catalog_block.items.block_list .CENA_ZA_KOMPLECT {
  display: none;
}

.preview-block__btn2 {
  max-width: 350px;
  margin-top: 15px;
}

.custom-btn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 58px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 2px;
  border: none;
  border-bottom: 2px solid #035aa6;
  border-radius: 6px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  overflow: hidden;
  background: #0477bf;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #0477bf),
    to(#04b2d9)
  );
  background: linear-gradient(to right, #0477bf 25%, #04b2d9);
  -webkit-box-shadow: 0px 9px 16px 0px rgba(4, 138, 191, 0.25);
  box-shadow: 0px 9px 16px 0px rgba(4, 138, 191, 0.25);
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.custom-btn2:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0477bf;
  opacity: 0;
  z-index: 1;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
}

.custom-btn2:after {
  content: "";
  display: block;
  width: 30px;
  height: 300px;
  margin-left: 60px;
  background: #fff;
  position: absolute;
  left: -40px;
  top: -150px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .mobilehide {
    display: none;
  }
}
