@font-face {
    font-family: 'Micra';
    font-style: normal;
    font-weight: 400;
    src: local('Micra'), local('Micra-Normal'),
        url(/assets/fonts/micra.woff) format('woff'),
        url(/assets/fonts/micra.ttf) format('truetype');
}
h1, h2, h3, h4, h5, h6, ul {
  margin: 0;
  padding: 0;
}
button:focus{
    outline:none;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

body {
  font-family: "Roboto", sans-serif;
}

hr {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 22px;
  color: #000000;
}

ul {
  list-style: none;
}

button {
  border: none;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}
.section--header {
  margin-top: 13px;
}
.section--header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section--header__wrapper--logo {
  display: flex;
  align-items: center;
  width: 32%;
}
.section--header__wrapper--logo .logotype {
  margin-left: 23px;
}
.section--header__wrapper--logo .logotype .logo {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
}
.section--header__wrapper--logo .logotype .sublogo {font-family: Micra;font-style: normal;font-weight: normal;font-size: 14px;line-height: 16px;
/* or 133% */color: #000000;}
.section--header__wrapper--logo img {
  width: 70px;
}
.section--header__wrapper--nav .top-section {
  display: flex;
  align-items: center;
  margin-top: 5px;
  justify-content: space-between;
}
.section--header__wrapper--nav .top-section .navigation ul {
  display: flex;
  align-items: center;
}
.section--header__wrapper--nav .top-section .navigation ul li {
  font-family: "Micra", arial;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  margin-right: 34px;
  text-align: center;
  line-height: 1.1;
  color: #565656;
}
.section--header__wrapper--nav .top-section .authorization {
  box-sizing: border-box;
  display: flex;
  height: 29px;
  background: #ffffff;
  margin-left: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section--header__wrapper--nav .top-section .authorization .login {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  align-items: center;
  display: flex;
  margin-right: 1px;
  background: #828282;
  color: #ffffff;
  border-radius: 3px;
  padding: 0px 8px 0px 8px;
  text-align: center;
}
.section--header__wrapper--nav .top-section .authorization .signup {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  padding: 5px 12px 5px 12px;
  display: flex;
  align-items: center;
  line-height: 18px;
  text-align: center;
  background: #828282;
  border-radius: 3px;
  color: #ffffff;
}
.section--header__wrapper--nav .bottom-section {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: flex-end;
}
.section--header__wrapper--nav .bottom-section .address {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 18px;
  text-align: right;
  color: #bbbbbb;
  margin-right: 106px;
  font-family: "Micra";
}
.section--header__wrapper--nav .bottom-section .address a {
  color: #7d7d7d;
}
.section--header__wrapper--nav .bottom-section .cart {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section--header__wrapper--nav .bottom-section .cart .wrapper .title {
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  color: #000000;
}
.section--header__wrapper--nav .bottom-section .cart .wrapper .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.8;
  color: #c2c2c2;
}
.section--header__wrapper--nav .bottom-section .cart img {
  width: 28px;
  margin-right: 5px;
  padding-bottom: 10px;
}

.section__search {
  margin-top: 25px;
}
.section__search--form {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #DCDCDC;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 17px 29px 17px 29px;
  border-radius: 0;
}
.section__search--form span {
  position: absolute;
  right: 195px;
  cursor: pointer;
}
.section__search--form span img {
  width: 12px;
}
.section__search--form input {
  box-sizing: border-box;
  border: 1px solid #dddddd;
  padding: 2px 9px 2px 9px;
  width: 100%;
  background: #f1f1f1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding-right: 30px;
}
.section__search--form input:focus {
  outline: none;
}
.section__search--form input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 12px;
  color: #878787;
}
.section__search--form button {
  padding: 0 40px 0 40px;
  background: #b01e2f;
  border-radius: 3px;
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-family: Micra;
  font-size: 11px;
  margin-left: 25px;
  line-height: 30px;
  color: #ffffff;
}

.section__content {
  margin-top: 25px;
}
.section__content--wrapper {
  padding: 0 30px 0 30px;
  background: white;
  border-bottom: 1px solid #ced7e0;
}
.section__content--wrapper .section__content--main--crumbs {
  margin-bottom: 30px;
}
.section__content--wrapper .section__content--main--crumbs ul {
  display: flex;
  flex-wrap: wrap;
}
.section__content--wrapper .section__content--main--crumbs ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__content--wrapper .section__content--main--crumbs ul li:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #c4c4c4;
  margin-left: 14px;
  margin-right: 14px;
}
.section__content--wrapper .section__content--main--crumbs ul li:nth-last-child(1):after {
  content: none;
}
.section__content--sidebar {
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0;
  padding: 0 0 30px 0;
}
.section__content--sidebar ul li {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 24px;
  background: #DCDCDC;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 4px;
}
.section__content--sidebar ul li.active {background: #828282;color: white;}
.section__content--main {
  border: 1px solid #e4e4e4;
}
.section__content--main--product .recommend .body .item {
  margin-bottom: 34px;
}
.section__content--main--product .recommend .body .item .image {
  margin-bottom: 12px;
}
.section__content--main--product .recommend .body .item .image img {
  width: 100%;
}
.section__content--main--product .recommend .body .item .body .instock {
  font-style: normal;
  font-weight: normal;
  color: #36c26d;
  font-size: 14px;
  line-height: 18px;
}
.section__content--main--product .recommend .header {
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1;
  color: #000000;
}
.section__content--main--product .tabs {
  margin-bottom: 40px;
}
.section__content--main--product .tabs .tab-content {
  margin-bottom: 60px;
  margin-top: 40px;
}
.section__content--main--product .tabs .tab-content h2 {
  margin-bottom: 15px;
}
.section__content--main--product .tabs .tab-content h3 {
  font-family: Roboto;
  font-style: normal;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #000000;
}
.section__content--main--product .tabs .nav-tabs {
  border-bottom: none;
  border-radius: 0;
  background: #DCDCDC;
  margin-left: -30px;
  margin-right: -30px;
}
.section__content--main--product .tabs .nav-item {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 2.5;
  color: #000000;
}
.section__content--main--product .tabs .nav-item .nav-link {
  padding: 0.7rem 1.2rem;
}
.section__content--main--product .tabs .nav-item .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dddddd;
  border-bottom: none;
}
.section__content--main--product .header .top-section {
  display: flex;
  justify-content: space-between;
}
.section__content--main--product .header .top-section .title {
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 22px;
  color: #000000;
}
.section__content--main--product .header .bottom-section {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}
.section__content--main--product .header .bottom-section .raiting {
  margin-right: 25px;
}
.section__content--main--product .header .bottom-section .raiting img {
  width: 20px;
}
.section__content--main--product .body .body--wrapper .buy-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 3px;
  background: #B01E2F;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 12.5px;
  line-height: 3;
/* identical to box height, or 316% */
  text-align: center;
  color: #FFFFFF;
}
.section__content--main--product .body .body--wrapper .icons .icon {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.section__content--main--product .body .body--wrapper .icons .icon img {
  width: 20px;
}
.section__content--main--product .body .body--wrapper .icons .icon .title {
  margin: 0 0 0 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.7;
  font-family: Roboto;
  color: #707070;
}
.section__content--main--product .body .body--wrapper .icons .icon .title span {
  color: #bdbdbd;
  cursor: pointer;
}
.section__content--main--product .body .body--wrapper .icons .icon .title p {
  margin-bottom: 7px;
  font-size: 12px;
}
.section__content--main--product .body .body--wrapper .incart-button {
  width: 100%;
  border: 1px solid #d9d9d9;
  background: #828282;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 15px;
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 12.5px;
  line-height: 3;
  text-align: center;
  color: #FFFFFF;
}
.section__content--main--product .body .body--wrapper .title {
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
/* identical to box height, or 167% */
  color: #000000;
}
.section__content--main--product .body .body--wrapper .price {
  line-height: 1.6;
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  
/* identical to box height, or 67% */
  color: #000000;
}
.section__content--main--product .body .body--wrapper .price span {
  font-size: 14px;
}
.section__content--main--product .body .body--wrapper .instock {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #36c26d;
}
.section__content--main--product .body .body--wrapper .outstock {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.4;
  color: #a6a6a6;
  margin-bottom: 200px;
}
.section__content--main--product .body .body--wrapper .input-quantity {
  box-sizing: border-box;
  display: flex;
  margin-top: 10px;
  align-items: center;
  justify-content: space-evenly;
  border: 1px solid #d9d9d9;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 2.5;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 3px;
}
.section__content--main--product .body .body--wrapper .input-quantity .left-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 10px 4px 0;
  border-color: transparent #c4c4c4 transparent transparent;
  cursor: pointer;
}
.section__content--main--product .body .body--wrapper .input-quantity .right-arrow {
  display: inline-block;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #c4c4c4;
}
.section__content--main--product .body .body--wrapper .input-quantity input {
  width: 20%;
  border: none;
  text-align: center;
}
.section__content--main--product .body .body--wrapper .input-quantity input:focus {
  outline: none;
}
.section__content--main--product .body table {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 0 5px 0 0;
  margin-bottom: 15px;
}
.section__content--main--product .body table td {
  padding: 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.8;
  border-bottom: 1px solid #e4e4e4;
  color: #707070;
  border-right: 1px solid #e4e4e4;
}
.section__content--main--product .body table td:nth-child(even) {
  color: black;
}
.section__content--main--product .body .button-wrapper {
  box-sizing: border-box;
  display: flex;
  cursor:pointer;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: 30px; */
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 3px;
}
.section__content--main--product .body .button-wrapper .button {
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  
/* identical to box height, or 333% */
  text-align: center;
  color: #727272;
}
.section__content--main--product .images .main-image img {
  width: 100%;
}
.section__content--main--product .images .sub-images {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.section__content--main--product .images .sub-images img {
  width: 25%;
}
.section__content--main--category .item {
  margin-bottom: 25px;
}
.section__content--main--category .item img {
  width: 100%;
}
.section__content--main--category .item .body .instock {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #36c26d;
}
.section__content--main--category .item .body .price {
  font-size: 18px;
}
.section__content--main--category .header .title {
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 1.2;
  color: #000000;
}
.section__content--main--category .header .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.1;
  color: #8a8a8a;
  margin-bottom: 17px;
  margin-top: 8px;
}
.section__content--main--category .header .button-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  justify-content: space-between;
}
.section__content--main--category .header .button-wrapper .button {
  box-sizing: border-box;
  width: auto;
  border: 1px solid #d9d9d9;
  font-style: normal;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: normal;
  font-size: 14px;
  display: flex;
  align-items: center;
  line-height: 2.7;
  text-align: center;
  background: #ffffff;
  border-radius: 3px;
  color: #727272;
  cursor: pointer;
}
.section__content--main--category .header .button-wrapper .app {
  display: flex;
  justify-content: center;
  width: 39px;
  height: 39px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
}
.section__content--main--category .header .button-wrapper .app img {
  width: 20px;
}
.section__content--main--slider {
  background: white;
}
.section__content--main--slider .arrows {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  margin: 0 auto;
  border: 1px solid #e4e4e4;
  background: #ffffff;
  border-radius: 5px;
}
.section__content--main--slider .left, .section__content--main--slider .right {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #555555;
  width: 60px;
}
.section__content--main--slider .left {
  border-right: 1px solid #dcdcdc;
}
.section__content--main--slider img {
  width: 100%;
  margin-bottom: 18px;
}
.section__content--main--icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px 0 53px 0;
  background: #ffffff;
}
.section__content--main--icons .item {
  display: flex;
  width: 33%;
}
.section__content--main--icons .item .image {
  margin-right: 18px;
}
.section__content--main--icons .item .text {
  padding-right: 20px;
}
.section__content--main--icons .item .text .title {
  font-size: 14px;
  line-height: 1.2;
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  
/* or 125% */
  color: #000000;
}
.section__content--main--icons .item .text .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 11px;
  color: #9f9f9f;
  margin-top: 2px;
}
.section__content--main--block {
  background-color: white;
  padding-bottom: 31px;
}
.section__content--main--block .header {
  font-style: normal;
  font-weight: normal;
  font-family: Micra;
  font-size: 24px;
  line-height: 2;
  color: #000000;
  margin-bottom: 12px;
}
.section__content--main--block .body .item .image {
  margin-bottom: 12px;
}
.section__content--main--block .body .item .image img {
  width: 100%;
}
.section__content--main--block .body .item .body .instock {
  font-style: normal;
  font-weight: normal;
  color: #36c26d;
  font-size: 14px;
  line-height: 18px;
}
.section__content--main--block .body .item .body .price {
  font-size: 18px;
}
.section__content--main--block .footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0 0 0;
}
.section__content--main--block .footer .button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Micra;
  font-size: 12px;
  height: 30px;
  padding-left: 34px;
  padding-right: 34px;
  color: #727272;
  background: #DCDCDC;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}
