@charset "UTF-8";
/****************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
.filter_panel {
  font: 0.9375rem/1.2 "Cuprum", sans-serif;
  color: #212529; }
  .filter_panel .header {
    font: 1rem/1.2 "Cuprum", sans-serif;
    color: #212529; }
    .filter_panel .header.lg {
      font-size: 1.125rem;
      text-transform: uppercase; }
  .filter_panel .header-row {
    border-bottom: #dee2e6 solid 1px; }
  .filter_panel .clear-button {
    font-size: 1.125rem;
    color: #d64314; }
  @media (max-width: 991.98px) {
    .filter_panel {
      margin-left: -0.5rem;
      margin-right: -0.5rem;
      background: #e9ecef;
      display: none; } }
  @media (min-width: 992px) {
    .filter_panel {
      background: #f9f9f9;
      border: #dee2e6 solid 1px; } }

/**********************************************************************************************************************/
ul.product-list {
  padding-left: 0;
  list-style: none;
  border: #dee2e6 solid 1px; }
  ul.product-list::after {
    display: block;
    clear: both;
    content: ""; }
  ul.product-list > li {
    transition: all 0.15s;
    border-bottom: #dee2e6 solid 1px;
    padding: 1rem; }
    @media (prefers-reduced-motion: reduce) {
      ul.product-list > li {
        transition: none; } }
    ul.product-list > li:last-of-type {
      border-bottom: 0; }
    ul.product-list > li .title {
      font: 400 1.5rem/1.2 "Cuprum", sans-serif;
      color: #495057; }
      ul.product-list > li .title a {
        color: inherit;
        text-decoration: inherit; }
    ul.product-list > li .sku {
      font: 400 1rem/1.2 "Cuprum", sans-serif;
      color: #939ba1; }
    ul.product-list > li .description {
      font: 400 0.875rem/1.2 "Cuprum", sans-serif;
      color: #495057; }
  @media (max-width: 991.98px) {
    ul.product-list {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }

/**********************************************************************************************************************/
.quantity-inputgroup {
  display: flex; }
  .quantity-inputgroup input[type="text"] {
    font-size: 1.125rem;
    color: #495057;
    flex: 0 0 auto;
    background: #fff;
    border: #ced4da solid 1px;
    border-left: 0;
    border-right: 0;
    width: 2.1875rem;
    height: 1.875rem;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px; }
    .quantity-inputgroup input[type="text"][disabled] {
      opacity: .25; }
  .quantity-inputgroup button, .quantity-inputgroup .button {
    background: transparent;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    font: 900 normal 0.9375rem/1 "Font Awesome 5 Free", sans-serif;
    color: #495057;
    text-decoration: none;
    speak: none;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    flex: 0 0 auto;
    background: #fff;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    border: #ced4da solid 1px;
    text-align: center; }
    .quantity-inputgroup button:hover, .quantity-inputgroup button:focus, .quantity-inputgroup button:active, .quantity-inputgroup .button:hover, .quantity-inputgroup .button:focus, .quantity-inputgroup .button:active {
      outline: none;
      box-shadow: none; }
    .quantity-inputgroup button[disabled], .quantity-inputgroup .button[disabled] {
      opacity: .25; }
    .quantity-inputgroup button.minus:before, .quantity-inputgroup .button.minus:before {
      content: '\f068'; }
    .quantity-inputgroup button.plus:before, .quantity-inputgroup .button.plus:before {
      content: '\f067'; }
  .quantity-inputgroup.sm input[type="text"] {
    font-size: 0.875rem;
    width: 1.875rem;
    height: 1.375rem; }
  .quantity-inputgroup.sm button, .quantity-inputgroup.sm .button {
    line-height: 1.375rem;
    width: 1.375rem;
    height: 1.375rem; }
    .quantity-inputgroup.sm button:before, .quantity-inputgroup.sm .button:before {
      font-size: 0.75rem; }
  .quantity-inputgroup.error {
    border-color: #d64314; }
    .quantity-inputgroup.error input[type="text"] {
      border-color: #d64314; }
    .quantity-inputgroup.error button, .quantity-inputgroup.error .button {
      border-color: #d64314; }
  @media (min-width: 992px) {
    .quantity-inputgroup.skew {
      transform: skew(-28deg, 0);
      border: #d64314 solid 1px; }
      .quantity-inputgroup.skew input[type="text"] {
        transform: skew(28deg, 0);
        background: transparent;
        margin: 0;
        padding: 0 5px;
        border: 0;
        width: 50px;
        height: auto;
        display: block;
        text-align: center;
        font-size: 1.375rem; }
      .quantity-inputgroup.skew button, .quantity-inputgroup.skew .button {
        background: #d64314;
        background: -webkit-linear-gradient(top, #d64314, #f56729);
        background: linear-gradient(to bottom, #d64314, #f56729);
        border: 0;
        color: #fff;
        width: 2.8125rem; }
        .quantity-inputgroup.skew button:before, .quantity-inputgroup.skew .button:before {
          transform: skew(28deg, 0);
          display: block; } }

/**********************************************************************************************************************/
.price {
  font: 700 1.125rem/1.2 "Cuprum", sans-serif;
  color: #d64314; }
  .price.lg {
    font-size: 1.625rem; }

/**********************************************************************************************************************/
.to-basket {
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-align: center; }
  .to-basket:hover, .to-basket:focus, .to-basket:active {
    outline: none;
    box-shadow: none; }
  .to-basket:before {
    font: 900 normal 1.875rem/1 "Font Awesome 5 Free", sans-serif;
    color: #d64314;
    text-decoration: none;
    speak: none;
    font-variant: normal;
    text-transform: none;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }
  .to-basket[disabled] {
    opacity: .25; }
  .to-basket.skew .vkor {
    display: none; }
  @media (min-width: 992px) {
    .to-basket:before {
      font: 900 normal 20px/1 "Font Awesome 5 Free", sans-serif;
      color: #d64314;
      text-decoration: none;
      speak: none;
      font-variant: normal;
      text-transform: none;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
    .to-basket.skew {
      font: 400 0.9375rem/1.875rem "Cuprum", sans-serif;
      color: #d64314;
      transform: skew(-28deg, 0);
      border: #d64314 solid 1px;
      padding: 0 0.625rem 0 3.75rem; }
      .to-basket.skew:before {
        background: #d64314;
        background: -webkit-linear-gradient(top, #d64314, #f56729);
        background: linear-gradient(to bottom, #d64314, #f56729);
        content: '';
        display: block;
        width: 3.125rem;
        height: 1.875rem;
        position: absolute;
        left: 0;
        top: 0; }
      .to-basket.skew:after {
        font: 900 normal 1.375rem/1 "Font Awesome 5 Free", sans-serif;
        color: #fff;
        text-decoration: none;
        speak: none;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f07a';
        transform: skew(28deg, 0);
        position: absolute;
        left: 0.75rem;
        top: 0.3125rem; }
      .to-basket.skew .vkor {
        transform: skew(28deg, 0);
        display: block; } }

/**********************************************************************************************************************/
.stock.mnogo {
  color: #009784; }
.stock.sredne {
  color: #f26522; }
.stock.malo {
  color: #dcdc00; }
.stock.zero {
  color: #ff0000; }
.stock.vputi {
  color: #0054a6; }

/**********************************************************************************************************************/
.product-detail .menu {
  margin-bottom: -1px; }
  .product-detail .menu > a {
    background: #f56729;
    background: -webkit-linear-gradient(left, #f56729, #d64314);
    background: linear-gradient(to right, #f56729, #d64314);
    font: 400 1.375rem/1.625rem "Cuprum", sans-serif;
    color: #fff;
    text-decoration: none;
    display: block;
    margin-left: 1px;
    border: #212529 solid 1px;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    text-align: center; }
    .product-detail .menu > a:first-of-type {
      margin-left: 0; }
    .product-detail .menu > a.active {
      background: #f9f9f9;
      color: #d64314; }
@media (max-width: 991.98px) {
  .product-detail .product-description-header {
    font: 700 1.125rem/1.2 "Cuprum", sans-serif;
    color: #495057;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    padding: 0.375rem 0.5rem;
    background: #e9ecef; }
  .product-detail .product-description .tab-pane {
    padding: 0;
    display: block !important;
    opacity: 1 !important; } }
@media (min-width: 992px) {
  .product-detail .product-description {
    background: #f9f9f9;
    border: #212529 solid 1px;
    border-radius: 0 0 8px 8px;
    padding: 15px 10px 15px 10px;
    font-size: 0.75rem; }
    .product-detail .product-description .tab-pane {
      max-height: 400px;
      overflow-y: scroll;
      padding: 0;
      font-size: inherit; } }
.product-detail ul.delivery-bottom {
  padding-left: 0;
  list-style: none; }
  .product-detail ul.delivery-bottom > li {
    font: 1rem "Cuprum", sans-serif;
    margin-bottom: .5rem;
    padding-left: 1.875rem; }
    .product-detail ul.delivery-bottom > li small {
      font-size: 0.8125rem; }
    .product-detail ul.delivery-bottom > li:last-of-type {
      margin-bottom: 0; }
    .product-detail ul.delivery-bottom > li.delivery {
      position: relative; }
      .product-detail ul.delivery-bottom > li.delivery:before {
        font: normal normal 1.125rem/1 "Font Awesome 5 Free", sans-serif;
        color: #d64314;
        text-decoration: none;
        speak: none;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        left: 0;
        top: 0; }
      .product-detail ul.delivery-bottom > li.delivery:before {
        font-weight: 700; }
    .product-detail ul.delivery-bottom > li.pickup {
      position: relative; }
      .product-detail ul.delivery-bottom > li.pickup:before {
        font: normal normal 1.5rem/1 "icomoon", sans-serif;
        color: #d64314;
        text-decoration: none;
        speak: none;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        position: absolute;
        left: 0;
        top: 0; }

/**********************************************************************************************************************/
.product-detail-price {
  font: 1.125rem "Cuprum", sans-serif; }
  .product-detail-price span {
    font-size: 1.875rem; }

.catalog-price {
  font: 400 0.8125rem/1.2 "Cuprum", sans-serif;
  color: #939ba1; }
  .catalog-price .catalog-price-price {
    font: 400 1.5625rem/2.5rem "Cuprum", sans-serif;
    color: #d64314;
    border: #f9f9f9 solid 1px;
    background: #fff;
    margin-top: 2px; }
  .catalog-price:nth-of-type(2n+1) .catalog-price-price {
    background: #f9f9f9; }

/**********************************************************************************************************************/
@media (max-width: 991.98px) {
  .filter-header-row {
    background: #dee2e6;
    border-bottom: #dee2e6 solid 1px;
    color: #000; }
    .filter-header-row .toggle-filter-button {
      background: transparent;
      cursor: pointer;
      padding: 0;
      margin: 0;
      border: 0;
      border-radius: 0; }
      .filter-header-row .toggle-filter-button:hover, .filter-header-row .toggle-filter-button:focus, .filter-header-row .toggle-filter-button:active {
        outline: none;
        box-shadow: none; }
      .filter-header-row .toggle-filter-button:before {
        font: normal normal 1.5rem/1 "icomoon", sans-serif;
        color: #d64314;
        text-decoration: none;
        speak: none;
        font-variant: normal;
        text-transform: none;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: ""; }
    .filter-header-row.active {
      background: #f56729;
      background: -webkit-linear-gradient(left, #f56729, #d64314);
      background: linear-gradient(to right, #f56729, #d64314);
      color: #fff; }
      .filter-header-row.active .toggle-filter-button:before {
        color: #fff; } }
/**********************************************************************************************************************/
.product-carousel {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 180px; }
  .product-carousel .title {
    font: 700 0.875rem/1.5 "Cuprum", sans-serif;
    color: #495057;
    margin-bottom: 1rem;
    min-height: 3.9375rem; }
    .product-carousel .title a {
      color: inherit;
      text-decoration: inherit; }
      .product-carousel .title a:hover {
        text-decoration: underline; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .product-carousel {
      width: 360px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .product-carousel {
      width: 540px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .product-carousel {
      width: 720px; } }
  @media (min-width: 1200px) {
    .product-carousel {
      width: 900px; } }
  .product-carousel > ul {
    width: 20000em;
    position: relative;
    padding-left: 0;
    list-style: none; }
    .product-carousel > ul > li {
      float: left;
      width: 180px; }
  .product-carousel > ul > li {
    padding: 0 .25rem; }

.slide-left, .slide-right {
  background: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 6.25rem;
  display: block; }
  .slide-left:hover, .slide-left:focus, .slide-left:active, .slide-right:hover, .slide-right:focus, .slide-right:active {
    outline: none;
    box-shadow: none; }
  .slide-left:before, .slide-right:before {
    transition: all 0.15s;
    font: 700 2.5rem/1 "Font Awesome 5 Free", sans-serif;
    color: #495057; }
    @media (prefers-reduced-motion: reduce) {
      .slide-left:before, .slide-right:before {
        transition: none; } }
  .slide-left:hover:before, .slide-right:hover:before {
    color: #343a40; }

.slide-left {
  left: 0; }
  .slide-left:before {
    content: '\f104'; }

.slide-right {
  right: 0; }
  .slide-right:before {
    content: '\f105'; }

.slogan {
  font: 14px/1.1 "Cuprum", sans-serif;
  color: #fff;
  height: 2.5rem;
  padding: 0.25rem;
  background: #5689bc;
  position: relative;
  margin-right: 12px; }
  .slogan:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    border-style: solid;
    border-color: transparent;
    top: calc(50% - 1.25rem);
    width: 1.5rem;
    height: 2.5rem;
    border-width: 0.75rem;
    border-top-width: 1.25rem;
    border-bottom-width: 1.25rem;
    border-left-color: #5689bc;
    left: 100%; }
  .slogan:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .slogan > span {
    display: inline-block;
    vertical-align: middle; }

/**********************************************************************************************************************/

/*# sourceMappingURL=catalog.css.map */
