@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}

.breadcrumb {
  margin-bottom: 1rem;
}

.breadcrumb-item a {
  text-decoration: none;
  color: #152536;
}
.breadcrumb-item a:hover {
  color: #DD001F;
}

h1 {
  margin-bottom: 4rem;
}
@media (max-width: 575.98px) {
  h1 {
    margin-bottom: 2rem;
  }
}
h1 small {
  font-size: 0.7em;
  color: #68717A;
}

.table-hover > tbody > tr:hover > * {
  background-color: #F8F9FA;
  box-shadow: none;
}

.table th {
  color: #ABB5BE;
  font-size: 0.8125rem;
}

.table > :not(:first-child) {
  border-top: 0.125rem solid #DEE2E6;
}

.header {
  margin-bottom: 3rem;
}
.header.--main-page {
  margin-bottom: 0;
}
.header.--main-page .header__wrapper {
  border-bottom: 0;
}

.header__top {
  background-color: #f8f9fa;
}

.header__top-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
}

.header__top-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.header__top-link-ico {
  margin-right: 0.5rem;
  width: 0.5rem;
}
.header__top-link-ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__top-link-text {
  font-size: 0.75rem;
}

.header__top-contacts {
  display: flex;
}
@media (max-width: 575.98px) {
  .header__top-contacts {
    display: none;
  }
}

.header__top-contacts-item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: #6C757D;
  text-decoration: none;
}
.header__top-contacts-item + .header__top-contacts-item {
  margin-left: 2rem;
}

.header__top-contacts-item-ico {
  margin-right: 0.5rem;
}

.header__top-profile {
  display: flex;
  align-items: center;
}

.header__top-profile-link {
  color: #152536;
  margin-left: 1rem;
  font-size: 0.75rem;
  text-decoration: none;
}

