body {
  font-size: 16px;
}
#main {
  margin-top: 20px;
}

h1,
h2,
h3,
h4 {
  font-weight: 100;
  font-family: "Merriweather", serif;
  margin: 20px 0px;
}

h1 {
  font-size: 30px;
}

.single-form {
  margin-top: 20px;
}

.section-header,
.page-header {
  border-bottom: 1px solid #efefef;
  margin: 20px 0;
  padding: 10px 0;
}
.new-line-tab {
  display: block;
  padding-left: 20px;
}

.visible-banner {
  text-align: center;
  display: block;
  border: 1px dashed #efefef;
  padding: 15px 0;
  background-color: red;
  color: #fff;
}

.hr {
  border-bottom: 1px solid #efefef;
  width: 100%;
  height: 1px;
  margin: 20px 0;
}
.hr.hr-bold {
  border-width: 5px;
}

.txtright {
  text-align: right;
}

.dropdown-menu a {
  font-size: 14px;
}

.super-slogan {
  font-size: 50px;
  text-align: center;
  font-weight: 900;
}

#page-sitemap {
}

/* padding top 20 */
.ptop20 {
  padding-top: 20px;
}
.pbot20 {
  padding-bottom: 20px;
}

.nav-link {
  color: rgba(0, 0, 0, 0.5);
}

/* Product Small */
.product-small {
  margin-bottom: 20px;
}
.product-small-title {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}
.product-small-pice {
  display: block;
  margin: 10px 0px;
  text-align: right;
  font-weight: bold;
}
.product-small a {
  color: inherit;
}

span.key {
  display: block;
}
span.value {
  display: inline-block;
  float: right;
  font-weight: 700;
}

a.logo {
  display: block;
  text-align: center;
  height: 100px;
  width: 100%;
  margin: 20px 0;
}

.breadcrumb {
  background: #fff;
}

/* Product Large */

.product-large .price-large {
  font-size: 45px;
}

.product-meta {
  margin-top: 20px;
}

.in-category a:after {
  content: " ,";
}
.in-category a:last-child:after {
  content: " ";
}

/* ===== checkout ==== */
.checkout-cart-preview h6 {
  font-size: 11px;
}
.lead {
  font-size: 14px;
}

/* ==== CART === */
.subtotal {
  text-align: center;
}
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
}

.footer {
  margin-top: 40px;
  background-color: #222222;
  color: #efefef;
  padding: 20px 0;
}

/* ====== CUSTOMER PANEL ====== */

.small-link {
  font-size: 14px;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    sans-serif;
}

.matching-product {
}
.matching-product h5 {
  font-size: 16px;
}

@media screen and (max-width: 500px) {
  body {
    font-size: 14px;
  }
  .super-slogan {
    font-size: 20px;
  }
}

@media screen and (min-width: 501px) and (max-width: 600px) {
  body {
    font-size: 14px;
  }
  .super-slogan {
    font-size: 30px;
  }
  table#cart tbody td .form-control {
    width: 20%;
    display: inline !important;
  }
  .actions .btn {
    width: 30%;
    margin: 1.5em 0;
  }

  .actions .btn-info {
    float: left;
  }
  .actions .btn-danger {
    float: right;
  }

  .subtotal {
    text-align: left;
  }

  table#cart thead {
    display: none;
  }
  table#cart tbody td {
    display: block;
    padding: 0.6rem;
    min-width: 320px;
  }
  table#cart tbody tr td:first-child {
    background: #333;
    color: #fff;
  }
  table#cart tbody td:before {
    content: attr(data-th);
    font-weight: bold;
    display: inline-block;
    width: 8rem;
  }

  table#cart tfoot td {
    display: block;
  }
  table#cart tfoot td .btn {
    display: block;
  }

  #page-sitemap li a {
    font-size: 12px;
  }
}

.product-row h4 {
  font-size: 14px;
}
