/**

 * Theme Name:     Royal Elementor Kit Child
 * Author:         Sharabindu
 * Template:       royal-elementor-kit
 * Text Domain:	   royal-elementor-kit-child
 * Description:    Truly all in one Solution For Elementor Lovers. 90+ Elementor Templates KIT, 100+ Professional Elementor Widgets, Elementor theme builder, Elementor Popup Builder, Elementor Premade blocks and many other cool features like Sticky Header, Particle effects, parallax backgrounds and many other elementor addons. Simple Install the theme, click on - Get Started with Templates Kit button and that
 */


/* .sk-custom-isotop section {
  position: relative !important;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
}
 
.sk-custom-isotop section article {
   position: relative !important;
   width: 23% !important;
   left: auto !important;
   top: auto !important;
 }

@media screen AND (max-width:768px) {
  .sk-custom-isotop section article {
    width: 100% !important;
  }
} */


.wpr-grid-item-add-to-cart .added_to_cart {
  color: #311900 !important;
}

.wpr-grid-item-add-to-cart .added_to_cart:hover {
  color: #fff !important;
}



@media screen and (max-width: 768px) {

  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    /* text-align: left !important; */
  }

    .woocommerce table.shop_table_responsive tr td:last-child,
    .woocommerce-page table.shop_table_responsive tr td:last-child{
  border-style: none;
}
}

.asnp-product-name {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #606060;
  display: -webkit-box;
  flex: 3;
  font-weight: 700 !important;
  line-height: 1.218 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
  text-overflow: ellipsis;
  min-height: 47px !important;
}