.header__wrapper {
  height: 7rem;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #F2F3F5;
}
@media (max-width: 575.98px) {
  .header__wrapper {
    height: auto;
    padding: 16px 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 575.98px) {
  .header__logo {
    order: 1;
  }
}

.header__flags {
  display: flex;
}
@media (max-width: 575.98px) {
  .header__flags {
    order: 2;
  }
}

.header__flags-item {
  display: block;
  opacity: 0.3;
  width: 1.5rem;
}
.header__flags-item + .header__flags-item {
  margin-left: 0.5rem;
}
.header__flags-item img {
  width: 100%;
  height: auto;
  display: block;
}
.header__flags-item.--active {
  opacity: 1;
}

.header__cat-n-search {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .header__cat-n-search {
    order: 4;
    width: 100%;
    margin-top: 16px;
  }
}

.header__cat {
  width: 8.5rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 575.98px) {
  .header__cat {
    flex: 0 0 auto;
  }
}

.header__cat-ico svg {
  width: 1rem;
  height: auto;
  display: block;
}

.header__cat-text {
  font-weight: 500;
}

.header__search {
  margin-left: 0.5rem;
  position: relative;
}
@media (max-width: 575.98px) {
  .header__search {
    width: 100%;
  }
}

.header__search-input {
  height: 3rem;
  width: 40rem;
  border: 0.0625rem solid #CED4DA;
  border-radius: 0.125rem;
  padding-right: 3rem;
  padding-bottom: 0.625rem;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .header__search-input {
    width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .header__search-input {
    width: 260px;
  }
}
@media (max-width: 575.98px) {
  .header__search-input {
    width: 100%;
    flex: 1 1 auto;
  }
}

.header__search-btn {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  padding: 0;
  background-color: transparent;
}
.header__search-btn svg {
  display: block;
  width: 1rem;
}

.header__cart {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 575.98px) {
  .header__cart {
    order: 3;
  }
}

.header__cart-ico {
  width: 1.375rem;
  margin-right: 1rem;
}
.header__cart-ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.header__cart-text {
  font-size: 1rem;
  color: #152536;
}

.header__cart-qty {
  display: flex;
  height: 1.125rem;
  border-radius: 6.25rem;
  color: #DD001F;
  border: 0.0625rem solid #DD001F;
  font-size: 0.625rem;
  padding: 0 0.5rem;
  margin-left: 0.5rem;
  margin-top: 0.125rem;
}

.intro {
  margin-bottom: 6.75rem;
}

.intro__wrapper {
  position: relative;
  padding-top: 2.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 26.25rem;
  background-image: url("../images/intro__bg.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  border-radius: 0.125rem;
}
@media (max-width: 575.98px) {
  .intro__bg {
    left: -15px;
    right: -15px;
    background-size: cover;
  }
}

.intro__title {
  position: relative;
  z-index: 5;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.625rem;
}
@media (max-width: 575.98px) {
  .intro__title {
    font-size: 24px;
    line-height: 1.2;
  }
}

.intro__subtitle {
  position: relative;
  z-index: 5;
  font-size: 1rem;
  color: #ADB5BD;
  padding: 0 2.5rem;
}
.intro__subtitle:before {
  content: "";
  width: 9.625rem;
  height: 0.0625rem;
  background-color: #6C757D;
  position: absolute;
  right: 100%;
  top: 50%;
}
@media (max-width: 575.98px) {
  .intro__subtitle:before {
    width: 40px;
  }
}
.intro__subtitle:after {
  content: "";
  width: 9.625rem;
  height: 0.0625rem;
  background-color: #6C757D;
  position: absolute;
  left: 100%;
  top: 50%;
}
@media (max-width: 575.98px) {
  .intro__subtitle:after {
    width: 40px;
  }
}

.intro__list {
  position: relative;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 9px 29px rgba(0, 0, 0, 0.06), 0px 3.75998px 12.1155px rgba(0, 0, 0, 0.0431313), 0px 2.01027px 6.47753px rgba(0, 0, 0, 0.0357664), 0px 1.12694px 3.63125px rgba(0, 0, 0, 0.03), 0px 0.598509px 1.92853px rgba(0, 0, 0, 0.0242336), 0px 0.249053px 0.802504px rgba(0, 0, 0, 0.0168687);
  backdrop-filter: blur(1.5rem);
  border-radius: 2rem;
  padding: 1.75rem 1.25rem;
  width: 59.125rem;
  margin-top: 2.5rem;
  display: flex;
}
@media (max-width: 575.98px) {
  .intro__list {
    width: 100%;
    flex-wrap: wrap;
  }
}

.intro__col {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .intro__col {
    width: 50%;
  }
  .intro__col:nth-of-type(1) {
    order: 1;
  }
  .intro__col:nth-of-type(2) {
    order: 3;
  }
  .intro__col:nth-of-type(3) {
    order: 2;
  }
  .intro__col:nth-of-type(4) {
    order: 4;
  }
}

.intro__col-section {
  padding-left: 2rem;
}

.intro__col-letter {
  float: left;
  margin-left: -2rem;
  width: 1.5rem;
  height: 1.125rem;
  border: 0.03125rem solid #ADB5BD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  font-size: 0.625rem;
  color: #6C757D;
  margin-top: 0.375rem;
}

.intro__col-item {
  display: block;
  font-size: 1rem;
  color: #152536;
  line-height: 1.75rem;
  text-decoration: none;
}

.intro__col-all {
  margin-top: auto;
  display: flex;
  text-decoration: none;
}

.intro__col-all-ico {
  margin-right: 0.5rem;
}

.request {
  margin-bottom: 9.0625rem;
}

.request__title {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 575.98px) {
  .request__title {
    flex-direction: column;
    align-items: flex-start;
  }
}

.request__title-ico {
  margin-right: 1rem;
}
.request__title-ico svg {
  display: block;
  width: 1.75rem;
  height: auto;
}

.request__title-h2 {
  font-size: 2rem;
  color: #152536;
  font-weight: bold;
  border-right: 0.0625rem solid #DEE2E6;
  padding-right: 3rem;
  margin-right: 3rem;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .request__title-h2 {
    border-right: none;
  }
}

.request__title-sub {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #68717A;
  max-width: 38.75rem;
}

.request__fieldset {
  position: relative;
  margin-bottom: 1.5rem;
}
.request__fieldset.--file {
  padding-left: 7.875rem;
  height: 3rem;
  border: 0.0625rem solid #ced4da;
  padding-top: 0.5rem;
  display: block;
  cursor: pointer;
}

.request__label {
  position: absolute;
  left: 1rem;
  top: 0.8125rem;
  font-size: 0.875rem;
  color: #68717A;
  pointer-events: none;
}

.request__input {
  padding-left: 6rem;
  height: 3rem;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.request__input::placeholder {
  color: #ABB5BE;
}

.request__textarea {
  padding-left: 6rem;
  height: 7.5rem;
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
.request__textarea::placeholder {
  color: #ABB5BE;
}

.request__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 575.98px) {
  .request__footer {
    flex-direction: column;
    align-items: flex-end;
  }
}

.request__footer-confirm {
  display: flex;
  align-items: center;
  color: #ABB5BE;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .request__footer-confirm {
    display: block;
  }
}
.request__footer-confirm a {
  color: #54595E;
}
.request__footer-confirm input {
  margin-right: 0.5rem;
  margin-bottom: 0.125rem;
}

.request__footer-submit {
  width: 13.125rem;
  height: 3.1875rem;
  margin-left: 5.25rem;
  padding-bottom: 0.625rem;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .request__footer-submit {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer {
  background-color: #212529;
  padding-bottom: 2.5rem;
  background-image: url("../images/footer__bg.png");
  background-size: cover;
  background-position: center center;
  margin-top: 8.75rem;
}

.footer__inst {
  padding: 3.625rem 0 4rem 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .footer__inst {
    flex-direction: column;
  }
}

.footer__inst-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .footer__inst-left {
    flex-direction: row;
    justify-content: space-between;
  }
}

.footer__inst-title {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .footer__inst-title {
    font-size: 18px;
  }
}

.footer__inst-ico {
  margin-right: 1.125rem;
}
@media (max-width: 575.98px) {
  .footer__inst-ico {
    display: none;
  }
}

.footer__inst-btn {
  width: 11.25rem;
  height: 2.5rem;
  border: 0.0625rem solid #DD001F;
  color: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
}
.footer__inst-btn:hover {
  background-color: #DD001F;
  color: #fff;
}

.footer__inst-right {
  width: 70%;
}
@media (max-width: 575.98px) {
  .footer__inst-right {
    width: 100%;
  }
}

.footer__inst-items {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 1rem;
}

.footer__inst-item {
  width: 15%;
  border: 0.0625rem solid #6C757D;
  padding: 0.25rem;
  border-radius: 18.75rem;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .footer__inst-item {
    width: 23%;
  }
}
.footer__inst-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.footer__inst-item-inner {
  border-radius: 18.75rem;
  overflow: hidden;
}
.footer__inst-item-inner img {
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s;
  opacity: 0.4;
}

.footer__main {
  display: flex;
  width: 100%;
  border: 0.0625rem solid #495057;
  border-left: 0;
  border-right: 0;
  padding-top: 2.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 575.98px) {
  .footer__main {
    flex-wrap: wrap;
  }
}

.footer__main-col {
  width: 25%;
}
@media (max-width: 575.98px) {
  .footer__main-col {
    width: 50%;
    margin-bottom: 24px;
  }
}

.footer__main-item {
  margin-bottom: 1rem;
  color: #ABB5BE;
  font-size: 0.875rem;
  display: block;
  text-decoration: none;
}
.footer__main-item:hover {
  color: #fff;
}

.footer__main-payment {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  width: 100%;
  justify-content: flex-end;
}

.footer__main-payment-item {
  text-decoration: none;
}
.footer__main-payment-item + .footer__main-payment-item {
  margin-left: 0.5rem;
}
.footer__main-payment-item img {
  width: 4rem;
  height: auto;
  display: block;
}
@media (max-width: 991.98px) {
  .footer__main-payment-item img {
    width: 32px;
  }
}

.footer__main-social {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
}

.footer__main-social-item {
  text-decoration: none;
}
.footer__main-social-item + .footer__main-social-item {
  margin-left: 1rem;
}

.footer__bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 1.5rem 0;
}
@media (max-width: 575.98px) {
  .footer__bottom {
    flex-direction: column;
  }
}

.footer__bottom-copy {
  color: #6C757D;
  font-size: 0.875rem;
}

.footer__bottom-item {
  color: #ABB5BE;
  display: flex;
  text-decoration: none;
  font-size: 0.875rem;
}
@media (max-width: 575.98px) {
  .footer__bottom-item {
    margin-top: 8px;
  }
}

.footer__bottom-item-ico {
  margin-right: 0.5rem;
}

.login-popup {
  width: 33rem;
  margin: 0 auto;
  border-radius: 0.125rem;
  position: relative;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .login-popup {
    width: 100%;
  }
}

.login-popup__wrapper {
  padding: 3rem 3.5rem;
}

.login-popup__title {
  font-weight: bold;
  color: #152536;
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 1.3125rem;
}

.login-popup__input {
  margin-bottom: 1rem;
}
.login-popup__input input {
  height: 3rem;
  font-size: 0.875rem;
}

.login-popup__recover-n-submit {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-popup__recover {
  font-size: 1rem;
  text-decoration: none;
}

.login-popup__submit {
  width: 7rem;
  height: 3.1875rem;
  font-weight: 500;
}

.login-popup__footer {
  margin-top: 2.5rem;
  border-top: 0.0625rem solid #DEE2E6;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-popup__footer-apple {
  width: 11.125rem;
  display: block;
}
.login-popup__footer-apple img {
  display: block;
  width: 100%;
  height: auto;
}

.login-popup__footer-other {
  display: flex;
}

.login-popup__footer-other-item {
  display: block;
  width: 2rem;
  margin-left: 0.5rem;
}
.login-popup__footer-other-item img {
  display: block;
  width: 100%;
  height: auto;
}

.categories__wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 0.0625rem solid #CED4DA;
  border-radius: 0.25rem;
  overflow: hidden;
}

.categories__item {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  height: 3.125rem;
  text-decoration: none;
  border-right: 0.0625rem solid #CED4DA;
  border-bottom: 0.0625rem solid #CED4DA;
  margin-right: -0.0625rem;
  margin-bottom: -0.0625rem;
  transition: all 0.3s;
}
@media (max-width: 575.98px) {
  .categories__item {
    width: 50%;
  }
}
.categories__item:hover {
  background-color: #DD001F;
}
.categories__item:hover .categories__item-title {
  color: #fff;
}
.categories__item-title {
  color: #152536;
  font-size: 1.0625rem;
}

.items-list__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .items-list__wrapper {
    flex-direction: column;
  }
}

.items-list__sidebar {
  background: #FFFFFF;
  box-shadow: 0px 9px 29px rgba(0, 0, 0, 0.06), 0px 3.75998px 12.1155px rgba(0, 0, 0, 0.0431313), 0px 2.01027px 6.47753px rgba(0, 0, 0, 0.0357664), 0px 1.12694px 3.63125px rgba(0, 0, 0, 0.03), 0px 0.598509px 1.92853px rgba(0, 0, 0, 0.0242336), 0px 0.249053px 0.802504px rgba(0, 0, 0, 0.0168687);
  backdrop-filter: blur(1.5rem);
  border-radius: 2rem;
  width: 19.25rem;
  margin-right: 2rem;
  flex: 0 0 auto;
  padding: 1rem;
  align-self: flex-start;
}
@media (max-width: 575.98px) {
  .items-list__sidebar {
    width: 100%;
    margin-bottom: 24px;
  }
}

.items-list__sidebar-item-wrapper {
  margin-bottom: 0.5rem;
}

.items-list__sidebar-item {
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ABB5BE;
  text-decoration: none;
}
.items-list__sidebar-item.--active {
  color: #152536;
}

.items-list__sidebar-subitems {
  margin-top: 0.5rem;
}

.items-list__sidebar-subitem {
  position: relative;
  padding-left: 1.375rem;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #6C757D;
  margin-bottom: 0.75rem;
  text-decoration: none;
  display: block;
}
.items-list__sidebar-subitem:before {
  content: "";
  width: 0.75rem;
  height: 0.0625rem;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #CED4DA;
}
.items-list__sidebar-subitem.--active {
  color: #DD001F;
}

.items-list__content {
  width: 100%;
}

.items-list__item {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  border: 0.0625rem solid #CED4DA;
  margin-bottom: -0.0625rem;
  padding: 1rem;
  transition: all 0.3s;
}
.items-list__item:hover {
  background-color: #F8F9FA;
}
.items-list__item:first-of-type {
  border-radius: 0.25rem 0.25rem 0 0;
}
.items-list__item:last-of-type {
  border-radius: 0 0 0.25rem 0.25rem;
}

.items-list__item-img {
  display: block;
  width: 5rem;
  margin-right: 2rem;
}
.items-list__item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.items-list__item-title {
  font-size: 1.0625rem;
  font-weight: bold;
  color: #152536;
  display: block;
  margin-bottom: 0.125rem;
}

.items-list__item-desc {
  font-size: 0.875rem;
  color: #68717A;
  display: block;
}

.items-list__item-code {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
  align-items: center;
}

.items-list__item-code-ico {
  margin-right: 0.5rem;
  width: 0.875rem;
}
.items-list__item-code-ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.items-list__item-code-text {
  color: #DD001F;
  font-size: 0.875rem;
}

.product__wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .product__wrapper {
    flex-direction: column;
  }
}

.product__imgs {
  width: 26rem;
  flex: 0 0 auto;
  margin-right: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__imgs {
    width: 240px;
  }
}
@media (max-width: 575.98px) {
  .product__imgs {
    width: 100%;
    margin-bottom: 32px;
  }
}

.product__imgs-big {
  display: block;
  width: 100%;
  border: 0.0625rem solid #DEE2E6;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}
.product__imgs-big img {
  display: block;
  width: 100%;
  height: auto;
}

.product__imgs-previews {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
}

.product__imgs-preview {
  width: calc(20% - 16px);
  padding-top: calc(20% - 16px);
  border-radius: 0.5rem;
  border: 0.0625rem solid #DEE2E6;
  background-size: cover;
  background-position: center center;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
.product__imgs-preview.--active {
  border: 0.0625rem solid #DD001F;
  box-shadow: 0 0 0 0.25rem rgba(221, 0, 31, 0.1019607843);
}

.product__content {
  width: 100%;
}

.product__featured {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.5rem;
}

.product__featured-item {
  width: calc(50% - 12px);
  background: #FFFFFF;
  box-shadow: 0px 9px 29px rgba(0, 0, 0, 0.06), 0px 3.75998px 12.1155px rgba(0, 0, 0, 0.0431313), 0px 2.01027px 6.47753px rgba(0, 0, 0, 0.0357664), 0px 1.12694px 3.63125px rgba(0, 0, 0, 0.03), 0px 0.598509px 1.92853px rgba(0, 0, 0, 0.0242336), 0px 0.249053px 0.802504px rgba(0, 0, 0, 0.0168687);
  border-radius: 2rem;
  padding: 0.5rem;
}
@media (max-width: 575.98px) {
  .product__featured-item {
    padding: 0;
    width: calc(50% - 4px);
  }
}

.product__featured-inner {
  border-radius: 1.5rem;
  border: 0.0625rem solid #DEE2E6;
  padding: 1.5rem;
  padding-bottom: 1.25rem;
}
@media (max-width: 575.98px) {
  .product__featured-inner {
    padding: 12px;
    border: 0;
  }
}

.product__featured-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .product__featured-top {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__featured-top {
    flex-direction: column;
  }
}

.product__featured-title-top {
  font-size: 0.8125rem;
  line-height: 1;
  color: #152536;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.product__featured-title-bottom {
  color: #DD001F;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.1;
}

.product__featured-btn {
  display: flex;
  width: 8.125rem;
  height: 2.625rem;
  font-size: 1rem;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product__featured-btn {
    margin-top: 8px;
  }
}
@media (max-width: 575.98px) {
  .product__featured-btn {
    margin-top: 16px;
    width: 100%;
  }
}
.product__featured-btn img {
  margin-left: 0.5rem;
  width: 1rem;
  display: block;
  height: auto;
}

.product__featured-footer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575.98px) {
  .product__featured-footer {
    flex-direction: column;
  }
}

.product__featured-code-n-stars {
  display: flex;
  align-items: center;
}

.product__featured-code {
  font-size: 0.875rem;
  color: #152536;
  margin-right: 1rem;
}

.product__featured-stars {
  display: flex;
}
.product__featured-stars img + img {
  margin-left: 0.125rem;
}

.product__featured-days {
  font-size: 0.875rem;
  color: #152536;
}

.product__items td {
  vertical-align: middle;
}

.product__items-th-stock {
  text-align: right;
}

.product__items-th-days {
  text-align: right;
}

.product__items-th-price {
  text-align: right;
}

.product__items-th-btn {
  width: 2rem;
}

.product__items-code-n-stars {
  display: flex;
  align-items: center;
}

.product__items-code {
  font-size: 0.875rem;
  color: #152536;
  margin-right: 1rem;
}

.product__items-stars {
  display: flex;
}
.product__items-stars img + img {
  margin-left: 0.125rem;
}

.product__items-stock {
  text-align: right;
}

.product__items-days {
  text-align: right;
}

.product__items-price {
  text-align: right;
  font-weight: bold;
}

.product__items-btn {
  padding: 0;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__items-btn img {
  display: block;
  width: 1rem;
  height: auto;
}

.item-added-to-cart {
  width: 33rem;
  margin: 0 auto;
  border-radius: 0.125rem;
  position: relative;
  background-color: #fff;
}
@media (max-width: 575.98px) {
  .item-added-to-cart {
    width: 100%;
  }
}

.item-added-to-cart__inner {
  padding: 3rem 3.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.item-added-to-cart__img {
  width: 5rem;
  margin-bottom: 2rem;
}
.item-added-to-cart__img svg {
  width: 100%;
  display: block;
  height: auto;
}

.item-added-to-cart__title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #152536;
  margin-bottom: 0.25rem;
}

.item-added-to-cart__subtitle {
  font-size: 0.875rem;
  color: #68717A;
  margin-bottom: 2.5rem;
}

.item-added-to-cart__details {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-top: 0.0625rem solid #DEE2E6;
  border-bottom: 0.0625rem solid #DEE2E6;
  padding: 0.75rem 0;
  margin-bottom: 2.5rem;
}

.item-added-to-cart__details-code-n-stars {
  display: flex;
  align-items: center;
}

.item-added-to-cart__details-code {
  font-size: 0.875rem;
  color: #152536;
  margin-right: 1rem;
}

.item-added-to-cart__details-stars {
  display: flex;
}
.item-added-to-cart__details-stars img + img {
  margin-left: 0.125rem;
}

.item-added-to-cart__days {
  font-size: 0.875rem;
  color: #152536;
}

.item-added-to-cart__price {
  font-size: 1.25rem;
  font-weight: bold;
  color: #152536;
  line-height: 1;
}

.item-added-to-cart__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.item-added-to-cart__btn {
  height: 3rem;
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.5625rem;
}

.cart__items {
  font-size: 0.875rem;
}
.cart__items td {
  vertical-align: middle;
}

.cart__items-th-price {
  text-align: right;
}

.cart__items-th-qty {
  text-align: center;
}

.cart__items-th-total {
  text-align: right;
}

.cart__items-comment svg {
  width: 1rem;
}

.cart__items-code-n-stars {
  display: flex;
  align-items: center;
}

.cart__items-code {
  color: #152536;
  margin-right: 1rem;
}

.cart__items-stars {
  display: flex;
}
.cart__items-stars img + img {
  margin-left: 0.125rem;
}

.cart__items-price {
  text-align: right;
  font-weight: bold;
}

.cart__items-qty {
  width: 5.5rem;
  height: 2rem;
  display: flex;
  align-items: center;
  border: 0.0625rem solid #CED4DA;
  border-radius: 0.125rem;
  margin: 0 auto;
}

.cart__items-qty-btn {
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 1.75rem;
  height: 1.875rem;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart__items-qty-btn svg {
  display: block;
  width: 0.75rem;
  height: auto;
}

.cart__items-qty-input {
  flex: 1 1 auto;
  border: 0;
  height: 1.875rem;
  width: 100%;
  text-align: center;
  background-color: transparent;
}

.cart__items-total {
  text-align: right;
  font-weight: bold;
}

.cart__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 575.98px) {
  .cart__footer {
    flex-wrap: wrap;
    margin-top: 16px;
  }
}

.cart__footer-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 10rem;
  height: 2rem;
  padding: 0;
  padding-left: 0.75rem;
  padding-right: 1.875rem;
  margin-right: auto;
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .cart__footer-share {
    order: 4;
    display: none;
  }
}
.cart__footer-share:hover path {
  fill: #fff;
}

.cart__footer-total {
  font-weight: bold;
  font-size: 1.75rem;
  color: #152536;
  margin-right: 2rem;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .cart__footer-total {
    order: 1;
  }
}
.cart__footer-total small {
  color: #ABB5BE;
  font-size: 1rem;
}

.cart__footer-coupon {
  padding: 0.5rem;
  background-color: #F8F9FA;
  border-radius: 0.125rem;
  position: relative;
  margin-right: 0.5rem;
}
@media (max-width: 575.98px) {
  .cart__footer-coupon {
    order: 3;
    width: 100%;
    margin-right: 0;
    margin-top: 16px;
  }
}
.cart__footer-coupon label {
  font-size: 0.875rem;
  color: #68717A;
  position: absolute;
  left: 1.5rem;
  top: 1.25rem;
}
.cart__footer-coupon input {
  padding-left: 6.25rem;
  height: 3rem;
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
}
.cart__footer-coupon input::placeholder {
  color: #ABB5BE;
}
.cart__footer-coupon button {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  border: 0;
  background-color: transparent;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.cart__footer-coupon button svg {
  width: 100%;
  height: auto;
  display: block;
}

.cart__footer-submit {
  height: 4rem;
  display: flex;
  width: 20rem;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width: 575.98px) {
  .cart__footer-submit {
    order: 2;
    width: 160px;
    line-height: 1;
  }
}
.cart__footer-submit svg {
  margin-right: 1rem;
}
@media (max-width: 575.98px) {
  .cart__footer-submit svg {
    display: none;
  }
}

.cart__disclaimer {
  display: flex;
  justify-content: flex-end;
  font-size: 0.875rem;
  color: #ABB5BE;
  padding-top: 0.625rem;
}
@media (max-width: 575.98px) {
  .cart__disclaimer {
    display: block;
  }
}
.cart__disclaimer a {
  color: #54595E;
}

.cart__compatibility {
  margin-top: 4rem;
  display: flex;
  border-top: 0.0625rem solid #DEE2E6;
  border-bottom: 0.0625rem solid #DEE2E6;
  padding: 2rem 0;
  align-items: center;
}
@media (max-width: 575.98px) {
  .cart__compatibility {
    flex-wrap: wrap;
  }
}

.cart__compatibility-label {
  font-size: 1rem;
  color: #152536;
  margin-right: 1.5rem;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .cart__compatibility-label {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .cart__compatibility-input {
    width: 100%;
    margin-top: 8px;
  }
}
.cart__compatibility-input input {
  height: 3rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  width: 24.0625rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
@media (max-width: 575.98px) {
  .cart__compatibility-input input {
    width: 100%;
  }
}

.cart__compatibility-btn {
  height: 3rem;
  width: 7.5rem;
  font-size: 0.875rem;
  padding-bottom: 0.625rem;
  border-radius: 0 0.25rem 0.25rem 0;
  margin-left: -0.0625rem;
  background-color: #fff;
  position: relative;
}
@media (max-width: 575.98px) {
  .cart__compatibility-btn {
    border-radius: 0.25rem;
    margin-top: 8px;
    margin-left: auto;
  }
}

.profile__wrapper {
  display: flex;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .profile__wrapper {
    flex-direction: column;
  }
}

.profile__sidebar {
  width: 14.375rem;
  margin-right: 3.25rem;
  flex: 0 0 auto;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile__sidebar {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .profile__sidebar {
    margin-right: 0;
    margin-bottom: 24px;
    width: 100%;
  }
}

.profile__nav {
  padding-bottom: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0px 9px 29px rgba(0, 0, 0, 0.06), 0px 3.75998px 12.1155px rgba(0, 0, 0, 0.0431313), 0px 2.01027px 6.47753px rgba(0, 0, 0, 0.0357664), 0px 1.12694px 3.63125px rgba(0, 0, 0, 0.03), 0px 0.598509px 1.92853px rgba(0, 0, 0, 0.0242336), 0px 0.249053px 0.802504px rgba(0, 0, 0, 0.0168687);
  border-radius: 1.5rem;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile__nav {
    display: flex;
    padding: 8px 16px;
  }
}
@media (max-width: 575.98px) {
  .profile__nav {
    padding-bottom: 0;
  }
}

.profile__nav-title {
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  color: #ABB5BE;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .profile__nav-title {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .profile__nav-title {
    display: none;
  }
}

.profile__nav-link {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: #343A40;
  display: block;
  font-weight: 500;
}
.profile__nav-link.--active {
  color: #DD001F;
  background-color: #FEF2F4;
}

.profile__nav-badge {
  font-size: 0.625rem;
  height: 1.125rem;
  border: 0.0625rem solid #DD001F;
  padding: 0 0.5rem;
  color: #DD001F;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6.25rem;
  margin-left: 0.5rem;
}

.profile__content {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.875rem;
}

.profile__title-n-balance {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: baseline;
  background-image: url("../images/dots.svg");
  background-repeat: repeat-x;
  background-position: 0 2.375rem;
}

.profile__title {
  margin-bottom: 2rem;
  padding-right: 1rem;
  background-color: #fff;
}

.profile__balance {
  font-size: 1.75rem;
  color: #DD001F;
  font-weight: bold;
  padding-left: 1rem;
  background-color: #fff;
}

.profile__notification {
  border-color: #DD001F;
  background-color: #fff;
  color: #DD001F;
  display: flex;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  padding-top: 0.625rem;
  margin-bottom: 2rem;
}
@media (max-width: 575.98px) {
  .profile__notification {
    flex-direction: column;
    align-items: flex-start;
  }
}
.profile__notification strong {
  margin-left: 0.5rem;
}
@media (max-width: 575.98px) {
  .profile__notification strong {
    margin-left: 0;
    margin-top: 8px;
  }
}
.profile__notification.--with-btn {
  padding-top: 0.875rem;
}

.profile__notification-btn {
  width: 5.625rem;
  height: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: #DD001F;
  margin-left: 0.625rem;
  padding: 0;
  padding-bottom: 0.1875rem;
  margin-top: -0.125rem;
}
@media (max-width: 575.98px) {
  .profile__notification-btn {
    margin-left: 0;
    margin-top: 8px;
  }
}

.profile-orders__filter {
  display: flex;
  width: 100%;
  margin-bottom: 2.5rem;
}
@media (max-width: 575.98px) {
  .profile-orders__filter {
    flex-direction: column;
  }
}

.profile-orders__filter-date {
  width: 15.625rem;
  margin-right: 1rem;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 575.98px) {
  .profile-orders__filter-date {
    margin-bottom: 8px;
    width: 100%;
  }
}
.profile-orders__filter-date input {
  padding-right: 2.5rem;
  height: 3rem;
  padding-bottom: 0.625rem;
}

.profile-orders__filter-date-ico {
  position: absolute;
  top: 1rem;
  right: 0.75rem;
  pointer-events: none;
}
.profile-orders__filter-date-ico svg {
  display: block;
}

.profile-orders__filter-search {
  flex-grow: 1;
}
@media (max-width: 575.98px) {
  .profile-orders__filter-search {
    margin-bottom: 8px;
  }
}
.profile-orders__filter-search input {
  height: 3rem;
  padding-bottom: 0.625rem;
}

.profile-orders__filter-btn {
  width: 12.5rem;
  margin-left: 1rem;
}
@media (max-width: 575.98px) {
  .profile-orders__filter-btn {
    margin-left: 0;
    width: 100%;
  }
}

.profile-orders__filter-submit {
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: 500;
  height: 3rem;
  padding-bottom: 0.625rem;
}

.profile-orders__table {
  line-height: 1.3;
  font-size: 0.875rem;
}
.profile-orders__table td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.profile-orders__items-th-days {
  text-align: right;
}

.profile-orders__items-th-price {
  text-align: right;
}

.profile-orders__items-th-qty {
  text-align: right;
}

.profile-orders__items-th-total {
  text-align: right;
}

.profile-orders__items-td-title-num {
  background-color: #F8F9FA !important;
  font-weight: bold;
  color: #68717A;
}

.profile-orders__items-td-title-comment {
  background-color: #F8F9FA !important;
}
.profile-orders__items-td-title-comment svg {
  margin-right: 0.625rem;
}

.profile-orders__items-td-title-comment-link svg {
  width: 1rem;
  height: auto;
  display: inline-block;
}

.profile-orders__items-td-comment-link svg {
  width: 1rem;
  height: auto;
  display: inline-block;
}

.profile-orders__items-td-days {
  text-align: right;
}

.profile-orders__items-td-price {
  text-align: right;
  font-weight: bold;
}

.profile-orders__items-td-price-info {
  margin-top: -0.125rem;
  margin-left: 0.25rem;
  display: inline-block;
  vertical-align: top;
  margin-top: -0.0625rem;
}
.profile-orders__items-td-price-info svg {
  width: 1rem;
  height: auto;
  display: block;
}

.profile-orders__items-td-qty {
  text-align: right;
}

.profile-orders__items-td-total {
  text-align: right;
  font-weight: bold;
}

.profile-balance__amount {
  font-weight: 500;
  white-space: nowrap;
}

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