.cart-wrapper {
  background-color: #fbfbfb;
  border: 1px solid #ededed;
  border-bottom: none;
  padding: 15px 0 40px;
}
.cart-wrapper::after {
  content: "";
  display: block;
  clear: both;
}
@media all and (min-width: 769px) {
  .cart-wrapper {
    padding-top: 55px;
  }
}
.cart-wrapper .block {
  border: 1px solid #efefef;
}
.cart-wrapper .bltt {
  margin-bottom: 20px;
}

.cart-content {
  float: right;
  width: 64.8562300319%;
}
.cart-content .block {
  border-right: none;
}
.cart-content .title-wr {
  padding: 0 4%;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.cart-content .title-wr .bltt {
  margin: 0;
  max-width: 90%;
}
.cart-content .title-wr .breadcrumbs {
  margin: 0;
}
.cart-content .bltt {
  margin-right: 3.4482758621%;
}
.cart-content .bltt:nth-child(1) {
  max-width: 90%;
}
.cart-content .additional-products {
  padding: 15px 3.4482758621% 20px;
}
.cart-content .additional-products .title {
  font-weight: 200;
  margin-bottom: 15px;
  font-size: 16px;
}
.cart-content .additional-products .products {
  max-width: 930px;
}
.cart-content .cart-notices {
  padding: 20px 3.4482758621% 20px;
  border-bottom: 0;
}

.cart-block {
  margin-bottom: 20px;
}
.cart-block .count-sw {
  width: 62px;
  margin: 0 auto;
  border: 1px solid #d0d0d0;
}
.cart-block .count-sw, .cart-block .count-sw a {
  height: 28px;
}
.cart-block .count-sw input[type=number], .cart-block .count-sw a {
  float: right;
  color: #a3a3a3;
  font-size: 14px;
}
.cart-block .count-sw input[type=number] {
  width: 26px;
  height: 24px;
  margin-top: 3px;
}
.cart-block .count-sw a {
  width: 18px;
  line-height: 29px;
}
.cart-block .count-sw a:hover {
  color: #f25571;
}
.cart-block .remove {
  color: #3e3e3e;
  top: 50%;
  margin-top: -12px;
  left: 6.4039408867%;
}
.cart-block .remove:hover {
  color: #f25571;
}
.cart-block .row {
  padding: 20px 4.92611% 20px 10%;
  font-weight: 200;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.cart-block .row.top {
  background-color: #f4f4f4;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cart-block .row.top .col {
  font-size: 16px;
}
.cart-block .row:not(.top) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-block .row:not(.top):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 4.9261083744%;
  right: 4.9261083744%;
  height: 1px;
  background-color: #e3e3e3;
}
.cart-block .row:not(.top):last-child:before {
  display: none;
}
.cart-block .row:not(.top) .amount, .cart-block .row:not(.top) .amount-row {
  font-weight: 400;
}
.cart-block .row:not(.top) .image {
  padding: 0;
  height: 120px;
}
.cart-block .row:not(.top) .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -o-object-fit: contain;
  object-position: center;
  -o-object-position: center;
}
.cart-block .row .col {
  text-align: center;
}
.cart-block .row .image {
  width: 13.1147540984%;
}
.cart-block .row .name {
  width: 27.868852459%;
  padding-left: 1.0928961749%;
  padding-right: 1.0928961749%;
}
.cart-block .row .name a {
  color: #000;
}
.cart-block .row .amount {
  width: 15.8469945355%;
}
.cart-block .row .count {
  width: 15.3005464481%;
}
.cart-block .row .amount-row {
  width: 20.218579235%;
}

.cart-left {
  float: left;
  width: 33.8658146965%;
}
.cart-left .block {
  border-left: none;
  padding: 10px 3.7735849057% 25px 8.4905660377%;
}
.cart-left .bltt {
  max-width: 85%;
  margin-right: 3.7735849057%;
}

