/* Sets the style of the button pressed to select a pickup point. */ .woocommerce-page table.shop_table_responsive button.pargo_style_button { text-transform: uppercase; background-color: #fff200; } /* Set the style of the selected Pargo Point title. */ .pargo_style_title { font-size: 16px; font-weight: bold; margin-bottom: 0px; margin-top: 0px; max-width: 250px; } /* Set the style of the selected Pargo Point line items. */ .pargo_style_desc { font-size: 12px; margin-bottom: 0px; margin-top: 0px; max-width: 250px; } /* Set the style of the selected Pargo Point image. */ .pargo_style_image { max-width: 250px !important; border: 1px solid #EBEBEB; border-radius: 2px; }