/*** Fonts ***/
/*** Icons ***/
@font-face {
  font-family: 'icomoon';
  src: url("icomoon.eot?f40w8h"), url("icomoon.eot?f40w8h#iefix") format("embedded-opentype"), url("icomoon.ttf?f40w8h") format("truetype"), url("icomoon.woff?f40w8h") format("woff"), url("icomoon.svg?f40w8h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
/* line 17, _fonts.scss */
[class^="ico-"], [class*=" ico-"] {
  display: flex;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 33, _fonts.scss */
.ico-arrow:before {
  content: "\e900";
  color: #93c12d; }

/* line 37, _fonts.scss */
.ico-calendar:before {
  content: "\e901";
  color: #e5e5e5; }

/* line 41, _fonts.scss */
.ico-cards .path1:before {
  content: "\e902";
  color: white; }

/* line 45, _fonts.scss */
.ico-cards .path2:before {
  content: "\e903";
  margin-left: -0.9033203125em;
  color: black; }

/* line 50, _fonts.scss */
.ico-cards .path3:before {
  content: "\e904";
  margin-left: -0.9033203125em;
  color: white; }

/* line 55, _fonts.scss */
.ico-cards .path4:before {
  content: "\e905";
  margin-left: -0.9033203125em;
  color: black; }

/* line 60, _fonts.scss */
.ico-cart:before {
  content: "\e906"; }

/* line 63, _fonts.scss */
.ico-clock:before {
  content: "\e907";
  color: #f7c968; }

/* line 67, _fonts.scss */
.ico-clock-bold .path1:before {
  content: "\e908";
  color: #f7c968; }

/* line 71, _fonts.scss */
.ico-clock-bold .path2:before {
  content: "\e909";
  margin-left: -1em;
  color: #f8c455; }

/* line 76, _fonts.scss */
.ico-clock-bold .path3:before {
  content: "\e90a";
  margin-left: -1em;
  color: #f8c455; }

/* line 81, _fonts.scss */
.ico-facebook:before {
  content: "\e90b";
  color: #93c12d; }

/* line 85, _fonts.scss */
.ico-gift:before {
  content: "\e90c";
  color: #fff; }

/* line 89, _fonts.scss */
.ico-heart:before {
  content: "\e90d";
  color: #fff; }

/* line 93, _fonts.scss */
.ico-heart-empty .path1:before {
  content: "\e90e";
  color: white;
  opacity: 0.3; }

/* line 98, _fonts.scss */
.ico-heart-empty .path2:before {
  content: "\e90f";
  margin-left: -1.154296875em;
  color: white; }

/* line 103, _fonts.scss */
.ico-heart-stroke .path1:before {
  content: "\e910";
  margin-left: -2px;
  color: white;
  transition: .3s; }

/* line 109, _fonts.scss */
.ico-heart-stroke .path2:before {
  content: "\e911";
  margin-left: -1.154296875em;
  color: black;
  transition: .3s; }

/* line 115, _fonts.scss */
.ico-instagram:before {
  content: "\e912";
  color: #93c12d; }

/* line 119, _fonts.scss */
.ico-login:before {
  content: "\e913";
  color: #fff; }

/* line 123, _fonts.scss */
.ico-mail:before {
  content: "\e914"; }

/* line 126, _fonts.scss */
.ico-phone:before {
  content: "\e915"; }

/* line 129, _fonts.scss */
.ico-scales:before {
  content: "\e916"; }

/* line 132, _fonts.scss */
.ico-search:before {
  content: "\e917"; }

/* line 135, _fonts.scss */
.ico-share .path1:before {
  content: "\e918";
  color: black; }

/* line 139, _fonts.scss */
.ico-share .path2:before {
  content: "\e919";
  margin-left: -0.6396484375em;
  color: white; }

/* line 144, _fonts.scss */
.ico-share .path3:before {
  content: "\e91a";
  margin-left: -0.6396484375em;
  color: white; }

/* line 149, _fonts.scss */
.ico-share .path4:before {
  content: "\e91b";
  margin-left: -0.6396484375em;
  color: white; }

/* line 154, _fonts.scss */
.ico-star:before {
  content: "\e91c";
  color: #eb4544; }

/* line 158, _fonts.scss */
.ico-star-empty:before {
  content: "\e91d";
  color: #93c12d; }

/* line 162, _fonts.scss */
.ico-telegram:before {
  content: "\e91e";
  color: #93c12d; }

/* line 166, _fonts.scss */
.ico-truck:before {
  content: "\e91f";
  color: #f7c968; }

/* line 170, _fonts.scss */
.ico-youtube:before {
  content: "\e920";
  color: #93c12d; }

/* line 175, _fonts.scss */
.ico-cross {
  position: relative; }
  /* line 178, _fonts.scss */
  .ico-cross:before, .ico-cross:after {
    content: '';
    width: 20px;
    height: 2px;
    margin-top: 9px;
    background: #fff;
    transform: rotate(45deg); }
  /* line 188, _fonts.scss */
  .ico-cross:after {
    margin-left: -20px;
    transform: rotate(-45deg); }

/* line 194, _fonts.scss */
.ico {
  display: flex; }

/*** Montserrat ***/
/*** Colors ***/
/* line 50, _var.scss */
.color-white {
  color: #ffffff; }

/* line 54, _var.scss */
.color-black {
  color: #000000; }

/* line 58, _var.scss */
.color-red {
  color: #EB4544; }

/* line 62, _var.scss */
.color-green {
  color: #93C12D; }

/* line 66, _var.scss */
.color-yellow {
  color: #F8C455; }

/*** Product card ***/
/* line 5, product-list.scss */
.product--item {
  display: block;
  position: relative;
  height: 100%;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 20px;
  z-index: 1; }
  /* line 14, product-list.scss */
  .product--item:hover {
    z-index: 80; }
  /* line 18, product-list.scss */
  .product--item .image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 234px;
    margin-bottom: 8px; }
    /* line 27, product-list.scss */
    .product--item .image img {
      width: 100%;
      height: 100%;
      max-height: 234px;
      border-radius: 20px;
      overflow: hidden;
      object-fit: contain; }
    /* line 36, product-list.scss */
    .product--item .image svg {
      max-width: 80px;
      max-height: 80px;
      fill: #93C12D; }
  /* line 43, product-list.scss */
  .product--item .info {
    position: relative;
    padding: 0 30px;
    z-index: 5; }
  /* line 49, product-list.scss */
  .product--item .title {
    display: block;
    min-height: 54px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #000000; }
  /* line 58, product-list.scss */
  .product--item .cost-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px; }
  /* line 65, product-list.scss */
  .product--item .price {
    display: flex;
    align-items: center;
    white-space: nowrap; }
  /* line 71, product-list.scss */
  .product--item .old-price {
    margin-right: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #C4C4C4;
    text-decoration: line-through; }
  /* line 80, product-list.scss */
  .product--item .cost {
    margin: 0;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px; }
  /* line 87, product-list.scss */
  .product--item .unit {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px; }
  /* line 93, product-list.scss */
  .product--item .weight {
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap; }
  /* line 100, product-list.scss */
  .product--item .quantity-custom {
    margin: 0; }
    /* line 103, product-list.scss */
    .product--item .quantity-custom .plus,
    .product--item .quantity-custom .minus {
      width: 35px;
      height: 35px;
      max-width: 35px;
      background: #FAF9F9;
      border: 1px solid #E5E5E5;
      border-radius: 12px; }
    /* line 113, product-list.scss */
    .product--item .quantity-custom input[type="text"] {
      border: 1px solid #E5E5E5; }
  /* line 118, product-list.scss */
  .product--item .button-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px; }
  /* line 125, product-list.scss */
  .product--item .btn {
    white-space: nowrap; }
  /* line 129, product-list.scss */
  .product--item .favorite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    min-width: 17px;
    margin-left: 10px;
    cursor: pointer; }
    /* line 139, product-list.scss */
    .product--item .favorite svg {
      width: 100%;
      height: 100%;
      fill: #ffffff;
      stroke: #000000; }
      /* line 145, product-list.scss */
      .product--item .favorite svg path:nth-child(2) {
        fill: #000000; }
    /* line 150, product-list.scss */
    .product--item .favorite .icon {
      min-width: 16px; }
    /* line 158, product-list.scss */
    .product--item .favorite:hover svg, .product--item .favorite.favorites-added svg, .product--item .favorite.is-added svg {
      fill: #EB4544;
      stroke: #EB4544; }
      /* line 162, product-list.scss */
      .product--item .favorite:hover svg path:nth-child(2), .product--item .favorite.favorites-added svg path:nth-child(2), .product--item .favorite.is-added svg path:nth-child(2) {
        fill: #EB4544; }
    /* line 169, product-list.scss */
    .product--item .favorite:hover .icon .path1:before,
    .product--item .favorite:hover .icon .path2:before, .product--item .favorite.favorites-added .icon .path1:before,
    .product--item .favorite.favorites-added .icon .path2:before, .product--item .favorite.is-added .icon .path1:before,
    .product--item .favorite.is-added .icon .path2:before {
      color: #EB4544; }
  /* line 177, product-list.scss */
  .product--item .markers {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 32px;
    z-index: 5;
    pointer-events: none; }
    /* line 188, product-list.scss */
    .product--item .markers--item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 54px;
      height: 40px;
      margin-left: 5px;
      font-weight: 800;
      color: #ffffff;
      text-align: center;
      border-radius: 16px; }
      /* line 200, product-list.scss */
      .product--item .markers--item:first-child {
        margin-left: 0; }
      /* line 204, product-list.scss */
      .product--item .markers--item .icon {
        width: 18px;
        height: 18px;
        fill: #ffffff; }
    /* line 211, product-list.scss */
    .product--item .markers--item.new {
      background: #F7C968; }
    /* line 215, product-list.scss */
    .product--item .markers--item.discount {
      background: #EB4544;
      font-size: 20px; }
    /* line 220, product-list.scss */
    .product--item .markers--item.gift {
      background: #93C12D; }
  /* line 225, product-list.scss */
  .product--item .percent {
    position: absolute;
    top: 20px;
    right: 10px;
    padding: 5px;
    background: #EB4544;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 5px;
    z-index: 9; }
  /* line 239, product-list.scss */
  .product--item .self-delivery {
    position: absolute;
    top: 15px;
    left: 0;
    width: 90px;
    z-index: 9; }
  /* line 247, product-list.scss */
  .product--item.other-product {
    padding: 0 0 27px;
    border-radius: 24px;
    transition: .3s; }
    /* line 252, product-list.scss */
    .product--item.other-product:hover {
      margin-top: -20px;
      padding-top: 20px;
      box-shadow: 0 9px 22px rgba(0, 0, 0, 0.25); }
      /* line 257, product-list.scss */
      .product--item.other-product:hover .title {
        white-space: normal;
        transition: .8s; }
    /* line 263, product-list.scss */
    .product--item.other-product .title {
      max-height: 60px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: 0s; }
  /* line 272, product-list.scss */
  .product--item.small {
    display: flex;
    align-items: center;
    padding: 20px 15px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1); }
    /* line 281, product-list.scss */
    .product--item.small:hover {
      transition: 0s; }
      /* line 284, product-list.scss */
      .product--item.small:hover .title {
        white-space: normal;
        transition: .8s; }
      /* line 289, product-list.scss */
      .product--item.small:hover .button-wrap {
        height: 50px;
        transition: .3s; }
    /* line 295, product-list.scss */
    .product--item.small .image {
      width: 70px;
      height: 70px;
      min-width: 70px;
      margin: 0 18px 0 0; }
      /* line 301, product-list.scss */
      .product--item.small .image img {
        width: 100%;
        height: 100%;
        max-height: 70px;
        object-fit: contain;
        border-radius: 16px; }
    /* line 310, product-list.scss */
    .product--item.small .info {
      padding: 0; }
    /* line 314, product-list.scss */
    .product--item.small .title {
      display: block;
      min-height: 0;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      line-height: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: 0s; }
    /* line 326, product-list.scss */
    .product--item.small .cost {
      display: block;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
    /* line 333, product-list.scss */
    .product--item.small .button-wrap {
      height: 0;
      margin: 0;
      transition: 0s;
      overflow: hidden; }
    /* line 340, product-list.scss */
    .product--item.small .btn {
      margin-top: 10px; }
  /* line 345, product-list.scss */
  .product--item.medium {
    margin: 0 0 80px;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    box-shadow: 0 1px 25px rgba(0, 0, 0, 0.1);
    transition: .3s; }
    /* line 355, product-list.scss */
    .product--item.medium:hover .title {
      max-height: 60px;
      white-space: normal; }
    /* line 360, product-list.scss */
    .product--item.medium:hover .button-wrap {
      height: 40px;
      margin-top: 10px; }
    /* line 366, product-list.scss */
    .product--item.medium .wrap {
      padding: 0 0 30%; }
    /* line 370, product-list.scss */
    .product--item.medium .image {
      width: 100%;
      height: 160px;
      margin-bottom: 8px; }
      /* line 375, product-list.scss */
      .product--item.medium .image img {
        width: 100%;
        height: 100%;
        max-height: 160px;
        object-fit: contain;
        border-radius: 20px; }
    /* line 384, product-list.scss */
    .product--item.medium .info {
      position: absolute;
      top: 80%;
      left: 0;
      width: 100%;
      padding: 0 25px 13px;
      background: #ffffff;
      box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
      border-radius: 0 0 20px 20px; }
    /* line 395, product-list.scss */
    .product--item.medium .title {
      display: block;
      min-height: 0;
      max-height: 20px;
      font-size: 12px;
      line-height: 20px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: .8s; }
    /* line 407, product-list.scss */
    .product--item.medium .cost {
      display: block;
      font-weight: 700;
      font-size: 16px;
      line-height: 20px; }
    /* line 414, product-list.scss */
    .product--item.medium .button-wrap {
      height: 0;
      margin-top: 0;
      transition: .3s;
      overflow: hidden; }
    /* line 423, product-list.scss */
    .product--item.medium .favorite svg {
      fill: #ffffff;
      stroke: #000000; }
    /* line 432, product-list.scss */
    .product--item.medium .favorite:hover svg, .product--item.medium .favorite.favorites-added svg, .product--item.medium .favorite.is-added svg {
      fill: #EB4544;
      stroke: #EB4544; }
  /* line 440, product-list.scss */
  .product--item.big {
    display: flex;
    align-items: flex-end;
    height: 432px;
    padding: 32px 27px;
    border-radius: 24px;
    overflow: hidden; }
    /* line 448, product-list.scss */
    .product--item.big form {
      width: 100%; }
    /* line 452, product-list.scss */
    .product--item.big .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      /* line 472, product-list.scss */
      .product--item.big .image img {
        position: relative;
        width: 100%;
        height: 100%;
        object-fit: contain;
        z-index: 1; }
    /* line 481, product-list.scss */
    .product--item.big .info {
      height: 100%;
      padding: 0;
      color: #ffffff; }
    /* line 487, product-list.scss */
    .product--item.big .title {
      display: block;
      min-height: 0;
      color: #000000; }
    /* line 493, product-list.scss */
    .product--item.big .cost {
      color: #000000; }
    /* line 499, product-list.scss */
    .product--item.big .favorite svg {
      fill: #000000; }
    /* line 503, product-list.scss */
    .product--item.big .favorite:hover svg, .product--item.big .favorite.favorites-added svg, .product--item.big .favorite.is-added svg {
      fill: #EB4544;
      stroke: #EB4544; }
    /* line 511, product-list.scss */
    .product--item.big .buy-btn {
      display: flex;
      align-items: center;
      padding: 0;
      background: none;
      font-weight: 600;
      color: #000000;
      border: 0; }
      /* line 520, product-list.scss */
      .product--item.big .buy-btn .icon {
        width: 12px;
        height: 12px;
        margin-left: 10px;
        fill: #000000; }

/* line 530, product-list.scss */
.product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 75px -20px; }
  /* line 535, product-list.scss */
  .product-list .product--item {
    display: flex;
    flex-direction: column;
    flex: 100%;
    max-width: calc(25% - 20px);
    height: auto;
    margin: 30px 0 0 20px; }
    /* line 543, product-list.scss */
    .product-list .product--item .info {
      flex: 1; }
  /* line 548, product-list.scss */
  .product-list.search-result, .product-list.favorites-list {
    margin-top: 0; }
    /* line 552, product-list.scss */
    .product-list.search-result .product--item, .product-list.favorites-list .product--item {
      max-width: calc(20% - 20px); }

/*** End Product card ***/
/* line 561, product-list.scss */
.product-list-similar {
  position: relative;
  margin-top: 20px; }
  /* line 565, product-list.scss */
  .product-list-similar .swiper-wrapper {
    display: block; }
  /* line 569, product-list.scss */
  .product-list-similar .swiper-controls {
    display: none; }
  /* line 573, product-list.scss */
  .product-list-similar .swiper-slide {
    margin-top: 16px; }
    /* line 576, product-list.scss */
    .product-list-similar .swiper-slide:first-child {
      margin-top: 0; }
    /* line 580, product-list.scss */
    .product-list-similar .swiper-slide .image {
      margin: 0 18px 0 0;
      background: #FAF9F9;
      border-radius: 16px;
      overflow: hidden; }
    /* line 587, product-list.scss */
    .product-list-similar .swiper-slide img {
      object-fit: contain; }
    /* line 591, product-list.scss */
    .product-list-similar .swiper-slide .info {
      padding: 0; }

/* line 597, product-list.scss */
.related-products {
  margin-top: -20px; }

@media (max-width: 1441px) {
  /* line 606, product-list.scss */
  .product-list .product--item {
    max-width: calc(33.333% - 20px); } }
@media (max-width: 1281px) {
  /* line 619, product-list.scss */
  .product-list.search-result .product--item, .product-list.favorites-list .product--item {
    max-width: calc(25% - 20px); } }
@media (max-width: 1025px) {
  /* line 630, product-list.scss */
  .product--item .title {
    min-height: 44px;
    font-size: 18px;
    line-height: 20px; }
  /* line 636, product-list.scss */
  .product--item .cost {
    font-size: 20px;
    line-height: 25px; }
  /* line 641, product-list.scss */
  .product--item .btn {
    padding-left: 20px;
    padding-right: 20px; }
  /* line 646, product-list.scss */
  .product--item.medium {
    margin-bottom: 60px; }
    /* line 649, product-list.scss */
    .product--item.medium:hover {
      margin-bottom: 30px; }
    /* line 653, product-list.scss */
    .product--item.medium .button-wrap {
      height: auto;
      margin-top: 5px; }

  /* line 662, product-list.scss */
  .product-list .product--item {
    max-width: calc(33.333% - 20px); }
  /* line 669, product-list.scss */
  .product-list.search-result .product--item, .product-list.favorites-list .product--item {
    max-width: calc(33.333% - 20px); }

  /* line 675, product-list.scss */
  .product-list-similar {
    margin: -20px -16px -40px; }
    /* line 678, product-list.scss */
    .product-list-similar .swiper-initialized {
      padding: 40px 16px; }
    /* line 682, product-list.scss */
    .product-list-similar .swiper-controls {
      display: block; }
    /* line 686, product-list.scss */
    .product-list-similar .swiper-button-prev,
    .product-list-similar .swiper-button-next {
      transform: translateY(-50%); }
    /* line 691, product-list.scss */
    .product-list-similar .swiper-button-prev {
      left: 0; }
    /* line 695, product-list.scss */
    .product-list-similar .swiper-button-next {
      right: 0; }
    /* line 699, product-list.scss */
    .product-list-similar .swiper-wrapper {
      display: flex; }
    /* line 703, product-list.scss */
    .product-list-similar .swiper-slide {
      margin-top: 0; } }
@media (max-width: 769px) {
  /* line 713, product-list.scss */
  .product-list .product--item {
    max-width: calc(50% - 20px); }
  /* line 720, product-list.scss */
  .product-list.search-result .product--item, .product-list.favorites-list .product--item {
    max-width: calc(50% - 20px); } }
@media (max-width: 561px) {
  /* line 731, product-list.scss */
  .product--item .info {
    padding: 0 15px; }
  /* line 735, product-list.scss */
  .product--item .btn {
    padding: 10px 20px; }
  /* line 739, product-list.scss */
  .product--item.big {
    height: 310px;
    padding: 20px; }
  /* line 746, product-list.scss */
  .product--item.medium .image {
    height: 250px; }
    /* line 749, product-list.scss */
    .product--item.medium .image img {
      max-height: 250px; }
  /* line 755, product-list.scss */
  .product--item.other-product {
    padding: 0 0 15px; }

  /* line 760, product-list.scss */
  .product-list {
    margin: 20px 0 0 -10px; }
    /* line 763, product-list.scss */
    .product-list .product--item {
      justify-content: flex-end;
      max-width: calc(50% - 10px);
      margin: 10px 0 0 10px; }
      /* line 768, product-list.scss */
      .product-list .product--item:hover {
        margin-bottom: 0; }
        /* line 771, product-list.scss */
        .product-list .product--item:hover .button-wrap {
          height: auto;
          margin-top: 15px; }
      /* line 777, product-list.scss */
      .product-list .product--item .wrap {
        padding: 0; }
      /* line 781, product-list.scss */
      .product-list .product--item .image {
        height: 120px; }
        /* line 784, product-list.scss */
        .product-list .product--item .image img {
          max-height: 120px; }
      /* line 789, product-list.scss */
      .product-list .product--item .info {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 10px 10px;
        box-shadow: none; }
      /* line 797, product-list.scss */
      .product-list .product--item .cost-wrap {
        display: block;
        margin-top: 15px; }
      /* line 802, product-list.scss */
      .product-list .product--item .price {
        display: block; }
      /* line 806, product-list.scss */
      .product-list .product--item .title {
        max-height: 60px;
        white-space: normal;
        line-height: 16px; }
      /* line 812, product-list.scss */
      .product-list .product--item .button-wrap {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin: 15px 0 0; }
      /* line 818, product-list.scss */
      .product-list .product--item .favorite {
        margin: 0 0 10px; }
      /* line 822, product-list.scss */
      .product-list .product--item .btn {
        width: 100%;
        padding: 5px 10px;
        font-size: 14px;
        border-radius: 10px; }
    /* line 833, product-list.scss */
    .product-list.search-result .product--item, .product-list.favorites-list .product--item {
      max-width: calc(50% - 10px); } }
