.products-columns {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column-products {
  position: relative;
  width: 370px;
  
}
.column-products .product-miniature:not(.col-lg-12) .product-title {
  line-height: 17px;
  margin-bottom: 10px;
  margin: 23px 20px 9px;
  text-align: left;
  width: auto;
}
.column-products .product-description {
  position: relative;
  min-width: 200px;
  border: 1px solid #ededed;
  border-left: 0;
  background-color: #f9f9f9;
}

.column-products .product-miniature:not(.col-lg-12) .product-price-and-shipping {
  text-align: left;
  padding: 0 18px;
  display: block;
}
.column-products .product-miniature:not(.col-lg-12):not(.col-lg-12) .thumbnail-container {
  width: 350px;
  display: flex;
  flex-direction: row;
  margin-bottom: 30px;
}
.column-products .regular-price {
  font-size: 16px;
}
.column-products .atc_div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
}
.column-products .product-flags .product-flag {
  font-size: 12px;
  padding: 1px 0px 1px 1px;
  min-height: 26px;
  min-width: 43px;
  margin-top: 7px;
  margin-left: 0px;
  text-align: center;
  line-height: 16px;
  max-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-products .btn-primary {
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  background-color: #f4f4f4;
  border: 0;
  border-top: 1px solid #ededed!important;
  color: #000;
  transition: background-color .35s, color .35s;
}
.column-products .btn-primary i {
  margin-right: 6px;
}
.column-products .btn-primary:hover {
  background-color: #000!important;
  color: #fff;
}
.column-products .btn-primary::before {
  display: none;
}
@media (max-width: 1200px) {
  .column-products {
    margin: 0 15px;
    
  }
  .column-products .btn-primary {
    
    font-size: 12px;
  }
  .products-columns {
    justify-content: center;
  }
}
@media (max-width: 885px) {
  .column-products {
    width: 350px;
  }
  .column-products .product-description {
    min-width: auto;
  }
  .column-products .btn-primary i {
    display: none;
  }
}
@media (max-width: 760px) {
  .column-products {
    margin: auto;
  }
  .products-columns {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .column-products .product-title {
    margin: 10px;
  }
  .column-products .product-price-and-shipping {
    padding: 0 10px;
  }
  .product-btn {
    display: none;
  }
  .column-products {
    max-width: 350px;
    width: 100%;
  }
  .column-products .product-miniature:not(.col-lg-12) .thumbnail-container {
    width: 100%;

  }

  .column-products .product-description {
    min-width: auto;
    width: 180px;
    border: 1px solid #ededed;
    border-top: 0;
  }
  .column-products .product-title {
    height: auto;
  }
  .column-products .btn-primary {
    min-width: auto;
    width: 100%;
    padding: 5px;
  }
}
.column-title {
  margin-bottom: 21px;
  font-size: 24px;
}
.product-container {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow: 1.5px 2.598px 6px 0px rgb(212,215,223);
  overflow: hidden;
}
.product-container:hover .product-btn {
  bottom: 16px;
}
.product-img {
  position: relative;
  flex-basis: 50%;
}
.product-desc {
  position: relative;
  flex-basis: 50%;
}
.product-img-link {
  display: block;
}
.product-img-link img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-desc {
  padding-top: 30px;
  padding-left: 10px;
}
.product-name {
  font-size: 14px;
}
.product-price {
  margin-top: 10px;
}
.old-price {
  text-decoration: line-through;
}
.product-btn {
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  text-align: center;
  transition: all .4s;
}
.quick-view-link {
  display: inline-block;
  width: 120px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #C4C4C4;
}
.js-products-column-slider .owl-nav {
  position: absolute;
  top: -50px;
  right: 0;
}
.js-products-column-slider .owl-nav .owl-prev,
.js-products-column-slider .owl-nav .owl-next {
  color: #949494;
  display: inline-block;
  width: 21px;
}
.column-products .owl-nav i {
  font-size: 32px;
}
.column-products .owl-nav .owl-next:hover i,
.column-products .owl-nav .owl-prev:hover i {
  color: #000;
}