.homecategoryfeature {
  float: left;
  width: 100%;
}

.content_homecategoryfeature {
  margin-bottom: 20px;
  position: relative;
}

#index .homecategoryfeature li {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  min-height: 480px;
}

#index .homecategoryfeature li .product-container {
  padding-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ececec;
  min-height: 476px;
  border-radius: 3px;
}

#index .homecategoryfeature li .product-container .product-image-container {
  position: relative;
}

#index .homecategoryfeature li .product-container .product-image-container .quick-view {
  white-space: normal;
  z-index: 100;
  display: block;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 40%;
  left: 35%;
}

#index .homecategoryfeature li .product-container:hover {
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  transform: translateY(-4px);
}

#index .homecategoryfeature li .product-container:hover .product-image-container {
  position: relative;
  overflow: hidden;
  text-align: center;
}

#index .homecategoryfeature li .product-container:hover .product-image-container .quick-view {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

#index .homecategoryfeature li .product-container .csframe_product {
  padding: 20px;
}

@media (max-width: 991px) {
  #index .homecategoryfeature li .product-container .csframe_product {
    padding: 5px;
  }
}

#index .homecategoryfeature li .product-container .csframe_product .content_price {
  float: left;
}

#index .homecategoryfeature li .product-container .csframe_product .comments_note {
  float: right;
  margin-top: 0;
  margin-bottom: 15px;
  display: none;
}

#index .homecategoryfeature li .product-container .csframe_product .button-container {
  clear: both;
}

#index .homecategoryfeature li .product-container .csframe_product .button-container a.ajax_add_to_cart_button.cs_buttoncart {
  padding: 11px 14%;
}

#index .homecategoryfeature li .product-container .csframe_product .name_product {
  margin-bottom: 0;
}

#index .homecategoryfeature li .product-container .csframe_product .name_product a {
  font-size: 18px;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: capitalize;
}

#index .homecategoryfeature li .product-container .csframe_product .category-name {
  font-size: 13px;
  font-family: "Lato", sans-serif;
  color: #797979;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 2px;
  margin-bottom: 15px;
}

#index .homecategoryfeature li .product-container .csframe_product .content_price {
  margin-bottom: 15px;
  display: none;
}

#index .homecategoryfeature li .product-container .csframe_product .content_price .price.product-price {
  font-size: 18px;
  color: #118acb;
}

#index .homecategoryfeature li .product-container .csframe_product .content_price .price-discount {
  font-size: 15px;
  color: #797979;
  text-decoration: line-through;
  margin-right: 10px;
  font-weight: normal;
}

.homecategoryfeature h4 a {
  padding-top: 16px;
  margin-bottom: 15px;
}

.homecategoryfeature h4 a:hover {
  color: #0072ff;
}

.homecategoryfeature a.btn {
  top: 12px;
}

.product_list_slider {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .content_homecategoryfeature {
    margin-bottom: 0px;
  }
}

/* store 1 */
.cshft-layout-1 .product-container {
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.cshft-layout-1 .product-image-container {
  width: 430px;
  float: left;
  margin-right: 20px;
  background-color: #fff;
  margin-bottom: 18px;
}

.cshft-layout-1 .list_thumb {
  float: right;
  width: 130px;
}

.homecategoryfeature.cshft-layout-1 .list_thumb li {
  background-color: #fff;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.cshft-layout-1 .csframe_product {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
}

.cshft-layout-1 .content_price {
  float: none;
  margin-top: 10px;
}

.cshft-layout-1 .content_price span {
  font-size: 24px;
  float: left;
}

.cshft-layout-1 .content_price .price-discount {
  margin-right: 10px;
  text-decoration: line-through;
}

.cshft-layout-1 .button-container {
  float: none;
  clear: both;
  padding-top: 20px;
}

.cshft-layout-1 .name_product a {
  font-size: 24px;
}

.store2 .cshft-layout-1 .btn_slide.prev {
  right: 39px;
}

.store2 .cshft-layout-1 .btn_slide.next {
  right: 10px;
}

.cshft-layout-1 a.cs_buttoncart {
  padding-right: 20px;
  line-height: 28px;
  height: 30px;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.cshft-layout-1 a.cs_buttoncart span {
  background-position: 0 -1px;
  text-indent: 0;
  width: 30px;
  margin-right: 20px;
  float: left;
  background-color: #005BCC;
  margin-left: -1px;
  margin-top: -1px;
  height: 27px;
}

.cshft-layout-1 a.cs_buttoncart:hover {
  color: #0072ff;
}

@media (max-width: 1199px) {
  .cshft-layout-1 .product-image-container {
    width: 320px;
  }
}

@media (max-width: 991px) {
  .cshft-layout-1 .product-image-container {
    width: 100%;
  }
  .cshft-layout-1 .list_thumb {
    width: 100%;
  }
  .homecategoryfeature.cshft-layout-1 .list_thumb li:first-child {
    margin-left: 0;
  }
  .homecategoryfeature.cshft-layout-1 .list_thumb li {
    margin-right: 0px;
    width: 113px;
    margin-left: 10px;
  }
  .homecategoryfeature.cshft-layout-1 .list_thumb li img {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .homecategoryfeature.cshft-layout-1 .list_thumb li {
    width: 96px;
  }
}

/* store 2 */
.homecategoryfeature.cshft-layout-2 > .row {
  font-size: 0;
}

.cshft-layout-2 .content_homecategoryfeature {
  margin-bottom: 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}

.homecategoryfeature.cshft-layout-2 li {
  float: none;
  margin-bottom: 10px;
  background-color: #fff;
}

.cshft-layout-2 .product-image-container {
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
}

.cshft-layout-2 .csframe_product {
  margin-top: 10px;
  padding-bottom: 10px;
}

.cshft-layout-2 .comments_note {
  margin-bottom: 10px;
}

/* three column */
.store2 .three_column .cshft-layout-1 .product-image-container {
  width: 410px;
}