.totals-block {
  margin-bottom: 25px;
}
.totals-block .title {
  margin-bottom: 25px;
}
.totals-block .title, .totals-block .submit-bt, .totals-block .checkout-bt {
  font-weight: 200;
}
.totals-block .styled-form {
  margin-bottom: 15px;
}
.totals-block .styled-form::after {
  content: "";
  display: block;
  clear: both;
}
.totals-block input[type=text], .totals-block .submit-bt {
  height: 34px;
  font-size: 16px;
}
.totals-block input[type=text] {
  width: 75.2688172043%;
  float: right;
}
.totals-block a.submit-bt {
  width: 21.935483871%;
  float: left;
  border: 1px solid #cacaca;
  color: #3e3e3e;
  text-align: center;
  line-height: 33px;
}
.totals-block a.submit-bt:before {
  display: block;
  background-color: #eeeeee;
}
.totals-block .totals {
  margin-bottom: 25px;
}
.totals-block .totals .row {
  padding: 22px 0;
  border-bottom: 1px solid #e3e3e3;
}
.totals-block .totals .row::after {
  content: "";
  display: block;
  clear: both;
}
.totals-block .totals .row.shipping-row select[name=shipping_method_select] {
  border: 1px solid #e1e1e1;
  height: 32px;
  padding: 0 5px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
}
.totals-block .totals .row.shipping-row .name {
  margin-top: 3px;
}
.totals-block .totals .row .name {
  float: right;
}
.totals-block .totals .row .amount {
  float: left;
}
.totals-block .remove-coupon {
  font-size: 12px;
  color: #ccc;
  font-weight: 200;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

.green-bt {
  display: block;
  background-color: #3ea043;
  height: 46px;
  line-height: 44px;
  text-align: center;
}
.green-bt, .green-bt:hover {
  color: #fff;
}
.green-bt:hover:before {
  background-color: #378e3b;
}
.green-bt:before {
  display: block;
  transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -ms-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
}
.green-bt span:last-child {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

@media all and (max-width: 768px) {
  .cart-wrapper {
    border: none;
    border-top: 1px solid #ededed;
    padding: 20px 0 0;
  }
  .cart-wrapper .block {
    border-left: none;
    border-right: none;
  }
  .cart-wrapper .bltt {
    max-width: none;
    margin: 0 3% 20px 3%;
  }
  .cart-content, .cart-left {
    float: none;
    width: auto;
  }
  .cart-content {
    margin: 0 0 18px;
  }
  .cart-left .block {
    padding: 30px 3% 25px;
  }
  .cart-left .coupon-wr {
    display: none;
  }
  .totals-block .title {
    margin-bottom: 15px;
  }
  .totals-block .styled-form {
    margin: 0;
  }
  .totals-block .totals .row {
    padding: 25px 0;
  }
  .totals-block .totals .row.shipping-row select[name=shipping_method_select] {
    font-size: 14px;
  }
  .cart-block .remove {
    margin-top: -11px;
    left: 3%;
  }
  .cart-block .row {
    font-size: 16px;
    padding-left: 5%;
    padding-right: 3%;
  }
  .cart-block .row:not(.top):before {
    left: 3%;
    right: 3%;
  }
  .cart-block .row .col.amount {
    display: none;
  }
  .cart-block .row .name {
    width: 25%;
  }
  .cart-block .row:not(.top) .image {
    height: auto;
  }
}
@media all and (max-width: 375px) {
  .cart-block .row {
    font-size: 15px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1300px) {
  .cart-block .row {
    padding-left: 7%;
    padding-right: 2%;
  }
  .cart-block .row:not(.top):before {
    left: 2%;
    right: 2%;
  }
  .cart-block .remove {
    left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .totals-block .totals .row.shipping-row .name {
    font-size: 14px;
    margin-top: 7px;
  }
  .totals-block .totals .row.shipping-row select[name=shipping_method_select] {
    font-size: 13px;
    padding: 0;
    max-width: 130px;
  }
}
@media all and (max-width: 1100px) {
  .cart-block .row:not(.top) {
    font-size: 16px;
  }
}/*# sourceMappingURL=shop-cart.css.map */