@charset "UTF-8";
/* line 7, layouts.scss */
.article-title {
  font-size: 2.5rem; }

/* line 10, layouts.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 13, layouts.scss */
.article-products {
  padding: 1rem 0; }

/* line 17, layouts.scss */
.blog-item {
  margin-bottom: 1rem; }

/* line 20, layouts.scss */
.blog-articles {
  padding-left: 0; }

/* line 24, layouts.scss */
.cart-details {
  margin-bottom: 30px; }

/* line 27, layouts.scss */
.cart-details h2 {
  color: #00529b;
  padding-right: 60px;
  display: inline-block;
  background: url(icon-delivery.png) center right no-repeat; }

/* line 33, layouts.scss */
.cart-details .payment-info h2 {
  padding-right: 60px;
  background: url(icon-payment.png) center right no-repeat; }

/* line 37, layouts.scss */
.cart-details .payment-info, .cart-details .delivery-info {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px; }

/* line 42, layouts.scss */
.cart-details .payment-info:after, .cart-details .delivery-info:after {
  position: absolute;
  content: "pay";
  opacity: 0.15;
  color: #aeaeae;
  font-size: 76px;
  font-weight: 700;
  line-height: 44px;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0px; }

/* line 55, layouts.scss */
.cart-details .delivery-info:after {
  content: 'delivery'; }

/* line 58, layouts.scss */
.cart-details .more {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  color: #00529b;
  margin-top: 30px;
  display: block; }

