﻿.esh-basket {
  min-height: 80vh;
}

.esh-basket-titles {
  padding-bottom: 1rem;
  padding-top: 2rem;
}

.esh-basket-titles--clean {
  padding-bottom: 0;
  padding-top: 0;
}

.esh-basket-title {
  text-transform: uppercase;
}

.esh-basket-items--border {
    border-bottom: 1px solid #edb406;
    padding: .5rem 0;
}

.esh-basket-items--border:last-of-type {
  border-color: transparent;
}

.esh-basket-items-margin-left1 {
  margin-left: 1px;
}

.esh-basket-item {
  font-size: 1rem;
  font-weight: 300;
}

.esh-basket-item--middle {
  line-height: 8rem;
}

@media screen and (max-width: 1024px) {
  .esh-basket-item--middle {
    line-height: 1rem;
  }
}

.esh-basket-item--mark {
    color: #121414;
}

.esh-basket-image {
  height: 8rem;
}

.esh-basket-input {
  line-height: 1rem;
  width: 100%;
}

.esh-basket-checkout {
    background-color: #5b575354;
    border: 0;
    border-radius: 0;
    color: #FFFFFF;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-top: 1rem;
    padding: 1rem 1.5rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.35s;
}

    .esh-basket-checkout:hover {
        background-color: #f5b807;
        transition: all 0.35s;
    }

