/*Add font ================================*/
.list_item_product .row {
  margin: 0 -10px;
}
.list_item_product .col_item.full {
  flex: 0 0 100%;
  max-width: 100%;
}
.list_item_product .col_item.full .item {
  display: flex;
}
@media (max-width: 600px) {
  .list_item_product .col_item.full .item {
    flex-flow: wrap;
  }
}
.list_item_product .col_item.full .item .product-action .actions {
  display: none;
}
.list_item_product .col_item.full .item .info {
  flex: 0 0 100%;
}
@media (min-width: 601px) {
  .list_item_product .col_item.full .item .info {
    padding: 0 0 0 30px;
    flex: 0 0 67%;
  }
}
.list_item_product .col_item.full .item .info .short {
  display: block !important;
  font-size: 13px;
  margin-bottom: 20px;
}
.list_item_product .col_item.full .item .info .add_cart {
  display: flex;
}
.list_item_product .col_item.full .item .info .add_cart .actions {
  display: block !important;
  position: unset;
  width: auto;
  margin-left: 2rem;
}
.list_item_product .col_item.full .item .info .add_cart .actions a {
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
.list_item_product .owl-item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ededed;
  position: absolute;
  right: 1px;
  top: 0;
}
.list_item_product .col_item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.list_item_product .col_item .item {
  border: 1px solid #a6a6a6;
  border-radius: 5px;
}
@media (max-width: 600px) {
  .list_item_product .col_item .item {
    max-width: calc(100% - 2px);
  }
}
.list_item_product .col_item:hover .product-action .actions {
  visibility: visible;
  left: -20px;
}
.list_item_product .col_item .info {
  padding: 0 10px;
}
.list_item_product .col_item .product-action {
  position: relative;
}
.list_item_product .col_item .product-action .product-label {
  background: #009f4f;
}
.list_item_product .col_item .product-action .product-label span {
  background: #009f4f;
  transform: rotate(90deg);
  color: #fff;
  padding: 4px 0 6px;
  position: absolute;
  text-align: center;
  line-height: 16px;
  top: 16px;
  width: 60px;
  right: 2px;
  text-transform: uppercase;
  font-weight: 400;
  z-index: 9;
  font-size: 13px;
}
.list_item_product .col_item .product-action .product-label span:before {
  position: absolute;
  border: 10px solid #e0e0e0;
  z-index: 12;
  border-color: #009f4f;
  border-width: 13px 17px 13px 0;
  border-right-color: transparent !important;
  top: 0;
  content: "";
  right: -17px;
}
.list_item_product .col_item .product-action .product-new span {
  top: -3px;
  width: 60px;
  right: -20px;
}
.list_item_product .col_item .product-action .product-sale-label {
  background-color: #f00909;
}
.list_item_product .col_item .product-action .product-sale-label span {
  top: -3px;
  background: #f00909;
  left: -15px !important;
  right: auto;
}
.list_item_product .col_item .product-action .product-sale-label span:before {
  border-color: #f00909;
}
.list_item_product .col_item .actions {
  z-index: 2;
  display: block;
  width: 100%;
  clear: both;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: -120px;
  transition: all 0.4s;
}
.list_item_product .col_item .actions .action-list {
  display: flex;
}
.list_item_product .col_item .actions .action-list > div {
  padding: 0;
  transition: all 0.3s ease 0s;
}
.list_item_product .col_item .actions a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #ffc107;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.list_item_product .col_item .actions a:hover {
  background: #009f4f;
}
.list_item_product .col_item .actions a.added {
  background: #009f4f !important;
}
.list_item_product .col_item .actions a.added i {
  color: red;
}
.list_item_product .col_item a {
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 100%;
}
.list_item_product .col_item a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.list_item_product .col_item img {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.list_item_product .col_item .alt-img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.list_item_product .col_item .review-wrap i {
  font-size: 10px;
  color: #f0bf2d;
}
.list_item_product .col_item .info-price {
  color: #d90808;
  margin: 6px 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: inline-flex;
  align-items: flex-end;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .list_item_product .col_item .info-price {
    font-size: 14px;
  }
}
.list_item_product .col_item .info-price .price {
  color: #bbb;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  font-weight: normal;
  text-decoration: line-through;
}
@media (max-width: 600px) {
  .list_item_product .col_item .info-price .price {
    font-size: 13px;
  }
}
.list_item_product .col_item .info-price .price.right_none {
  display: none;
}
.list_item_product .col_item .add_cart button {
  height: 40px;
  border-radius: 0;
  color: #fff;
  border: 1px;
  line-height: 40px;
  padding: 0 17px;
  background-color: #ffc107;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.list_item_product .col_item .add_cart button:hover {
  background-color: #009f4f;
}
.list_item_product .col_item h3 {
  margin-top: 15px;
  margin-bottom: 6px;
}
.list_item_product .col_item h3 a {
  font-size: 16px;
  text-transform: capitalize;
  padding: 0;
  line-height: 1;
}
@media (min-width: 601px) {
  .list_item_product .col_item h3 a {
    min-height: 64px;
  }
}
@media (min-width: 1300px) {
  .list_item_product .col_item h3 a {
    min-height: 48px;
  }
}
@media (max-width: 600px) {
  .list_item_product .col_item h3 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}