#hdr-basket-checkout {
  display: block;
  height: 50px;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-checkout {
  display: none !important;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket .collapsed {
  display: none !important;
}
}
#hdr-basket .expanded:hover, #hdr-basket .collapsed:hover {
  cursor: pointer;
}
.circle {
  display: inline-block;
  height: 26px;
  width: 26px;
  background: none;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  color: white;
  text-align: center;
  background: #0f6c28;
}
.circle span {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#header-cart-summary-mobile {
  margin-top: 12px;
}
}
#header-cart-summary-img {
  height: 26px;
  width: 45px;
  display: inline-block;
  background: url(../../images/icons/shopping-cart.svg) no-repeat;
  border: none;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#header-cart-summary-img {
  width: 40px;
  display: inline-block;
}
}
#header-cart-summary-price {
  position: relative;
  top: -8px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#header-cart-summary-price {
  display: inline-block;
  position: relative;
  top: -8px;
}
}
.hdr-basket-old-price {
  font-size: 14px;
  text-decoration: line-through;
  font-weight: normal;
  vertical-align: middle;
  color: #FF273E;
  margin-right: 5px;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.hdr-basket-old-price {
  font-size: 14px;
  padding-left: 4px;
  display: inline-block;
  vertical-align: middle;
  color: #ff273e;
  margin-right: 0;
}
}
.hdr-basket-price {
  color: #0f6c28;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.hdr-basket-price {
  font-size: 20px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
}
#hdr-basket-full {
  font-size: 13px;
  background: #ffffff;
  width: 349px;
  float: right;
  height: auto;
  z-index: 500;
  position: relative;
  left: 0;
  display: none;
  box-shadow: 0 10px 30px #898989;
}
@media only screen and (min-width: 801px){
#hdr-basket-full {
  width: 500px;
  border-top: 3px solid #2e8c3b;
  top: -2px;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full {
  box-shadow: none;
  display: block !important;
  clear: both;
  float: none;
  position: relative;
  width: 100%;
  background-image: none;
  background: #ffffff;
  height: auto;
  padding-bottom: 18px;
}
}
@media only screen and (min-width: 801px){
#hdr-basket-full:before {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #2e8c3b;
  position: absolute;
  content: '';
  right: 76px;
  top: -13px;
}
}
#hdr-basket-info {
  position: relative;
  height: auto;
  width: auto;
  display: none;
  background: #f7f7f7;
}
@media only screen and (min-width: 801px){
#hdr-basket-info {
  margin-bottom: 0;
  padding: 0 5px;
}
}

/** CART PROGRESS **/
.cart-progress-wrap {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
#hdr-basket-full .cart-progress-wrap {
  padding: 15px 25px;
}
.cart-progress-wrap h2 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #555;
  text-transform: none;
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
}
.cart-progress-wrap p {
  margin: 0;
  padding: 0;
  color: #9e9e9e;
  font-weight: 100;
  text-align: left;
}
.cart-progress-wrap b {
  color: #4a4a4a;
}
.cart-progress {
  position: relative;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 5px;
  margin-top: 10px;
}
.cart-progress .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.cart-progress .bubble {
  white-space: nowrap;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  position: absolute;
  top: -47px;
  right: -7px;
}
.cart-progress .arrow-down{
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  top: -23px;
}
.cart-progress .right {
  right: 12px;
  top: 5px;
  position: absolute;
  opacity: 0.2;
}
.cart-progress .new-box.bubble {
  background: #555;
}
.cart-progress .new-box.arrow-down {
  border-top-color: #555;
}
.cart-progress .box-open {
  background: url('../../images/icons/box_open.svg') no-repeat center;
}
.cart-progress .box-closed {
  background: url('../../images/icons/box_closed.svg') no-repeat center;
}
.cart-progress .weight {
  display: inline-block;
  width: 100%;
  min-width: 35px;
  text-align: right;
  color: #fff;
  background: linear-gradient(to right, #57ad4a 0%,#005905 100%);
  border-radius: 20px;
  font-size: 12px;
  font-weight: 100;
  line-height: 20px;
  padding-right: 6px;
  box-sizing: border-box;
  box-shadow: 2px 1px 6px 2px rgba(137,137,137,0.5);
}

@media screen and (max-width: 800px){
  #checkout-content .cart-progress-wrap {
    margin: 0 15px;
    margin-bottom: 3px;
    padding-top: 0;
    background: #f7f7f7;
  }
}
@media screen and (min-width: 801px){
  #checkout-content .cart-progress-wrap {
    position: absolute;
    bottom: 25px;
    left: 60px;
    width: 40%;
  }
}
@media screen and (max-width: 800px){
  .cart-progress-wrap .modal-box .content {
    top: -130px;
  }
  #hdr-basket-full .cart-progress-wrap .modal-box .content {
    top: 15px;
    left: 15px;
  }
}

