/*!***************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * 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-blockcart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1199px) {
  .c-blockcart {
    padding-left: 15px;
    height: 50px;
  }
}
.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;
}
@media (max-width: 1199px) {
  .c-blockcart__link {
    width: 32px;
    height: 32px;
    background-size: 18px 18px;
  }
}
.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;
}
@media (max-width: 1199px) {
  .c-blockcart__count {
    top: -3px;
    right: -3px;
  }
}

/**
 * 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-blog-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  height: 42px;
  width: 100%;
  max-width: 300px;
  border-radius: 42px;
  position: relative;
  float: right;
}
.c-blog-search__display-button, .c-blog-search__submit-button {
  text-indent: -10000px;
  border: none;
  background-color: #fa5e58;
  min-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  background: url(../js/../css/1d472ffdf17b84dd56db.svg) center center no-repeat #fa5e58;
  background-size: 22px 22px;
  -webkit-transition: 200ms background-color linear;
  transition: 200ms background-color linear;
  cursor: pointer;
}
.c-blog-search__display-button:hover, .c-blog-search__display-button:focus, .c-blog-search__display-button:active, .c-blog-search__submit-button:hover, .c-blog-search__submit-button:focus, .c-blog-search__submit-button:active {
  outline: none;
  background-color: rgba(0, 56, 101, 0.9019607843);
}
.c-blog-search__display-button {
  position: absolute;
  z-index: 10;
  right: 0;
}
.search-active .c-blog-search__display-button {
  display: none;
}
.c-blog-search__submit-button {
  display: none;
  z-index: 10;
}
.search-active .c-blog-search__submit-button {
  position: absolute;
  right: 0;
  display: block;
}
.c-blog-search__form {
  gap: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  z-index: 1;
}
.c-blog-search__input {
  display: block;
  border: none;
  height: 42px;
  background: transparent;
  font-size: 1em;
  color: #003865;
  padding: 0;
  -webkit-transition: 200ms left linear;
  transition: 200ms left linear;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 0 60px 0 20px;
  border-radius: 42px;
  border: solid 1px rgba(0, 56, 101, 0.5);
  border-right: none;
  width: 100%;
}
.c-blog-search__input::-webkit-input-placeholder {
  color: #003865;
  opacity: 0.8;
}
.c-blog-search__input::-moz-placeholder {
  color: #003865;
  opacity: 0.8;
}
.c-blog-search__input:-ms-input-placeholder {
  color: #003865;
  opacity: 0.8;
}
.c-blog-search__input::-ms-input-placeholder {
  color: #003865;
  opacity: 0.8;
}
.c-blog-search__input::placeholder {
  color: #003865;
  opacity: 0.8;
}
.c-blog-search__input:hover, .c-blog-search__input:focus, .c-blog-search__input:active {
  outline: none;
}
.search-active .c-blog-search__input {
  left: 0;
}
/**
 * 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-cms {
  margin-bottom: 40px;
}
.c-cms > *:first-child {
  margin-top: 0;
}
.c-cms p,
.c-cms ul,
.c-cms ol {
  color: #343434;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: justify;
  font-size: 1em;
}
@media (max-width: 1599px) {
  .c-cms p,
  .c-cms ul,
  .c-cms ol {
    font-size: 0.875em;
  }
}
.c-cms p {
  margin-top: 15px;
  margin-bottom: 0;
}
.c-cms ul,
.c-cms ol {
  margin-top: 20px;
  padding-left: 26px;
  margin-bottom: 0;
}
.c-cms ul li,
.c-cms ol li {
  margin-bottom: 8px;
}
.c-cms ul {
  list-style: inherit;
}
.c-cms h2,
.c-cms h3,
.c-cms h4,
.c-cms h5,
.c-cms h6 {
  color: #003865;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.c-cms h2 {
  font-size: 1.875em;
  margin-top: 36px;
}
@media (max-width: 1599px) {
  .c-cms h2 {
    font-size: 1.625em;
  }
}
.c-cms h3 {
  font-size: 1.625em;
  margin-top: 25px;
}
@media (max-width: 1599px) {
  .c-cms h3 {
    font-size: 1.375em;
  }
}
.c-cms h4 {
  font-size: 1.25em;
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .c-cms h4 {
    font-size: 1.125em;
  }
}
.c-cms h5,
.c-cms h6 {
  font-size: 1.125em;
  margin-top: 15px;
}
@media (max-width: 1599px) {
  .c-cms h5,
  .c-cms h6 {
    font-size: 1em;
  }
}
.c-cms a {
  color: #343434;
  text-decoration: underline;
}
.c-cms a:hover, .c-cms a:active, .c-cms a:focus, .c-cms a:visited {
  color: #343434;
}
.c-cms img {
  margin: 30px auto;
  max-width: 100%;
  border-radius: 10px;
  height: auto;
}

/**
 * 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-contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-contact-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-contact-info__wrapper {
  color: white;
  padding-left: 45px;
  background: url(../js/../css/fad12e0b6779bb7e0574.svg) top left no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-contact-info__shop-name {
  font-weight: bold;
  text-transform: uppercase;
}

/**
 * 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-copyright {
  color: white;
  font-size: 0.75em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1199px) {
  .c-copyright {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .c-copyright {
    -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-customer-info {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1599px) {
  .c-customer-info {
    gap: 24px;
  }
}
.c-customer-info__title {
  color: #003865;
  font-size: 1.5em;
  margin-top: 20px;
}
@media (max-width: 1599px) {
  .c-customer-info__title {
    font-size: 1.2em;
    margin-top: 16px;
  }
}
.c-customer-info__text {
  color: #1a1a1a;
}
.c-customer-info__form {
  margin-top: 20px;
  background-color: #f6fafd;
  border-radius: 10px;
  padding: 50px 230px 140px 230px;
}
@media (max-width: 1599px) {
  .c-customer-info__form {
    margin-top: 16px;
    padding: 40px 184px 112px 184px;
  }
}
@media (max-width: 1199px) {
  .c-customer-info__form {
    padding: 40px;
  }
}

/**
 * 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-customer-links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  padding: 20px;
  border-radius: 10px;
  background-color: #edf8fd;
  margin-bottom: 50px;
  font-size: 1rem;
}
.c-customer-links-block__title {
  color: #009fdf;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
}
.c-customer-links-block__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.c-customer-links-block__link {
  color: #000000;
  font-size: 0.875em;
  position: relative;
  padding-left: 15px;
}
.c-customer-links-block__link:before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  height: 3px;
  width: 8px;
  background: #fa5e58;
}
.c-customer-links-block__link.active {
  color: #003865;
  font-weight: bold;
}
.c-customer-links-block__logout {
  height: 50px;
  color: #006794;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
  border-radius: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 60px;
  background: url(../js/../css/10c1a385108063f94713.svg) white 25px center no-repeat;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
}
.c-customer-links-block__logout:hover {
  background-color: #006794;
  color: white;
}

/**
 * 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-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-bottom: 100px;
}
@media (max-width: 1599px) {
  .c-dashboard {
    gap: 32px;
  }
}
.c-dashboard__welcome-message {
  color: #003865;
  font-size: 1.5em;
}
@media (max-width: 1599px) {
  .c-dashboard__welcome-message {
    font-size: 1.2em;
  }
}
.c-dashboard__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 991px) {
  .c-dashboard__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-dashboard__link {
  border: solid 2px #009fdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 50px 30px 30px 30px;
  border-radius: 10px;
  background: url(../js/../css/fab04b7f59d6549ea46d.svg) white calc(100% - 30px) calc(100% - 30px) no-repeat;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
}
@media (max-width: 1599px) {
  .c-dashboard__link {
    padding: 40px 24px 24px 24px;
  }
}
.c-dashboard__link:hover {
  background-position: calc(100% - 20px) calc(100% - 30px);
  background-color: #edf8fd;
}
.c-dashboard__link-label {
  color: #003865;
  font-weight: 600;
  font-size: 1.375em;
  padding-right: 50px;
}
@media (max-width: 1599px) {
  .c-dashboard__link-label {
    font-size: 1.1em;
  }
}
.c-dashboard__link-text {
  line-height: 1.43;
  font-size: 0.875em;
  color: #000;
  text-wrap: balance;
  padding-right: 50px;
}
@media (max-width: 1599px) {
  .c-dashboard__link-text {
    font-size: 0.75em;
  }
}
.c-dashboard__link-icon {
  margin-bottom: 15px;
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
  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;
}
@media (max-width: 1599px) {
  .c-dashboard__link-icon {
    height: 112px;
  }
}
@media (max-width: 575px) {
  .c-dashboard__link-icon {
    height: 90px;
  }
}
.c-dashboard__link-icon img {
  height: 100%;
  width: auto;
}

/**
 * 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-fixed-buttons {
  position: fixed;
  bottom: 15px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.c-fixed-buttons button {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 1;
  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;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1599px) {
  .c-fixed-buttons button {
    width: 41.6px;
    height: 41.6px;
  }
}
.c-fixed-buttons button:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.c-fixed-buttons__up {
  color: #009fdf;
  background: #edf8fd;
  opacity: 0;
  pointer-events: none;
}
.c-fixed-buttons__up.is-active {
  opacity: 1;
  pointer-events: all;
}
.c-fixed-buttons__up svg {
  height: 26px;
  width: auto;
}

/**
 * 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-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.c-footer__logo {
  width: 20%;
}
.c-footer__logo-img {
  max-width: 100%;
  height: auto;
}
.c-footer__first-row {
  padding: 50px 0 30px 0;
  background-color: rgba(0, 56, 101, 0.9019607843);
}
.c-footer__first-row-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 991px) {
  .c-footer__first-row-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
.c-footer__second-row {
  background-color: #003865;
  padding: 30px 0;
}
@media (max-width: 991px) {
  .c-footer__second-row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__first-column-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  gap: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1599px) {
  .c-footer__first-column-content {
    gap: 100px;
  }
}
@media (max-width: 1199px) {
  .c-footer__first-column-content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .c-footer__first-column-content {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 991px) {
  .c-footer__second-row-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-footer__social-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: 30px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .c-footer__social-column {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: 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-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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.affixed .c-header__first-row {
  height: 30px;
}
@media (max-width: 1199px) {
  .c-header__first-row {
    height: 30px;
    gap: 20px;
  }
}
.c-header__contact-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.affixed .c-header__contact-link-wrapper {
  height: 30px;
}
@media (max-width: 1199px) {
  .c-header__contact-link-wrapper {
    height: 30px;
  }
}
.c-header__contact-link {
  color: white !important;
  font-size: 0.875em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.affixed .c-header__contact-link {
  font-size: 0.75em;
}
@media (max-width: 1199px) {
  .c-header__contact-link {
    font-size: 0.75em;
  }
}
.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;
  gap: 20px;
}
@media (max-width: 1599px) {
  .c-header__row {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .c-header__row {
    gap: 20px;
  }
}
.c-header__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-header__column--first {
  width: 20%;
}
@media (max-width: 1199px) {
  .c-header__column--first {
    display: none;
  }
}
.c-header__column--second {
  width: 60%;
  max-width: 940px;
}
@media (max-width: 1199px) {
  .c-header__column--second {
    width: 100%;
    max-width: none;
    gap: 0 !important;
  }
}
.c-header__column--third {
  width: 20%;
  gap: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1199px) {
  .c-header__column--third {
    display: none;
  }
}
.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;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.affixed .c-header__vertical-column {
  gap: 10px;
}
@media (max-width: 1199px) {
  .c-header__vertical-column {
    gap: 10px;
  }
}

/**
 * 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-history__table {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  outline: 1px solid #003865;
}
.c-history__table thead {
  background-color: #003865;
}
@media (max-width: 991px) {
  .c-history__table thead {
    display: none;
  }
}
.c-history__table thead th {
  color: white;
  text-transform: uppercase;
  padding: 25px;
  font-size: 0.9375em;
}
@media (max-width: 1599px) {
  .c-history__table thead th {
    padding: 20px;
    font-size: 0.8125em;
  }
}
.c-history__table tbody {
  background-color: #f6f6f6;
}
.c-history__table tbody tr {
  height: 100px;
  border-top: solid 1px rgba(129, 175, 195, 0.5);
}
.c-history__table tbody tr:nth-child(even) {
  background: #fff;
}
.c-history__table tbody th,
.c-history__table tbody td {
  padding: 25px;
}
@media (max-width: 1599px) {
  .c-history__table tbody th,
  .c-history__table tbody td {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .c-history__table tbody th,
  .c-history__table tbody td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 136px;
  }
  .c-history__table tbody th:before,
  .c-history__table tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    font-size: 0.875em;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    color: #003865;
  }
}
.c-history__table tfoot {
  background-color: #f6fafd;
}
.c-history__table tfoot td {
  padding: 5px 25px;
}
.c-history__table tfoot tr.not-total.is-first td {
  padding-top: 20px;
}
.c-history__table tfoot tr.not-total.is-last td {
  padding-bottom: 20px;
}
.c-history__table--order-detail tbody {
  background-color: white;
}
.c-history__table .line-total {
  background-color: #003865;
  color: white;
  height: 80px;
}
.c-history__table .line-total td {
  padding: 0 25px;
}
.c-history__reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599px) {
  .c-history__reference {
    font-size: 0.8125em;
  }
}
@media (max-width: 991px) {
  .c-history__reference {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-history__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.c-history__reference-code {
  font-style: italic;
}
.c-history__link {
  color: #003865;
  text-decoration: underline;
  font-size: 1.125em;
  font-weight: bold;
}
.c-history__link:hover {
  text-decoration: underline;
  color: #003865;
}
.c-history__date {
  color: #1a1a1a;
  font-size: 0.875em;
}
@media (max-width: 1599px) {
  .c-history__date {
    font-size: 0.8125em;
  }
}
@media (max-width: 1599px) {
  .c-history__status-wrapper .c-order-status {
    font-size: 0.75em;
    text-align: left;
  }
}
.c-history__value {
  color: #4a4a4a;
  font-size: 1.25em;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .c-history__value {
    font-size: 1em;
  }
}
.c-history__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1599px) {
  .c-history__actions {
    gap: 5px;
  }
  .c-history__actions img {
    height: 24px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .c-history__actions {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.c-history__quantity {
  font-size: 1em;
  text-align: right;
  display: inline-block;
  width: 100%;
}
.c-history__unit-price {
  text-align: right;
  display: inline-block;
  width: 100%;
  font-size: 1em;
}
.c-history__total {
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 100%;
  font-size: 1em;
}
.c-history__foot-label {
  text-align: right;
}
.c-history__foot-label--final {
  font-weight: bold;
}
.c-history__foot-value {
  text-align: right;
  font-weight: bold;
  font-size: 1.125em;
}
.c-history__foot-value--final {
  font-size: 1em;
}
.c-history__total-number {
  font-size: 1.875em;
}
.c-history__total-decimals {
  font-size: 1.125em;
}

/**
 * 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-link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-transform: uppercase;
}
#header .c-link-block {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (max-width: 1599px) {
  #header .c-link-block {
    gap: 10px;
  }
}
@media (max-width: 1199px) {
  .c-header__first-row .c-link-block {
    display: none;
  }
}
@media (max-width: 1199px) {
  .c-header__column--second .c-link-block {
    display: none;
  }
}
@media (max-width: 1599px) {
  .c-link-block {
    gap: 100px;
  }
}
@media (max-width: 1199px) {
  .c-link-block {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .c-link-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    width: 100%;
  }
}
.c-link-block__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .c-link-block__list {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
[data-list-orientation=horizontal] .c-link-block__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 30px;
}
@media (max-width: 1199px) {
  [data-list-orientation=horizontal] .c-link-block__list {
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
#header .c-link-block__list {
  margin: 0;
  gap: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: auto;
}
@media (max-width: 1199px) {
  #header .c-link-block__list {
    gap: 10px;
  }
}
#mobile_top_menu_wrapper .c-link-block__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 0;
}
#mobile_top_menu_wrapper .c-link-block__item {
  width: 100%;
}
.c-link-block__item a {
  color: #fff;
}
.c-link-block__item a:hover, .c-link-block__item a:active, .c-link-block__item a:focus, .c-link-block__item a:visited {
  color: #fff;
}
#mobile_top_menu_wrapper .c-link-block__item a {
  color: black;
  padding: 0.625rem;
  border-bottom: 1px solid #f6f6f6;
  font-size: 14px;
  display: block;
}
.c-link-block__link {
  font-weight: normal;
  color: white;
  text-transform: uppercase;
  font-size: 0.875em;
}
.c-link-block__list--0 .c-link-block__link {
  font-weight: bold;
}
#header .c-link-block__link {
  font-weight: normal;
  text-transform: none;
}
.c-link-block__link:hover {
  color: white;
}

/**
 * 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 */
