/* .product-details .wine-image-container {
    flex-basis: 20rem !important;
} */
#productDetailsTop {
  width: 100%;
}
#productDetailsTop button {
  transition: 0.3s;
  cursor: pointer;
  float: left;
  margin: 20px 5px 10px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  border-radius: 4px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px #ccc solid;
}
#productDetailsTop button:hover {
  background: #840943;
  color: #fff;
}

#product-details h1 {
  font-family: "NunitoSans-bold", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
}
#product-details h4 {
  font-family: "NunitoSans-bold", sans-serif;
  font-size: 15px;
  margin-bottom: 2px;
  font-weight: 600;
}
#product-details #price-add {
  width: 100%;
  margin-top: 20px;
  float: left;
  display: flex;
  align-items: center;
}
#product-details #price-add span {
  width: 100%;
  float: left;
  font-family: "NunitoSans-bold", sans-serif;
}
#product-details #price-add .save {
  color: #333;
  font-weight: 400;
  font-size: 15px;
}
#product-details #price-add .was {
  color: #999;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 7px;
}
#product-details #price-add .now {
  color: #8e194b;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
#product-details #price-add small {
  font-size: 13px;
  font-weight: 400;
  line-height: 10px;
}
#product-details #price-info {
  width: 200px;
  float: left;
}
#product-details .basket-add {
  width: 300px;
  float: left;
}
#product-details #delivery {
  margin-top: 50px;
  float: left;
  line-height: 24px;
}
#product-details #delivery i {
  font-size: 20px;
  position: relative;
  top: 2px;
}
#product-details #details {
  margin-top: 50px;
  float: left;
  width: 100%;
}
#product-details #details h2 {
  font-weight: 700;
  font-family: "NunitoSans-bold", sans-serif;
  margin-bottom: 20px;
}
#product-details #details div {
  padding: 16px 35px;
  float: left;
  background: #efefef;
  width: 100%;
}
#product-details #details div span {
  float: left;
}
#product-details #details div span:first-of-type {
  width: 45%;
  font-weight: 700;
  font-family: "NunitoSans-bold", sans-serif;
}
#product-details #details div span:last-of-type {
  width: 55%;
}
#product-details #details div:nth-of-type(even) {
  background: #FFF;
}

#breadCrumbs {
  width: auto;
  padding: 27px 0 0 65px;
  float: left;
}
#breadCrumbs * {
  font-size: 14px;
  color: #333;
}
#breadCrumbs i {
  font-size: 10px;
}
#breadCrumbs a {
  transition: 0.3s;
}
#breadCrumbs a:hover {
  color: cadetblue;
}

.product-details-wrapper {
  overflow: hidden;
  min-height: 75vh;
  margin-bottom: 2rem;
  float: left;
}

