.card {
  margin-left: 10px;
}

/* shopping cart */
.cart-view {
  float: right;
}

.itrash {
  content: url("../images/remove.png");
  vertical-align: top;
}

.cart,
.checkout {
  width: 100%;
}
.cart input[type="number"] {
  width: 75px;
}
.checkout h4 {
  font-size: 18px;
  font-weight: 500;
}
/* order status */
.ord-addr-info {
  background-color: #fff;
  border-radius: 2px;
  background-color: #f1f1f1;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 16px 0;
  padding: 0;
  width: 100%;
  padding: 24px;
}
.ord-addr-info .hdr {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  color: #646464;
}
.ord-addr-info p {
  float: left;
  width: 100%;
  font-size: 16px;
}

.topnav-sorel {
  overflow: hidden;
  background-color: #000000;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
  z-index: 1555;
}

.topnav-sorel a {
  float: left;
  display: block;
  color: #d4af37;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active-sorel {
  background-color: #4caf50;
  color: white;
}

.topnav-sorel .icon-sorel {
  display: none;
}

.dropdown-sorel {
  float: left;
  overflow: hidden;
}

.dropdown-sorel .dropbtn-sorel {
  font-size: 17px;
  border: none;
  outline: none;
  color: #d4af37;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  opacity: 0.85;
}

.dropdown-content-sorel {
  display: none;
  position: absolute;
  background-color: dimgrey;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.52);
  z-index: 2555;
  opacity: 0.95;
}

.dropdown-content-sorel a {
  float: none;
  color: whitesmoke;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav-sorel a:hover,
.dropdown-sorel:hover .dropbtn-sorel {
  background-color: dimgrey;
  color: #adadad;
  transition-duration: 2ms;
}

.dropdown-content-sorel a:hover {
  color: whitesmoke;
  transition-duration: 10ms;
  transition-delay: 2ms;
  font-weight: bold;
}

.dropdown-sorel:hover .dropdown-content-sorel {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav-sorel a:not(:first-child),
  .dropdown-sorel .dropbtn-sorel {
    display: none;
  }
  .topnav-sorel a.icon-sorel {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav-sorel.responsive-sorel {
    position: relative;
  }
  .topnav-sorel.responsive-sorel .icon-sorel {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav-sorel.responsive-sorel a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav-sorel.responsive-sorel .dropdown-sorel {
    float: none;
  }
  .topnav-sorel.responsive-sorel .dropdown-content-sorel {
    position: relative;
  }
  .topnav-sorel.responsive-sorel .dropdown-sorel .dropbtn-sorel {
    display: block;
    width: 100%;
    text-align: left;
  }
}
