.fa-box-check:before {content: "\f467"; }
.fa-external-link-square:before {content: "\f14c"; }
.fa-external-link-square-alt:before {content: "\f360"; }
input[type="number"] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; margin: 0; height:auto;
}
input[type=number]:focus-visible {border-color: #958782;}
input.input-number__counter {
    outline: none;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #6d473b;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}
input[type=radio] {
    margin-right: 6px;
}
input[type='radio']:hover, label.payment:hover, label.delivery:hover {
    cursor: pointer;
}
.bty {
  background: #6d473b;
  color: white;
  font-weight: 600;
  font-size: 14px;
  padding: 11px 20px;
  border-radius: 16px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}


.prod-inf {
  background: #fff;
  border: 1px solid #E3E3E3;
  border-radius: 16px;
  padding: 27px 30px 20px 30px;
  text-align: center;
  margin-bottom: 20px;
}

.prod-price {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  margin-bottom: 8px;
}

.prod-price span {
  font-size: 26px;
  line-height: 22px;
  padding-right: 8px;
}


.prod-inf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
}

.spinner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 141px;
  padding-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.sticky-box {
  position: sticky;
  top: 115px;
}


@media (max-width: 1599px) {
  .prod-inf {
    padding: 15px;
  }
  .prod-inf-row {
    display: block;
  }
  .spinner {
    padding: 0;
    margin: 0 auto 10px auto;
  }
  .prod-price {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1239px) {
}

@media (min-width: 992px) {
}
@media (max-width: 991px) {
  .steps-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .steps-list li {
    margin-bottom: 20px;
  }
  .steps-list li:nth-child(3):after {
    display: none;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
  .service-item {
    height: auto;
  }

  .steps-list {
    max-width: 280px;
    margin: 0 auto;
  }

  .steps-list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .steps-list li div {
    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;
  }


  .steps-list li {
    padding: 0 0 30px 0;
  }

  .steps-list li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .steps-list li:not(:last-child):after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(90deg);
            transform: translateX(-50%) translateY(0) rotate(90deg);
    display: block !important;
  }
}




@media (max-width: 1599px) {

}
@media (max-width: 1239px) {

}
@media (max-width: 991px) {

}
@media (max-width: 575px) {

}
.checkout-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
  font-weight: 700;
}
.checkout-title p {
    line-height: normal;
    margin-top: 10px;
    font-size: 14px;
}


.cart-table {
  margin-bottom: 20px;
}
.cart-table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 70px;
}
.cart-table .td {
  padding-top: 25px;
  padding-bottom: 25px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.thead {
  background: #F7F7F7;
  border-radius: 8px;
}
.thead .tr {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 47px;
}
.thead .td {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding-top: 0px;
  padding-bottom: 0px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.thead .td-img {
  padding-left: 20px;
}

.td-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 96px;
          flex: 0 0 96px;
  max-width: 96px;
}
.td-img img {
  max-width: 100%;
}

.td-name {
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  padding-right: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.td-name span {
  font-size: 14px;
  line-height: 22px;
  display: block;
  color: #D2D2D2;
}
.td-name p {
  margin-bottom: 5px;
}

.btn-remove {
  display: block;
  width: 37px;
  height: 37px;
  background: #F7F7F7;
  padding: 0;
  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;
  position: absolute;
  right: 20px;
  top: 25px;
  border: 0;
  border-radius: 50%;
}


.btn-reset {
  font-size: 14px;
  line-height: 22px;
  color: #D2D2D2;
  font-weight: 600;
  padding: 7px 12px;
  border: 2px solid #D2D2D2;
  display: block;
  border-radius: 16px;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.btn-reset:hover {
  background-color: #D2D2D2;
  color: #fff;
}

.checkout-block {
  margin-bottom: 40px;
}

.radio-set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F7F7F7;
  border-radius: 16px;
}

.radio-item {
  position: relative;
}
.radio-item input[type=radio] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-item input[type=radio]:checked + label {
  background: #414141;
  color: #fff;
}
.radio-item label {
  font-size: 14px;
  line-height: 22px;
  display: inline-block;
  padding: 8px 16px;
  border-radius: 16px;
  margin: 0;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.check-set {
  position: relative;
  margin-right: -20px;
  margin-left: -20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check-set input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.check-set input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.check-set label {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  font-weight: 600;
  padding-left: 28px;
  position: relative;
  white-space: nowrap;
  cursor: pointer;
}
.check-set label:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  background: #F7F7F7;
  border-radius: 4px;
  left: 0;
  top: 2px;
}
.check-set label:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #055250;
  border-radius: 3px;
  left: 4px;
  top: 6px;
  opacity: 0;
}

.row-checkout {
  margin: 0 -8px;
}
.row-checkout div[class^=col-] {
  padding: 0 8px;
}

.checkout-inf .prod-price {
  padding-bottom: 16px;
}
.checkout-inf span {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
.checkout-inf .inner {
  background: #414141;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  padding: 20px 16px;
  font-weight: 400;
  margin: 0 -30px -20px -30px;
  border-radius: 0 0 16px 16px;
}

@media (max-width: 1599px) {
  .checkout-inf .inner {
    margin: 0 -15px -15px -15px;
  }

  .checkout-inf .prod-price {
    padding-bottom: 8px;
  }

  .cart-table .td {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .btn-remove {
    right: 0;
  }



  .checkout-title {
    font-size: 18px;
    line-height: 24px;
  }

  .checkout-block {
    margin-bottom: 30px;
  }

  .check-set label {
    white-space: normal;
  }
}
@media (max-width: 1239px) {
  .cart-table .td-name {
    padding-left: 15px;
    padding-right: 15px;
  }

  .td-qty .form-control {
    width: 60px;
  }

  .td-qty {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
}
@media (max-width: 991px) {
  .btn-reset {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .thead {
    display: none;
  }

  .cart-table .tbody .tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cart-table .tbody .td-name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 70px);
            flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
    padding-right: 50px;
  }

  .cart-table .tbody .td-qty, .cart-table .tbody .td-price, .cart-table .tbody .td-total {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-top: 30px;
    position: relative;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-table .tbody .td-qty:before, .cart-table .tbody .td-price:before, .cart-table .tbody .td-total:before {
    content: attr(data-td);
    display: block;
    position: absolute;
    font-size: 12px;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    opacity: 0.3;
  }
  .cart-table .tfoot {
    height: auto;
  }
  .cart-table .tfoot .td-name {
    display: none;
  }
  .cart-table .tfoot .td-img, .cart-table .tfoot .td-qty, .cart-table .tfoot .td-summ {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cart-table .tfoot .td-qty {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-table .td-price {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cart-table .tr {
    padding-right: 0;
  }

  .row-checkout div[class^=col-] + div[class^=col-] {
    margin-top: 20px;
  }

  .check-set {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 575px) {
  .cart-table .td-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
  }

  .radio-set {
    display: block;
  }

  .radio-item label {
    display: block;
    width: 100%;
    text-align: center;
  }

  .cart-table .td-price {
    padding-left: 10px;
    padding-right: 10px;
  }

  .td-qty .form-control {
    margin-right: 8px;
  }

  .btn-reset {
    width: 100%;
  }

  .checkout-block .bty {
    width: 100%;
  }
}


@media (max-width: 1599px) {
}
@media (max-width: 1239px) {
}
@media (max-width: 767px) {
}


/* count cart */
.ms-count {
    display: flex;
    width: 100px;
    float: none;
    vertical-align: middle;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    justify-content: flex-end;
}
input.input-number__counter {
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: 32px;
    padding: 12px 11px;
    font-size: 14px;
    box-sizing: border-box;
    color: #887568;
    border: 1px solid #dbd7d2;
    width: 100px;
    min-width: 43px;
    max-width: 76px;
}
.input-number__plus {}
.input-number__minus {}
.input-number__minus, .input-number__plus {
    bottom: 0;
    cursor: pointer;
    top: 0;
    transition: background .3s ease-out,opacity .3s ease-out;
    width: 22px;
    height: 32px;
    padding: 7px;
    border: 1px solid #ccc;
    position: relative;
    position: static;
    line-height: 1.2;
}
.input-number__minus:after {
    right: 8px;
}

.input-number__minus:after, .button-plus:after {
    
    content: "";
    height: 1px;
    position: absolute;
    top: 20px;
    width: 9px;
}
[data-ms2-count="minus"] {
    left: 25px;
    border-right: none;
}
[data-ms2-count="plus"] {
    right: 25px;
    border-left: none;
}

/* Basket cart */
.basket-item {
    color: #636363;
    background: #fff;
    margin-bottom: 2rem;
    border-radius: 0.4rem;
    box-shadow: 0 0 0.18rem 0 rgb(0 0 0 / 7%);
    
    border: 1px solid #E3E3E3;
}
.basket-item-padding {
    padding: 1rem 2rem 1rem 2rem;
}
.basket-item-padding:last-child {
    background-color: whitesmoke;
    border-top: 1px solid #E3E3E3;
    padding: 1rem 2.6rem 1rem 2.3rem;
}
.basket-item-padding:first-child {
    padding-bottom: 0;
}

.basket-item__product {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    padding: 0.3rem 0.2rem 0.25rem 0.3rem;
}

.basket-item .item-optionals {
    display: inline-flex;
}
.basket-item .item-optionals .multiple {
    padding: 0 25px;
}

.img-box {
    width: 150px;
    flex-shrink: 0;
    position: relative;
    margin-right: 0.24rem;
}
.img-box:before {
    content: "";
    display: block;
    padding-top: 69.9029%;
}
.img-box img {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: contain;
    padding-right: 20px;
}
.basket-item .single {
    padding-right: 0.4rem;
}

.js-mobile .basket-item .item-row.single {
    padding: 0.65rem !important;
}
.basket-item .item-row {
    display: flex;
    position: relative;
    min-height: 0.69rem;
    align-items: center;
    transition: color 0.35s ease;
    border-top: 1px solid #ececec;
    justify-content: space-between;
    /*padding: 1rem 0.18rem 0.25rem 0.3rem;*/
    padding: 0.1rem 0.18rem 0.9rem 0.3rem;
}

.basket-item__row-text {
    align-items: center;
    display: inline-flex;
    justify-content: flex-end;
}
.basket-item .product-item-wrap-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    width: 380px;
}

.js-mobile .row-item.jmt {
    position: relative !important;
}
.js-mobile .row-item.jmt.jmt-one {
    padding: 0;
    top: -24px;
}
.js-mobile .row-item.jmt.jmt-two {
    bottom: -15px !important;
}

.basket-item .item-row.single.piece {
    justify-content: flex-end;
    padding-bottom: 0;
}
.basket-item .item-row.single.piece>* {
    margin-left: 25px;
}
.js-mobile .basket-item .item-row.single.piece>*:first-child {
    margin-left: 0;
    top: -7px;
    position: relative;
}
.js-mobile .product-total-costs {
    padding: 0.65rem;
}
.js-mobile .basket-item .single.piece .row-item[data-td="Стоимость"] {
    right: 23%;
    bottom: auto;
}
/*.js-mobile .basket-item .item-row.single.piece .delete {
    top: 28% !important;
}*/
.js-mobile .basket-alert-kmb {
    display: block;
    margin-left: 0;
    font-size: inherit;
}
.js-mobile .basket-item-padding {
    padding: 0;
}
.js-mobile .basket-item .delete {
    /*position: absolute !important;*/
    right: 4%;
    top: 4% !important;
}
.js-mobile .basket-item .single.piece .row-item[data-td="Стоимость"] span>small {
    font-size: 12px;
}
.js-mobile .basket-item .item-row.single.piece {
    justify-content: space-between;
}
.basket-item .row-item-price {
    align-self: self-start;
}
.basket-item__row-price {
    color: #111;
    font-weight: 600;
    white-space: nowrap;
    transition: opacity 0.35s ease;
}

.basket-item .info-item {
    margin: 0;
    padding: 0 0.09rem;
    position: relative;
}
.basket-item .cart-product-description {
    width: 100%;
    transition: opacity 0.35s ease;
    align-self: start;
    padding-right: 40px;
    
}
.js-mobile .basket-item .product-item-wrap-total {
    flex-wrap: wrap;
    width: 220px;
}
.js-mobile .basket-item .cart-product-description {
    font-size: 12px;
    top: 5px;
    padding-right: 0;
    flex: 14%;
    position: relative;
}
.js-mobile .product-price-wrap {
    padding-left: 20px;
}

.basket-item .op-name, .basket-item .op-val {
    margin: 0;
    padding: 0;
    vertical-align: top;
    display: inline-block;
}
.basket-item .product-price {
    color: #000;
    display: block;
    white-space: nowrap;
    transition: opacity 0.35s ease;
}

.basket-item .product-price-wrap {
    position: relative;
    padding-right: 0.3rem;
    text-align: right;
    align-self: start;
}
.basket-item .qty-view {
    position: relative;
    padding-top: 15px;
}

.basket-item .delete {
    top: auto;
    right: 5%;
    opacity: 0.5;
    line-height: 1;
    cursor: pointer;
    color: #292929;
    position: absolute;
    margin-left: 0.14rem;
    margin-top: -0.05rem;
    transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
}

/*media*/
@media only screen and (max-width: 750px) {
    .basket-item {
        padding-right: 2rem;
        font-size: 11px;
        padding: 0px;
    }
    .basket-item__product {
        padding: 0.32rem 0 0.32rem;
    }
    .basket-item .product-title {
        display: flex;
        overflow: hidden;
        min-height: 0.68rem;
        align-items: center;
        margin-bottom: 0.27rem;
        justify-content: flex-start;
    }
    .basket-item .product-price {
        font-size: inherit;
        line-height: inherit;
        margin-bottom: 0.35rem;
    }
    .img-box {
        flex: 1%;
        margin-left: 5%;
    }
    
    .basket-item .product-price-wrap {
        display: flex;
        justify-content: space-between;
        flex: 1;
        top: 6px;
    }
    .basket-item .qty-view {
        top: 0;
    }
    .basket-item .delete {
        position: absolute;
        top: auto;
        right: 10%;
    }
}



.basket-item-info {
    display: flex;
    color: #636363;
    flex-wrap: wrap;
    margin: 0 -0.09rem;
    line-height: 1.23rem;
    letter-spacing: 0.02em;
    align-items: flex-start;
    justify-content: flex-start;
}
.row-item {
    display: grid;
    justify-items: start;
}

#total_product_costs {
    font-weight: 700;
    color: #111111;
}

.total-currency {
    line-height: 27px !important;
    /*align-self: flex-end;*/
    padding-left: 5px;
}
.btn-order {
    width: 100%;
    background: #a52a2a;
}
#msCart .prod-inf .btn {
    border-radius: 16px;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 20px;
}
button.btn.btn-secondary {
    background-color: #6d473b !important;
    border-radius: 16px;
    border-color: transparent;
}

.policy-privacy-text {
    margin-bottom: 8px;
    position: relative;
    top: 7px;
    line-height: 14px;
    display: block;
}

span.basket-alert-kmb {
    position: relative;
    background: #f6f3f1;
    font-size: 15px;
    padding: 4px 8px;
    margin: 4px;
    border-radius: 0.25rem;
    border: solid 1px #f0ece7;
    color: #a52a2a;
}


/* ALL MEDIA re get on bootstrap MOBILE. If support only mobile phone - use: https://snipp.ru/html-css/media-css */
/* sm */
@media (max-width: 575.98px) {
}
/* md */
@media (max-width: 768.98px) {
}
/* lg */
@media (max-width: 991.98px) {
}
/* xl */
@media (max-width: 1239.98px) {
}
/* xxl */
@media (max-width: 1599.98px) {
    .ms2_form .bty {
        font-size: 12px;
    }
}
/* xs */
@media (min-width: 259px) {
}
/* sm */
@media (min-width: 576px) {
}
/* md */
@media (min-width: 769px) {
}
/* lg */
@media (min-width: 992px) {
}
/* xl */
@media (min-width: 1240px) {
}
/* xxl */
@media (min-width: 1600px) {
}

.cart-table .td.td-name {
    max-width: 360px;
}

/* Order */
.checkbox:last-child label.payment.input-parent p, 
.checkbox:last-child label.delivery.input-parent p,
.checkbox:last-child label {
    margin-bottom: 0;
}
/* Payment and Delivery */
label.payment.input-parent p, label.delivery.input-parent p {
    padding-left: 22px;
}
label.payment, label.delivery {font-weight: 600;}

.main-product-price {
    color: #DD4814;
}