.section__content--main--groups {
  padding-bottom: 33px;
}
.section__content--main--groups .header .title {
  font-style: normal;
  font-weight: normal;
  font-family: Micra;
  font-size: 24px;
  line-height: 2;
  color: #000000;
}
.section__content--main--groups .header .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 1rem;
  color: #949494;
}
.section__content--main--groups .body .item .image {
  margin-bottom: 12px;
}
.section__content--main--groups .body .item .image img {
  width: 100%;
}
.section__content--main--groups .body .item .body .button-wrapper .button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #727272;
  border: 1px solid #d9d9d9;
  background: #ffffff;
  border-radius: 3px;
  margin-top: 7px;
}
.section__content--main--footer {
  padding-bottom: 50px;
}
.section__content--main--footer h1 {
  margin-bottom: 15px;
}
.section__content--main--footer h2 {
  margin-bottom: 15px;
}
.section__content--main--footer p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #888888;
}

.section__footer {
  padding-top: 30px;
}
.section__footer .header {
  text-align: center;
}
.section__footer .header .image {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.section__footer .header .image img {
  width: 110px;
}
.section__footer .header .title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000000;
}
.section__footer .header .subtitle {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #565656;
  margin-bottom: 10px;
}
.section__footer .header .phone {
  margin-bottom: 10px;
  font-family: Micra;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 16px;
/* identical to box height, or 94% */
  color: #7D7D7D;
}
.section__footer .header .address {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #7d7d7d;
  margin-bottom: 10px;
}
.section__footer .navigation {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 246%;
  color: #7d7d7d;
}
.section__footer .navigation .title {
  font-weight: bold;
}
.section__footer .navigation .buy .title {
  font-weight: normal;
}
.section__footer .navigation .button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor:pointer;
  margin-top: 11px;
  justify-content: center;
  width: 50%;
  height: 30px;
  background: #D9D9D9;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: #727272!important;
}
.section__footer .navigation .socials .title {
  font-weight: normal;
}
.section__footer .navigation .socials img {
  width: 20px;
}
.section__footer--wrapper {
  background: #ffffff;
  padding-top: 30px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}
