.green1,
.cart-block--contents__links .anchor-wrapper .anchor-buy {
  display: inline-block;
  color: #fff !important;
  line-height: 45px;
  font-weight: 500;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}

.green1:active,
.cart-block--contents__links .anchor-wrapper .anchor-buy:active {
  -webkit-transform: translateY(0.2em);
  transform: translateY(0.2em);
  text-shadow: rgba(255, 255, 255, 0.5) 0 -1px 0, rgba(0, 0, 0, 0.18) 0 0.18em 0.15em;
}

.green1,
.cart-block--contents__links .anchor-wrapper .anchor-buy,
.btn-default {
  height: 48px;
}

.input-quantity {
  position: relative;
}

.modal .input-quantity input {
  display: block;
  line-height: 1.65;
  float: left;
  margin: 0;
}

.modal .input-quantity input:focus {
  outline: 0;
}


.modal-body form input[type=number]::-webkit-inner-spin-button,
.modal-body form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  height: 20px !important;
  text-align: center;
  font-size: 22px;
  /*font-family: 'Inter';*/
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  overflow: hidden;
  left: 0;
}

.quantity-button.quantity-down {
	overflow: hidden;
	left: 0;
}

.block-commerce-ajax-cart>div:not(.contextual),
.block-commerce-ajax-cart .cart-block--summary {
  width: 100%;
  height: 100%;
}

.cart-block--contents {
  border: 1px solid lightgray;
}

.cart-is-empty .cart-block__item {
  padding: 0 0 2.2em;
  border: none;
}

.cart-is-empty .cart-block__item:nth-last-child(2) {
  border: none;
}

.cart-is-empty .cart-block-total,
.cart-is-empty .anchor-wrapper {
  display: none;
}

.cart-is-empty .cart-block--contents__links .btn-default {
  margin: 0;
}

.cart-popup-hdr {
  font-weight: bold;
  font-size: 3em;
  text-align: center;
}


.cart-block__item form>* {
  display: inline-block;
  vertical-align: top;
}

.cart-block__item-counter {
  background: #B62A2B;
  color: white;
  min-width: 32px;
  height: 32px;
  margin: 0 1em 0 0;
  border-radius: 50%;
  position: relative;
}

.cart-block__item-counter i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
}

.cart-block__item-counter+img {
  margin: 0 1.1em 0 0;
}

.cart-block__item-body-wrap {
  width: 68%;
}

@media (max-width: 1199px) {
  .cart-block__item-body-wrap {
    font-size: 1.1em;
  }
}

@media (max-width: 991px) {
  .cart-block__item-body-wrap {
    font-size: 1.2em;
  }
}

@media (max-width: 916px) {
  .cart-block__item-body-wrap {
    width: 59%;
  }
}

@media (max-width: 767px) {
  .cart-block__item-body-wrap {
    width: 100%;
    text-align: center;
  }
}


.cart-block__item-body {
  text-align: left;
}

.cart-block__item-body span {
  display: block;
}

.cart-block__item-row:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 916px) {
  .cart-block__item-row:first-child {
    margin: 0 0 0.6em;
  }
}

.cart-block__item-row:first-child p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.cart-block__item-avail span:last-child {
  color: #41961c;
}

.cart-block__item-quantity {
  text-align: center;
}

@media (max-width: 490px) {
  .cart-block__item-quantity {
    width: auto;
  }
}

.cart-block__item-callback {
  font-size: 0.9em;
  height: 1.4em;
}

.cart-block__item-sum {
  float: right;
}

@media (max-width: 767px) {
  .cart-block__item-sum {
    float: none;
    text-align: center;
  }

  .cart-block__item-sum span {
    display: inline-block;
  }

  .cart-block__item-sum span:first-child {
    margin: 0 0.5em 0 0;
  }
}


.cart-block-total span {
  margin: 0 0.6em 0 0;
}


.cart-block--contents__links>* {
  display: inline-block;
  vertical-align: top;
}

.cart-block--contents__links .btn-default {
  font-size: inherit;
  height: 48px;
  padding: 0 15px;
  margin: 0 1em 0 0;
  text-transform: initial !important;
}

@media (max-width: 433px) {
  .cart-block--contents__links .btn-default {
    margin: 0 0.5em 0.7em;
  }
}

.cart-block--contents__links .btn-default:focus {
  outline: none;
}

.cart-block--contents__links .anchor-wrapper .anchor-buy {
  display: inline-block;
  width: auto;
}

.input-quantity[disabled='disabled']{
  pointer-events: none;
}