#hdr-basket form {
  display: inline;
  margin: 0;
  padding: 0;
}
#hdr-basket-full .tablewrap {
  padding: 0 15px;
}
@media only screen and (min-width: 801px){
#hdr-basket-full .tablewrap {
  max-height: calc(100vh - 410px);
  overflow-y: scroll;
}
}
#hdr-basket-full thead {
  display: none;
}
#hdr-basket-full table.views-table tbody {
  height: 230px !important;
  display: block !important;
  overflow-y: scroll;
}
@media only screen and (min-width: 801px){
#hdr-basket-full table.views-table tbody {
  display: table-row-group !important;
  overflow: auto;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody {
  height: auto !important;
  width: 100%;
}
}
@media only screen and (min-width: 801px){
#hdr-basket-full table.views-table tr {
  border-bottom: 1px solid #ddd;
}
}
#hdr-basket-full table.views-table tbody tr, #hdr-basket-full table.views-table tbody tr td {
  height: 23px !important;
  overflow: hidden !important;
}
#hdr-basket-full table.views-table tr:last-of-type {
  border: 0;
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form tr {
  display: block;
  position: relative;
  height: auto;
  padding: 20px 0px;
  padding-left: 73px;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody tr, #hdr-basket-full table.views-table tbody tr td {
  width: 60px;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody tr, #hdr-basket-full table.views-table tbody tr td {
  height: 40px !important;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody tr {
  height: auto !important;
  width: auto !important;
}
}
#hdr-basket-full td {
  vertical-align: middle;
}
@media only screen and (min-width: 801px){
#hdr-basket-full table.views-table tbody tr td {
  white-space: normal;
  font-family: 'Roboto', sans-serif;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td {
  display: block;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full table.views-table tbody tr td {
  overflow: visible !important;
}
}
@media (min-width: 801px){
td.views-field.views-field-field-image {
  width: 100px;
  height: 100px;
  padding: 20px 0;
}
}
@media (min-width: 801px) and (max-width: 1000px) {
.page-cart td.views-field.views-field-field-image {
  width: 70px;
  height: 70px;
}
}
@media only screen and (min-width: 801px){
#hdr-basket-full td.views-field.views-field-field-image {
  width: 60px;
  height: auto;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .views-field-field-image {
  display: block !important;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-field-image {
  position: absolute;
  top: 20px;
  left: 0;
  width: auto !important;
  height: auto !important;
}
}
@media only screen and (min-width: 801px){
#hdr-basket-full td.views-field.views-field-field-image img {
  width: 50px;
  height: auto;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form .views-field-field-image img {
  width: 60px;
  height: 60px;
}
}
.views-field-line-item-title {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #4a4a4a;
}
@media (min-width: 801px){
td.views-field.views-field-line-item-title {
  padding-right: 10px;
  padding-left: 15px;
  color: #4a4a4a;
  font-size: 14px;
}
}
#hdr-basket-full .views-field-line-item-title {
  height: 10px;
  overflow: hidden !important;
  max-width: 120px;
  white-space: nowrap;
}
#hdr-basket-full .views-field-line-item-title {
  text-align: left;
  width: 120px !important;
  overflow: hidden;
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-line-item-title {
  display: block;
  vertical-align: top;
  margin-top: 5px;
  width: calc(100% - 40px) !important;
  max-width: none;
  white-space: normal;
  margin-bottom: 15px;
}
}
.views-field-line-item-title span {
  display: block;
  font-size: 12px;
  font-weight: 100;
  margin-top: 3px;
  color: #9e9e9e;
  font-family: inherit;
}
@media (min-width: 801px){
td.views-field.views-field-edit-quantity {
  width: 128px;
}
#hdr-basket-full td.views-field.views-field-edit-quantity {
  width: 93px;
}
}
#hdr-basket-full .views-field-edit-quantity {
  padding-left: 10px;
}
@media only screen and (min-width: 801px){
#hdr-basket-full .views-field-edit-quantity {
  padding-left: 0;
  text-align: left;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-edit-quantity {
  display: inline-block;
  height: auto !important;
  width: auto !important;
  padding: 0;
}
}
.quantity-wrapper .form-item {
  float: left;
  margin: 0;
}
.views-field-edit-quantity input {
  width: 40px !important;
  padding: 0 !important;
  height: 40px !important;
  border-radius: 0 !important;
  text-align: center !important;
}
@media (min-width: 801px){
td.views-field.views-field-edit-quantity input {
  font-size: 12px;
}
}
#hdr-basket-full input[type=text] {
  width: 22px !important;
  height: 13px;
}
#hdr-basket-full .views-field-edit-quantity input {
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-appearance: none;
  font-size: 13px;
}
@media only screen and (min-width: 801px){
#hdr-basket-full .views-field-edit-quantity input {
  width: 35px !important;
  height: 35px !important;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-edit-quantity input {
  width: 48px !important;
}
}
#hdr-basket-full .views-field-commerce-unit-price {
  display: none !important;
}
@media (min-width: 801px){
td.views-field.views-field-commerce-unit-price.price {
  width: 131px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  color: #4a4a4a;
}
}
@media (min-width: 801px) and (max-width: 950px){
.page-cart td.views-field.views-field-commerce-unit-price.price {
  width: 75px;
}
}
@media (min-width: 801px){
td.views-field.views-field-commerce-total.price {
  text-align: right !important;
  font-weight: bold;
  font-size: 14px;
  color: #4a4a4a;
  position: relative;
}
}
#hdr-basket-full .views-field-commerce-total {
  width: 70px !important;
}
#hdr-basket-full .views-field-commerce-total {
  font-weight: bold;
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-commerce-total {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
  width: calc(100% - 155px) !important;
  height: auto !important;
  margin-left: 5px;
}
}
td.views-field.views-field-commerce-total.price .discounted-price {
  color: #FF273E;
}
@media (min-width: 801px){
td.views-field.views-field-commerce-total.price .discounted-price span {
  font-size: 12px;
  font-weight: 100;
  margin-top: 3px;
  display: block;
}
}
@media (max-width: 800px) and (min-width: 320px){
td.views-field.views-field-commerce-total.price .discounted-price span {
  display: block;
  font-size: 11px;
  font-weight: 100;
}
}
.views-field-edit-delete {
  vertical-align: middle;
}
@media (min-width: 801px){
td.views-field.views-field-edit-delete {
  width: 34px;
  padding-left: 40px;
}
}
@media (min-width: 801px) and (max-width: 950px){
.page-cart td.views-field.views-field-edit-delete {
  width: 34px;
  padding-left: 0;
}
}
@media only screen and (min-width: 801px){
#hdr-basket-full td.views-field.views-field-edit-delete {
  padding: 0;
}
}
@media (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .view-commerce-cart-form td.views-field-edit-delete {
  position: absolute;
  top: 25px;
  right: 0;
  width: auto !important;
  height: auto !important;
}
}
.views-field-edit-delete span {
  background: url(../../images/icons/clear.svg) no-repeat;
  width: 14px;
  cursor: pointer;
  padding: 1px 6px;
}
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 33%;
  margin-left: auto;
}
#hdr-basket-full .commerce-price-formatted-components {
  width: 100%;
  display: table;
  float: none;
  background: #f7f7f7;
}
@media (max-width: 959px) and (min-width: 680px){
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 35%;
}
}
@media (min-width: 801px){
.page-cart .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 45%;
}
}
@media (min-width: 801px){
.page-cart .commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 45%;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 60%;
  margin: 0 auto;
}
}
@media screen and (max-width: 400px){
.commerce-order-handler-area-order-total .commerce-price-formatted-components {
  width: 80%;
}
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .commerce-price-formatted-components {
  float: none;
  width: 100%;
  margin: 0;
}
}
table.commerce-price-formatted-components tbody {
  border: none !important;
}
#hdr-basket-full .component-type-base-price {
  font-weight: bold;
}
#hdr-basket-full .commerce-price-formatted-components tr {
  display: none;
}
@media only screen and (max-width: 800px) and (min-width: 320px){
#hdr-basket-full .component-type-base-price {
  font-weight: normal;
}
}
.component-title {
  text-align: left !important;
  padding-bottom: 4px;
  padding-top: 8px;
  font-family: 'Roboto',sans-serif;
}
.component-total {
  text-align: right;
  padding-bottom: 4px;
  padding-top: 8px;
  font-weight: bold;
  font-family: 'Roboto',sans-serif;
  font-style: normal;
}
#hdr-basket-full .component-total, #hdr-basket-full .component-title {
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #e3e3e3 !important;
  padding-left: 30px;
  padding-right: 15px;
  color: #9e9e9e;
  font-weight: 300;
}
#hdr-basket-full tr.component-type-flat-rate-service-point, #hdr-basket-full tr.component-type-flat-rate-home-delivery, #hdr-basket-full tr.component-type-flat-rate-warehouse-pickup, #hdr-basket-full tr.component-type-matsmart-commerce-total-saved, #hdr-basket-full tr.component-type-commerce-price-formatted-amount, #hdr-basket-full tr[class^="component-type-flat-rate"] {
  display: table-row;
}
#hdr-basket-full tr.component-type-flat-rate-service-point td, #hdr-basket-full tr.component-type-flat-rate-home-delivery td, #hdr-basket-full tr.component-type-flat-rate-warehouse-pickup td, #hdr-basket-full tr.component-type-matsmart-commerce-total-saved td, #hdr-basket-full tr.component-type-commerce-price-formatted-amount td, #hdr-basket-full tr[class^="component-type-flat-rate"] td {
  display: table-cell;
}
.component-type-commerce-price-formatted-amount .component-title {
  text-transform: uppercase;
}
#hdr-basket-full tr.component-type-commerce-price-formatted-amount .component-title,
#hdr-basket-full tr.component-type-commerce-price-formatted-amount .component-total {
  font-weight: bold;
  font-size: 16px;
  color: #4a4a4a;
}
#hdr-basket-full .commerce-line-item-actions {
  margin: 0;
  background: #F7F7F7;
}
@media screen and (max-width: 800px){
#hdr-basket-full .commerce-line-item-actions {
  padding-bottom: 40px;
}
}
#edit-submit-cart {
  display: none;
}
#hdr-basket-full #edit-checkout {
  display: block;
  width: 100%;
  height: 40px;
}
#hdr-basket-full #edit-checkout {
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-appearance: none;
  line-height: 90px;
}

