.quick-view {
  display: none !important;
}

.color-list-container {
  display: none !important;
}

.product-container {
  margin-bottom: 30px;
}

.hook-reviews {
  margin-bottom: 10px;
}

.content_price {
  text-align: center;
  font-size: 1.4em;
}

.product-image-container {
  position: relative;
}

.product-image-container .content_price {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(50, 50, 50, 0.65);
  padding: 3px;
  color: #fff;
}

.product-image-container .product_img_link {
  position: relative;
}

.product-image-container:before {
  content: '';
  background: #F5F5F5;
  width: 75%;
  height: 80%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
}

@media (max-width: 767px) {
  .product_list.grid .ajax_block_product {
    margin-bottom: 25px;
  }
}

.product_list.grid .ajax_block_product .product-name {
  font-size: 48px;
  line-height: 1.3;
  font-weight: 300;
  color: #555;
  overflow: hidden;
  display: block;
}

@media (max-width: 991px) {
  .product_list.grid .ajax_block_product .product-name {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .product_list.grid .ajax_block_product .product-name {
    font-size: 24px;
  }
}

.product_list.grid .ajax_block_product .product-desc {
  color: #555;
}

.product_list.grid .ajax_block_product:nth-child(even) .list-left {
  order: 1;
}

.product_list.grid .ajax_block_product:nth-child(even) .product-image-container:before {
  left: auto;
  right: 0;
}

.product_list.grid .ajax_block_product:hover .product-image-container:before {
  background: #312f43;
}

.product_list.grid .product-container {
  margin-bottom: 0;
}

.product_list.grid .product-price-button-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.product_list.grid .product-description-container,
.product_list.grid .product-actions-container {
  padding: 0 5px;
}

.product_list.grid .button-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.product_list.grid .functional-buttons {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.product_list.grid .functional-buttons > div {
  padding: 3px;
  float: left;
  width: 50%;
}

.product-actions-container {
  position: relative;
  overflow: visible;
}

.product-actions-container .content_price {
  text-align: left;
  line-height: 1;
}

.product-actions-container .content_price .price {
  color: #fa4c06;
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
}

.product-actions-container .button-container {
  margin-bottom: 10px;
}

.product-actions-container .availability {
  display: none !important;
}

.add_to_compare.checked .icon:before {
  content: '\f068';
}