.product-details {
  position: relative;
  display: flex;
}
.product-details .filters {
  width: 20rem;
  background-color: #f4f4f4;
  text-transform: uppercase;
  min-height: 75vh;
}
.product-details .filters ul.menu-header {
  color: #fff;
  background-color: #A7A5A5;
  margin-top: 2rem;
  padding: 0 0 0 1rem;
}
.product-details .filters ul.menu-header li {
  padding: 0.75rem 0;
}
.product-details .filters ul.menu-list li a {
  border: 1px solid transparent;
  background-color: transparent;
}
.product-details .filters ul.menu-list li a.is-active {
  border: 1px solid #A7A5A5;
  color: #000;
}
.product-details .wine-image-container {
  flex-basis: 15rem;
  flex-shrink: 0;
  flex-grow: 0;
}
.product-details .title-description {
  flex-shrink: 1;
  flex-grow: 1;
  padding: 0 2rem 2rem 0;
  padding-right: 125px;
}
.product-details .title-description .stats-table th {
  padding: 0.25rem 0.5rem;
}
.product-details .title-description .stats-table td {
  padding: 0.25rem 0.5rem;
  padding-right: 2rem;
}
.product-details .price-and-buy {
  display: flex;
}
.product-details .price-and-buy .delivery_info {
  font-size: 0.8rem;
  color: #A7A5A5;
}
.product-details .price-and-buy .price {
  font-weight: bold;
  color: #A80551;
  padding-right: 0.5rem;
}
.product-details .price-and-buy .wine {
  font-size: 2rem;
  line-height: 24px;
  padding-bottom: 0;
}
.product-details .price-and-buy .buy {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 6rem;
}
.product-details .price-and-buy .buy .buy-qty-form {
  display: flex;
}
.product-details .price-and-buy .buy .buy-qty-form .qty-input {
  display: block;
  width: 3rem;
  margin-right: 0;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #A80551;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.product-details .price-and-buy .buy .buy-qty-form .buy-button {
  display: block;
  width: 3rem;
  padding: 0.5rem;
  margin-left: 0;
  border-radius: 0;
  background-color: #A80551;
  font-size: 14px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.product-details .price-and-buy-small {
  flex-basis: 15rem;
  flex-shrink: 0;
  flex-grow: 0;
  display: none;
}
.product-details .price-and-buy-small .price {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 9rem;
  font-size: 2rem;
  font-weight: bold;
  color: #A80551;
  padding-right: 0.5rem;
}
.product-details .price-and-buy-small .buy {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 6rem;
}
.product-details .price-and-buy-small .buy .buy-qty-form {
  display: flex;
}
.product-details .price-and-buy-small .buy .buy-qty-form .qty-input {
  display: block;
  width: 3rem;
  margin-right: 0;
  padding: 0.5rem;
  text-align: center;
  border: 1px solid #A80551;
}
.product-details .price-and-buy-small .buy .buy-qty-form .buy-button {
  display: block;
  width: 3rem;
  padding: 0.5rem;
  margin-left: 0;
  border-radius: 0;
  background-color: #A80551;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .product-details .price-and-buy-small {
    display: block;
    margin-bottom: 2rem;
  }
  .product-details .price-and-buy {
    display: none;
  }
}
@media (max-width: 1023px) {
  #breadCrumbs {
    width: 100%;
    padding: 10px 0 0 10px;
  }
  #product-details .filters {
    display: none;
  }
  .filters.column {
    width: 100%;
    position: absolute;
    z-index: 100;
  }
  .product-details .wine-image-container {
    flex-basis: auto;
    flex-shrink: 1;
    flex-grow: 0;
    width: 200px;
  }
  .product-details .title-description {
    flex-shrink: 1;
    flex-grow: 0;
    padding-right: 25px;
    flex: 1;
  }
}
@media (max-width: 750px) {
  #product-details #price-add {
    display: block;
  }
  #product-details .basket-add {
    margin-top: 20px;
    width: 100%;
    float: left;
  }
  #product-details #price-info {
    width: 100%;
    float: left;
  }
  #product-details #details div {
    padding: 10px;
  }
}
@media (max-width: 550px) {
  #product-details #price-add {
    display: block;
  }
  #product-details .basket-add {
    margin-top: 20px;
    width: 100%;
    float: left;
  }
  #product-details #price-info {
    width: 100%;
    float: left;
  }
  #product-details select {
    width: 20%;
  }
  #product-details .btn {
    font-size: 14px;
    width: 75%;
  }
  #product-details h1 {
    margin-top: 10px;
  }
  .product-details .wine-image-container {
    width: 150px;
  }
  .product-details .wine-image-container img {
    width: 90%;
  }
  #basketItems .item select {
    width: 20%;
  }
  .single-wine-n .basket-add select {
    width: 20%;
  }
}
@media (max-width: 400px) {
  .product-details .wine-image-container {
    width: 100px;
  }
}
@media (max-width: 350px) {
  #product-details select {
    width: 25%;
  }
  #product-details .btn {
    font-size: 12px;
    width: 70%;
  }
  #basketItems .item select {
    width: 25%;
  }
  .single-wine-n .basket-add select {
    width: 25%;
  }
}
