/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .product-single .product-title {
    margin-bottom: 0.9rem;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.6;
  }
  .btn.btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 65%;
  }
  div#address-box {
      width: 325px;
  }
  button.btn.btn-primary.btn-rounded.address_submit {
    width: 100%;
}
.breadcrumb.shop-breadcrumb li {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    opacity: 1;
    color: #666;
}
.title {
    font-size: 1.3rem;
}
h4.summary-title.text-left {
    font-size: 14px;
}
h4.summary-title.text-left {
    font-size: 16px;
}
h5.summary-subtitle {
    font-size: 12px;
}
button.btn.btn-primary.btn-rounded.btn-order {
    width: 100%;
}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
}
