/*!***************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./css/custom/custom.scss ***!
  \***************************************************************************************************************************************************************************************/
/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
.c-header__first-row-wrapper {
  background-color: rgba(0, 56, 101, 0.9019607843);
}
.c-header__first-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 48px;
  gap: 40px;
}
.c-header__contact-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__contact-link {
  color: white !important;
  font-size: 0.875em;
}
.c-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__column--first {
  width: 20%;
}
.c-header__column--second {
  width: 60%;
  max-width: 940px;
}
.c-header__column--third {
  width: 20%;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-header__vertical-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
.c-blockcart__link {
  background-color: #fa5e58;
  background-image: url(../js/../css/b53998db11615cd7d333.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  position: relative;
}
.c-blockcart__count {
  color: white;
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  background: black;
  border-radius: 100%;
  font-size: 9px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
.c-user-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-user-info__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.c-user-info__link-text {
  display: none;
}
.c-user-info__icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-image: url(../js/../css/1093cb2192ef280db77d.svg);
  background-repeat: no-repeat;
  background-position: center center;
  border: solid 2px rgba(0, 56, 101, 0.9);
  background-color: #fff;
}
/**
 * Bootstrap overrides & variables
 * These variables are defined BEFORE importing Bootstrap
 * in order to avoid deprecated Sass functions inside Bootstrap 4
 */
/*FONTS*/
/* Base brand & links */
/* State backgrounds (ensure existence before borders) */
/* State borders (replace darken()) */
/* Popover */
/* Variables required by Bootstrap (defined empty on purpose) */
/* Replacements for deprecated Sass functions */
/* Division replacements */
/* Bootstrap imports */
/* Project mixins */
body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}

a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none !important;
  text-decoration: none !important;
}

.c-product-miniature {
  position: relative;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0 2px 20px -20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 20px -20px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.c-product-miniature__image {
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 6px 6px 0 0;
}
@media (max-width: 1599px) {
  .c-product-miniature__image {
    height: 224px;
  }
}
.c-product-miniature__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-product-miniature:hover .c-product-miniature__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-product-miniature__description {
  padding: 20px;
}
.c-product-miniature__description .product-category {
  text-transform: uppercase;
  color: #009fdf;
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
.c-product-miniature__description .product-title {
  color: #003865;
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 5px 0;
  text-transform: initial;
}
@media (max-width: 1599px) {
  .c-product-miniature__description .product-title {
    font-size: 1em;
  }
}
.c-product-miniature__description .product-title a {
  color: #003865;
}
.c-product-miniature__description .product-title a:hover, .c-product-miniature__description .product-title a:active, .c-product-miniature__description .product-title a:focus, .c-product-miniature__description .product-title a:visited {
  color: #003865;
}
.c-product-miniature__description .product-reference {
  color: #1a1a1a;
  font-size: 0.875em;
  margin: 0 0 10px 0;
}
.c-product-miniature .product-price-and-shipping {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 26px;
  position: relative;
}
.c-product-miniature .product-price-and-shipping .regular-price {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1em;
  font-style: italic;
  text-decoration: line-through;
  color: #fa5e58;
}
@media (max-width: 1599px) {
  .c-product-miniature .product-price-and-shipping .regular-price {
    font-size: 0.8em;
  }
}
.c-product-miniature .product-price-and-shipping .price {
  color: #1a1a1a;
  font-size: 1.875em;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1599px) {
  .c-product-miniature .product-price-and-shipping .price {
    font-size: 1.5em;
  }
}
.c-product-miniature .product-price-and-shipping .price .currency {
  font-size: 0.5333333333em;
}
.c-product-miniature .product-price-and-shipping .discount-product {
  color: #003865;
  font-size: 0.875em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fac62c;
  height: 28px;
  padding: 5px 10px;
  border-radius: 20px;
}
.c-product-miniature .add-to-cart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 10px;
}
.c-product-miniature .add-to-cart-form > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
}
@media (max-width: 575px) {
  .c-product-miniature .add-to-cart-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-product-miniature .number-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-product-miniature .number-block > :last-child, .c-product-miniature .number-block > :first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.c-product-miniature .number-block > :nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-product-miniature .qty-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  font-size: 1.125em;
  color: #1a1a1a;
}
@media (max-width: 1599px) {
  .c-product-miniature .qty-group {
    font-size: 0.9em;
  }
}
.c-product-miniature .qty-group input {
  display: none;
}
.c-product-miniature .qty-btn {
  width: 38px;
  height: 38px;
  background-color: rgba(128, 207, 239, 0.5);
  border-radius: 50%;
  outline: none;
  border: 0;
  cursor: pointer;
  color: #003865;
  font-weight: bold;
  font-size: 1.25em;
}
@media (max-width: 1599px) {
  .c-product-miniature .qty-btn {
    width: 30.4px;
    height: 30.4px;
    font-size: 1em;
  }
}
.c-product-miniature .button-add {
  background: #003865;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  height: 40px;
  border-radius: 30px;
}
.c-product-miniature .button-add:hover, .c-product-miniature .button-add:active, .c-product-miniature .button-add:focus, .c-product-miniature .button-add:visited {
  color: #fff;
}
@media (max-width: 1599px) {
  .c-product-miniature .button-add {
    font-size: 0.8em;
    height: 32px;
  }
}
.c-product-miniature .wishlist-button-add {
  display: none;
}
.c-product-miniature .view-more {
  font-size: 0.875em;
  height: 40px;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 15px;
  padding: 5px 30px;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 1599px) {
  .c-product-miniature .view-more {
    margin-top: 24px;
  }
}
.c-product-miniature .view-more img {
  position: relative;
  left: -10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.c-product-miniature .view-more:hover img {
  left: 0;
}

.c-product-flags {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-product-flags__flag.new {
  background: #003865;
  height: 20px;
  width: 84px;
  font-size: 0.6875em;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px 0 6px 0;
}
