/* Chairish Products */

.ch-product,
.ch-product-large,
.ch-product-small {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.ch-product {
  width: 50%;
}

.ch-product-large {
  width: 100%;
}

.ch-product-grid-container div,
.ts-row .ch-product-grid-container div  {
  padding: 0;
}

.ch-product-grid,
.ts-row .ch-product-grid-container .ch-product-grid {
  border-bottom: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  margin-bottom: 24px;
  text-align: center;
  width: 100%;
}

body .ch-product-grid p {
  margin-bottom: 0;
}

.ch-product-grid ul {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.ch-product-grid .ch-product-grid-row {
  width: 50%;
  float: left;
}

.ch-product-grid ul li {
  display: inline-block;
  margin-bottom: 40px;
  padding: 12px;
}

.entry-summary .ch-product-grid a,
.entry-content .ch-product-grid a {
  border: none;
}

.entry-summary .ch-product-grid a:hover,
.entry-content .ch-product-grid a:hover {
  background-color: transparent;
}

body .ch-product-grid ul li p {
  margin: 0;
}

body .ch-product-grid ul li.ch-product-large h4 {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 24px;
}

.ch-product-grid ul br {
  display: none;
}

.single .post-content .ch-product-grid ul img {
  margin: 0 auto;
}

.ch-product-grid .button {
  display: inline-block;
  height: 40px;
  margin: 0 auto 48px;
  width: 232px;
}

@media (max-width: 1230px) {
  html body .ch-product-grid-container {
    margin-left: 0;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  body .ch-product-grid-container .ch-product-grid .ch-product-grid-header {
    margin-bottom: 15px;
    padding-bottom: 0;
 }

  .ch-product-grid .ch-product-grid-row {
    width: 100%;
    float: left;
  }
}