.dt-sc-product-thumb
{
    display:none;
}
.dt-products-list .dt-product-item .dt-sc-product-details
{
    float:none;
}
 .dt-products-list {
    pointer-events:none;
  /*cursor:default;*/
}
.wpb_wrapper .dt-sc-contact-info.type4:hover
{
    
    background: black;
    
}
.wpb_wrapper .dt-sc-contact-info.type4:hover *
{
    
    color:red;
}

.dt-sc-contact-info.type4 span
{
    background: black !important;
}
.dt-sc-contact-info.type4 span::after
{
    background: red !important;
}
.wpb_wrapper  .dt-sc-icon-box.type1:hover .icon-content {
    
    color:red;
}
.dt-sc-icon-box.type1:hover .icon-content h4
{
    color:red !important;
}
.dt-sc-icon-box.type1::before {
  border-top-color: red !important;
  border-left-color: red !important;
}
.wpb_wrapper .dt-sc-menu-title, .sc-menu-title::before {
    color: red;
}

.dt-products-list .dt-product-item .dt-sc-product-details .dt-sc-product-title-wrapper a h2
{
    
    font-size: 31px;  
}
  
@media only screen and (max-width: 479px) {
  .dt-products-list .dt-product-item .dt-sc-product-details .dt-sc-product-title-wrapper a h2 {
    font-size: 12px !important;
  }
     .vc_column_container > .vc_column-inner
  {
      padding-left: 3px;
  padding-right: 3px;
  }
}