@font-face {
  font-family: 'NEXA Light';
  src: url("../fonts/Nexa-Light.woff2") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold';
  src: url("../fonts/Nexa-Bold.woff2") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NEXA Bold cyr';
  src: url("../fonts/Nexa-Bold5.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Regular Italic';
  src: url("../fonts/Noah-RegularItalic.otf") format("opentype"), url("../fonts/Noah-RegularItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Bold Italic';
  src: url("../fonts/Noah-BoldItalic.otf") format("opentype"), url("../fonts/Noah-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Noah Regular';
  src: url("../fonts/Noah-Regular.otf") format("opentype"), url("../fonts/Noah-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Noah Bold';
  src: url("../fonts/Noah-Bold.otf") format("opentype"), url("../fonts/Noah-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
/* line 1, ../sass/cart/cart-products.scss */
.msCart {
  position: relative;
  width: 540px;
  max-width: calc(50% - 1px);
  padding-right: 45px;
  border-right: 1px solid #e9eaec;
}
/* line 8, ../sass/cart/cart-products.scss */
.msCart.empty {
  padding-right: 0;
  border-right: 0;
  width: 100%;
  max-width: 100%;
}

/* line 16, ../sass/cart/cart-products.scss */
.msCartProducts {
  position: relative;
}
/* line 19, ../sass/cart/cart-products.scss */
.msCartProducts .main-title {
  margin-bottom: 35px;
}

/* line 24, ../sass/cart/cart-products.scss */
.msCartProductB {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  gap: 0 16px;
  margin-bottom: 20px;
}
/* line 34, ../sass/cart/cart-products.scss */
.msCartProductB:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 38, ../sass/cart/cart-products.scss */
.msCartProductB .img {
  position: relative;
  display: block;
  width: 80px;
}
/* line 43, ../sass/cart/cart-products.scss */
.msCartProductB .img img {
  display: block;
  width: 100%;
}
@media (hover: hover) {
  /* line 49, ../sass/cart/cart-products.scss */
  .msCartProductB .img:hover {
    opacity: 0.7;
  }
}
/* line 55, ../sass/cart/cart-products.scss */
.msCartProductB .info {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 8px 0;
  width: calc(100% - 80px - 15px);
  font-size: 16px;
}
@media (hover: hover) {
  /* line 74, ../sass/cart/cart-products.scss */
  .msCartProductB .name a:hover {
    color: #2c3c4c;
  }
}
/* line 80, ../sass/cart/cart-products.scss */
.msCartProductB .count-del {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
/* line 90, ../sass/cart/cart-products.scss */
.msCartProductB .count-wr .form-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border: 1px solid #e9eaec;
  border-radius: 3px;
  height: 26px;
}
/* line 101, ../sass/cart/cart-products.scss */
.msCartProductB .count-wr .minus, .msCartProductB .count-wr .plus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 24px;
  font-size: 16px;
}
@media (hover: hover) {
  /* line 115, ../sass/cart/cart-products.scss */
  .msCartProductB .count-wr .minus:hover, .msCartProductB .count-wr .plus:hover {
    background: #263247;
    color: #fff;
  }
}
/* line 122, ../sass/cart/cart-products.scss */
.msCartProductB .count-wr .form-control {
  background: #fff;
  border: 0;
  padding: 0;
  width: 26px;
  text-align: center;
}
/* line 132, ../sass/cart/cart-products.scss */
.msCartProductB .del .btn {
  display: block;
  position: relative;
  cursor: pointer;
  width: 26px;
  height: 26px;
}
/* line 139, ../sass/cart/cart-products.scss */
.msCartProductB .del .btn:after, .msCartProductB .del .btn:before {
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  background: #263247;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 150, ../sass/cart/cart-products.scss */
.msCartProductB .del .btn:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* line 157, ../sass/cart/cart-products.scss */
.msCartTotal {
  position: relative;
  border-top: 1px solid #e9eaec;
  margin-top: 20px;
  padding-top: 20px;
}
/* line 164, ../sass/cart/cart-products.scss */
.msCartTotal ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 178, ../sass/cart/cart-products.scss */
  .msCart {
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 186, ../sass/cart/cart-products.scss */
  .msCart {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 197, ../sass/cart/cart-products.scss */
  .msCart {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    border-right: none;
  }

  /* line 205, ../sass/cart/cart-products.scss */
  .msCartProducts .main-title {
    margin-bottom: 25px;
  }

  /* line 210, ../sass/cart/cart-products.scss */
  .msCartTotal {
    margin-top: 20px;
    padding-top: 20px;
  }
}
/* line 1, ../sass/cart/cart-order.scss */
.msOrder {
  position: relative;
  width: 540px;
  max-width: 50%;
  padding-left: 45px;
}

/* line 8, ../sass/cart/cart-order.scss */
.msOrderRow {
  position: relative;
  margin-bottom: 60px;
}
/* line 12, ../sass/cart/cart-order.scss */
.msOrderRow:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 16, ../sass/cart/cart-order.scss */
.msOrderRow .title {
  margin-bottom: 25px;
}
/* line 20, ../sass/cart/cart-order.scss */
.msOrderRow .input-parent {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-end;
  gap: 0 15px;
  margin-bottom: 8px;
}
/* line 38, ../sass/cart/cart-order.scss */
.msOrderRow .input-parent:nth-last-child(1) {
  margin-bottom: 0;
}
/* line 43, ../sass/cart/cart-order.scss */
.msOrderRow .col-form-label {
  display: block;
  text-align: right;
  width: calc(100% - 340px - 15px);
  font-size: 14px;
  padding: 0;
}
/* line 51, ../sass/cart/cart-order.scss */
.msOrderRow .form-control {
  display: block;
  width: 340px;
  height: 34px;
  padding: 5px;
  border: 1px solid #e9eaec;
}
/* line 58, ../sass/cart/cart-order.scss */
.msOrderRow .form-control::placeholder {
  font-size: 14px;
}
/* line 63, ../sass/cart/cart-order.scss */
.msOrderRow .input-info {
  width: 100%;
  font-size: 12px;
  width: 340px;
  margin-left: auto;
  margin-top: 5px;
  opacity: 0.7;
}
/* line 72, ../sass/cart/cart-order.scss */
.msOrderRow .msnp__wrap {
  width: 340px;
}
/* line 76, ../sass/cart/cart-order.scss */
.msOrderRow .choices__inner {
  border: 1px solid #e9eaec;
  border-radius: 0;
  background-color: #f2f2f2;
}
/* line 82, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox-wr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: 15px 0;
}
/* line 96, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox {
  position: relative;
  padding-left: 115px;
}
/* line 100, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox input {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
/* line 113, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox .payment-name {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 20px;
  font-size: 14px;
  padding-left: 40px;
}
/* line 122, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox .payment-name:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #e9eaec;
}
/* line 133, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox .payment-name:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #263247;
  opacity: 0;
}
/* line 146, ../sass/cart/cart-order.scss */
.msOrderRow .checkbox input:checked ~ .payment-name:after {
  opacity: 1;
}

/* line 152, ../sass/cart/cart-order.scss */
.msOrderSubmit {
  background: #fff;
  padding-top: 40px;
  width: calc(100% * 2 + 45px * 2);
  margin-left: calc(-100% - 45px * 2);
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  /* line 161, ../sass/cart/cart-order.scss */
  .msOrder {
    padding-left: 25px;
  }

  /* line 165, ../sass/cart/cart-order.scss */
  .msOrderSubmit {
    width: calc(100% * 2 + 25px * 2);
    margin-left: calc(-100% - 25px * 2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /* line 174, ../sass/cart/cart-order.scss */
  .msOrder {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 45px;
  }

  /* line 182, ../sass/cart/cart-order.scss */
  .msOrderRow .input-parent {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 188, ../sass/cart/cart-order.scss */
  .msOrderRow .checkbox {
    padding-left: 33%;
  }

  /* line 193, ../sass/cart/cart-order.scss */
  .msOrderSubmit {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  /* line 202, ../sass/cart/cart-order.scss */
  .msOrder {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }

  /* line 209, ../sass/cart/cart-order.scss */
  .msOrderRow {
    margin-bottom: 30px;
  }
  /* line 212, ../sass/cart/cart-order.scss */
  .msOrderRow .title {
    margin-bottom: 15px;
  }
  /* line 216, ../sass/cart/cart-order.scss */
  .msOrderRow .input-parent {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    gap: 3px 0;
    margin-bottom: 10px;
  }
  /* line 226, ../sass/cart/cart-order.scss */
  .msOrderRow .col-form-label {
    text-align: left;
    width: 100%;
    font-size: 12px;
  }
  /* line 232, ../sass/cart/cart-order.scss */
  .msOrderRow .form-control {
    width: 100%;
  }
  /* line 236, ../sass/cart/cart-order.scss */
  .msOrderRow .checkbox {
    padding-left: 0px;
  }

  /* line 241, ../sass/cart/cart-order.scss */
  .msOrderSubmit {
    padding-top: 20px;
    width: 100%;
    margin-left: 0;
  }
  /* line 246, ../sass/cart/cart-order.scss */
  .msOrderSubmit .site-btn {
    width: 100%;
  }
}
/* line 7, ../sass/cart.scss */
body {
  padding-top: var(--header-height);
}

/* line 11, ../sass/cart.scss */
.CartWr {
  position: relative;
}
/* line 14, ../sass/cart.scss */
.CartWr .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
