/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
/*
 * Bullet points - just for the product descriptions
 */
#product .elementor-widget-product-description li {
  list-style: disc;
  margin-left: 20px;
}

 /*
  *	Comment out the Prices on the Category Pages
 */

 .product-miniature .product-price-and-shipping {
    display: none;
}

 /*
  *	Comment out the description on the attachment widget
 */
 
 .elementor-widget-product-attachments .elementor-icon-box-description {
display: none;
}
 #prestablog_menu_cat nav ul li a {
	display: inline-block;
	padding: 12px 12px;
	color: #FFFFFF;
	text-decoration: none;
	font: 200 12px/12x "Open Sans",sans-serif;
}   
/*
  * Get rid of the keylines around the menu
  */
.layout_layout1 .mm_menus_li {
    border-right: 0px solid #e7e7e7;
}

.layout_layout1 .mm_menus_li:nth-child(2) {
    border-left: 0px solid #e7e7e7;
}

.layout_layout1 .mm_menus_li.mm_no_border {
    border-left: medium none;
}

.layout_layout1 .mm_menus_li:last-child {
    border-right: 0px solid #e7e7e7;
}

.layout_layout1 .ets_mm_megamenu_content {
    border-bottom: 0px solid #e7e7e7;
    border-top: 0px solid #e7e7e7;
}

/*
 *  Change colour of the titles on the card miniatures for the category pages
 */
 
 .product-miniature .product-title a {
	font-family: Raleway;
    color: #232323;
}

/*
 *  Giving space to the checkbox labels
 */

.gformbuilderpro_content label {
    padding-left: 10px;
}

/*
 *  Correct the appearance of numbers in the Raleway font
 */

body {
font-feature-settings: 'lnum';
}
