.catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare::before {
  background-image   : url(../../images/comparision.png) !important;
  background-repeat  : no-repeat;
  background-size    : cover;
  background-position: center;
  width              : 35px;
  height             : 35px;
  color              : transparent;
  margin             : 0px 10px 0 0;
}

@media (max-width: 768px) {
  .catalog-product-view .product-info-main .product-social-links .product-addto-links .tocompare::before {
    background-image   : url(../../images/comparision.png);
    background-repeat  : no-repeat !important;
    background-size    : cover !important;
    background-position: center !important;
    width              : 35px !important;
    height             : 35px !important;
    color              : transparent !important;
    margin             : 0px 10px 0 0 !important;
  }
}

.page-header .header_part .header_right .header-top .top_social_menu .show-cart .action.showcart::before {
  content         : "";
  background-image: url(../../images/cart-icon.png) !important;
  width           : 1em;
  height          : 1.32em;
}

.block-minicart #minicart-content-wrapper .minicart-items-wrapper ol .product-item .product .product-item-details .product .secondary .action.delete::before {
  background-image   : url(../../images/bin.png);
  background-position: center;
  background-repeat  : no-repeat;
  background-size    : cover;
  width              : 20px;
  height             : 20px;
  color              : transparent;
}

.page-footer .footer_main_section .footer .footer_columns .footer_col_2 .products_coulmns_menu ul li {
  margin             : 0 0 0.5em 0;
  background-image   : url(../../images/cricle-right-icon-green.png) !important;
  background-position: left 1px;
  padding-left       : 30px;
  background-size    : 18px 18px;
  background-repeat  : no-repeat;
  width              : 42%;
}

.page-footer .footer_main_section .footer .footer_columns .footer_col_3 .information_colums_menu ul li {
    margin: 0 0 0.5em 0;
    background-image: url(../../images/cricle-right-icon-green.png) !important;
    background-position: left 1px;
    padding-left: 30px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
  .catalog-product-view .detailed {
    width: 100%;
  }
}