.product-default {
  display: inline-block;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 15px;
}

.product-list {
  width: 100%;
  display: block;
  padding: 20px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  background: #fff;
}

.product-list .product {
  padding: 1em;
  border: 1px solid #ececec;
  background-color: #fff;
  margin-bottom: 1em;
}

.product-horizontal {
  font-size: 15px;
}

.product-horizontal .product .box {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.product-horizontal .btn-amazon {
  float: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
}

.product-horizontal a span.title {
  min-height: 75px;
}


.product-horizontal .box .product-content {
  padding-top: 2em;
}

.product-horizontal .box .product-content a {
  width: 100%;
  position: relative;
  text-align: center;
  border: none !important;
}

.product-horizontal .box .product-content a.mh {
  height: 60px;
  display: inline-block;
}

.product-horizontal .box .product-content a.mh span.title{

  font-size: 1rem;
  border-bottom: 2px solid transparent;
  padding-bottom: 1px;
  transition: all ease 0.5s;
}

.product-horizontal .box .product-content a.mh:hover span.title {
  border-color: #5fad41
}

.product-horizontal .box {
  border: 1px solid #cccccc;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  padding: 1em;
}

.product-horizontal .product-img, .product-list .product-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 200px;
}

.product-list .product-img {
  height: 100px;
}

.product-list .product-content {
  font-size: 14px;
  padding-left: 1em;
}

.product-list ul {
  padding: 0;
  list-style: none;
  font-size: 12px;
  margin-top: .5em;
  margin-bottom: 0;
  width: 80%;
}

.product-list .btn-amazon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-default .product-img {
  float: left;
  width: 160px;
}

.product-default .product-content {
  margin-left: 160px;
  padding-left: 20px;
}

.product-default .product-content>span.title {
  display: block;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: bold;
}

.product-default .product-content>ul {
  margin: 10px 0 5px;
  padding: 0 0 0 20px;
  list-style-type: disc;
  list-style-position: outside !important;
}

.product-default .product-content > ul > li {
  margin-bottom: 10px;
}

.product-default .product-content > ul > li:last-child {
margin-bottom: 0
}

.btn-amazon {
  float: right;
  border: 1px solid transparent;
  border-radius: 3px;
  background: #5fad41;
  color: #ffffff !important;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  padding: 11px 18px 12px 12px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  text-decoration: none !important;
}

.btn-amazon:hover {
  opacity: 0.8;
}

.btn-amazon>i {
  padding-right: 6px;
}

.product-list .col-1, .product-list .col-11{
  margin-bottom: 40px
}

.product-list .col-1:last-child, .product-list .col-11:last-child {
  margin-bottom: 0;
}

.product-default span.title, .product-horizontal span.title, .product-list span.title{
  font-size: 1.1rem;
  text-transform: uppercase;
}

.product-content a:first-child {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 1px;
  transition: all ease 0.5s;
}

.product-content a:first-child:hover {
  border-color: #5fad41
}


@media (max-width:768px) {

  .product-default .product-img {

    float: initial;
    width: 100%;
    display: block;

  }

  .product-default .product-content {

    margin-left: 0;
    padding-left: 0;
    width: 100%;
    display: block;

  }

  .btn-amazon {
    width: 100%;
    float: initial;
  }
  
}