body .cart-modal--wr .head-block,
body .cart-modal--wr .left-block,
body .cart-modal--wr .right-block,
body .cart-modal--wr .bottom-block {
  position: relative;
  float: left;
  box-sizing: border-box;
}

body .cart-modal--wr .head-block {
  width: 100%;
  /*box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16);*/
  z-index: 1;
}

body .cart-modal--wr .head-block .text {
  display: block;
  height: 32px;
  font-size: 17px;
  color: #6D6E71;
  font-weight: 600;
}

body .cart-modal--wr .head-block .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

body .cart-modal--wr .left-block,
body .cart-modal--wr .right-block {
  min-width: 170px;
}

body .cart-modal--wr .left-block {
  width: 64%;
  max-height: 500px;
  overflow: auto;
  margin-right: 1%;
}

body .cart-modal--wr .left-block .items .cart-item {
  border-top: 1px solid #D1D3D4;
  padding: 10px 0;
}

body .cart-modal--wr .left-block .items .cart-item .item-link {
  color: #000;
  text-decoration: none;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-img,
body .cart-modal--wr .left-block .items .cart-item .item-link .item-text {
  display: inline-block;
  vertical-align: middle;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-img {
  height: 150px;
  width: 150px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text {
  box-sizing: border-box;
  width: calc(100% - 155px);
  padding: 10px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge {
  display: inline-block;
  font-size: inherit;
  color: #e16645;
  margin-top: 8px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge .icon-gift:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f06b";
  font-size: 20px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p {
  font-size: inherit;
  font-weight: bold;
  border: 1px solid #e16645;
  padding: 0 5px 0 0;
  line-height: 20px;
  position: relative;
  margin-left: 12px;
  display: inline-block;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p .icon-circle:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f111";
  font-size: 5px;
  top: -3px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p:after,
body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p:before {
  content: '';
  display: block;
  position: absolute;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p:before {
  left: -23px;
  border-color: transparent #e16645 transparent transparent;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge p:after {
  border-color: transparent #fff transparent transparent;
  left: -22px;
}

@media (max-width: 767px) {
  body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .gift-badge {
    display: block;
  }
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .title {
  line-height: 1.2;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .title:hover {
  text-decoration: underline;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .total {
  margin-top: 12px;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .total .amount {
  margin-left: 3%;
}

body .cart-modal--wr .left-block .items .cart-item .item-link .item-text .total .amount .tba-price {
  display: inline-block;
}

body .cart-modal--wr .right-block {
  width: 35%;
  font-size: 16px;
  background: #e6eaf5;
  padding: 16px;
  margin-bottom: 16px;
  z-index: 1;
}

body .cart-modal--wr .right-block .cart-items-count {
  border-bottom: 1px solid #fff;
  min-height: 32px;
}

body .cart-modal--wr .right-block .cart-items-count .text {
  font-weight: 600;
}

body .cart-modal--wr .right-block .subtotal-wr {
  min-height: 40px;
  line-height: 40px;
  font-weight: 600;
}

body .cart-modal--wr .right-block .subtotal-wr .subtotal .text,
body .cart-modal--wr .right-block .subtotal-wr .subtotal .amount {
  display: inline-block;
}

body .cart-modal--wr .right-block .subtotal-wr .subtotal .amount {
  float: right;
}

body .cart-modal--wr .right-block .subtotal-wr .subtotal:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  position: inherit;
  left: 0;
}

body .cart-modal--wr .right-block .buttons-block {
  text-align: center;
}

body .cart-modal--wr .right-block .buttons-block .btn {
  width: 100%;
  font-size: 17px;
}

body .cart-modal--wr .right-block .buttons-block .btn:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 12px;
  top: 0;
}

body .cart-modal--wr .right-block .buttons-block .btn:active,
body .cart-modal--wr .right-block .buttons-block .btn:focus {
  box-shadow: inset 0 9px 15px rgba(0, 0, 0, 0.125);
}

body .cart-modal--wr .right-block .buttons-block .view-your-cart {
  margin-top: 10px;
}

body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-cart,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-quote {
  border: 1px solid;
  border-color: #a88734 #9c7e31 #846a29;
  background-color: #f0c14b;
  background-image: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  color: #333333;
  font-weight: 600;
  text-decoration: none;
}

body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-cart:before,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-quote:before {
  content: "\f217";
}

body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-cart:hover,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-quote:hover {
  background-color: #eeb933;
  background-image: linear-gradient(to bottom, #f5d78e, #eeb933);
}

body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-cart.disabled,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-quote.disabled,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-cart:disabled,
body .cart-modal--wr .right-block .buttons-block .view-your-cart .view-quote:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .7;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

body .cart-modal--wr .right-block .buttons-block .keep-shopping {
  margin-top: 16px;
}

body .cart-modal--wr .right-block .buttons-block .keep-shopping .close {
  border-color: #333333;
}

body .cart-modal--wr .right-block .buttons-block .keep-shopping .close:before {
  content: "\f291";
}

body .cart-modal--wr .right-block .buttons-block .keep-shopping .close:hover {
  background-color: #ccc;
}

body .cart-modal--wr .bottom-block {
  width: 100%;
  margin-top: 16px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .title {
  display: block;
  font-size: 17px;
  color: #6D6E71;
  font-weight: 600;
  text-align: left;
  margin-bottom: 12px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .title .view-more {
  font-size: 14px;
  color: #004ca4;
  font-weight: normal;
  margin-left: 8px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .mobile-slider {
  margin: 0 -15px;
  padding: 0 30px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .coupon-view {
  height: 85px;
  background-size: 150px;
  padding-bottom: 15px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .coupon-view.item {
  width: 180px;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .coupon-view .save {
  font-size: 14px;
  margin-bottom: 4px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .coupon-view .save-title {
  font-size: 11px;
  max-width: 125px;
}

body .cart-modal--wr .bottom-block .post-coupon .coupon-main .coupon-view .code {
  font-size: 11px;
}

body .model-window-info.cart-modal .modal-dialog,
body .model-window-info.quote-modal .modal-dialog {
  width: 80%;
  max-width: 768px;
  min-width: 680px;
  padding: 10px 15px 15px;
}

body .model-window-info.cart-modal .modal-dialog .modal-content .modal-header,
body .model-window-info.quote-modal .modal-dialog .modal-content .modal-header {
  display: none;
}

body .model-window-info.cart-modal .modal-dialog .modal-content .modal-body .close-modal,
body .model-window-info.quote-modal .modal-dialog .modal-content .modal-body .close-modal {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 30px;
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  float: right;
  background: none;
  border: none;
  padding: 0;
}

body .model-window-info.cart-modal .modal-dialog .modal-content .modal-body .close-modal:after,
body .model-window-info.quote-modal .modal-dialog .modal-content .modal-body .close-modal:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: fontawesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  font-size: 16px;
  color: #e16645;
  vertical-align: top;
}