body {
  background-image: url(/static/common/images/cos.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.container h3 {
  padding: 12px 10px;
  background-repeat: repeat-x;
  background-position: left bottom;
  background-color: #c6bfac;
  border-radius: 5px;
  color: #ffffff;
}

.footer_area {
  background-color: #ebe2dc;
}

.cos_p_ellipsis {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.9rem;
}

.navbar-nav-ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.padding {
  padding: 0px !important;
}
.cos-button {
  background-color: #cc6969;
  font-size: 15px;
  margin: 10px;
  padding: 5px;
  color: #fff !important;
  float: right;
}
.cos-button i {
  font-size: 18px;
}
.cos-button span {
  line-height: 1.2em;
}
.cos-button a {
  color: #fff !important;
}

.cos-button-search {
  background-color: #a28069;
  border: 0px;
  color: #fff;
}
.btn-primary:hover {
  background-color: #a28069;
}

A,
A:link,
A:visited,
A:hover,
A:active {
  color: #87654e;
  text-decoration: none;
  font-weight: bold;
  outline: none;
}
a {
  font-size: 14px;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: 0 0;
  outline: 0;
}
.product-card {
  margin-bottom: 0rem !important;
}
.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0.5rem;
}
.card-title {
  margin-bottom: 0rem;
  font-size: 0.9rem;
  max-height: 55px;
  overflow: hidden;
}
.cos-container {
  background-color: #fff;
  padding: 0px;
  min-height: 900px;
}

.nav-toggle {
  background-color: #363636;
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 20%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
  margin-left: 8px;
  margin-top: 10px;
}

.nav-toggle:hover {
  /* background: #2980b9; */
  transform: scale(1.05);
}

.col-6,
.col-3,
.col-4 {
  padding: 0px 0px 0px 10px;
}
.container{
    padding: 0px 10px;
}
.row {
  margin: 0px;
}
@media (max-width: 575.98px) {
  .product-card {
    font-size: 0.9rem;
  }
  .price-tag {
    font-size: 1rem;
  }
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.8rem;
  }
  .navbar-collapse {
    display: none;
  }
  a,
  h5,
  p {
    font-size: 12px !important;
  }
  h3 {
    font-size: 16px;
  }
  .col-6,
  .col-3,
  .col-4 {
    padding: 0px 0px 0px 3px;
  }
  .container {
    padding: 0px 3px;
  }
  .mb-4,
  .my-4 {
    margin-bottom: 0.4rem !important;
  }
}
