/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 19 2025 | 23:56:00 */
/* menubar icon */

/*Fish*/

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-2963:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/06/Fresh-water-fish.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 1px;
  background-position: center;

}

/*Ready to cook*/

li.menu-item-2461 a:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/06/Ready-to-cook.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
 width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 1px;
  background-position: center;
}

/*Prawn*/

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-2962:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/06/Prawns.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 0px;
  background-position: center;
}
/*Squid Octopus*/

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-2959:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/05/Squid-Octopus.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 0px;
  background-position: center;
}
/*Lobster Crabs*/

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-2961:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/05/Lobster-Crabs.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 0px;
  background-position: center;
}

/*Oyster-Mussel-Clam*/

li.menu-item.menu-item-type-taxonomy.menu-item-object-product_cat.menu-item-2960:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/05/Oyster-Mussel-Clam.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 0px;
  background-position: center;
}
/*imported*/

li.menu-item-2458 a:before{
   content: '';
  background: url('https://seafresh.pk/wp-content/uploads/2025/05/Important-seafoods.png');
  /* with class ModalCarrot ??*/
  /*or absolute*/
  /*a number that's more than the modal box*/
  width: 30px;
  height: 30px;
  background-size: cover;

margin: 5px -15px 0px 0px;
  background-position: center;
}

a[href="#"]::after {
    content: "";
}

.hd{
	font-style: Italic;
	text-decoration: underline solid #3892c6 15px;
	color : #686868;
}


@media (min-width: 360px) and (max-width: 450px) {
  .hd {
    font-style: italic;
    text-decoration: underline solid #3892c6 5px;
    color: #686868;
    font-weight: bold;
  }
}