.section__footer--basement {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  margin-top: 23px;
  line-height: 150%;
  margin-bottom: 23px;
  color: #c7c7c7;
}

.section--header__wrapper-menu {
  display: none;
}

@media (max-width: 991px) {
  .section--header__wrapper--logo .logotype {
    display: none;
  }

  .section--header__wrapper--nav {
    display: none;
  }

  .section--header__wrapper--logo img {
    width: 50px;
  }

  .lnr-menu {
    font-size: 2rem;
    color: black;
  }

  .section--header__wrapper-menu {
    display: block;
  }

  .section__content--main--icons {
    display: block;
  }

  .section__content--main--icons .item {
    margin-bottom: 30px;
  }
}
.section__content--main--block .body .item .body .outstock{
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b01e2f;
}
.slider-arrows{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    cursor:pointer;
    margin: 0 auto;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 5px;
}
.left-slider-arrow, .right-slider-arrow{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    text-align: center;
    color: #555555;
    width: 60px;
}
.left-slider-arrow{
    border-right: 1px solid #dcdcdc;
}
.characters{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #e4e4e4;
    background: #ffffff;
    border-radius: 0 5px 0 0;
    margin-bottom: 15px;
}
.characters td{
        padding: 13px;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.8;
    width: 50%;
    border-bottom: 1px solid #e4e4e4;
    color: #707070;
    border-right: 1px solid #e4e4e4;
}
.section--header__wrapper--nav{width: 65%;}
.product-modal {
    display: flex;
    margin-bottom: 30px;
}
.product-modal__image img{
    width: 180px;
}
.product-modal__name {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.product-modal__price {
    font-size: 24px;
    font-weight: bold;
    color: #007bff;
    margin-bottom: 10px;
}
.product-modal__price {
    font-size: 24px;
    font-weight: bold;
    color: black;
    margin-bottom: 10px;
}
.product-modal__meta{
    padding-left: 1rem;
}
.section--header__wrapper--nav .top-section .authorization .login img {
    margin-right: 5px;
}

.section--header__wrapper--nav .top-section .authorization .signup img {
    margin-right: 5px;
}
.dropdown-sort-menu{
    position: absolute;
    z-index: 9999;
    width: 174px;
    display:none;
    border: 1px solid #d9d9d9;
    background: white;
    cursor:pointer!important;
}
.section__content--main--category .header .button-wrapper .button span {
    margin-right: 10px;
}

.section__content--main--category .header .button-wrapper .button span:nth-child(2) {
    margin-right: 3px;
}
.sortvalue{
    position:relative;
    margin-right: 3px;
}
.dropdown-sort-menu li a {
    color: #727272!important;
    cursor:pointer!important;
    display: block;
}
.section__search--form input::placeholder {
    font-size: 12px;
    line-height: 1;
}
.section__content--main--category .item .body .outstock {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b01e2f;
}
.msearch2 .header{
    width: 100%;
}
.dimport{
    cursor:pointer;
}
.dimport-description{
    margin-top: 20px;
    text-align:justify;
}
.mobile-navigation li {
    margin: 20px;
}
span.lnr.lnr-enter {
    margin-right: 4px;
}

span.lnr.lnr-user {
    margin-right: 4px;
}
.all-cards {
    background: #FFFFFF;
    margin-top: 7px;
    border: 1px solid #D9D9D9;
    box-sizing: border-box;
    border-radius: 3px;
}

.all-cards a {
    font-family: Micra;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    justify-content: center;
    color: #727272;
}
.section__content--main--footer h1 {
    font-size: 32px;
    font-family: Micra;
}
.section__content--main--product .body .body--wrapper .icons .icon .title a {
    font-size: 16px;
}
.section__content--main--product .recommend .body .item .body .outstock {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #b01e2f;
}
div#seeReviews {
    cursor: pointer;
}
.printer{
    cursor:pointer;
}
.closeabs button{
    position: absolute;
    right: 11px;
    z-index:9999;
    top: 5px;
}
.section__search--form a{
        padding: 0 40px 0 40px;
    background: #b01e2f;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-family: Micra;
    font-size: 11px;
    line-height: 30px;
    margin-right: 25px;
    color: #ffffff;
}
.search-parent{
    width: 100%;
    position:relative;
}
.search--window{
        position: absolute;
        z-index: 99999;
        display: none;
        background: white;
        width: 50%;
}
.before-result-container a {
    padding: 0;
    background: none;
    color: black;
    line-height: 0.145678;
    text-align: center;
    margin: 0;
    font-weight: bold;
    border-radius: 0;
}
.b-container{
    display: flex;
}
.b-text-center {
    padding: 0px 0px 0px 15px;
}
.b-text-center p{
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #707070;
    margin-top: 2px;
    margin-bottom: 0;
}
.before-result-container {
    padding: 15px;
}