/* line 67, layouts.scss */
.cart-details .more svg {
  margin-left: 10px;
  fill: #00529b; }

/* line 71, layouts.scss */
.goback span {
  border-bottom: 1px dotted #333333; }

/* line 74, layouts.scss */
.goback svg {
  fill: #00529b;
  width: 7px;
  height: 11px;
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 85, layouts.scss */
.cart-total {
  font-size: 32px;
  color: #00529b;
  font-weight: 700; }

/* line 90, layouts.scss */
.cart-total span {
  font-size: 16px; }

/* line 93, layouts.scss */
.cart-totals .spacer {
  content: '';
  width: 1px;
  background: #00529b;
  height: 52px;
  display: block; }

/* line 100, layouts.scss */
.cart-summ strong {
  color: #00529b; }

/* line 103, layouts.scss */
.cart-totals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 120, layouts.scss */
.product-quantity button {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #00529b;
  font-weight: 300;
  padding: 0;
  margin: 0; }

/* line 131, layouts.scss */
.item-delete {
  padding: 0; }

@media (max-width: 1024px) {
  /* line 135, layouts.scss */
  .item-qty {
    max-width: 10%;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%; }

  /* line 141, layouts.scss */
  .item-name {
    max-width: 28%;
    -webkit-flex-basis: 28%;
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%; }

  /* line 147, layouts.scss */
  .cart-heading .item-sku {
    font-size: 0 !important; } }
@media (max-width: 768px) {
  /* line 152, layouts.scss */
  .item-img {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    margin-bottom: 20px; }

  /* line 159, layouts.scss */
  .item-name {
    max-width: 70%;
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    margin-bottom: 20px; }

  /* line 166, layouts.scss */
  .item-sku {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    margin-bottom: 20px; }

  /* line 173, layouts.scss */
  .cart-heading {
    display: none; }

  /* line 176, layouts.scss */
  .item-price, .item-summ {
    max-width: 30%;
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%; }

  /* line 183, layouts.scss */
  .item-qty {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

  /* line 189, layouts.scss */
  .item-del {
    max-width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

  /* line 195, layouts.scss */
  .cart-submit {
    width: 100%;
    margin-top: 30px; }

  /* line 199, layouts.scss */
  .cart-totals, .discounts-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 204, layouts.scss */
  .discounts-wrap .discounts-toggle {
    width: 100%;
    margin-bottom: 20px; }

  /* line 208, layouts.scss */
  .cart-info {
    height: auto;
    background: #00529b; }

  /* line 212, layouts.scss */
  .cart-info:after {
    display: none; }

  /* line 215, layouts.scss */
  .cart-info .cell-6 {
    line-height: 1.4;
    padding: 5px;
    padding-right: 60px;
    line-height: 1.4;
    padding: 20px;
    padding-right: 120px;
    background-position: 95% 50%; } }
/* line 226, layouts.scss */
.item-name .sku {
  text-align: left;
  color: #797979;
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0; }

@media (max-width: 480px) {
  /* line 236, layouts.scss */
  .item-qty {
    padding: 0; }

  /* line 239, layouts.scss */
  .discounts-wrap input {
    width: 100%;
    margin-bottom: 10px; } }
/* line 246, layouts.scss */
input:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  opacity: 0 !important; }

/* line 249, layouts.scss */
input:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  opacity: 0 !important; }

/* line 253, layouts.scss */
input:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0 !important; }

/* line 257, layouts.scss */
input:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  opacity: 0 !important; }

/* line 260, layouts.scss */
.cart-details .editor-content {
  position: relative;
  z-index: 50; }

/* line 265, layouts.scss */
.collection-description h1 {
  margin: 0; }

/* line 268, layouts.scss */
.collection-description .cell-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 280, layouts.scss */
.collection-page .blog-decor:before {
  background: #e9e9e9; }

/* line 283, layouts.scss */
.collection-description {
  margin-bottom: 0;
  padding-top: 40px; }

/* line 287, layouts.scss */
.featured-product {
  margin-bottom: 40px; }

/* line 290, layouts.scss */
.featured-product h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 40px 0; }

/* line 296, layouts.scss */
h2 a {
  color: #00529b; }

/* line 299, layouts.scss */
.featured-product .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding-bottom: 40px; }

/* line 320, layouts.scss */
.featured-product .more:after {
  content: 'more detailed';
  opacity: 0.15;
  color: #aeaeae;
  font-size: 76px;
  font-weight: 700;
  line-height: 44px;
  position: absolute;
  z-index: 10;
  bottom: -25px;
  left: 0;
  text-transform: none; }

/* line 333, layouts.scss */
.featured-product .more {
  color: #00529b;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  text-transform: uppercase;
  position: relative; }

/* line 342, layouts.scss */
.featured-product .more svg {
  width: 15px;
  height: 10px;
  fill: #00529b;
  margin-left: 10px; }

/* line 352, layouts.scss */
.button {
  height: 52px;
  line-height: 52px;
  background: #00529b;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  /*display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;*/
  padding: 0 24px;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/ }

/* line 381, layouts.scss */
.button svg {
  width: 15px;
  height: 10px;
  fill: #ffffff;
  margin-left: 25px; }

/* line 387, layouts.scss */
.button:hover {
  opacity: 0.8; }

/* line 390, layouts.scss */
h1 {
  color: #00529b;
  font-size: 32px;
  font-weight: 700;
  line-height: 30px; }

/* line 396, layouts.scss */
.warning {
  font-size: 14px;
  background: #f3e4e4;
  padding: 20px;
  line-height: 1.4;
  margin-top: 25px; }

/* line 403, layouts.scss */
.accept-oferta {
  text-align: right;
  margin-bottom: 20px;
  font-size: 14px; }

/* line 408, layouts.scss */
.accept-oferta input {
  vertical-align: middle;
  margin-right: 5px; }

/* line 412, layouts.scss */
.accept-oferta a {
  color: #00529b;
  text-decoration: underline; }

/* line 416, layouts.scss */
.accept-oferta a:hover {
  text-decoration: none; }

/* line 419, layouts.scss */
.cart-submit.button.in-cart.disabled {
  opacity: 0.7;
  cursor: no-drop; }

/* line 423, layouts.scss */
.error {
  box-shadow: 0 0 10px red;
  border-radius: 3px; }

/* line 427, layouts.scss */
форма обратной связи-- >
.jumbotron {
  background: #358CCE;
  color: #FFF;
  border-radius: 0px; }

/* line 433, layouts.scss */
.jumbotron-sm {
  padding-top: 24px;
  padding-bottom: 24px; }

/* line 435, layouts.scss */
.jumbotron small {
  color: #FFF; }

/* line 438, layouts.scss */
.h1 small {
  font-size: 24px; }

/* line 441, layouts.scss */
куки-- >
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #333;
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 0.3s ease, opacity 0.3s ease; }
  /* line 456, layouts.scss */
  куки-- >
  .cookie-banner.hidden {
    transform: translateY(100%);
    opacity: 0; }
  /* line 461, layouts.scss */
  куки-- >
  .cookie-banner__content {
    max-width: 1200px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center; }
    /* line 467, layouts.scss */
    куки-- >
    .cookie-banner__content a {
      color: #fff;
      text-decoration: underline; }
    /* line 472, layouts.scss */
    куки-- >
    .cookie-banner__content .cookie-banner--accept {
      margin-top: 10px;
      background-color: #000;
      color: #fff;
      border: none;
      padding: 10px 20px;
      font-size: 14px;
      border-radius: 4px;
      cursor: pointer; }
      /* line 482, layouts.scss */
      куки-- >
      .cookie-banner__content .cookie-banner--accept:hover {
        background-color: #222; }
