.product-i .text-block .product-stock,
.product-i .text-block .product-addtoreview,
.product-i .text-block .separator
 {
  clear: both;
  display: none;
}
 
.listing-view.vm_list_view .product-i .product-stock,
.listing-view.vm_list_view .product-i .product-addtoreview,
.listing-view.vm_list_view .product-i .text-block .separator
{
	 display: block;
}
[6:46:08 PM] priya bose: <code>.product-i .text-block .product-stock,
.product-i .text-block .product-addtoreview,
.product-i .text-block .separator
 {
  clear: both;
  display: none;
}
 
.listing-view.vm_list_view .product-i .product-stock,
.listing-view.vm_list_view .product-i .product-addtoreview,
.listing-view.vm_list_view .product-i .text-block .separator
{
	 display: block;
}


.auto-height {
    height: auto !important;
    top: 50px !important;
}

.responsive{
  max-width: 1200px;
  margin: auto 0;
  text-align: center;
}

.left-responsive{
  text-align: left;
}

.list.list-icons.list-icons-style-3 li > .fas:first-child, .list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .fas:first-child, .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child{
  color: #ffffff;
    background: #d06e1e;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
}

.list.list-icons li > .fas:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fas:first-child, .list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
    color: #d06e1e;
}
	
.djslider-default{
  height: 600px !important;
}