@media (max-width: 1199px) {
  .c-logo__link {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-logo__img {
  max-width: 100%;
  -webkit-transition: all 200ms ease !important;
  transition: all 200ms ease !important;
  height: auto;
}
.affixed .c-logo__img {
  width: 100%;
}
@media (max-width: 1199px) {
  .c-logo__img {
    height: 30px !important;
    width: auto !important;
  }
}

/**
 * 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-messages {
  background-color: #f6fafd;
  border-radius: 10px;
  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;
  padding: 35px 45px;
  font-size: 1rem;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .c-messages {
    padding: 20px;
  }
}
.c-messages__wrapper {
  border-bottom: solid 1px rgba(129, 175, 195, 0.5);
  margin-bottom: 30px;
}
.c-messages__title {
  font-size: 1.5em;
  color: #003865;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .c-messages__title {
    font-size: 1.2em;
  }
}
.c-messages__messages {
  padding: 40px 100px;
}
.c-messages__message {
  border-top: solid 1px rgba(129, 175, 195, 0.5);
  padding: 10px 0;
  color: #3b3b3b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  font-size: 1em;
}
.c-messages__message:first-child {
  border: none;
}
.c-messages__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.c-messages__author {
  font-weight: bold;
}
.c-messages__date {
  font-style: italic;
  font-size: 0.875em;
}
.c-messages__form {
  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;
}
.c-messages__form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-messages__form-footer button {
  width: auto;
  padding: 0 35px 0 50px;
}

/**
 * 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 */
input[name=newsletter] + span + br,
input[name=newsletter] + span + br + em:empty {
  display: none;
}

/**
 * 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-order-status {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 30px;
  border-radius: 30px;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 5px 10px 5px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  gap: 5px;
  font-size: 1rem;
  /* 1 En espera de pago por cheque */
  /* 2 Pago aceptado */
  /* 3 Preparación en curso */
  /* 4 Enviado */
  /* 5 Entregado */
  /* 6 Cancelado */
  /* 7 Reembolsado */
  /* 8 Error en pago */
  /* 9 Pendiente stock (pagado) */
  /* 10 Transferencia bancaria */
  /* 11 Pago remoto aceptado */
  /* 12 Pendiente stock (no pagado) */
  /* 13 Contra reembolso */
  /* 14 Esperando el pago */
  /* 15 Reembolso parcial */
  /* 16 Pago parcial */
  /* 17 Autorizado */
}
.c-order-status::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
.c-order-status--1 {
  background: #f5f5f5;
  color: #555;
}
.c-order-status--1::after {
  content: "\e8b5";
}
.c-order-status--2 {
  background: #b2dfdb;
  color: #004d40;
}
.c-order-status--2::after {
  content: "\e8a1";
}
.c-order-status--3 {
  background: #e3e3e3;
  color: #333;
}
.c-order-status--3::after {
  content: "\e8cc";
}
.c-order-status--4 {
  background: #bbdefb;
  color: #0d47a1;
}
.c-order-status--4::after {
  content: "\e558";
}
.c-order-status--5 {
  background: #7ad06d;
  color: #ffffff;
}
.c-order-status--5::after {
  content: "\e86c";
}
.c-order-status--6 {
  background: #ef9a9a;
  color: #7f0000;
}
.c-order-status--6::after {
  content: "\e5c9";
}
.c-order-status--7 {
  background: #ffe082;
  color: #5d4037;
}
.c-order-status--7::after {
  content: "\e166";
}
.c-order-status--8 {
  background: #ffccbc;
  color: #bf360c;
}
.c-order-status--8::after {
  content: "\e000";
}
.c-order-status--9 {
  background: #d1c4e9;
  color: #311b92;
}
.c-order-status--9::after {
  content: "\e88b";
}
.c-order-status--10 {
  background: #e0f2f1;
  color: #00695c;
}
.c-order-status--10::after {
  content: "\e84f";
}
.c-order-status--11 {
  background: #c8e6c9;
  color: #1b5e20;
}
.c-order-status--11::after {
  content: "\e2c3";
}
.c-order-status--12 {
  background: #f3e5f5;
  color: #4a148c;
}
.c-order-status--12::after {
  content: "\e88e";
}
.c-order-status--13 {
  background: #fff3e0;
  color: #e65100;
}
.c-order-status--13::after {
  content: "\e8c5";
}
.c-order-status--14 {
  background: #eceff1;
  color: #37474f;
}
.c-order-status--14::after {
  content: "\e8b5";
}
.c-order-status--15 {
  background: #fff9c4;
  color: #827717;
}
.c-order-status--15::after {
  content: "\e15b";
}
.c-order-status--16 {
  background: #b3e5fc;
  color: #01579b;
}
.c-order-status--16::after {
  content: "\e263";
}
.c-order-status--17 {
  background: #c5cae9;
  color: #1a237e;
}
.c-order-status--17::after {
  content: "\e86c";
}

/**
 * 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-order {
  margin-bottom: 50px;
  font-size: 1rem;
}
.c-order__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-order__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1199px) {
  .c-order__info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-order__info-column-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-order__info-column-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-order__info-column-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-order__title {
  color: #003865;
  font-size: 1.875em;
  font-weight: bold;
}
@media (max-width: 1599px) {
  .c-order__title {
    font-size: 1.5em;
  }
}
.c-order__date {
  color: #979797;
  font-size: 1em;
}
@media (max-width: 1599px) {
  .c-order__date {
    font-size: 0.875em;
  }
}
.c-order__reorder-link {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fa5e58;
  border-radius: 30px;
  padding: 0 30px 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #fff;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
  border: 2px solid #fa5e58;
}
@media (max-width: 1599px) {
  .c-order__reorder-link {
    height: 36.8px;
    padding: 0 24px 0 40px;
    font-size: 1em;
  }
}
.c-order__reorder-link svg {
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
  fill: #fff;
}
@media (max-width: 1599px) {
  .c-order__reorder-link svg {
    height: 20px;
    width: auto;
  }
}
.c-order__reorder-link:hover {
  background: #fff;
  color: #fa5e58;
}
.c-order__reorder-link:hover svg {
  fill: #fa5e58;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.c-order__status-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media (max-width: 991px) {
  .c-order__status-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-order__separator {
  width: 1px;
  height: 20px;
  background-color: #979797;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .c-order__separator {
    display: none;
  }
}
.c-order__addresses {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .c-order__addresses {
    grid-template-columns: repeat(1, 1fr);
  }
}
.c-order__address {
  background-color: #edf8fd;
  padding: 45px 35px 55px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (max-width: 1599px) {
  .c-order__address {
    gap: 24px;
    padding: 36px 28px 44px 28px;
  }
}
.c-order__address address {
  margin: 0;
}
.c-order__address-title {
  margin: 0;
  color: #003865;
  font-size: 1.25em;
}
.c-order__address-data {
  color: #1a1a1a;
  line-height: 1.4;
}

/**
 * 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-private-header {
  background-color: #edf8fd;
  padding: 50px 0;
  margin-bottom: 50px;
  font-size: 1rem;
}
@media (max-width: 1599px) {
  .c-private-header {
    padding: 40px 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .c-private-header {
    padding: 30px 0;
  }
}
.c-private-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-private-header__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-private-header__title {
  margin: 0;
  color: #003865;
  font-size: 3.125em;
}
@media (max-width: 1599px) {
  .c-private-header__title {
    font-size: 2.5em;
  }
}
@media (max-width: 767px) {
  .c-private-header__title {
    font-size: 1.5em;
  }
}
.c-private-header__link {
  color: #003865;
  padding: 0 25px;
  height: 50px;
  border: 1px solid #003865;
  font-size: 1em;
  font-weight: bold;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .c-private-header__link {
    font-size: 0.875em;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .c-private-header__link {
    font-size: 0.8125em;
    padding: 10px;
    height: 30px;
  }
}
.c-private-header__link:hover {
  background: #003865;
  color: white;
}

#right-column {
  position: sticky;
  top: 160px;
}

/**
 * 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-shipments-table {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 50px;
  outline: 1px solid #009fdf;
}
.c-shipments-table thead {
  background-color: #009fdf;
}
@media (max-width: 991px) {
  .c-shipments-table thead {
    display: none;
  }
}
.c-shipments-table thead th {
  color: #fff;
  text-transform: uppercase;
  padding: 25px;
  font-size: 0.9375em;
}
@media (max-width: 1599px) {
  .c-shipments-table thead th {
    padding: 20px;
    font-size: 0.8125em;
  }
}
.c-shipments-table tbody tr {
  height: 100px;
  border-top: solid 1px #009fdf;
}
.c-shipments-table tbody th,
.c-shipments-table tbody td {
  padding: 25px;
}
@media (max-width: 1599px) {
  .c-shipments-table tbody th,
  .c-shipments-table tbody td {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .c-shipments-table tbody th,
  .c-shipments-table tbody td {
    display: block;
    text-align: right;
    position: relative;
    padding-left: 136px;
  }
  .c-shipments-table tbody th:before,
  .c-shipments-table tbody td:before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    font-size: 0.875em;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
    color: #003865;
  }
}
.c-shipments-table__date {
  font-weight: bold;
}
.c-shipments-table__tracking {
  text-align: right;
}
.c-shipments-table__link {
  text-decoration: underline;
  color: #003865;
}
.c-shipments-table__link:hover {
  color: #003865;
  text-decoration: underline;
}

/**
 * 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;
}
@media (max-width: 1199px) {
  .c-user-info {
    height: 50px;
  }
}
.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;
}
@media (max-width: 1199px) {
  .c-user-info__icon {
    width: 32px;
    height: 32px;
  }
}
body {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
  -webkit-transition: 200ms all linear;
  transition: 200ms all linear;
  padding-top: 200px;
}
@media (max-width: 1199px) {
  body {
    padding-top: 135px;
  }
}
body.affixed {
  padding-top: 160px;
}
@media (max-width: 1199px) {
  body.affixed {
    padding-top: 135px;
  }
}

a {
  outline: none;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}
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;
  background: #f6fafd;
}
@media (max-width: 1599px) {
  .c-product-miniature__image {
    height: 224px;
  }
}
@media (max-width: 575px) {
  .c-product-miniature__image {
    height: 130px;
  }
}
.c-product-miniature__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -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;
  mix-blend-mode: multiply;
}
.c-product-miniature:hover .c-product-miniature__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-product-miniature .add-to-cart-section {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
}
.c-product-miniature__description {
  padding: 20px 20px 80px 20px;
}
@media (max-width: 575px) {
  .c-product-miniature__description {
    padding: 20px 20px 60px 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;
}
@media (max-width: 575px) {
  .c-product-miniature__description .product-category {
    font-size: 0.625em;
  }
}
.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;
  }
}
@media (max-width: 575px) {
  .c-product-miniature__description .product-title {
    font-size: 0.75em;
  }
}
.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: #2a2a2a;
  font-size: 0.875em;
  margin: 0 0 10px 0;
}
@media (max-width: 575px) {
  .c-product-miniature__description .product-reference {
    font-size: 0.6875em;
    margin: 0 0 5px 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;
}
@media (max-width: 575px) {
  .c-product-miniature .product-price-and-shipping {
    padding-top: 14px;
  }
}
.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;
  }
}
@media (max-width: 575px) {
  .c-product-miniature .product-price-and-shipping .regular-price {
    font-size: 0.625em;
  }
}
.c-product-miniature .product-price-and-shipping .price {
  color: #2a2a2a;
  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;
  }
}
@media (max-width: 575px) {
  .c-product-miniature .product-price-and-shipping .price {
    font-size: 1.25em;
  }
}
.c-product-miniature .product-price-and-shipping .price .currency {
  font-size: 0.5333333333em;
  padding-left: 3px;
}
.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;
}
@media (max-width: 575px) {
  .c-product-miniature .product-price-and-shipping .discount-product {
    font-size: 0.75em;
    padding: 2px 5px;
    height: 23px;
  }
}
.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 {
    display: none;
  }
}
.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: #2a2a2a;
}
@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 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  height: 40px;
  border-radius: 30px;
}
@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,
.c-product-miniature .view-more-responsive {
  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;
  width: 100%;
  line-height: 120%;
}
@media (max-width: 991px) {
  .c-product-miniature .view-more,
  .c-product-miniature .view-more-responsive {
    font-size: 0.75em;
    padding: 5px 25px;
  }
}
@media (max-width: 575px) {
  .c-product-miniature .view-more,
  .c-product-miniature .view-more-responsive {
    font-size: 0.625em;
    padding: 5px;
    height: 30px;
    display: none;
  }
}
.c-product-miniature .view-more.is-full,
.c-product-miniature .view-more-responsive.is-full {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-product-miniature .view-more.is-responsive,
.c-product-miniature .view-more-responsive.is-responsive {
  display: none;
}
@media (max-width: 575px) {
  .c-product-miniature .view-more.is-responsive,
  .c-product-miniature .view-more-responsive.is-responsive {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.c-product-miniature .view-more svg,
.c-product-miniature .view-more-responsive svg {
  position: relative;
  left: -10px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
@media (max-width: 575px) {
  .c-product-miniature .view-more svg,
  .c-product-miniature .view-more-responsive svg {
    width: 15px;
    height: auto;
    left: -4px;
  }
}
.c-product-miniature .view-more:hover svg,
.c-product-miniature .view-more-responsive:hover svg {
  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;
}
@media (max-width: 575px) {
  .c-product-flags__flag.new {
    font-size: 0.5625em;
    width: 60px;
  }
}