.b-image img {
    width: 113px;
}
.success-reg{
    display: none;
}
.error-reg{
    display: none;
}
button.personal-area {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    display: flex;
    margin-right: 1px;
    background: #828282;
    color: #ffffff;
    border-radius: 3px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}

button.logout {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    align-items: center;
    display: flex;
    margin-right: 1px;
    background: #828282;
    color: #ffffff;
    border-radius: 3px;
    padding: 0px 8px 0px 8px;
    text-align: center;
}
.order-wrapper {
    border: 1px solid #eee;
    cursor: pointer;
    transition: .25s;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 5px 5px 40px rgba(0,0,0,.2);
}

.order-wrapper-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 13px;
    align-items: center;
}

.order-wrapper-body {
    padding: 13px;
    border-bottom: 1px solid #eee;
}

.order-wrapper-footer {
    display: flex;
    justify-content: space-between;
    padding: 13px;
}
.order-info-wrapper {
    display: flex;
    margin-bottom: 1rem;
}

.order-info-wrapper img {
    width: 93px;
}

.order-info-title {
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width:768px){
.section__search--form a {
    display: none;
}
}
.mb-30{
    margin-bottom: 2rem;
}
.section__footer--basement a {
    text-decoration: underline;
    color: #6d6d6db3;
}
.section--header__wrapper-mobilecart{
    margin-right: 20px;
    display: none;
}
@media (max-width: 991px){
    .section--header__wrapper-mobilecart{
        display:block;
    }
    .section--header__wrapper-menu{
        margin-top: 9px;
    }
    .cart img{
        width: 29px;
    }
    .section--header__wrapper--logo{
        width: 0;
        flex-grow:1;
    }
    #msMiniCart .empty{
        display:none!important;
    }
    #msMiniCart .not_empty {
    display: none!important;
    }
}
.options-full__list {
    margin-top: 0px;
    font-size: 14px;
}

.options-full {
    margin-top: 30px;
    margin-bottom: 30px;
}

.options-full__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.options-full__list li {
    list-style-type: none;
    margin-bottom: 7px;
    line-height: 1.2;
}

.option-title {font-weight: bold;}
.secondary-card .body {
    margin-left: 30px;
}

.secondary-card .body .title {
    margin-bottom: 15px;
}

.secondary-card .body .price {
    margin-top: 15px;
    font-weight: bold;
}
.auth-error {
    margin-bottom: 15px;
    color: #b01e2f;
    font-size: 0.875rem;
}
.username {
    width: 100%;
    text-align: right;
    font-size: 0.875rem;
    line-height: 1;
    font-style: italic;
}